client

package
v0.12.1 Latest Latest
Warning

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

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

Documentation

Overview

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Package client is a generated GoMock package.

Index

Constants

This section is empty.

Variables

View Source
var AwsProviderBlockSchema = &hcl.BodySchema{
	Attributes: []hcl.AttributeSchema{
		{Name: "access_key"},
		{Name: "secret_key"},
		{Name: "profile"},
		{Name: "shared_credentials_file"},
		{Name: "region"},
	},
	Blocks: []hcl.BlockHeaderSchema{
		{Type: "assume_role"},
	},
}

AwsProviderBlockSchema is a schema of `aws` provider block

Functions

This section is empty.

Types

type AwsClient

type AwsClient struct {
	IAM         iamiface.IAMAPI
	EC2         ec2iface.EC2API
	RDS         rdsiface.RDSAPI
	ElastiCache elasticacheiface.ElastiCacheAPI
	ELB         elbiface.ELBAPI
	ELBV2       elbv2iface.ELBV2API
	ECS         ecsiface.ECSAPI
}

AwsClient is a wrapper of the AWS SDK client It has interfaces for each services to make testing easier

func NewAwsClient

func NewAwsClient(creds AwsCredentials) (*AwsClient, error)

NewAwsClient returns new AwsClient with configured session

func (*AwsClient) DescribeCacheParameterGroups added in v0.11.0

func (c *AwsClient) DescribeCacheParameterGroups() (map[string]bool, error)

DescribeCacheParameterGroups is a wrapper of DescribeCacheParameterGroups

func (*AwsClient) DescribeCacheSubnetGroups added in v0.11.0

func (c *AwsClient) DescribeCacheSubnetGroups() (map[string]bool, error)

DescribeCacheSubnetGroups is a wrapper of DescribeCacheSubnetGroups

func (*AwsClient) DescribeDBParameterGroups added in v0.11.0

func (c *AwsClient) DescribeDBParameterGroups() (map[string]bool, error)

DescribeDBParameterGroups is a wrapper of DescribeDBParameterGroups

func (*AwsClient) DescribeDBSubnetGroups added in v0.11.0

func (c *AwsClient) DescribeDBSubnetGroups() (map[string]bool, error)

DescribeDBSubnetGroups is a wrapper of DescribeDBSubnetGroups

func (*AwsClient) DescribeEgressOnlyInternetGateways added in v0.11.0

func (c *AwsClient) DescribeEgressOnlyInternetGateways() (map[string]bool, error)

DescribeEgressOnlyInternetGateways is wrapper of DescribeEgressOnlyInternetGateways

func (*AwsClient) DescribeInstances added in v0.11.0

func (c *AwsClient) DescribeInstances() (map[string]bool, error)

DescribeInstances is a wrapper of DescribeInstances

func (*AwsClient) DescribeInternetGateways added in v0.11.0

func (c *AwsClient) DescribeInternetGateways() (map[string]bool, error)

DescribeInternetGateways is a wrapper of DescribeInternetGateways

func (*AwsClient) DescribeKeyPairs added in v0.11.0

func (c *AwsClient) DescribeKeyPairs() (map[string]bool, error)

DescribeKeyPairs is a wrapper of DescribeKeyPairs

func (*AwsClient) DescribeNatGateways added in v0.11.0

func (c *AwsClient) DescribeNatGateways() (map[string]bool, error)

DescribeNatGateways is a wrapper of DescribeNatGateways

func (*AwsClient) DescribeNetworkInterfaces added in v0.11.0

func (c *AwsClient) DescribeNetworkInterfaces() (map[string]bool, error)

DescribeNetworkInterfaces is a wrapper of DescribeNetworkInterfaces

func (*AwsClient) DescribeOptionGroups added in v0.11.0

func (c *AwsClient) DescribeOptionGroups() (map[string]bool, error)

DescribeOptionGroups is a wrapper of DescribeOptionGroups

func (*AwsClient) DescribeRouteTables added in v0.11.0

func (c *AwsClient) DescribeRouteTables() (map[string]bool, error)

DescribeRouteTables is a wrapper of DescribeRouteTables

func (*AwsClient) DescribeSecurityGroups added in v0.11.0

func (c *AwsClient) DescribeSecurityGroups() (map[string]bool, error)

DescribeSecurityGroups is a wrapper of DescribeSecurityGroups

func (*AwsClient) DescribeSubnets added in v0.11.0

func (c *AwsClient) DescribeSubnets() (map[string]bool, error)

DescribeSubnets is a wrapper of DescribeSubnets

func (*AwsClient) DescribeVpcPeeringConnections added in v0.11.0

func (c *AwsClient) DescribeVpcPeeringConnections() (map[string]bool, error)

DescribeVpcPeeringConnections is a wrapper of DescribeVpcPeeringConnections

func (*AwsClient) ListInstanceProfiles added in v0.11.0

func (c *AwsClient) ListInstanceProfiles() (map[string]bool, error)

ListInstanceProfiles is a wrapper of ListInstanceProfiles

type AwsCredentials

type AwsCredentials struct {
	AccessKey             string
	SecretKey             string
	Profile               string
	CredsFile             string
	AssumeRoleARN         string
	AssumeRoleExternalID  string
	AssumeRolePolicy      string
	AssumeRoleSessionName string
	Region                string
}

AwsCredentials is credentials for AWS used in deep check mode

func ConvertToCredentials added in v0.10.1

func ConvertToCredentials(providerConfig providerResource) (AwsCredentials, error)

ConvertToCredentials converts to credentials from the given provider config

func (AwsCredentials) Merge added in v0.10.1

Merge returns a merged credentials

type MockEC2API added in v0.8.2

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

MockEC2API is a mock of EC2API interface

func NewMockEC2API added in v0.8.2

func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API

NewMockEC2API creates a new mock instance

func (*MockEC2API) AcceptReservedInstancesExchangeQuote added in v0.8.2

AcceptReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteRequest added in v0.8.2

AcceptReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteWithContext added in v0.8.2

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

AcceptReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachment added in v0.8.2

AcceptTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachmentRequest added in v0.8.2

AcceptTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachmentWithContext added in v0.8.2

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

AcceptTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) AcceptVpcEndpointConnections added in v0.8.2

AcceptVpcEndpointConnections mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsRequest added in v0.8.2

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

AcceptVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsWithContext added in v0.8.2

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

AcceptVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) AcceptVpcPeeringConnection added in v0.8.2

AcceptVpcPeeringConnection mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionRequest added in v0.8.2

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

AcceptVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionWithContext added in v0.8.2

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

AcceptVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) AdvertiseByoipCidr added in v0.8.2

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

AdvertiseByoipCidr mocks base method

func (*MockEC2API) AdvertiseByoipCidrRequest added in v0.8.2

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

AdvertiseByoipCidrRequest mocks base method

func (*MockEC2API) AdvertiseByoipCidrWithContext added in v0.8.2

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

AdvertiseByoipCidrWithContext mocks base method

func (*MockEC2API) AllocateAddress added in v0.8.2

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

AllocateAddress mocks base method

func (*MockEC2API) AllocateAddressRequest added in v0.8.2

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

AllocateAddressRequest mocks base method

func (*MockEC2API) AllocateAddressWithContext added in v0.8.2

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

AllocateAddressWithContext mocks base method

func (*MockEC2API) AllocateHosts added in v0.8.2

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

AllocateHosts mocks base method

func (*MockEC2API) AllocateHostsRequest added in v0.8.2

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

AllocateHostsRequest mocks base method

func (*MockEC2API) AllocateHostsWithContext added in v0.8.2

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

AllocateHostsWithContext mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetwork added in v0.8.2

ApplySecurityGroupsToClientVpnTargetNetwork mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetworkRequest added in v0.8.2

ApplySecurityGroupsToClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetworkWithContext added in v0.8.2

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

ApplySecurityGroupsToClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) AssignIpv6Addresses added in v0.8.2

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

AssignIpv6Addresses mocks base method

func (*MockEC2API) AssignIpv6AddressesRequest added in v0.8.2

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

AssignIpv6AddressesRequest mocks base method

func (*MockEC2API) AssignIpv6AddressesWithContext added in v0.8.2

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

AssignIpv6AddressesWithContext mocks base method

func (*MockEC2API) AssignPrivateIpAddresses added in v0.8.2

AssignPrivateIpAddresses mocks base method

func (*MockEC2API) AssignPrivateIpAddressesRequest added in v0.8.2

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

AssignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) AssignPrivateIpAddressesWithContext added in v0.8.2

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

AssignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) AssociateAddress added in v0.8.2

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

AssociateAddress mocks base method

func (*MockEC2API) AssociateAddressRequest added in v0.8.2

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

AssociateAddressRequest mocks base method

func (*MockEC2API) AssociateAddressWithContext added in v0.8.2

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

AssociateAddressWithContext mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetwork added in v0.8.2

AssociateClientVpnTargetNetwork mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetworkRequest added in v0.8.2

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

AssociateClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetworkWithContext added in v0.8.2

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

AssociateClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) AssociateDhcpOptions added in v0.8.2

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

AssociateDhcpOptions mocks base method

func (*MockEC2API) AssociateDhcpOptionsRequest added in v0.8.2

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

AssociateDhcpOptionsRequest mocks base method

func (*MockEC2API) AssociateDhcpOptionsWithContext added in v0.8.2

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.8.2

AssociateIamInstanceProfile mocks base method

func (*MockEC2API) AssociateIamInstanceProfileRequest added in v0.8.2

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

AssociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) AssociateIamInstanceProfileWithContext added in v0.8.2

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

AssociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) AssociateRouteTable added in v0.8.2

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

AssociateRouteTable mocks base method

func (*MockEC2API) AssociateRouteTableRequest added in v0.8.2

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

AssociateRouteTableRequest mocks base method

func (*MockEC2API) AssociateRouteTableWithContext added in v0.8.2

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

AssociateRouteTableWithContext mocks base method

func (*MockEC2API) AssociateSubnetCidrBlock added in v0.8.2

AssociateSubnetCidrBlock mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockRequest added in v0.8.2

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

AssociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockWithContext added in v0.8.2

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

AssociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTable added in v0.8.2

AssociateTransitGatewayRouteTable mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTableRequest added in v0.8.2

AssociateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTableWithContext added in v0.8.2

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

AssociateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) AssociateVpcCidrBlock added in v0.8.2

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

AssociateVpcCidrBlock mocks base method

func (*MockEC2API) AssociateVpcCidrBlockRequest added in v0.8.2

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

AssociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) AssociateVpcCidrBlockWithContext added in v0.8.2

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

AssociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) AttachClassicLinkVpc added in v0.8.2

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

AttachClassicLinkVpc mocks base method

func (*MockEC2API) AttachClassicLinkVpcRequest added in v0.8.2

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

AttachClassicLinkVpcRequest mocks base method

func (*MockEC2API) AttachClassicLinkVpcWithContext added in v0.8.2

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

AttachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) AttachInternetGateway added in v0.8.2

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

AttachInternetGateway mocks base method

func (*MockEC2API) AttachInternetGatewayRequest added in v0.8.2

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

AttachInternetGatewayRequest mocks base method

func (*MockEC2API) AttachInternetGatewayWithContext added in v0.8.2

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

AttachInternetGatewayWithContext mocks base method

func (*MockEC2API) AttachNetworkInterface added in v0.8.2

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

AttachNetworkInterface mocks base method

func (*MockEC2API) AttachNetworkInterfaceRequest added in v0.8.2

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

AttachNetworkInterfaceRequest mocks base method

func (*MockEC2API) AttachNetworkInterfaceWithContext added in v0.8.2

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

AttachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) AttachVolume added in v0.8.2

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

AttachVolume mocks base method

func (*MockEC2API) AttachVolumeRequest added in v0.8.2

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

AttachVolumeRequest mocks base method

func (*MockEC2API) AttachVolumeWithContext added in v0.8.2

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

AttachVolumeWithContext mocks base method

func (*MockEC2API) AttachVpnGateway added in v0.8.2

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

AttachVpnGateway mocks base method

func (*MockEC2API) AttachVpnGatewayRequest added in v0.8.2

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

AttachVpnGatewayRequest mocks base method

func (*MockEC2API) AttachVpnGatewayWithContext added in v0.8.2

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

AttachVpnGatewayWithContext mocks base method

func (*MockEC2API) AuthorizeClientVpnIngress added in v0.8.2

AuthorizeClientVpnIngress mocks base method

func (*MockEC2API) AuthorizeClientVpnIngressRequest added in v0.8.2

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

AuthorizeClientVpnIngressRequest mocks base method

func (*MockEC2API) AuthorizeClientVpnIngressWithContext added in v0.8.2

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

AuthorizeClientVpnIngressWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgress added in v0.8.2

AuthorizeSecurityGroupEgress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressRequest added in v0.8.2

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

AuthorizeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressWithContext added in v0.8.2

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

AuthorizeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngress added in v0.8.2

AuthorizeSecurityGroupIngress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressRequest added in v0.8.2

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

AuthorizeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressWithContext added in v0.8.2

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

AuthorizeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) BundleInstance added in v0.8.2

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

BundleInstance mocks base method

func (*MockEC2API) BundleInstanceRequest added in v0.8.2

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

BundleInstanceRequest mocks base method

func (*MockEC2API) BundleInstanceWithContext added in v0.8.2

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

BundleInstanceWithContext mocks base method

func (*MockEC2API) CancelBundleTask added in v0.8.2

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

CancelBundleTask mocks base method

func (*MockEC2API) CancelBundleTaskRequest added in v0.8.2

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

CancelBundleTaskRequest mocks base method

func (*MockEC2API) CancelBundleTaskWithContext added in v0.8.2

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

CancelBundleTaskWithContext mocks base method

func (*MockEC2API) CancelCapacityReservation added in v0.8.2

CancelCapacityReservation mocks base method

func (*MockEC2API) CancelCapacityReservationRequest added in v0.8.2

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

CancelCapacityReservationRequest mocks base method

func (*MockEC2API) CancelCapacityReservationWithContext added in v0.8.2

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

CancelCapacityReservationWithContext mocks base method

func (*MockEC2API) CancelConversionTask added in v0.8.2

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

CancelConversionTask mocks base method

func (*MockEC2API) CancelConversionTaskRequest added in v0.8.2

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

CancelConversionTaskRequest mocks base method

func (*MockEC2API) CancelConversionTaskWithContext added in v0.8.2

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

CancelConversionTaskWithContext mocks base method

func (*MockEC2API) CancelExportTask added in v0.8.2

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

CancelExportTask mocks base method

func (*MockEC2API) CancelExportTaskRequest added in v0.8.2

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

CancelExportTaskRequest mocks base method

func (*MockEC2API) CancelExportTaskWithContext added in v0.8.2

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

CancelExportTaskWithContext mocks base method

func (*MockEC2API) CancelImportTask added in v0.8.2

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

CancelImportTask mocks base method

func (*MockEC2API) CancelImportTaskRequest added in v0.8.2

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

CancelImportTaskRequest mocks base method

func (*MockEC2API) CancelImportTaskWithContext added in v0.8.2

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

CancelImportTaskWithContext mocks base method

func (*MockEC2API) CancelReservedInstancesListing added in v0.8.2

CancelReservedInstancesListing mocks base method

func (*MockEC2API) CancelReservedInstancesListingRequest added in v0.8.2

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

CancelReservedInstancesListingRequest mocks base method

func (*MockEC2API) CancelReservedInstancesListingWithContext added in v0.8.2

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

CancelReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CancelSpotFleetRequests added in v0.8.2

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

CancelSpotFleetRequests mocks base method

func (*MockEC2API) CancelSpotFleetRequestsRequest added in v0.8.2

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

CancelSpotFleetRequestsRequest mocks base method

func (*MockEC2API) CancelSpotFleetRequestsWithContext added in v0.8.2

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

CancelSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) CancelSpotInstanceRequests added in v0.8.2

CancelSpotInstanceRequests mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsRequest added in v0.8.2

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

CancelSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsWithContext added in v0.8.2

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

CancelSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) ConfirmProductInstance added in v0.8.2

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

ConfirmProductInstance mocks base method

func (*MockEC2API) ConfirmProductInstanceRequest added in v0.8.2

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

ConfirmProductInstanceRequest mocks base method

func (*MockEC2API) ConfirmProductInstanceWithContext added in v0.8.2

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.8.2

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

CopyFpgaImage mocks base method

func (*MockEC2API) CopyFpgaImageRequest added in v0.8.2

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

CopyFpgaImageRequest mocks base method

func (*MockEC2API) CopyFpgaImageWithContext added in v0.8.2

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

CopyFpgaImageWithContext mocks base method

func (*MockEC2API) CopyImage added in v0.8.2

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

CopyImage mocks base method

func (*MockEC2API) CopyImageRequest added in v0.8.2

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

CopyImageRequest mocks base method

func (*MockEC2API) CopyImageWithContext added in v0.8.2

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

CopyImageWithContext mocks base method

func (*MockEC2API) CopySnapshot added in v0.8.2

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

CopySnapshot mocks base method

func (*MockEC2API) CopySnapshotRequest added in v0.8.2

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

CopySnapshotRequest mocks base method

func (*MockEC2API) CopySnapshotWithContext added in v0.8.2

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

CopySnapshotWithContext mocks base method

func (*MockEC2API) CreateCapacityReservation added in v0.8.2

CreateCapacityReservation mocks base method

func (*MockEC2API) CreateCapacityReservationRequest added in v0.8.2

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

CreateCapacityReservationRequest mocks base method

func (*MockEC2API) CreateCapacityReservationWithContext added in v0.8.2

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

CreateCapacityReservationWithContext mocks base method

func (*MockEC2API) CreateClientVpnEndpoint added in v0.8.2

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

CreateClientVpnEndpoint mocks base method

func (*MockEC2API) CreateClientVpnEndpointRequest added in v0.8.2

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

CreateClientVpnEndpointRequest mocks base method

func (*MockEC2API) CreateClientVpnEndpointWithContext added in v0.8.2

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

CreateClientVpnEndpointWithContext mocks base method

func (*MockEC2API) CreateClientVpnRoute added in v0.8.2

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

CreateClientVpnRoute mocks base method

func (*MockEC2API) CreateClientVpnRouteRequest added in v0.8.2

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

CreateClientVpnRouteRequest mocks base method

func (*MockEC2API) CreateClientVpnRouteWithContext added in v0.8.2

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

CreateClientVpnRouteWithContext mocks base method

func (*MockEC2API) CreateCustomerGateway added in v0.8.2

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

CreateCustomerGateway mocks base method

func (*MockEC2API) CreateCustomerGatewayRequest added in v0.8.2

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

CreateCustomerGatewayRequest mocks base method

func (*MockEC2API) CreateCustomerGatewayWithContext added in v0.8.2

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.8.2

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

CreateDefaultSubnet mocks base method

func (*MockEC2API) CreateDefaultSubnetRequest added in v0.8.2

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

CreateDefaultSubnetRequest mocks base method

func (*MockEC2API) CreateDefaultSubnetWithContext added in v0.8.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.8.2

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

CreateDefaultVpc mocks base method

func (*MockEC2API) CreateDefaultVpcRequest added in v0.8.2

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

CreateDefaultVpcRequest mocks base method

func (*MockEC2API) CreateDefaultVpcWithContext added in v0.8.2

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

CreateDefaultVpcWithContext mocks base method

func (*MockEC2API) CreateDhcpOptions added in v0.8.2

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

CreateDhcpOptions mocks base method

func (*MockEC2API) CreateDhcpOptionsRequest added in v0.8.2

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

CreateDhcpOptionsRequest mocks base method

func (*MockEC2API) CreateDhcpOptionsWithContext added in v0.8.2

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

CreateDhcpOptionsWithContext mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGateway added in v0.8.2

CreateEgressOnlyInternetGateway mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayRequest added in v0.8.2

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

CreateEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayWithContext added in v0.8.2

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.8.2

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

CreateFleet mocks base method

func (*MockEC2API) CreateFleetRequest added in v0.8.2

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

CreateFleetRequest mocks base method

func (*MockEC2API) CreateFleetWithContext added in v0.8.2

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

CreateFleetWithContext mocks base method

func (*MockEC2API) CreateFlowLogs added in v0.8.2

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

CreateFlowLogs mocks base method

func (*MockEC2API) CreateFlowLogsRequest added in v0.8.2

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

CreateFlowLogsRequest mocks base method

func (*MockEC2API) CreateFlowLogsWithContext added in v0.8.2

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.8.2

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

CreateFpgaImage mocks base method

func (*MockEC2API) CreateFpgaImageRequest added in v0.8.2

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

CreateFpgaImageRequest mocks base method

func (*MockEC2API) CreateFpgaImageWithContext added in v0.8.2

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

CreateFpgaImageWithContext mocks base method

func (*MockEC2API) CreateImage added in v0.8.2

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

CreateImage mocks base method

func (*MockEC2API) CreateImageRequest added in v0.8.2

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

CreateImageRequest mocks base method

func (*MockEC2API) CreateImageWithContext added in v0.8.2

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

CreateImageWithContext mocks base method

func (*MockEC2API) CreateInstanceExportTask added in v0.8.2

CreateInstanceExportTask mocks base method

func (*MockEC2API) CreateInstanceExportTaskRequest added in v0.8.2

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

CreateInstanceExportTaskRequest mocks base method

func (*MockEC2API) CreateInstanceExportTaskWithContext added in v0.8.2

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

CreateInstanceExportTaskWithContext mocks base method

func (*MockEC2API) CreateInternetGateway added in v0.8.2

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

CreateInternetGateway mocks base method

func (*MockEC2API) CreateInternetGatewayRequest added in v0.8.2

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

CreateInternetGatewayRequest mocks base method

func (*MockEC2API) CreateInternetGatewayWithContext added in v0.8.2

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

CreateInternetGatewayWithContext mocks base method

func (*MockEC2API) CreateKeyPair added in v0.8.2

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

CreateKeyPair mocks base method

func (*MockEC2API) CreateKeyPairRequest added in v0.8.2

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

CreateKeyPairRequest mocks base method

func (*MockEC2API) CreateKeyPairWithContext added in v0.8.2

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.8.2

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

CreateLaunchTemplate mocks base method

func (*MockEC2API) CreateLaunchTemplateRequest added in v0.8.2

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

CreateLaunchTemplateRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersion added in v0.8.2

CreateLaunchTemplateVersion mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionRequest added in v0.8.2

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

CreateLaunchTemplateVersionRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionWithContext added in v0.8.2

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.8.2

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

CreateLaunchTemplateWithContext mocks base method

func (*MockEC2API) CreateNatGateway added in v0.8.2

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

CreateNatGateway mocks base method

func (*MockEC2API) CreateNatGatewayRequest added in v0.8.2

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

CreateNatGatewayRequest mocks base method

func (*MockEC2API) CreateNatGatewayWithContext added in v0.8.2

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

CreateNatGatewayWithContext mocks base method

func (*MockEC2API) CreateNetworkAcl added in v0.8.2

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

CreateNetworkAcl mocks base method

func (*MockEC2API) CreateNetworkAclEntry added in v0.8.2

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

CreateNetworkAclEntry mocks base method

func (*MockEC2API) CreateNetworkAclEntryRequest added in v0.8.2

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

CreateNetworkAclEntryRequest mocks base method

func (*MockEC2API) CreateNetworkAclEntryWithContext added in v0.8.2

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

CreateNetworkAclEntryWithContext mocks base method

func (*MockEC2API) CreateNetworkAclRequest added in v0.8.2

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

CreateNetworkAclRequest mocks base method

func (*MockEC2API) CreateNetworkAclWithContext added in v0.8.2

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

CreateNetworkAclWithContext mocks base method

func (*MockEC2API) CreateNetworkInterface added in v0.8.2

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

CreateNetworkInterface mocks base method

func (*MockEC2API) CreateNetworkInterfacePermission added in v0.8.2

CreateNetworkInterfacePermission mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionRequest added in v0.8.2

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

CreateNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionWithContext added in v0.8.2

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

CreateNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) CreateNetworkInterfaceRequest added in v0.8.2

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

CreateNetworkInterfaceRequest mocks base method

func (*MockEC2API) CreateNetworkInterfaceWithContext added in v0.8.2

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

CreateNetworkInterfaceWithContext mocks base method

func (*MockEC2API) CreatePlacementGroup added in v0.8.2

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

CreatePlacementGroup mocks base method

func (*MockEC2API) CreatePlacementGroupRequest added in v0.8.2

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

CreatePlacementGroupRequest mocks base method

func (*MockEC2API) CreatePlacementGroupWithContext added in v0.8.2

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

CreatePlacementGroupWithContext mocks base method

func (*MockEC2API) CreateReservedInstancesListing added in v0.8.2

CreateReservedInstancesListing mocks base method

func (*MockEC2API) CreateReservedInstancesListingRequest added in v0.8.2

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

CreateReservedInstancesListingRequest mocks base method

func (*MockEC2API) CreateReservedInstancesListingWithContext added in v0.8.2

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

CreateReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CreateRoute added in v0.8.2

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

CreateRoute mocks base method

func (*MockEC2API) CreateRouteRequest added in v0.8.2

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

CreateRouteRequest mocks base method

func (*MockEC2API) CreateRouteTable added in v0.8.2

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

CreateRouteTable mocks base method

func (*MockEC2API) CreateRouteTableRequest added in v0.8.2

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

CreateRouteTableRequest mocks base method

func (*MockEC2API) CreateRouteTableWithContext added in v0.8.2

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.8.2

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

CreateRouteWithContext mocks base method

func (*MockEC2API) CreateSecurityGroup added in v0.8.2

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

CreateSecurityGroup mocks base method

func (*MockEC2API) CreateSecurityGroupRequest added in v0.8.2

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

CreateSecurityGroupRequest mocks base method

func (*MockEC2API) CreateSecurityGroupWithContext added in v0.8.2

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

CreateSecurityGroupWithContext mocks base method

func (*MockEC2API) CreateSnapshot added in v0.8.2

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

CreateSnapshot mocks base method

func (*MockEC2API) CreateSnapshotRequest added in v0.8.2

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

CreateSnapshotRequest mocks base method

func (*MockEC2API) CreateSnapshotWithContext added in v0.8.2

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

CreateSnapshotWithContext mocks base method

func (*MockEC2API) CreateSnapshots added in v0.8.2

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

CreateSnapshots mocks base method

func (*MockEC2API) CreateSnapshotsRequest added in v0.8.2

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

CreateSnapshotsRequest mocks base method

func (*MockEC2API) CreateSnapshotsWithContext added in v0.8.2

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

CreateSnapshotsWithContext mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscription added in v0.8.2

CreateSpotDatafeedSubscription mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionRequest added in v0.8.2

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

CreateSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionWithContext added in v0.8.2

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

CreateSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) CreateSubnet added in v0.8.2

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

CreateSubnet mocks base method

func (*MockEC2API) CreateSubnetRequest added in v0.8.2

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

CreateSubnetRequest mocks base method

func (*MockEC2API) CreateSubnetWithContext added in v0.8.2

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

CreateSubnetWithContext mocks base method

func (*MockEC2API) CreateTags added in v0.8.2

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

CreateTags mocks base method

func (*MockEC2API) CreateTagsRequest added in v0.8.2

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

CreateTagsRequest mocks base method

func (*MockEC2API) CreateTagsWithContext added in v0.8.2

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

CreateTagsWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorFilter added in v0.9.1

CreateTrafficMirrorFilter mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRequest added in v0.9.1

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

CreateTrafficMirrorFilterRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRule added in v0.9.1

CreateTrafficMirrorFilterRule mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRuleRequest added in v0.9.1

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

CreateTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRuleWithContext added in v0.9.1

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

CreateTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterWithContext added in v0.9.1

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

CreateTrafficMirrorFilterWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorSession added in v0.9.1

CreateTrafficMirrorSession mocks base method

func (*MockEC2API) CreateTrafficMirrorSessionRequest added in v0.9.1

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

CreateTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorSessionWithContext added in v0.9.1

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

CreateTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorTarget added in v0.9.1

CreateTrafficMirrorTarget mocks base method

func (*MockEC2API) CreateTrafficMirrorTargetRequest added in v0.9.1

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

CreateTrafficMirrorTargetRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorTargetWithContext added in v0.9.1

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

CreateTrafficMirrorTargetWithContext mocks base method

func (*MockEC2API) CreateTransitGateway added in v0.8.2

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

CreateTransitGateway mocks base method

func (*MockEC2API) CreateTransitGatewayRequest added in v0.8.2

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

CreateTransitGatewayRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRoute added in v0.8.2

CreateTransitGatewayRoute mocks base method

func (*MockEC2API) CreateTransitGatewayRouteRequest added in v0.8.2

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

CreateTransitGatewayRouteRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTable added in v0.8.2

CreateTransitGatewayRouteTable mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTableRequest added in v0.8.2

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

CreateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTableWithContext added in v0.8.2

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

CreateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayRouteWithContext added in v0.8.2

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

CreateTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachment added in v0.8.2

CreateTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachmentRequest added in v0.8.2

CreateTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachmentWithContext added in v0.8.2

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

CreateTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayWithContext added in v0.8.2

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

CreateTransitGatewayWithContext mocks base method

func (*MockEC2API) CreateVolume added in v0.8.2

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

CreateVolume mocks base method

func (*MockEC2API) CreateVolumeRequest added in v0.8.2

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

CreateVolumeRequest mocks base method

func (*MockEC2API) CreateVolumeWithContext added in v0.8.2

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

CreateVolumeWithContext mocks base method

func (*MockEC2API) CreateVpc added in v0.8.2

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

CreateVpc mocks base method

func (*MockEC2API) CreateVpcEndpoint added in v0.8.2

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

CreateVpcEndpoint mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotification added in v0.8.2

CreateVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationRequest added in v0.8.2

CreateVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationWithContext added in v0.8.2

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

CreateVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) CreateVpcEndpointRequest added in v0.8.2

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

CreateVpcEndpointRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfiguration added in v0.8.2

CreateVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationRequest added in v0.8.2

CreateVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationWithContext added in v0.8.2

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.8.2

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

CreateVpcEndpointWithContext mocks base method

func (*MockEC2API) CreateVpcPeeringConnection added in v0.8.2

CreateVpcPeeringConnection mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionRequest added in v0.8.2

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

CreateVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionWithContext added in v0.8.2

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

CreateVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) CreateVpcRequest added in v0.8.2

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

CreateVpcRequest mocks base method

func (*MockEC2API) CreateVpcWithContext added in v0.8.2

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

CreateVpcWithContext mocks base method

func (*MockEC2API) CreateVpnConnection added in v0.8.2

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

CreateVpnConnection mocks base method

func (*MockEC2API) CreateVpnConnectionRequest added in v0.8.2

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

CreateVpnConnectionRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRoute added in v0.8.2

CreateVpnConnectionRoute mocks base method

func (*MockEC2API) CreateVpnConnectionRouteRequest added in v0.8.2

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

CreateVpnConnectionRouteRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRouteWithContext added in v0.8.2

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.8.2

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

CreateVpnConnectionWithContext mocks base method

func (*MockEC2API) CreateVpnGateway added in v0.8.2

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

CreateVpnGateway mocks base method

func (*MockEC2API) CreateVpnGatewayRequest added in v0.8.2

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

CreateVpnGatewayRequest mocks base method

func (*MockEC2API) CreateVpnGatewayWithContext added in v0.8.2

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

CreateVpnGatewayWithContext mocks base method

func (*MockEC2API) DeleteClientVpnEndpoint added in v0.8.2

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

DeleteClientVpnEndpoint mocks base method

func (*MockEC2API) DeleteClientVpnEndpointRequest added in v0.8.2

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

DeleteClientVpnEndpointRequest mocks base method

func (*MockEC2API) DeleteClientVpnEndpointWithContext added in v0.8.2

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

DeleteClientVpnEndpointWithContext mocks base method

func (*MockEC2API) DeleteClientVpnRoute added in v0.8.2

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

DeleteClientVpnRoute mocks base method

func (*MockEC2API) DeleteClientVpnRouteRequest added in v0.8.2

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

DeleteClientVpnRouteRequest mocks base method

func (*MockEC2API) DeleteClientVpnRouteWithContext added in v0.8.2

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

DeleteClientVpnRouteWithContext mocks base method

func (*MockEC2API) DeleteCustomerGateway added in v0.8.2

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

DeleteCustomerGateway mocks base method

func (*MockEC2API) DeleteCustomerGatewayRequest added in v0.8.2

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

DeleteCustomerGatewayRequest mocks base method

func (*MockEC2API) DeleteCustomerGatewayWithContext added in v0.8.2

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

DeleteCustomerGatewayWithContext mocks base method

func (*MockEC2API) DeleteDhcpOptions added in v0.8.2

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

DeleteDhcpOptions mocks base method

func (*MockEC2API) DeleteDhcpOptionsRequest added in v0.8.2

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

DeleteDhcpOptionsRequest mocks base method

func (*MockEC2API) DeleteDhcpOptionsWithContext added in v0.8.2

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

DeleteDhcpOptionsWithContext mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGateway added in v0.8.2

DeleteEgressOnlyInternetGateway mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayRequest added in v0.8.2

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

DeleteEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayWithContext added in v0.8.2

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.8.2

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

DeleteFleets mocks base method

func (*MockEC2API) DeleteFleetsRequest added in v0.8.2

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

DeleteFleetsRequest mocks base method

func (*MockEC2API) DeleteFleetsWithContext added in v0.8.2

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

DeleteFleetsWithContext mocks base method

func (*MockEC2API) DeleteFlowLogs added in v0.8.2

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

DeleteFlowLogs mocks base method

func (*MockEC2API) DeleteFlowLogsRequest added in v0.8.2

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

DeleteFlowLogsRequest mocks base method

func (*MockEC2API) DeleteFlowLogsWithContext added in v0.8.2

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.8.2

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

DeleteFpgaImage mocks base method

func (*MockEC2API) DeleteFpgaImageRequest added in v0.8.2

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

DeleteFpgaImageRequest mocks base method

func (*MockEC2API) DeleteFpgaImageWithContext added in v0.8.2

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

DeleteFpgaImageWithContext mocks base method

func (*MockEC2API) DeleteInternetGateway added in v0.8.2

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

DeleteInternetGateway mocks base method

func (*MockEC2API) DeleteInternetGatewayRequest added in v0.8.2

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

DeleteInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteInternetGatewayWithContext added in v0.8.2

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

DeleteInternetGatewayWithContext mocks base method

func (*MockEC2API) DeleteKeyPair added in v0.8.2

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

DeleteKeyPair mocks base method

func (*MockEC2API) DeleteKeyPairRequest added in v0.8.2

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

DeleteKeyPairRequest mocks base method

func (*MockEC2API) DeleteKeyPairWithContext added in v0.8.2

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.8.2

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

DeleteLaunchTemplate mocks base method

func (*MockEC2API) DeleteLaunchTemplateRequest added in v0.8.2

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

DeleteLaunchTemplateRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersions added in v0.8.2

DeleteLaunchTemplateVersions mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsRequest added in v0.8.2

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

DeleteLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsWithContext added in v0.8.2

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.8.2

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

DeleteLaunchTemplateWithContext mocks base method

func (*MockEC2API) DeleteNatGateway added in v0.8.2

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

DeleteNatGateway mocks base method

func (*MockEC2API) DeleteNatGatewayRequest added in v0.8.2

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

DeleteNatGatewayRequest mocks base method

func (*MockEC2API) DeleteNatGatewayWithContext added in v0.8.2

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

DeleteNatGatewayWithContext mocks base method

func (*MockEC2API) DeleteNetworkAcl added in v0.8.2

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

DeleteNetworkAcl mocks base method

func (*MockEC2API) DeleteNetworkAclEntry added in v0.8.2

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

DeleteNetworkAclEntry mocks base method

func (*MockEC2API) DeleteNetworkAclEntryRequest added in v0.8.2

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

DeleteNetworkAclEntryRequest mocks base method

func (*MockEC2API) DeleteNetworkAclEntryWithContext added in v0.8.2

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

DeleteNetworkAclEntryWithContext mocks base method

func (*MockEC2API) DeleteNetworkAclRequest added in v0.8.2

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

DeleteNetworkAclRequest mocks base method

func (*MockEC2API) DeleteNetworkAclWithContext added in v0.8.2

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

DeleteNetworkAclWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterface added in v0.8.2

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

DeleteNetworkInterface mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermission added in v0.8.2

DeleteNetworkInterfacePermission mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionRequest added in v0.8.2

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

DeleteNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionWithContext added in v0.8.2

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

DeleteNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterfaceRequest added in v0.8.2

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

DeleteNetworkInterfaceRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfaceWithContext added in v0.8.2

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

DeleteNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DeletePlacementGroup added in v0.8.2

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

DeletePlacementGroup mocks base method

func (*MockEC2API) DeletePlacementGroupRequest added in v0.8.2

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

DeletePlacementGroupRequest mocks base method

func (*MockEC2API) DeletePlacementGroupWithContext added in v0.8.2

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

DeletePlacementGroupWithContext mocks base method

func (*MockEC2API) DeleteRoute added in v0.8.2

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

DeleteRoute mocks base method

func (*MockEC2API) DeleteRouteRequest added in v0.8.2

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

DeleteRouteRequest mocks base method

func (*MockEC2API) DeleteRouteTable added in v0.8.2

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

DeleteRouteTable mocks base method

func (*MockEC2API) DeleteRouteTableRequest added in v0.8.2

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

DeleteRouteTableRequest mocks base method

func (*MockEC2API) DeleteRouteTableWithContext added in v0.8.2

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.8.2

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

DeleteRouteWithContext mocks base method

func (*MockEC2API) DeleteSecurityGroup added in v0.8.2

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

DeleteSecurityGroup mocks base method

func (*MockEC2API) DeleteSecurityGroupRequest added in v0.8.2

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

DeleteSecurityGroupRequest mocks base method

func (*MockEC2API) DeleteSecurityGroupWithContext added in v0.8.2

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

DeleteSecurityGroupWithContext mocks base method

func (*MockEC2API) DeleteSnapshot added in v0.8.2

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

DeleteSnapshot mocks base method

func (*MockEC2API) DeleteSnapshotRequest added in v0.8.2

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

DeleteSnapshotRequest mocks base method

func (*MockEC2API) DeleteSnapshotWithContext added in v0.8.2

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

DeleteSnapshotWithContext mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscription added in v0.8.2

DeleteSpotDatafeedSubscription mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionRequest added in v0.8.2

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

DeleteSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionWithContext added in v0.8.2

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

DeleteSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DeleteSubnet added in v0.8.2

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

DeleteSubnet mocks base method

func (*MockEC2API) DeleteSubnetRequest added in v0.8.2

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

DeleteSubnetRequest mocks base method

func (*MockEC2API) DeleteSubnetWithContext added in v0.8.2

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

DeleteSubnetWithContext mocks base method

func (*MockEC2API) DeleteTags added in v0.8.2

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

DeleteTags mocks base method

func (*MockEC2API) DeleteTagsRequest added in v0.8.2

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

DeleteTagsRequest mocks base method

func (*MockEC2API) DeleteTagsWithContext added in v0.8.2

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

DeleteTagsWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilter added in v0.9.1

DeleteTrafficMirrorFilter mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRequest added in v0.9.1

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

DeleteTrafficMirrorFilterRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRule added in v0.9.1

DeleteTrafficMirrorFilterRule mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRuleRequest added in v0.9.1

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

DeleteTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRuleWithContext added in v0.9.1

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

DeleteTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterWithContext added in v0.9.1

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

DeleteTrafficMirrorFilterWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorSession added in v0.9.1

DeleteTrafficMirrorSession mocks base method

func (*MockEC2API) DeleteTrafficMirrorSessionRequest added in v0.9.1

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

DeleteTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorSessionWithContext added in v0.9.1

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

DeleteTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorTarget added in v0.9.1

DeleteTrafficMirrorTarget mocks base method

func (*MockEC2API) DeleteTrafficMirrorTargetRequest added in v0.9.1

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

DeleteTrafficMirrorTargetRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorTargetWithContext added in v0.9.1

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

DeleteTrafficMirrorTargetWithContext mocks base method

func (*MockEC2API) DeleteTransitGateway added in v0.8.2

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

DeleteTransitGateway mocks base method

func (*MockEC2API) DeleteTransitGatewayRequest added in v0.8.2

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

DeleteTransitGatewayRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRoute added in v0.8.2

DeleteTransitGatewayRoute mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteRequest added in v0.8.2

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

DeleteTransitGatewayRouteRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTable added in v0.8.2

DeleteTransitGatewayRouteTable mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTableRequest added in v0.8.2

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

DeleteTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTableWithContext added in v0.8.2

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

DeleteTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteWithContext added in v0.8.2

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

DeleteTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachment added in v0.8.2

DeleteTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachmentRequest added in v0.8.2

DeleteTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachmentWithContext added in v0.8.2

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

DeleteTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayWithContext added in v0.8.2

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

DeleteTransitGatewayWithContext mocks base method

func (*MockEC2API) DeleteVolume added in v0.8.2

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

DeleteVolume mocks base method

func (*MockEC2API) DeleteVolumeRequest added in v0.8.2

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

DeleteVolumeRequest mocks base method

func (*MockEC2API) DeleteVolumeWithContext added in v0.8.2

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

DeleteVolumeWithContext mocks base method

func (*MockEC2API) DeleteVpc added in v0.8.2

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

DeleteVpc mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotifications added in v0.8.2

DeleteVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsRequest added in v0.8.2

DeleteVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsWithContext added in v0.8.2

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.8.2

DeleteVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsRequest added in v0.8.2

DeleteVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsWithContext added in v0.8.2

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

DeleteVpcEndpointServiceConfigurationsWithContext mocks base method

func (*MockEC2API) DeleteVpcEndpoints added in v0.8.2

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

DeleteVpcEndpoints mocks base method

func (*MockEC2API) DeleteVpcEndpointsRequest added in v0.8.2

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

DeleteVpcEndpointsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointsWithContext added in v0.8.2

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

DeleteVpcEndpointsWithContext mocks base method

func (*MockEC2API) DeleteVpcPeeringConnection added in v0.8.2

DeleteVpcPeeringConnection mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionRequest added in v0.8.2

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

DeleteVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionWithContext added in v0.8.2

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

DeleteVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpcRequest added in v0.8.2

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

DeleteVpcRequest mocks base method

func (*MockEC2API) DeleteVpcWithContext added in v0.8.2

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

DeleteVpcWithContext mocks base method

func (*MockEC2API) DeleteVpnConnection added in v0.8.2

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

DeleteVpnConnection mocks base method

func (*MockEC2API) DeleteVpnConnectionRequest added in v0.8.2

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

DeleteVpnConnectionRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRoute added in v0.8.2

DeleteVpnConnectionRoute mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteRequest added in v0.8.2

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

DeleteVpnConnectionRouteRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteWithContext added in v0.8.2

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.8.2

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

DeleteVpnConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpnGateway added in v0.8.2

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

DeleteVpnGateway mocks base method

func (*MockEC2API) DeleteVpnGatewayRequest added in v0.8.2

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

DeleteVpnGatewayRequest mocks base method

func (*MockEC2API) DeleteVpnGatewayWithContext added in v0.8.2

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

DeleteVpnGatewayWithContext mocks base method

func (*MockEC2API) DeprovisionByoipCidr added in v0.8.2

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

DeprovisionByoipCidr mocks base method

func (*MockEC2API) DeprovisionByoipCidrRequest added in v0.8.2

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

DeprovisionByoipCidrRequest mocks base method

func (*MockEC2API) DeprovisionByoipCidrWithContext added in v0.8.2

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

DeprovisionByoipCidrWithContext mocks base method

func (*MockEC2API) DeregisterImage added in v0.8.2

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

DeregisterImage mocks base method

func (*MockEC2API) DeregisterImageRequest added in v0.8.2

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

DeregisterImageRequest mocks base method

func (*MockEC2API) DeregisterImageWithContext added in v0.8.2

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

DeregisterImageWithContext mocks base method

func (*MockEC2API) DescribeAccountAttributes added in v0.8.2

DescribeAccountAttributes mocks base method

func (*MockEC2API) DescribeAccountAttributesRequest added in v0.8.2

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

DescribeAccountAttributesRequest mocks base method

func (*MockEC2API) DescribeAccountAttributesWithContext added in v0.8.2

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

DescribeAccountAttributesWithContext mocks base method

func (*MockEC2API) DescribeAddresses added in v0.8.2

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

DescribeAddresses mocks base method

func (*MockEC2API) DescribeAddressesRequest added in v0.8.2

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

DescribeAddressesRequest mocks base method

func (*MockEC2API) DescribeAddressesWithContext added in v0.8.2

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.8.2

DescribeAggregateIdFormat mocks base method

func (*MockEC2API) DescribeAggregateIdFormatRequest added in v0.8.2

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

DescribeAggregateIdFormatRequest mocks base method

func (*MockEC2API) DescribeAggregateIdFormatWithContext added in v0.8.2

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

DescribeAggregateIdFormatWithContext mocks base method

func (*MockEC2API) DescribeAvailabilityZones added in v0.8.2

DescribeAvailabilityZones mocks base method

func (*MockEC2API) DescribeAvailabilityZonesRequest added in v0.8.2

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

DescribeAvailabilityZonesRequest mocks base method

func (*MockEC2API) DescribeAvailabilityZonesWithContext added in v0.8.2

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

DescribeAvailabilityZonesWithContext mocks base method

func (*MockEC2API) DescribeBundleTasks added in v0.8.2

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

DescribeBundleTasks mocks base method

func (*MockEC2API) DescribeBundleTasksRequest added in v0.8.2

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

DescribeBundleTasksRequest mocks base method

func (*MockEC2API) DescribeBundleTasksWithContext added in v0.8.2

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

DescribeBundleTasksWithContext mocks base method

func (*MockEC2API) DescribeByoipCidrs added in v0.8.2

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

DescribeByoipCidrs mocks base method

func (*MockEC2API) DescribeByoipCidrsPages added in v0.8.2

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

DescribeByoipCidrsPages mocks base method

func (*MockEC2API) DescribeByoipCidrsPagesWithContext added in v0.8.2

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

DescribeByoipCidrsPagesWithContext mocks base method

func (*MockEC2API) DescribeByoipCidrsRequest added in v0.8.2

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

DescribeByoipCidrsRequest mocks base method

func (*MockEC2API) DescribeByoipCidrsWithContext added in v0.8.2

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

DescribeByoipCidrsWithContext mocks base method

func (*MockEC2API) DescribeCapacityReservations added in v0.8.2

DescribeCapacityReservations mocks base method

func (*MockEC2API) DescribeCapacityReservationsPages added in v0.8.2

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

DescribeCapacityReservationsPages mocks base method

func (*MockEC2API) DescribeCapacityReservationsPagesWithContext added in v0.8.2

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

DescribeCapacityReservationsPagesWithContext mocks base method

func (*MockEC2API) DescribeCapacityReservationsRequest added in v0.8.2

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

DescribeCapacityReservationsRequest mocks base method

func (*MockEC2API) DescribeCapacityReservationsWithContext added in v0.8.2

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

DescribeCapacityReservationsWithContext mocks base method

func (*MockEC2API) DescribeClassicLinkInstances added in v0.8.2

DescribeClassicLinkInstances mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesPages added in v0.8.2

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

DescribeClassicLinkInstancesPages mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesPagesWithContext added in v0.8.2

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

DescribeClassicLinkInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesRequest added in v0.8.2

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

DescribeClassicLinkInstancesRequest mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesWithContext added in v0.8.2

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

DescribeClassicLinkInstancesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRules added in v0.8.2

DescribeClientVpnAuthorizationRules mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesPages added in v0.8.2

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

DescribeClientVpnAuthorizationRulesPages mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesPagesWithContext added in v0.8.2

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

DescribeClientVpnAuthorizationRulesPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesRequest added in v0.8.2

DescribeClientVpnAuthorizationRulesRequest mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesWithContext added in v0.8.2

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

DescribeClientVpnAuthorizationRulesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnConnections added in v0.8.2

DescribeClientVpnConnections mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsPages added in v0.8.2

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

DescribeClientVpnConnectionsPages mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsPagesWithContext added in v0.8.2

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

DescribeClientVpnConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsRequest added in v0.8.2

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

DescribeClientVpnConnectionsRequest mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsWithContext added in v0.8.2

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

DescribeClientVpnConnectionsWithContext mocks base method

func (*MockEC2API) DescribeClientVpnEndpoints added in v0.8.2

DescribeClientVpnEndpoints mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsPages added in v0.8.2

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

DescribeClientVpnEndpointsPages mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsPagesWithContext added in v0.8.2

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

DescribeClientVpnEndpointsPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsRequest added in v0.8.2

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

DescribeClientVpnEndpointsRequest mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsWithContext added in v0.8.2

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

DescribeClientVpnEndpointsWithContext mocks base method

func (*MockEC2API) DescribeClientVpnRoutes added in v0.8.2

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

DescribeClientVpnRoutes mocks base method

func (*MockEC2API) DescribeClientVpnRoutesPages added in v0.8.2

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

DescribeClientVpnRoutesPages mocks base method

func (*MockEC2API) DescribeClientVpnRoutesPagesWithContext added in v0.8.2

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

DescribeClientVpnRoutesPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnRoutesRequest added in v0.8.2

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

DescribeClientVpnRoutesRequest mocks base method

func (*MockEC2API) DescribeClientVpnRoutesWithContext added in v0.8.2

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

DescribeClientVpnRoutesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworks added in v0.8.2

DescribeClientVpnTargetNetworks mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksPages added in v0.8.2

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

DescribeClientVpnTargetNetworksPages mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksPagesWithContext added in v0.8.2

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

DescribeClientVpnTargetNetworksPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksRequest added in v0.8.2

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

DescribeClientVpnTargetNetworksRequest mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksWithContext added in v0.8.2

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

DescribeClientVpnTargetNetworksWithContext mocks base method

func (*MockEC2API) DescribeConversionTasks added in v0.8.2

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

DescribeConversionTasks mocks base method

func (*MockEC2API) DescribeConversionTasksRequest added in v0.8.2

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

DescribeConversionTasksRequest mocks base method

func (*MockEC2API) DescribeConversionTasksWithContext added in v0.8.2

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

DescribeConversionTasksWithContext mocks base method

func (*MockEC2API) DescribeCustomerGateways added in v0.8.2

DescribeCustomerGateways mocks base method

func (*MockEC2API) DescribeCustomerGatewaysRequest added in v0.8.2

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

DescribeCustomerGatewaysRequest mocks base method

func (*MockEC2API) DescribeCustomerGatewaysWithContext added in v0.8.2

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

DescribeCustomerGatewaysWithContext mocks base method

func (*MockEC2API) DescribeDhcpOptions added in v0.8.2

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

DescribeDhcpOptions mocks base method

func (*MockEC2API) DescribeDhcpOptionsPages added in v0.8.2

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

DescribeDhcpOptionsPages mocks base method

func (*MockEC2API) DescribeDhcpOptionsPagesWithContext added in v0.8.2

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

DescribeDhcpOptionsPagesWithContext mocks base method

func (*MockEC2API) DescribeDhcpOptionsRequest added in v0.8.2

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

DescribeDhcpOptionsRequest mocks base method

func (*MockEC2API) DescribeDhcpOptionsWithContext added in v0.8.2

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

DescribeDhcpOptionsWithContext mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGateways added in v0.8.2

DescribeEgressOnlyInternetGateways mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysPages added in v0.8.2

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

DescribeEgressOnlyInternetGatewaysPages mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysPagesWithContext added in v0.8.2

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

DescribeEgressOnlyInternetGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysRequest added in v0.8.2

DescribeEgressOnlyInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysWithContext added in v0.8.2

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.8.2

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

DescribeElasticGpus mocks base method

func (*MockEC2API) DescribeElasticGpusRequest added in v0.8.2

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

DescribeElasticGpusRequest mocks base method

func (*MockEC2API) DescribeElasticGpusWithContext added in v0.8.2

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

DescribeElasticGpusWithContext mocks base method

func (*MockEC2API) DescribeExportImageTasks added in v0.11.0

DescribeExportImageTasks mocks base method

func (*MockEC2API) DescribeExportImageTasksRequest added in v0.11.0

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

DescribeExportImageTasksRequest mocks base method

func (*MockEC2API) DescribeExportImageTasksWithContext added in v0.11.0

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

DescribeExportImageTasksWithContext mocks base method

func (*MockEC2API) DescribeExportTasks added in v0.8.2

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

DescribeExportTasks mocks base method

func (*MockEC2API) DescribeExportTasksRequest added in v0.8.2

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

DescribeExportTasksRequest mocks base method

func (*MockEC2API) DescribeExportTasksWithContext added in v0.8.2

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.8.2

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

DescribeFleetHistory mocks base method

func (*MockEC2API) DescribeFleetHistoryRequest added in v0.8.2

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

DescribeFleetHistoryRequest mocks base method

func (*MockEC2API) DescribeFleetHistoryWithContext added in v0.8.2

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.8.2

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

DescribeFleetInstances mocks base method

func (*MockEC2API) DescribeFleetInstancesRequest added in v0.8.2

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

DescribeFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeFleetInstancesWithContext added in v0.8.2

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.8.2

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

DescribeFleets mocks base method

func (*MockEC2API) DescribeFleetsPages added in v0.8.2

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

DescribeFleetsPages mocks base method

func (*MockEC2API) DescribeFleetsPagesWithContext added in v0.8.2

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

DescribeFleetsPagesWithContext mocks base method

func (*MockEC2API) DescribeFleetsRequest added in v0.8.2

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

DescribeFleetsRequest mocks base method

func (*MockEC2API) DescribeFleetsWithContext added in v0.8.2

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

DescribeFleetsWithContext mocks base method

func (*MockEC2API) DescribeFlowLogs added in v0.8.2

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

DescribeFlowLogs mocks base method

func (*MockEC2API) DescribeFlowLogsPages added in v0.8.2

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

DescribeFlowLogsPages mocks base method

func (*MockEC2API) DescribeFlowLogsPagesWithContext added in v0.8.2

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

DescribeFlowLogsPagesWithContext mocks base method

func (*MockEC2API) DescribeFlowLogsRequest added in v0.8.2

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

DescribeFlowLogsRequest mocks base method

func (*MockEC2API) DescribeFlowLogsWithContext added in v0.8.2

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.8.2

DescribeFpgaImageAttribute mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeRequest added in v0.8.2

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

DescribeFpgaImageAttributeRequest mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeWithContext added in v0.8.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.8.2

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

DescribeFpgaImages mocks base method

func (*MockEC2API) DescribeFpgaImagesPages added in v0.8.2

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

DescribeFpgaImagesPages mocks base method

func (*MockEC2API) DescribeFpgaImagesPagesWithContext added in v0.8.2

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

DescribeFpgaImagesPagesWithContext mocks base method

func (*MockEC2API) DescribeFpgaImagesRequest added in v0.8.2

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

DescribeFpgaImagesRequest mocks base method

func (*MockEC2API) DescribeFpgaImagesWithContext added in v0.8.2

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

DescribeFpgaImagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationOfferings added in v0.8.2

DescribeHostReservationOfferings mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsPages added in v0.8.2

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

DescribeHostReservationOfferingsPages mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsPagesWithContext added in v0.8.2

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

DescribeHostReservationOfferingsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsRequest added in v0.8.2

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

DescribeHostReservationOfferingsRequest mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsWithContext added in v0.8.2

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

DescribeHostReservationOfferingsWithContext mocks base method

func (*MockEC2API) DescribeHostReservations added in v0.8.2

DescribeHostReservations mocks base method

func (*MockEC2API) DescribeHostReservationsPages added in v0.8.2

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

DescribeHostReservationsPages mocks base method

func (*MockEC2API) DescribeHostReservationsPagesWithContext added in v0.8.2

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

DescribeHostReservationsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationsRequest added in v0.8.2

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

DescribeHostReservationsRequest mocks base method

func (*MockEC2API) DescribeHostReservationsWithContext added in v0.8.2

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

DescribeHostReservationsWithContext mocks base method

func (*MockEC2API) DescribeHosts added in v0.8.2

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

DescribeHosts mocks base method

func (*MockEC2API) DescribeHostsPages added in v0.8.2

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

DescribeHostsPages mocks base method

func (*MockEC2API) DescribeHostsPagesWithContext added in v0.8.2

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

DescribeHostsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostsRequest added in v0.8.2

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

DescribeHostsRequest mocks base method

func (*MockEC2API) DescribeHostsWithContext added in v0.8.2

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.8.2

DescribeIamInstanceProfileAssociations mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsPages added in v0.8.2

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

DescribeIamInstanceProfileAssociationsPages mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsPagesWithContext added in v0.8.2

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

DescribeIamInstanceProfileAssociationsPagesWithContext mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsRequest added in v0.8.2

DescribeIamInstanceProfileAssociationsRequest mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsWithContext added in v0.8.2

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

DescribeIamInstanceProfileAssociationsWithContext mocks base method

func (*MockEC2API) DescribeIdFormat added in v0.8.2

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

DescribeIdFormat mocks base method

func (*MockEC2API) DescribeIdFormatRequest added in v0.8.2

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

DescribeIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdFormatWithContext added in v0.8.2

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

DescribeIdFormatWithContext mocks base method

func (*MockEC2API) DescribeIdentityIdFormat added in v0.8.2

DescribeIdentityIdFormat mocks base method

func (*MockEC2API) DescribeIdentityIdFormatRequest added in v0.8.2

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

DescribeIdentityIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdentityIdFormatWithContext added in v0.8.2

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

DescribeIdentityIdFormatWithContext mocks base method

func (*MockEC2API) DescribeImageAttribute added in v0.8.2

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

DescribeImageAttribute mocks base method

func (*MockEC2API) DescribeImageAttributeRequest added in v0.8.2

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

DescribeImageAttributeRequest mocks base method

func (*MockEC2API) DescribeImageAttributeWithContext added in v0.8.2

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

DescribeImageAttributeWithContext mocks base method

func (*MockEC2API) DescribeImages added in v0.8.2

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

DescribeImages mocks base method

func (*MockEC2API) DescribeImagesRequest added in v0.8.2

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

DescribeImagesRequest mocks base method

func (*MockEC2API) DescribeImagesWithContext added in v0.8.2

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

DescribeImagesWithContext mocks base method

func (*MockEC2API) DescribeImportImageTasks added in v0.8.2

DescribeImportImageTasks mocks base method

func (*MockEC2API) DescribeImportImageTasksPages added in v0.8.2

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

DescribeImportImageTasksPages mocks base method

func (*MockEC2API) DescribeImportImageTasksPagesWithContext added in v0.8.2

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

DescribeImportImageTasksPagesWithContext mocks base method

func (*MockEC2API) DescribeImportImageTasksRequest added in v0.8.2

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

DescribeImportImageTasksRequest mocks base method

func (*MockEC2API) DescribeImportImageTasksWithContext added in v0.8.2

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

DescribeImportImageTasksWithContext mocks base method

func (*MockEC2API) DescribeImportSnapshotTasks added in v0.8.2

DescribeImportSnapshotTasks mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksPages added in v0.8.2

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

DescribeImportSnapshotTasksPages mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksPagesWithContext added in v0.8.2

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

DescribeImportSnapshotTasksPagesWithContext mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksRequest added in v0.8.2

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

DescribeImportSnapshotTasksRequest mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksWithContext added in v0.8.2

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

DescribeImportSnapshotTasksWithContext mocks base method

func (*MockEC2API) DescribeInstanceAttribute added in v0.8.2

DescribeInstanceAttribute mocks base method

func (*MockEC2API) DescribeInstanceAttributeRequest added in v0.8.2

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

DescribeInstanceAttributeRequest mocks base method

func (*MockEC2API) DescribeInstanceAttributeWithContext added in v0.8.2

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.8.2

DescribeInstanceCreditSpecifications mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsPages added in v0.8.2

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

DescribeInstanceCreditSpecificationsPages mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsPagesWithContext added in v0.8.2

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

DescribeInstanceCreditSpecificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsRequest added in v0.8.2

DescribeInstanceCreditSpecificationsRequest mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsWithContext added in v0.8.2

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

DescribeInstanceCreditSpecificationsWithContext mocks base method

func (*MockEC2API) DescribeInstanceStatus added in v0.8.2

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

DescribeInstanceStatus mocks base method

func (*MockEC2API) DescribeInstanceStatusPages added in v0.8.2

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

DescribeInstanceStatusPages mocks base method

func (*MockEC2API) DescribeInstanceStatusPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeInstanceStatusRequest mocks base method

func (*MockEC2API) DescribeInstanceStatusWithContext added in v0.8.2

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

DescribeInstanceStatusWithContext mocks base method

func (*MockEC2API) DescribeInstances added in v0.8.2

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

DescribeInstances mocks base method

func (*MockEC2API) DescribeInstancesPages added in v0.8.2

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

DescribeInstancesPages mocks base method

func (*MockEC2API) DescribeInstancesPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeInstancesRequest mocks base method

func (*MockEC2API) DescribeInstancesWithContext added in v0.8.2

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

DescribeInstancesWithContext mocks base method

func (*MockEC2API) DescribeInternetGateways added in v0.8.2

DescribeInternetGateways mocks base method

func (*MockEC2API) DescribeInternetGatewaysPages added in v0.8.2

func (m *MockEC2API) DescribeInternetGatewaysPages(arg0 *ec2.DescribeInternetGatewaysInput, arg1 func(*ec2.DescribeInternetGatewaysOutput, bool) bool) error

DescribeInternetGatewaysPages mocks base method

func (*MockEC2API) DescribeInternetGatewaysPagesWithContext added in v0.8.2

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

DescribeInternetGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeInternetGatewaysRequest added in v0.8.2

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

DescribeInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeInternetGatewaysWithContext added in v0.8.2

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

DescribeInternetGatewaysWithContext mocks base method

func (*MockEC2API) DescribeKeyPairs added in v0.8.2

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

DescribeKeyPairs mocks base method

func (*MockEC2API) DescribeKeyPairsRequest added in v0.8.2

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

DescribeKeyPairsRequest mocks base method

func (*MockEC2API) DescribeKeyPairsWithContext added in v0.8.2

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.8.2

DescribeLaunchTemplateVersions mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsPages added in v0.8.2

func (m *MockEC2API) DescribeLaunchTemplateVersionsPages(arg0 *ec2.DescribeLaunchTemplateVersionsInput, arg1 func(*ec2.DescribeLaunchTemplateVersionsOutput, bool) bool) error

DescribeLaunchTemplateVersionsPages mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsPagesWithContext added in v0.8.2

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

DescribeLaunchTemplateVersionsPagesWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsRequest added in v0.8.2

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

DescribeLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsWithContext added in v0.8.2

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.8.2

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

DescribeLaunchTemplates mocks base method

func (*MockEC2API) DescribeLaunchTemplatesPages added in v0.8.2

func (m *MockEC2API) DescribeLaunchTemplatesPages(arg0 *ec2.DescribeLaunchTemplatesInput, arg1 func(*ec2.DescribeLaunchTemplatesOutput, bool) bool) error

DescribeLaunchTemplatesPages mocks base method

func (*MockEC2API) DescribeLaunchTemplatesPagesWithContext added in v0.8.2

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

DescribeLaunchTemplatesPagesWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplatesRequest added in v0.8.2

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

DescribeLaunchTemplatesRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplatesWithContext added in v0.8.2

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

DescribeLaunchTemplatesWithContext mocks base method

func (*MockEC2API) DescribeMovingAddresses added in v0.8.2

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

DescribeMovingAddresses mocks base method

func (*MockEC2API) DescribeMovingAddressesPages added in v0.8.2

func (m *MockEC2API) DescribeMovingAddressesPages(arg0 *ec2.DescribeMovingAddressesInput, arg1 func(*ec2.DescribeMovingAddressesOutput, bool) bool) error

DescribeMovingAddressesPages mocks base method

func (*MockEC2API) DescribeMovingAddressesPagesWithContext added in v0.8.2

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

DescribeMovingAddressesPagesWithContext mocks base method

func (*MockEC2API) DescribeMovingAddressesRequest added in v0.8.2

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

DescribeMovingAddressesRequest mocks base method

func (*MockEC2API) DescribeMovingAddressesWithContext added in v0.8.2

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

DescribeMovingAddressesWithContext mocks base method

func (*MockEC2API) DescribeNatGateways added in v0.8.2

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

DescribeNatGateways mocks base method

func (*MockEC2API) DescribeNatGatewaysPages added in v0.8.2

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

DescribeNatGatewaysPages mocks base method

func (*MockEC2API) DescribeNatGatewaysPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeNatGatewaysRequest mocks base method

func (*MockEC2API) DescribeNatGatewaysWithContext added in v0.8.2

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

DescribeNatGatewaysWithContext mocks base method

func (*MockEC2API) DescribeNetworkAcls added in v0.8.2

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

DescribeNetworkAcls mocks base method

func (*MockEC2API) DescribeNetworkAclsPages added in v0.8.2

func (m *MockEC2API) DescribeNetworkAclsPages(arg0 *ec2.DescribeNetworkAclsInput, arg1 func(*ec2.DescribeNetworkAclsOutput, bool) bool) error

DescribeNetworkAclsPages mocks base method

func (*MockEC2API) DescribeNetworkAclsPagesWithContext added in v0.8.2

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

DescribeNetworkAclsPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkAclsRequest added in v0.8.2

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

DescribeNetworkAclsRequest mocks base method

func (*MockEC2API) DescribeNetworkAclsWithContext added in v0.8.2

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

DescribeNetworkAclsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttribute added in v0.8.2

DescribeNetworkInterfaceAttribute mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeRequest added in v0.8.2

DescribeNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeWithContext added in v0.8.2

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.8.2

DescribeNetworkInterfacePermissions mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsPages added in v0.8.2

func (m *MockEC2API) DescribeNetworkInterfacePermissionsPages(arg0 *ec2.DescribeNetworkInterfacePermissionsInput, arg1 func(*ec2.DescribeNetworkInterfacePermissionsOutput, bool) bool) error

DescribeNetworkInterfacePermissionsPages mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsPagesWithContext added in v0.8.2

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

DescribeNetworkInterfacePermissionsPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsRequest added in v0.8.2

DescribeNetworkInterfacePermissionsRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsWithContext added in v0.8.2

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

DescribeNetworkInterfacePermissionsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaces added in v0.8.2

DescribeNetworkInterfaces mocks base method

func (*MockEC2API) DescribeNetworkInterfacesPages added in v0.8.2

func (m *MockEC2API) DescribeNetworkInterfacesPages(arg0 *ec2.DescribeNetworkInterfacesInput, arg1 func(*ec2.DescribeNetworkInterfacesOutput, bool) bool) error

DescribeNetworkInterfacesPages mocks base method

func (*MockEC2API) DescribeNetworkInterfacesPagesWithContext added in v0.8.2

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

DescribeNetworkInterfacesPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacesRequest added in v0.8.2

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

DescribeNetworkInterfacesRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacesWithContext added in v0.8.2

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

DescribeNetworkInterfacesWithContext mocks base method

func (*MockEC2API) DescribePlacementGroups added in v0.8.2

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

DescribePlacementGroups mocks base method

func (*MockEC2API) DescribePlacementGroupsRequest added in v0.8.2

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

DescribePlacementGroupsRequest mocks base method

func (*MockEC2API) DescribePlacementGroupsWithContext added in v0.8.2

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

DescribePlacementGroupsWithContext mocks base method

func (*MockEC2API) DescribePrefixLists added in v0.8.2

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

DescribePrefixLists mocks base method

func (*MockEC2API) DescribePrefixListsPages added in v0.8.2

func (m *MockEC2API) DescribePrefixListsPages(arg0 *ec2.DescribePrefixListsInput, arg1 func(*ec2.DescribePrefixListsOutput, bool) bool) error

DescribePrefixListsPages mocks base method

func (*MockEC2API) DescribePrefixListsPagesWithContext added in v0.8.2

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

DescribePrefixListsPagesWithContext mocks base method

func (*MockEC2API) DescribePrefixListsRequest added in v0.8.2

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

DescribePrefixListsRequest mocks base method

func (*MockEC2API) DescribePrefixListsWithContext added in v0.8.2

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.8.2

DescribePrincipalIdFormat mocks base method

func (*MockEC2API) DescribePrincipalIdFormatPages added in v0.8.2

func (m *MockEC2API) DescribePrincipalIdFormatPages(arg0 *ec2.DescribePrincipalIdFormatInput, arg1 func(*ec2.DescribePrincipalIdFormatOutput, bool) bool) error

DescribePrincipalIdFormatPages mocks base method

func (*MockEC2API) DescribePrincipalIdFormatPagesWithContext added in v0.8.2

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

DescribePrincipalIdFormatPagesWithContext mocks base method

func (*MockEC2API) DescribePrincipalIdFormatRequest added in v0.8.2

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

DescribePrincipalIdFormatRequest mocks base method

func (*MockEC2API) DescribePrincipalIdFormatWithContext added in v0.8.2

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

DescribePrincipalIdFormatWithContext mocks base method

func (*MockEC2API) DescribePublicIpv4Pools added in v0.8.2

func (m *MockEC2API) DescribePublicIpv4Pools(arg0 *ec2.DescribePublicIpv4PoolsInput) (*ec2.DescribePublicIpv4PoolsOutput, error)

DescribePublicIpv4Pools mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsPages added in v0.8.2

func (m *MockEC2API) DescribePublicIpv4PoolsPages(arg0 *ec2.DescribePublicIpv4PoolsInput, arg1 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool) error

DescribePublicIpv4PoolsPages mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsPagesWithContext added in v0.8.2

func (m *MockEC2API) DescribePublicIpv4PoolsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribePublicIpv4PoolsInput, arg2 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool, arg3 ...request.Option) error

DescribePublicIpv4PoolsPagesWithContext mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsRequest added in v0.8.2

func (m *MockEC2API) DescribePublicIpv4PoolsRequest(arg0 *ec2.DescribePublicIpv4PoolsInput) (*request.Request, *ec2.DescribePublicIpv4PoolsOutput)

DescribePublicIpv4PoolsRequest mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsWithContext added in v0.8.2

func (m *MockEC2API) DescribePublicIpv4PoolsWithContext(arg0 aws.Context, arg1 *ec2.DescribePublicIpv4PoolsInput, arg2 ...request.Option) (*ec2.DescribePublicIpv4PoolsOutput, error)

DescribePublicIpv4PoolsWithContext mocks base method

func (*MockEC2API) DescribeRegions added in v0.8.2

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

DescribeRegions mocks base method

func (*MockEC2API) DescribeRegionsRequest added in v0.8.2

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

DescribeRegionsRequest mocks base method

func (*MockEC2API) DescribeRegionsWithContext added in v0.8.2

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

DescribeRegionsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstances added in v0.8.2

DescribeReservedInstances mocks base method

func (*MockEC2API) DescribeReservedInstancesListings added in v0.8.2

DescribeReservedInstancesListings mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsRequest added in v0.8.2

DescribeReservedInstancesListingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsWithContext added in v0.8.2

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

DescribeReservedInstancesListingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesModifications added in v0.8.2

DescribeReservedInstancesModifications mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPages added in v0.8.2

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

DescribeReservedInstancesModificationsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReservedInstancesModificationsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsWithContext added in v0.8.2

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

DescribeReservedInstancesModificationsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferings added in v0.8.2

DescribeReservedInstancesOfferings mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPages added in v0.8.2

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

DescribeReservedInstancesOfferingsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReservedInstancesOfferingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsWithContext added in v0.8.2

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

DescribeReservedInstancesOfferingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesRequest added in v0.8.2

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

DescribeReservedInstancesRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesWithContext added in v0.8.2

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

DescribeReservedInstancesWithContext mocks base method

func (*MockEC2API) DescribeRouteTables added in v0.8.2

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

DescribeRouteTables mocks base method

func (*MockEC2API) DescribeRouteTablesPages added in v0.8.2

func (m *MockEC2API) DescribeRouteTablesPages(arg0 *ec2.DescribeRouteTablesInput, arg1 func(*ec2.DescribeRouteTablesOutput, bool) bool) error

DescribeRouteTablesPages mocks base method

func (*MockEC2API) DescribeRouteTablesPagesWithContext added in v0.8.2

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

DescribeRouteTablesPagesWithContext mocks base method

func (*MockEC2API) DescribeRouteTablesRequest added in v0.8.2

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

DescribeRouteTablesRequest mocks base method

func (*MockEC2API) DescribeRouteTablesWithContext added in v0.8.2

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

DescribeRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailability added in v0.8.2

DescribeScheduledInstanceAvailability mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityPages added in v0.8.2

func (m *MockEC2API) DescribeScheduledInstanceAvailabilityPages(arg0 *ec2.DescribeScheduledInstanceAvailabilityInput, arg1 func(*ec2.DescribeScheduledInstanceAvailabilityOutput, bool) bool) error

DescribeScheduledInstanceAvailabilityPages mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityPagesWithContext added in v0.8.2

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

DescribeScheduledInstanceAvailabilityPagesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityRequest added in v0.8.2

DescribeScheduledInstanceAvailabilityRequest mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityWithContext added in v0.8.2

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

DescribeScheduledInstanceAvailabilityWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstances added in v0.8.2

DescribeScheduledInstances mocks base method

func (*MockEC2API) DescribeScheduledInstancesPages added in v0.8.2

func (m *MockEC2API) DescribeScheduledInstancesPages(arg0 *ec2.DescribeScheduledInstancesInput, arg1 func(*ec2.DescribeScheduledInstancesOutput, bool) bool) error

DescribeScheduledInstancesPages mocks base method

func (*MockEC2API) DescribeScheduledInstancesPagesWithContext added in v0.8.2

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

DescribeScheduledInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstancesRequest added in v0.8.2

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

DescribeScheduledInstancesRequest mocks base method

func (*MockEC2API) DescribeScheduledInstancesWithContext added in v0.8.2

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

DescribeScheduledInstancesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroupReferences added in v0.8.2

DescribeSecurityGroupReferences mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesRequest added in v0.8.2

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

DescribeSecurityGroupReferencesRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesWithContext added in v0.8.2

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

DescribeSecurityGroupReferencesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroups added in v0.8.2

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

DescribeSecurityGroups mocks base method

func (*MockEC2API) DescribeSecurityGroupsPages added in v0.8.2

func (m *MockEC2API) DescribeSecurityGroupsPages(arg0 *ec2.DescribeSecurityGroupsInput, arg1 func(*ec2.DescribeSecurityGroupsOutput, bool) bool) error

DescribeSecurityGroupsPages mocks base method

func (*MockEC2API) DescribeSecurityGroupsPagesWithContext added in v0.8.2

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

DescribeSecurityGroupsPagesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroupsRequest added in v0.8.2

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

DescribeSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupsWithContext added in v0.8.2

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

DescribeSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSnapshotAttribute added in v0.8.2

DescribeSnapshotAttribute mocks base method

func (*MockEC2API) DescribeSnapshotAttributeRequest added in v0.8.2

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

DescribeSnapshotAttributeRequest mocks base method

func (*MockEC2API) DescribeSnapshotAttributeWithContext added in v0.8.2

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

DescribeSnapshotAttributeWithContext mocks base method

func (*MockEC2API) DescribeSnapshots added in v0.8.2

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

DescribeSnapshots mocks base method

func (*MockEC2API) DescribeSnapshotsPages added in v0.8.2

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

DescribeSnapshotsPages mocks base method

func (*MockEC2API) DescribeSnapshotsPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeSnapshotsRequest mocks base method

func (*MockEC2API) DescribeSnapshotsWithContext added in v0.8.2

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

DescribeSnapshotsWithContext mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscription added in v0.8.2

DescribeSpotDatafeedSubscription mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionRequest added in v0.8.2

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

DescribeSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionWithContext added in v0.8.2

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

DescribeSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetInstances added in v0.8.2

DescribeSpotFleetInstances mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesRequest added in v0.8.2

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

DescribeSpotFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesWithContext added in v0.8.2

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

DescribeSpotFleetInstancesWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistory added in v0.8.2

DescribeSpotFleetRequestHistory mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryRequest added in v0.8.2

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

DescribeSpotFleetRequestHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryWithContext added in v0.8.2

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

DescribeSpotFleetRequestHistoryWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequests added in v0.8.2

DescribeSpotFleetRequests mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPages added in v0.8.2

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

DescribeSpotFleetRequestsPages mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeSpotFleetRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsWithContext added in v0.8.2

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

DescribeSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotInstanceRequests added in v0.8.2

DescribeSpotInstanceRequests mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsPages added in v0.8.2

func (m *MockEC2API) DescribeSpotInstanceRequestsPages(arg0 *ec2.DescribeSpotInstanceRequestsInput, arg1 func(*ec2.DescribeSpotInstanceRequestsOutput, bool) bool) error

DescribeSpotInstanceRequestsPages mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsPagesWithContext added in v0.8.2

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

DescribeSpotInstanceRequestsPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsRequest added in v0.8.2

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

DescribeSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsWithContext added in v0.8.2

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

DescribeSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotPriceHistory added in v0.8.2

DescribeSpotPriceHistory mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPages added in v0.8.2

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

DescribeSpotPriceHistoryPages mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeSpotPriceHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryWithContext added in v0.8.2

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

DescribeSpotPriceHistoryWithContext mocks base method

func (*MockEC2API) DescribeStaleSecurityGroups added in v0.8.2

DescribeStaleSecurityGroups mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsPages added in v0.8.2

func (m *MockEC2API) DescribeStaleSecurityGroupsPages(arg0 *ec2.DescribeStaleSecurityGroupsInput, arg1 func(*ec2.DescribeStaleSecurityGroupsOutput, bool) bool) error

DescribeStaleSecurityGroupsPages mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsPagesWithContext added in v0.8.2

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

DescribeStaleSecurityGroupsPagesWithContext mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsRequest added in v0.8.2

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

DescribeStaleSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsWithContext added in v0.8.2

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

DescribeStaleSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSubnets added in v0.8.2

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

DescribeSubnets mocks base method

func (*MockEC2API) DescribeSubnetsPages added in v0.8.2

func (m *MockEC2API) DescribeSubnetsPages(arg0 *ec2.DescribeSubnetsInput, arg1 func(*ec2.DescribeSubnetsOutput, bool) bool) error

DescribeSubnetsPages mocks base method

func (*MockEC2API) DescribeSubnetsPagesWithContext added in v0.8.2

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

DescribeSubnetsPagesWithContext mocks base method

func (*MockEC2API) DescribeSubnetsRequest added in v0.8.2

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

DescribeSubnetsRequest mocks base method

func (*MockEC2API) DescribeSubnetsWithContext added in v0.8.2

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

DescribeSubnetsWithContext mocks base method

func (*MockEC2API) DescribeTags added in v0.8.2

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

DescribeTags mocks base method

func (*MockEC2API) DescribeTagsPages added in v0.8.2

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

DescribeTagsPages mocks base method

func (*MockEC2API) DescribeTagsPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeTagsRequest mocks base method

func (*MockEC2API) DescribeTagsWithContext added in v0.8.2

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

DescribeTagsWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorFilters added in v0.9.1

DescribeTrafficMirrorFilters mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersPages added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorFiltersPages(arg0 *ec2.DescribeTrafficMirrorFiltersInput, arg1 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool) error

DescribeTrafficMirrorFiltersPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersPagesWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorFiltersPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorFiltersInput, arg2 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorFiltersPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersRequest added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorFiltersRequest(arg0 *ec2.DescribeTrafficMirrorFiltersInput) (*request.Request, *ec2.DescribeTrafficMirrorFiltersOutput)

DescribeTrafficMirrorFiltersRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorFiltersWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorFiltersInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorFiltersOutput, error)

DescribeTrafficMirrorFiltersWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessions added in v0.9.1

DescribeTrafficMirrorSessions mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsPages added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorSessionsPages(arg0 *ec2.DescribeTrafficMirrorSessionsInput, arg1 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool) error

DescribeTrafficMirrorSessionsPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsPagesWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorSessionsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorSessionsInput, arg2 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorSessionsPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsRequest added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorSessionsRequest(arg0 *ec2.DescribeTrafficMirrorSessionsInput) (*request.Request, *ec2.DescribeTrafficMirrorSessionsOutput)

DescribeTrafficMirrorSessionsRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorSessionsWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorSessionsInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorSessionsOutput, error)

DescribeTrafficMirrorSessionsWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargets added in v0.9.1

DescribeTrafficMirrorTargets mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsPages added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorTargetsPages(arg0 *ec2.DescribeTrafficMirrorTargetsInput, arg1 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool) error

DescribeTrafficMirrorTargetsPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsPagesWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorTargetsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorTargetsInput, arg2 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool, arg3 ...request.Option) error

DescribeTrafficMirrorTargetsPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsRequest added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorTargetsRequest(arg0 *ec2.DescribeTrafficMirrorTargetsInput) (*request.Request, *ec2.DescribeTrafficMirrorTargetsOutput)

DescribeTrafficMirrorTargetsRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsWithContext added in v0.9.1

func (m *MockEC2API) DescribeTrafficMirrorTargetsWithContext(arg0 aws.Context, arg1 *ec2.DescribeTrafficMirrorTargetsInput, arg2 ...request.Option) (*ec2.DescribeTrafficMirrorTargetsOutput, error)

DescribeTrafficMirrorTargetsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachments added in v0.8.2

DescribeTransitGatewayAttachments mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsPages added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayAttachmentsPages(arg0 *ec2.DescribeTransitGatewayAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool) error

DescribeTransitGatewayAttachmentsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsPagesWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayAttachmentsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayAttachmentsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsRequest added in v0.8.2

DescribeTransitGatewayAttachmentsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayAttachmentsWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayAttachmentsOutput, error)

DescribeTransitGatewayAttachmentsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTables added in v0.8.2

DescribeTransitGatewayRouteTables mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesPages added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayRouteTablesPages(arg0 *ec2.DescribeTransitGatewayRouteTablesInput, arg1 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool) error

DescribeTransitGatewayRouteTablesPages mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesPagesWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayRouteTablesPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayRouteTablesInput, arg2 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayRouteTablesPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesRequest added in v0.8.2

DescribeTransitGatewayRouteTablesRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayRouteTablesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayRouteTablesOutput, error)

DescribeTransitGatewayRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachments added in v0.8.2

DescribeTransitGatewayVpcAttachments mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsPages added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayVpcAttachmentsPages(arg0 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool) error

DescribeTransitGatewayVpcAttachmentsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsPagesWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayVpcAttachmentsPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayVpcAttachmentsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsRequest added in v0.8.2

DescribeTransitGatewayVpcAttachmentsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewayVpcAttachmentsWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)

DescribeTransitGatewayVpcAttachmentsWithContext mocks base method

func (*MockEC2API) DescribeTransitGateways added in v0.8.2

func (m *MockEC2API) DescribeTransitGateways(arg0 *ec2.DescribeTransitGatewaysInput) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGateways mocks base method

func (*MockEC2API) DescribeTransitGatewaysPages added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewaysPages(arg0 *ec2.DescribeTransitGatewaysInput, arg1 func(*ec2.DescribeTransitGatewaysOutput, bool) bool) error

DescribeTransitGatewaysPages mocks base method

func (*MockEC2API) DescribeTransitGatewaysPagesWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewaysPagesWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewaysInput, arg2 func(*ec2.DescribeTransitGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewaysRequest added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewaysRequest(arg0 *ec2.DescribeTransitGatewaysInput) (*request.Request, *ec2.DescribeTransitGatewaysOutput)

DescribeTransitGatewaysRequest mocks base method

func (*MockEC2API) DescribeTransitGatewaysWithContext added in v0.8.2

func (m *MockEC2API) DescribeTransitGatewaysWithContext(arg0 aws.Context, arg1 *ec2.DescribeTransitGatewaysInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGatewaysWithContext mocks base method

func (*MockEC2API) DescribeVolumeAttribute added in v0.8.2

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

DescribeVolumeAttribute mocks base method

func (*MockEC2API) DescribeVolumeAttributeRequest added in v0.8.2

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

DescribeVolumeAttributeRequest mocks base method

func (*MockEC2API) DescribeVolumeAttributeWithContext added in v0.8.2

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

DescribeVolumeAttributeWithContext mocks base method

func (*MockEC2API) DescribeVolumeStatus added in v0.8.2

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

DescribeVolumeStatus mocks base method

func (*MockEC2API) DescribeVolumeStatusPages added in v0.8.2

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

DescribeVolumeStatusPages mocks base method

func (*MockEC2API) DescribeVolumeStatusPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeVolumeStatusRequest mocks base method

func (*MockEC2API) DescribeVolumeStatusWithContext added in v0.8.2

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

DescribeVolumeStatusWithContext mocks base method

func (*MockEC2API) DescribeVolumes added in v0.8.2

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

DescribeVolumes mocks base method

func (*MockEC2API) DescribeVolumesModifications added in v0.8.2

DescribeVolumesModifications mocks base method

func (*MockEC2API) DescribeVolumesModificationsPages added in v0.8.2

func (m *MockEC2API) DescribeVolumesModificationsPages(arg0 *ec2.DescribeVolumesModificationsInput, arg1 func(*ec2.DescribeVolumesModificationsOutput, bool) bool) error

DescribeVolumesModificationsPages mocks base method

func (*MockEC2API) DescribeVolumesModificationsPagesWithContext added in v0.8.2

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

DescribeVolumesModificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumesModificationsRequest added in v0.8.2

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

DescribeVolumesModificationsRequest mocks base method

func (*MockEC2API) DescribeVolumesModificationsWithContext added in v0.8.2

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

DescribeVolumesModificationsWithContext mocks base method

func (*MockEC2API) DescribeVolumesPages added in v0.8.2

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

DescribeVolumesPages mocks base method

func (*MockEC2API) DescribeVolumesPagesWithContext added in v0.8.2

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 added in v0.8.2

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

DescribeVolumesRequest mocks base method

func (*MockEC2API) DescribeVolumesWithContext added in v0.8.2

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

DescribeVolumesWithContext mocks base method

func (*MockEC2API) DescribeVpcAttribute added in v0.8.2

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

DescribeVpcAttribute mocks base method

func (*MockEC2API) DescribeVpcAttributeRequest added in v0.8.2

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

DescribeVpcAttributeRequest mocks base method

func (*MockEC2API) DescribeVpcAttributeWithContext added in v0.8.2

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 added in v0.8.2

DescribeVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportPages added in v0.8.2

func (m *MockEC2API) DescribeVpcClassicLinkDnsSupportPages(arg0 *ec2.DescribeVpcClassicLinkDnsSupportInput, arg1 func(*ec2.DescribeVpcClassicLinkDnsSupportOutput, bool) bool) error

DescribeVpcClassicLinkDnsSupportPages mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportPagesWithContext added in v0.8.2

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

DescribeVpcClassicLinkDnsSupportPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportRequest added in v0.8.2

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

DescribeVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportWithContext added in v0.8.2

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

DescribeVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DescribeVpcClassicLinkRequest added in v0.8.2

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

DescribeVpcClassicLinkRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkWithContext added in v0.8.2

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.8.2

DescribeVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcEndpointConnectionNotificationsPages(arg0 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg1 func(*ec2.DescribeVpcEndpointConnectionNotificationsOutput, bool) bool) error

DescribeVpcEndpointConnectionNotificationsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsPagesWithContext added in v0.8.2

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

DescribeVpcEndpointConnectionNotificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsRequest added in v0.8.2

DescribeVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsWithContext added in v0.8.2

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.8.2

DescribeVpcEndpointConnections mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcEndpointConnectionsPages(arg0 *ec2.DescribeVpcEndpointConnectionsInput, arg1 func(*ec2.DescribeVpcEndpointConnectionsOutput, bool) bool) error

DescribeVpcEndpointConnectionsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsPagesWithContext added in v0.8.2

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

DescribeVpcEndpointConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsRequest added in v0.8.2

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

DescribeVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsWithContext added in v0.8.2

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.8.2

DescribeVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcEndpointServiceConfigurationsPages(arg0 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg1 func(*ec2.DescribeVpcEndpointServiceConfigurationsOutput, bool) bool) error

DescribeVpcEndpointServiceConfigurationsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsPagesWithContext added in v0.8.2

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

DescribeVpcEndpointServiceConfigurationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsRequest added in v0.8.2

DescribeVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsWithContext added in v0.8.2

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.8.2

DescribeVpcEndpointServicePermissions mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcEndpointServicePermissionsPages(arg0 *ec2.DescribeVpcEndpointServicePermissionsInput, arg1 func(*ec2.DescribeVpcEndpointServicePermissionsOutput, bool) bool) error

DescribeVpcEndpointServicePermissionsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsPagesWithContext added in v0.8.2

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

DescribeVpcEndpointServicePermissionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsRequest added in v0.8.2

DescribeVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsWithContext added in v0.8.2

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

DescribeVpcEndpointServicePermissionsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServices added in v0.8.2

DescribeVpcEndpointServices mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesRequest added in v0.8.2

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

DescribeVpcEndpointServicesRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesWithContext added in v0.8.2

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

DescribeVpcEndpointServicesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpoints added in v0.8.2

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

DescribeVpcEndpoints mocks base method

func (*MockEC2API) DescribeVpcEndpointsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcEndpointsPages(arg0 *ec2.DescribeVpcEndpointsInput, arg1 func(*ec2.DescribeVpcEndpointsOutput, bool) bool) error

DescribeVpcEndpointsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointsPagesWithContext added in v0.8.2

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

DescribeVpcEndpointsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointsRequest added in v0.8.2

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

DescribeVpcEndpointsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointsWithContext added in v0.8.2

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

DescribeVpcEndpointsWithContext mocks base method

func (*MockEC2API) DescribeVpcPeeringConnections added in v0.8.2

DescribeVpcPeeringConnections mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcPeeringConnectionsPages(arg0 *ec2.DescribeVpcPeeringConnectionsInput, arg1 func(*ec2.DescribeVpcPeeringConnectionsOutput, bool) bool) error

DescribeVpcPeeringConnectionsPages mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsPagesWithContext added in v0.8.2

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

DescribeVpcPeeringConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsRequest added in v0.8.2

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

DescribeVpcPeeringConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsWithContext added in v0.8.2

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

DescribeVpcPeeringConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpcs added in v0.8.2

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

DescribeVpcs mocks base method

func (*MockEC2API) DescribeVpcsPages added in v0.8.2

func (m *MockEC2API) DescribeVpcsPages(arg0 *ec2.DescribeVpcsInput, arg1 func(*ec2.DescribeVpcsOutput, bool) bool) error

DescribeVpcsPages mocks base method

func (*MockEC2API) DescribeVpcsPagesWithContext added in v0.8.2

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

DescribeVpcsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcsRequest added in v0.8.2

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

DescribeVpcsRequest mocks base method

func (*MockEC2API) DescribeVpcsWithContext added in v0.8.2

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

DescribeVpcsWithContext mocks base method

func (*MockEC2API) DescribeVpnConnections added in v0.8.2

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

DescribeVpnConnections mocks base method

func (*MockEC2API) DescribeVpnConnectionsRequest added in v0.8.2

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

DescribeVpnConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpnConnectionsWithContext added in v0.8.2

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

DescribeVpnConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpnGateways added in v0.8.2

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

DescribeVpnGateways mocks base method

func (*MockEC2API) DescribeVpnGatewaysRequest added in v0.8.2

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

DescribeVpnGatewaysRequest mocks base method

func (*MockEC2API) DescribeVpnGatewaysWithContext added in v0.8.2

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

DescribeVpnGatewaysWithContext mocks base method

func (*MockEC2API) DetachClassicLinkVpc added in v0.8.2

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

DetachClassicLinkVpc mocks base method

func (*MockEC2API) DetachClassicLinkVpcRequest added in v0.8.2

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

DetachClassicLinkVpcRequest mocks base method

func (*MockEC2API) DetachClassicLinkVpcWithContext added in v0.8.2

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

DetachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) DetachInternetGateway added in v0.8.2

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

DetachInternetGateway mocks base method

func (*MockEC2API) DetachInternetGatewayRequest added in v0.8.2

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

DetachInternetGatewayRequest mocks base method

func (*MockEC2API) DetachInternetGatewayWithContext added in v0.8.2

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

DetachInternetGatewayWithContext mocks base method

func (*MockEC2API) DetachNetworkInterface added in v0.8.2

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

DetachNetworkInterface mocks base method

func (*MockEC2API) DetachNetworkInterfaceRequest added in v0.8.2

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

DetachNetworkInterfaceRequest mocks base method

func (*MockEC2API) DetachNetworkInterfaceWithContext added in v0.8.2

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

DetachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DetachVolume added in v0.8.2

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

DetachVolume mocks base method

func (*MockEC2API) DetachVolumeRequest added in v0.8.2

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

DetachVolumeRequest mocks base method

func (*MockEC2API) DetachVolumeWithContext added in v0.8.2

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

DetachVolumeWithContext mocks base method

func (*MockEC2API) DetachVpnGateway added in v0.8.2

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

DetachVpnGateway mocks base method

func (*MockEC2API) DetachVpnGatewayRequest added in v0.8.2

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

DetachVpnGatewayRequest mocks base method

func (*MockEC2API) DetachVpnGatewayWithContext added in v0.8.2

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

DetachVpnGatewayWithContext mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefault added in v0.8.2

DisableEbsEncryptionByDefault mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefaultRequest added in v0.8.2

func (m *MockEC2API) DisableEbsEncryptionByDefaultRequest(arg0 *ec2.DisableEbsEncryptionByDefaultInput) (*request.Request, *ec2.DisableEbsEncryptionByDefaultOutput)

DisableEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefaultWithContext added in v0.8.2

func (m *MockEC2API) DisableEbsEncryptionByDefaultWithContext(arg0 aws.Context, arg1 *ec2.DisableEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.DisableEbsEncryptionByDefaultOutput, error)

DisableEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagation added in v0.8.2

DisableTransitGatewayRouteTablePropagation mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagationRequest added in v0.8.2

DisableTransitGatewayRouteTablePropagationRequest mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagationWithContext added in v0.8.2

func (m *MockEC2API) DisableTransitGatewayRouteTablePropagationWithContext(arg0 aws.Context, arg1 *ec2.DisableTransitGatewayRouteTablePropagationInput, arg2 ...request.Option) (*ec2.DisableTransitGatewayRouteTablePropagationOutput, error)

DisableTransitGatewayRouteTablePropagationWithContext mocks base method

func (*MockEC2API) DisableVgwRoutePropagation added in v0.8.2

DisableVgwRoutePropagation mocks base method

func (*MockEC2API) DisableVgwRoutePropagationRequest added in v0.8.2

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

DisableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) DisableVgwRoutePropagationWithContext added in v0.8.2

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 added in v0.8.2

DisableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportRequest added in v0.8.2

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

DisableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportWithContext added in v0.8.2

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

DisableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DisableVpcClassicLinkRequest added in v0.8.2

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

DisableVpcClassicLinkRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkWithContext added in v0.8.2

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

DisableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) DisassociateAddress added in v0.8.2

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

DisassociateAddress mocks base method

func (*MockEC2API) DisassociateAddressRequest added in v0.8.2

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

DisassociateAddressRequest mocks base method

func (*MockEC2API) DisassociateAddressWithContext added in v0.8.2

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

DisassociateAddressWithContext mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetwork added in v0.8.2

DisassociateClientVpnTargetNetwork mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetworkRequest added in v0.8.2

DisassociateClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetworkWithContext added in v0.8.2

func (m *MockEC2API) DisassociateClientVpnTargetNetworkWithContext(arg0 aws.Context, arg1 *ec2.DisassociateClientVpnTargetNetworkInput, arg2 ...request.Option) (*ec2.DisassociateClientVpnTargetNetworkOutput, error)

DisassociateClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) DisassociateIamInstanceProfile added in v0.8.2

DisassociateIamInstanceProfile mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileRequest added in v0.8.2

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

DisassociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileWithContext added in v0.8.2

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

DisassociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) DisassociateRouteTable added in v0.8.2

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

DisassociateRouteTable mocks base method

func (*MockEC2API) DisassociateRouteTableRequest added in v0.8.2

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

DisassociateRouteTableRequest mocks base method

func (*MockEC2API) DisassociateRouteTableWithContext added in v0.8.2

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

DisassociateRouteTableWithContext mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlock added in v0.8.2

DisassociateSubnetCidrBlock mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockRequest added in v0.8.2

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

DisassociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockWithContext added in v0.8.2

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

DisassociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTable added in v0.8.2

DisassociateTransitGatewayRouteTable mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTableRequest added in v0.8.2

DisassociateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTableWithContext added in v0.8.2

func (m *MockEC2API) DisassociateTransitGatewayRouteTableWithContext(arg0 aws.Context, arg1 *ec2.DisassociateTransitGatewayRouteTableInput, arg2 ...request.Option) (*ec2.DisassociateTransitGatewayRouteTableOutput, error)

DisassociateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) DisassociateVpcCidrBlock added in v0.8.2

DisassociateVpcCidrBlock mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockRequest added in v0.8.2

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

DisassociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockWithContext added in v0.8.2

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

DisassociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) EXPECT added in v0.8.2

func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder

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

func (*MockEC2API) EnableEbsEncryptionByDefault added in v0.8.2

EnableEbsEncryptionByDefault mocks base method

func (*MockEC2API) EnableEbsEncryptionByDefaultRequest added in v0.8.2

func (m *MockEC2API) EnableEbsEncryptionByDefaultRequest(arg0 *ec2.EnableEbsEncryptionByDefaultInput) (*request.Request, *ec2.EnableEbsEncryptionByDefaultOutput)

EnableEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) EnableEbsEncryptionByDefaultWithContext added in v0.8.2

func (m *MockEC2API) EnableEbsEncryptionByDefaultWithContext(arg0 aws.Context, arg1 *ec2.EnableEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.EnableEbsEncryptionByDefaultOutput, error)

EnableEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagation added in v0.8.2

EnableTransitGatewayRouteTablePropagation mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagationRequest added in v0.8.2

EnableTransitGatewayRouteTablePropagationRequest mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagationWithContext added in v0.8.2

func (m *MockEC2API) EnableTransitGatewayRouteTablePropagationWithContext(arg0 aws.Context, arg1 *ec2.EnableTransitGatewayRouteTablePropagationInput, arg2 ...request.Option) (*ec2.EnableTransitGatewayRouteTablePropagationOutput, error)

EnableTransitGatewayRouteTablePropagationWithContext mocks base method

func (*MockEC2API) EnableVgwRoutePropagation added in v0.8.2

EnableVgwRoutePropagation mocks base method

func (*MockEC2API) EnableVgwRoutePropagationRequest added in v0.8.2

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

EnableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) EnableVgwRoutePropagationWithContext added in v0.8.2

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

EnableVgwRoutePropagationWithContext mocks base method

func (*MockEC2API) EnableVolumeIO added in v0.8.2

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

EnableVolumeIO mocks base method

func (*MockEC2API) EnableVolumeIORequest added in v0.8.2

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

EnableVolumeIORequest mocks base method

func (*MockEC2API) EnableVolumeIOWithContext added in v0.8.2

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 added in v0.8.2

EnableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportRequest added in v0.8.2

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

EnableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportWithContext added in v0.8.2

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

EnableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) EnableVpcClassicLinkRequest added in v0.8.2

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

EnableVpcClassicLinkRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkWithContext added in v0.8.2

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

EnableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationList added in v0.8.2

ExportClientVpnClientCertificateRevocationList mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationListRequest added in v0.8.2

ExportClientVpnClientCertificateRevocationListRequest mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationListWithContext added in v0.8.2

func (m *MockEC2API) ExportClientVpnClientCertificateRevocationListWithContext(arg0 aws.Context, arg1 *ec2.ExportClientVpnClientCertificateRevocationListInput, arg2 ...request.Option) (*ec2.ExportClientVpnClientCertificateRevocationListOutput, error)

ExportClientVpnClientCertificateRevocationListWithContext mocks base method

func (*MockEC2API) ExportClientVpnClientConfiguration added in v0.8.2

ExportClientVpnClientConfiguration mocks base method

func (*MockEC2API) ExportClientVpnClientConfigurationRequest added in v0.8.2

ExportClientVpnClientConfigurationRequest mocks base method

func (*MockEC2API) ExportClientVpnClientConfigurationWithContext added in v0.8.2

func (m *MockEC2API) ExportClientVpnClientConfigurationWithContext(arg0 aws.Context, arg1 *ec2.ExportClientVpnClientConfigurationInput, arg2 ...request.Option) (*ec2.ExportClientVpnClientConfigurationOutput, error)

ExportClientVpnClientConfigurationWithContext mocks base method

func (*MockEC2API) ExportImage added in v0.11.0

func (m *MockEC2API) ExportImage(arg0 *ec2.ExportImageInput) (*ec2.ExportImageOutput, error)

ExportImage mocks base method

func (*MockEC2API) ExportImageRequest added in v0.11.0

func (m *MockEC2API) ExportImageRequest(arg0 *ec2.ExportImageInput) (*request.Request, *ec2.ExportImageOutput)

ExportImageRequest mocks base method

func (*MockEC2API) ExportImageWithContext added in v0.11.0

func (m *MockEC2API) ExportImageWithContext(arg0 aws.Context, arg1 *ec2.ExportImageInput, arg2 ...request.Option) (*ec2.ExportImageOutput, error)

ExportImageWithContext mocks base method

func (*MockEC2API) ExportTransitGatewayRoutes added in v0.8.2

ExportTransitGatewayRoutes mocks base method

func (*MockEC2API) ExportTransitGatewayRoutesRequest added in v0.8.2

func (m *MockEC2API) ExportTransitGatewayRoutesRequest(arg0 *ec2.ExportTransitGatewayRoutesInput) (*request.Request, *ec2.ExportTransitGatewayRoutesOutput)

ExportTransitGatewayRoutesRequest mocks base method

func (*MockEC2API) ExportTransitGatewayRoutesWithContext added in v0.8.2

func (m *MockEC2API) ExportTransitGatewayRoutesWithContext(arg0 aws.Context, arg1 *ec2.ExportTransitGatewayRoutesInput, arg2 ...request.Option) (*ec2.ExportTransitGatewayRoutesOutput, error)

ExportTransitGatewayRoutesWithContext mocks base method

func (*MockEC2API) GetCapacityReservationUsage added in v0.9.3

GetCapacityReservationUsage mocks base method

func (*MockEC2API) GetCapacityReservationUsageRequest added in v0.9.3

func (m *MockEC2API) GetCapacityReservationUsageRequest(arg0 *ec2.GetCapacityReservationUsageInput) (*request.Request, *ec2.GetCapacityReservationUsageOutput)

GetCapacityReservationUsageRequest mocks base method

func (*MockEC2API) GetCapacityReservationUsageWithContext added in v0.9.3

func (m *MockEC2API) GetCapacityReservationUsageWithContext(arg0 aws.Context, arg1 *ec2.GetCapacityReservationUsageInput, arg2 ...request.Option) (*ec2.GetCapacityReservationUsageOutput, error)

GetCapacityReservationUsageWithContext mocks base method

func (*MockEC2API) GetConsoleOutput added in v0.8.2

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

GetConsoleOutput mocks base method

func (*MockEC2API) GetConsoleOutputRequest added in v0.8.2

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

GetConsoleOutputRequest mocks base method

func (*MockEC2API) GetConsoleOutputWithContext added in v0.8.2

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

GetConsoleOutputWithContext mocks base method

func (*MockEC2API) GetConsoleScreenshot added in v0.8.2

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

GetConsoleScreenshot mocks base method

func (*MockEC2API) GetConsoleScreenshotRequest added in v0.8.2

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

GetConsoleScreenshotRequest mocks base method

func (*MockEC2API) GetConsoleScreenshotWithContext added in v0.8.2

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

GetConsoleScreenshotWithContext mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyId added in v0.8.2

func (m *MockEC2API) GetEbsDefaultKmsKeyId(arg0 *ec2.GetEbsDefaultKmsKeyIdInput) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyIdRequest added in v0.8.2

func (m *MockEC2API) GetEbsDefaultKmsKeyIdRequest(arg0 *ec2.GetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.GetEbsDefaultKmsKeyIdOutput)

GetEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (m *MockEC2API) GetEbsDefaultKmsKeyIdWithContext(arg0 aws.Context, arg1 *ec2.GetEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) GetEbsEncryptionByDefault added in v0.8.2

GetEbsEncryptionByDefault mocks base method

func (*MockEC2API) GetEbsEncryptionByDefaultRequest added in v0.8.2

func (m *MockEC2API) GetEbsEncryptionByDefaultRequest(arg0 *ec2.GetEbsEncryptionByDefaultInput) (*request.Request, *ec2.GetEbsEncryptionByDefaultOutput)

GetEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) GetEbsEncryptionByDefaultWithContext added in v0.8.2

func (m *MockEC2API) GetEbsEncryptionByDefaultWithContext(arg0 aws.Context, arg1 *ec2.GetEbsEncryptionByDefaultInput, arg2 ...request.Option) (*ec2.GetEbsEncryptionByDefaultOutput, error)

GetEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) GetHostReservationPurchasePreview added in v0.8.2

GetHostReservationPurchasePreview mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewRequest added in v0.8.2

GetHostReservationPurchasePreviewRequest mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewWithContext added in v0.8.2

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.8.2

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

GetLaunchTemplateData mocks base method

func (*MockEC2API) GetLaunchTemplateDataRequest added in v0.8.2

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

GetLaunchTemplateDataRequest mocks base method

func (*MockEC2API) GetLaunchTemplateDataWithContext added in v0.8.2

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

GetLaunchTemplateDataWithContext mocks base method

func (*MockEC2API) GetPasswordData added in v0.8.2

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

GetPasswordData mocks base method

func (*MockEC2API) GetPasswordDataRequest added in v0.8.2

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

GetPasswordDataRequest mocks base method

func (*MockEC2API) GetPasswordDataWithContext added in v0.8.2

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

GetPasswordDataWithContext mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuote added in v0.8.2

GetReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteRequest added in v0.8.2

GetReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteWithContext added in v0.8.2

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

GetReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagations added in v0.8.2

GetTransitGatewayAttachmentPropagations mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsPages added in v0.8.2

func (m *MockEC2API) GetTransitGatewayAttachmentPropagationsPages(arg0 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg1 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool) error

GetTransitGatewayAttachmentPropagationsPages mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsPagesWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayAttachmentPropagationsPagesWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg2 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayAttachmentPropagationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsRequest added in v0.8.2

GetTransitGatewayAttachmentPropagationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayAttachmentPropagationsWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayAttachmentPropagationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayAttachmentPropagationsOutput, error)

GetTransitGatewayAttachmentPropagationsWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociations added in v0.8.2

GetTransitGatewayRouteTableAssociations mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsPages added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTableAssociationsPages(arg0 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg1 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool) error

GetTransitGatewayRouteTableAssociationsPages mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsPagesWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTableAssociationsPagesWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg2 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayRouteTableAssociationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsRequest added in v0.8.2

GetTransitGatewayRouteTableAssociationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTableAssociationsWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayRouteTableAssociationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayRouteTableAssociationsOutput, error)

GetTransitGatewayRouteTableAssociationsWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagations added in v0.8.2

GetTransitGatewayRouteTablePropagations mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsPages added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTablePropagationsPages(arg0 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg1 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool) error

GetTransitGatewayRouteTablePropagationsPages mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsPagesWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTablePropagationsPagesWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg2 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayRouteTablePropagationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsRequest added in v0.8.2

GetTransitGatewayRouteTablePropagationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsWithContext added in v0.8.2

func (m *MockEC2API) GetTransitGatewayRouteTablePropagationsWithContext(arg0 aws.Context, arg1 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayRouteTablePropagationsOutput, error)

GetTransitGatewayRouteTablePropagationsWithContext mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationList added in v0.8.2

ImportClientVpnClientCertificateRevocationList mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationListRequest added in v0.8.2

ImportClientVpnClientCertificateRevocationListRequest mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationListWithContext added in v0.8.2

func (m *MockEC2API) ImportClientVpnClientCertificateRevocationListWithContext(arg0 aws.Context, arg1 *ec2.ImportClientVpnClientCertificateRevocationListInput, arg2 ...request.Option) (*ec2.ImportClientVpnClientCertificateRevocationListOutput, error)

ImportClientVpnClientCertificateRevocationListWithContext mocks base method

func (*MockEC2API) ImportImage added in v0.8.2

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

ImportImage mocks base method

func (*MockEC2API) ImportImageRequest added in v0.8.2

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

ImportImageRequest mocks base method

func (*MockEC2API) ImportImageWithContext added in v0.8.2

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

ImportImageWithContext mocks base method

func (*MockEC2API) ImportInstance added in v0.8.2

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

ImportInstance mocks base method

func (*MockEC2API) ImportInstanceRequest added in v0.8.2

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

ImportInstanceRequest mocks base method

func (*MockEC2API) ImportInstanceWithContext added in v0.8.2

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

ImportInstanceWithContext mocks base method

func (*MockEC2API) ImportKeyPair added in v0.8.2

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

ImportKeyPair mocks base method

func (*MockEC2API) ImportKeyPairRequest added in v0.8.2

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

ImportKeyPairRequest mocks base method

func (*MockEC2API) ImportKeyPairWithContext added in v0.8.2

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

ImportKeyPairWithContext mocks base method

func (*MockEC2API) ImportSnapshot added in v0.8.2

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

ImportSnapshot mocks base method

func (*MockEC2API) ImportSnapshotRequest added in v0.8.2

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

ImportSnapshotRequest mocks base method

func (*MockEC2API) ImportSnapshotWithContext added in v0.8.2

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

ImportSnapshotWithContext mocks base method

func (*MockEC2API) ImportVolume added in v0.8.2

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

ImportVolume mocks base method

func (*MockEC2API) ImportVolumeRequest added in v0.8.2

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

ImportVolumeRequest mocks base method

func (*MockEC2API) ImportVolumeWithContext added in v0.8.2

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

ImportVolumeWithContext mocks base method

func (*MockEC2API) ModifyCapacityReservation added in v0.8.2

ModifyCapacityReservation mocks base method

func (*MockEC2API) ModifyCapacityReservationRequest added in v0.8.2

func (m *MockEC2API) ModifyCapacityReservationRequest(arg0 *ec2.ModifyCapacityReservationInput) (*request.Request, *ec2.ModifyCapacityReservationOutput)

ModifyCapacityReservationRequest mocks base method

func (*MockEC2API) ModifyCapacityReservationWithContext added in v0.8.2

func (m *MockEC2API) ModifyCapacityReservationWithContext(arg0 aws.Context, arg1 *ec2.ModifyCapacityReservationInput, arg2 ...request.Option) (*ec2.ModifyCapacityReservationOutput, error)

ModifyCapacityReservationWithContext mocks base method

func (*MockEC2API) ModifyClientVpnEndpoint added in v0.8.2

func (m *MockEC2API) ModifyClientVpnEndpoint(arg0 *ec2.ModifyClientVpnEndpointInput) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpoint mocks base method

func (*MockEC2API) ModifyClientVpnEndpointRequest added in v0.8.2

func (m *MockEC2API) ModifyClientVpnEndpointRequest(arg0 *ec2.ModifyClientVpnEndpointInput) (*request.Request, *ec2.ModifyClientVpnEndpointOutput)

ModifyClientVpnEndpointRequest mocks base method

func (*MockEC2API) ModifyClientVpnEndpointWithContext added in v0.8.2

func (m *MockEC2API) ModifyClientVpnEndpointWithContext(arg0 aws.Context, arg1 *ec2.ModifyClientVpnEndpointInput, arg2 ...request.Option) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpointWithContext mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyId added in v0.8.2

ModifyEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyIdRequest added in v0.8.2

func (m *MockEC2API) ModifyEbsDefaultKmsKeyIdRequest(arg0 *ec2.ModifyEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ModifyEbsDefaultKmsKeyIdOutput)

ModifyEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (m *MockEC2API) ModifyEbsDefaultKmsKeyIdWithContext(arg0 aws.Context, arg1 *ec2.ModifyEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ModifyEbsDefaultKmsKeyIdOutput, error)

ModifyEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) ModifyFleet added in v0.8.2

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

ModifyFleet mocks base method

func (*MockEC2API) ModifyFleetRequest added in v0.8.2

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

ModifyFleetRequest mocks base method

func (*MockEC2API) ModifyFleetWithContext added in v0.8.2

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.8.2

ModifyFpgaImageAttribute mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeRequest added in v0.8.2

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

ModifyFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeWithContext added in v0.8.2

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

ModifyFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyHosts added in v0.8.2

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

ModifyHosts mocks base method

func (*MockEC2API) ModifyHostsRequest added in v0.8.2

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

ModifyHostsRequest mocks base method

func (*MockEC2API) ModifyHostsWithContext added in v0.8.2

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

ModifyHostsWithContext mocks base method

func (*MockEC2API) ModifyIdFormat added in v0.8.2

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

ModifyIdFormat mocks base method

func (*MockEC2API) ModifyIdFormatRequest added in v0.8.2

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

ModifyIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdFormatWithContext added in v0.8.2

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

ModifyIdFormatWithContext mocks base method

func (*MockEC2API) ModifyIdentityIdFormat added in v0.8.2

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

ModifyIdentityIdFormat mocks base method

func (*MockEC2API) ModifyIdentityIdFormatRequest added in v0.8.2

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

ModifyIdentityIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdentityIdFormatWithContext added in v0.8.2

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

ModifyIdentityIdFormatWithContext mocks base method

func (*MockEC2API) ModifyImageAttribute added in v0.8.2

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

ModifyImageAttribute mocks base method

func (*MockEC2API) ModifyImageAttributeRequest added in v0.8.2

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

ModifyImageAttributeRequest mocks base method

func (*MockEC2API) ModifyImageAttributeWithContext added in v0.8.2

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

ModifyImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceAttribute added in v0.8.2

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

ModifyInstanceAttribute mocks base method

func (*MockEC2API) ModifyInstanceAttributeRequest added in v0.8.2

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

ModifyInstanceAttributeRequest mocks base method

func (*MockEC2API) ModifyInstanceAttributeWithContext added in v0.8.2

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

ModifyInstanceAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributes added in v0.8.2

ModifyInstanceCapacityReservationAttributes mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributesRequest added in v0.8.2

ModifyInstanceCapacityReservationAttributesRequest mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributesWithContext added in v0.8.2

func (m *MockEC2API) ModifyInstanceCapacityReservationAttributesWithContext(arg0 aws.Context, arg1 *ec2.ModifyInstanceCapacityReservationAttributesInput, arg2 ...request.Option) (*ec2.ModifyInstanceCapacityReservationAttributesOutput, error)

ModifyInstanceCapacityReservationAttributesWithContext mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecification added in v0.8.2

ModifyInstanceCreditSpecification mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationRequest added in v0.8.2

ModifyInstanceCreditSpecificationRequest mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationWithContext added in v0.8.2

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

ModifyInstanceCreditSpecificationWithContext mocks base method

func (*MockEC2API) ModifyInstanceEventStartTime added in v0.8.2

ModifyInstanceEventStartTime mocks base method

func (*MockEC2API) ModifyInstanceEventStartTimeRequest added in v0.8.2

func (m *MockEC2API) ModifyInstanceEventStartTimeRequest(arg0 *ec2.ModifyInstanceEventStartTimeInput) (*request.Request, *ec2.ModifyInstanceEventStartTimeOutput)

ModifyInstanceEventStartTimeRequest mocks base method

func (*MockEC2API) ModifyInstanceEventStartTimeWithContext added in v0.8.2

func (m *MockEC2API) ModifyInstanceEventStartTimeWithContext(arg0 aws.Context, arg1 *ec2.ModifyInstanceEventStartTimeInput, arg2 ...request.Option) (*ec2.ModifyInstanceEventStartTimeOutput, error)

ModifyInstanceEventStartTimeWithContext mocks base method

func (*MockEC2API) ModifyInstancePlacement added in v0.8.2

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

ModifyInstancePlacement mocks base method

func (*MockEC2API) ModifyInstancePlacementRequest added in v0.8.2

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

ModifyInstancePlacementRequest mocks base method

func (*MockEC2API) ModifyInstancePlacementWithContext added in v0.8.2

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.8.2

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

ModifyLaunchTemplate mocks base method

func (*MockEC2API) ModifyLaunchTemplateRequest added in v0.8.2

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

ModifyLaunchTemplateRequest mocks base method

func (*MockEC2API) ModifyLaunchTemplateWithContext added in v0.8.2

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

ModifyLaunchTemplateWithContext mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttribute added in v0.8.2

ModifyNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeRequest added in v0.8.2

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

ModifyNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeWithContext added in v0.8.2

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

ModifyNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ModifyReservedInstances added in v0.8.2

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

ModifyReservedInstances mocks base method

func (*MockEC2API) ModifyReservedInstancesRequest added in v0.8.2

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

ModifyReservedInstancesRequest mocks base method

func (*MockEC2API) ModifyReservedInstancesWithContext added in v0.8.2

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

ModifyReservedInstancesWithContext mocks base method

func (*MockEC2API) ModifySnapshotAttribute added in v0.8.2

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

ModifySnapshotAttribute mocks base method

func (*MockEC2API) ModifySnapshotAttributeRequest added in v0.8.2

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

ModifySnapshotAttributeRequest mocks base method

func (*MockEC2API) ModifySnapshotAttributeWithContext added in v0.8.2

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

ModifySnapshotAttributeWithContext mocks base method

func (*MockEC2API) ModifySpotFleetRequest added in v0.8.2

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

ModifySpotFleetRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestRequest added in v0.8.2

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

ModifySpotFleetRequestRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestWithContext added in v0.8.2

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

ModifySpotFleetRequestWithContext mocks base method

func (*MockEC2API) ModifySubnetAttribute added in v0.8.2

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

ModifySubnetAttribute mocks base method

func (*MockEC2API) ModifySubnetAttributeRequest added in v0.8.2

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

ModifySubnetAttributeRequest mocks base method

func (*MockEC2API) ModifySubnetAttributeWithContext added in v0.8.2

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

ModifySubnetAttributeWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServices added in v0.9.1

ModifyTrafficMirrorFilterNetworkServices mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServicesRequest added in v0.9.1

ModifyTrafficMirrorFilterNetworkServicesRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServicesWithContext added in v0.9.1

func (m *MockEC2API) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0 aws.Context, arg1 *ec2.ModifyTrafficMirrorFilterNetworkServicesInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterNetworkServicesOutput, error)

ModifyTrafficMirrorFilterNetworkServicesWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRule added in v0.9.1

ModifyTrafficMirrorFilterRule mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRuleRequest added in v0.9.1

func (m *MockEC2API) ModifyTrafficMirrorFilterRuleRequest(arg0 *ec2.ModifyTrafficMirrorFilterRuleInput) (*request.Request, *ec2.ModifyTrafficMirrorFilterRuleOutput)

ModifyTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRuleWithContext added in v0.9.1

func (m *MockEC2API) ModifyTrafficMirrorFilterRuleWithContext(arg0 aws.Context, arg1 *ec2.ModifyTrafficMirrorFilterRuleInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterRuleOutput, error)

ModifyTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorSession added in v0.9.1

ModifyTrafficMirrorSession mocks base method

func (*MockEC2API) ModifyTrafficMirrorSessionRequest added in v0.9.1

func (m *MockEC2API) ModifyTrafficMirrorSessionRequest(arg0 *ec2.ModifyTrafficMirrorSessionInput) (*request.Request, *ec2.ModifyTrafficMirrorSessionOutput)

ModifyTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorSessionWithContext added in v0.9.1

func (m *MockEC2API) ModifyTrafficMirrorSessionWithContext(arg0 aws.Context, arg1 *ec2.ModifyTrafficMirrorSessionInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorSessionOutput, error)

ModifyTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachment added in v0.8.2

ModifyTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachmentRequest added in v0.8.2

ModifyTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (m *MockEC2API) ModifyTransitGatewayVpcAttachmentWithContext(arg0 aws.Context, arg1 *ec2.ModifyTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayVpcAttachmentOutput, error)

ModifyTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) ModifyVolume added in v0.8.2

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

ModifyVolume mocks base method

func (*MockEC2API) ModifyVolumeAttribute added in v0.8.2

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

ModifyVolumeAttribute mocks base method

func (*MockEC2API) ModifyVolumeAttributeRequest added in v0.8.2

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

ModifyVolumeAttributeRequest mocks base method

func (*MockEC2API) ModifyVolumeAttributeWithContext added in v0.8.2

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.8.2

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

ModifyVolumeRequest mocks base method

func (*MockEC2API) ModifyVolumeWithContext added in v0.8.2

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

ModifyVolumeWithContext mocks base method

func (*MockEC2API) ModifyVpcAttribute added in v0.8.2

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

ModifyVpcAttribute mocks base method

func (*MockEC2API) ModifyVpcAttributeRequest added in v0.8.2

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

ModifyVpcAttributeRequest mocks base method

func (*MockEC2API) ModifyVpcAttributeWithContext added in v0.8.2

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

ModifyVpcAttributeWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpoint added in v0.8.2

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

ModifyVpcEndpoint mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotification added in v0.8.2

ModifyVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationRequest added in v0.8.2

ModifyVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationWithContext added in v0.8.2

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

ModifyVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointRequest added in v0.8.2

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

ModifyVpcEndpointRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfiguration added in v0.8.2

ModifyVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationRequest added in v0.8.2

ModifyVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationWithContext added in v0.8.2

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.8.2

ModifyVpcEndpointServicePermissions mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsRequest added in v0.8.2

ModifyVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsWithContext added in v0.8.2

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.8.2

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

ModifyVpcEndpointWithContext mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptions added in v0.8.2

ModifyVpcPeeringConnectionOptions mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsRequest added in v0.8.2

ModifyVpcPeeringConnectionOptionsRequest mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsWithContext added in v0.8.2

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.8.2

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

ModifyVpcTenancy mocks base method

func (*MockEC2API) ModifyVpcTenancyRequest added in v0.8.2

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

ModifyVpcTenancyRequest mocks base method

func (*MockEC2API) ModifyVpcTenancyWithContext added in v0.8.2

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

ModifyVpcTenancyWithContext mocks base method

func (*MockEC2API) ModifyVpnConnection added in v0.8.2

func (m *MockEC2API) ModifyVpnConnection(arg0 *ec2.ModifyVpnConnectionInput) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnection mocks base method

func (*MockEC2API) ModifyVpnConnectionRequest added in v0.8.2

func (m *MockEC2API) ModifyVpnConnectionRequest(arg0 *ec2.ModifyVpnConnectionInput) (*request.Request, *ec2.ModifyVpnConnectionOutput)

ModifyVpnConnectionRequest mocks base method

func (*MockEC2API) ModifyVpnConnectionWithContext added in v0.8.2

func (m *MockEC2API) ModifyVpnConnectionWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpnConnectionInput, arg2 ...request.Option) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnectionWithContext mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificate added in v0.11.0

ModifyVpnTunnelCertificate mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificateRequest added in v0.11.0

func (m *MockEC2API) ModifyVpnTunnelCertificateRequest(arg0 *ec2.ModifyVpnTunnelCertificateInput) (*request.Request, *ec2.ModifyVpnTunnelCertificateOutput)

ModifyVpnTunnelCertificateRequest mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificateWithContext added in v0.11.0

func (m *MockEC2API) ModifyVpnTunnelCertificateWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpnTunnelCertificateInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelCertificateOutput, error)

ModifyVpnTunnelCertificateWithContext mocks base method

func (*MockEC2API) ModifyVpnTunnelOptions added in v0.12.0

func (m *MockEC2API) ModifyVpnTunnelOptions(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptions mocks base method

func (*MockEC2API) ModifyVpnTunnelOptionsRequest added in v0.12.0

func (m *MockEC2API) ModifyVpnTunnelOptionsRequest(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*request.Request, *ec2.ModifyVpnTunnelOptionsOutput)

ModifyVpnTunnelOptionsRequest mocks base method

func (*MockEC2API) ModifyVpnTunnelOptionsWithContext added in v0.12.0

func (m *MockEC2API) ModifyVpnTunnelOptionsWithContext(arg0 aws.Context, arg1 *ec2.ModifyVpnTunnelOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptionsWithContext mocks base method

func (*MockEC2API) MonitorInstances added in v0.8.2

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

MonitorInstances mocks base method

func (*MockEC2API) MonitorInstancesRequest added in v0.8.2

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

MonitorInstancesRequest mocks base method

func (*MockEC2API) MonitorInstancesWithContext added in v0.8.2

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

MonitorInstancesWithContext mocks base method

func (*MockEC2API) MoveAddressToVpc added in v0.8.2

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

MoveAddressToVpc mocks base method

func (*MockEC2API) MoveAddressToVpcRequest added in v0.8.2

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

MoveAddressToVpcRequest mocks base method

func (*MockEC2API) MoveAddressToVpcWithContext added in v0.8.2

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

MoveAddressToVpcWithContext mocks base method

func (*MockEC2API) ProvisionByoipCidr added in v0.8.2

func (m *MockEC2API) ProvisionByoipCidr(arg0 *ec2.ProvisionByoipCidrInput) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidr mocks base method

func (*MockEC2API) ProvisionByoipCidrRequest added in v0.8.2

func (m *MockEC2API) ProvisionByoipCidrRequest(arg0 *ec2.ProvisionByoipCidrInput) (*request.Request, *ec2.ProvisionByoipCidrOutput)

ProvisionByoipCidrRequest mocks base method

func (*MockEC2API) ProvisionByoipCidrWithContext added in v0.8.2

func (m *MockEC2API) ProvisionByoipCidrWithContext(arg0 aws.Context, arg1 *ec2.ProvisionByoipCidrInput, arg2 ...request.Option) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidrWithContext mocks base method

func (*MockEC2API) PurchaseHostReservation added in v0.8.2

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

PurchaseHostReservation mocks base method

func (*MockEC2API) PurchaseHostReservationRequest added in v0.8.2

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

PurchaseHostReservationRequest mocks base method

func (*MockEC2API) PurchaseHostReservationWithContext added in v0.8.2

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

PurchaseHostReservationWithContext mocks base method

func (*MockEC2API) PurchaseReservedInstancesOffering added in v0.8.2

PurchaseReservedInstancesOffering mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingRequest added in v0.8.2

PurchaseReservedInstancesOfferingRequest mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingWithContext added in v0.8.2

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

PurchaseReservedInstancesOfferingWithContext mocks base method

func (*MockEC2API) PurchaseScheduledInstances added in v0.8.2

PurchaseScheduledInstances mocks base method

func (*MockEC2API) PurchaseScheduledInstancesRequest added in v0.8.2

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

PurchaseScheduledInstancesRequest mocks base method

func (*MockEC2API) PurchaseScheduledInstancesWithContext added in v0.8.2

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

PurchaseScheduledInstancesWithContext mocks base method

func (*MockEC2API) RebootInstances added in v0.8.2

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

RebootInstances mocks base method

func (*MockEC2API) RebootInstancesRequest added in v0.8.2

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

RebootInstancesRequest mocks base method

func (*MockEC2API) RebootInstancesWithContext added in v0.8.2

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

RebootInstancesWithContext mocks base method

func (*MockEC2API) RegisterImage added in v0.8.2

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

RegisterImage mocks base method

func (*MockEC2API) RegisterImageRequest added in v0.8.2

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

RegisterImageRequest mocks base method

func (*MockEC2API) RegisterImageWithContext added in v0.8.2

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

RegisterImageWithContext mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachment added in v0.8.2

RejectTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachmentRequest added in v0.8.2

RejectTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (m *MockEC2API) RejectTransitGatewayVpcAttachmentWithContext(arg0 aws.Context, arg1 *ec2.RejectTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayVpcAttachmentOutput, error)

RejectTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) RejectVpcEndpointConnections added in v0.8.2

RejectVpcEndpointConnections mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsRequest added in v0.8.2

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

RejectVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsWithContext added in v0.8.2

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

RejectVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) RejectVpcPeeringConnection added in v0.8.2

RejectVpcPeeringConnection mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionRequest added in v0.8.2

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

RejectVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionWithContext added in v0.8.2

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

RejectVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) ReleaseAddress added in v0.8.2

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

ReleaseAddress mocks base method

func (*MockEC2API) ReleaseAddressRequest added in v0.8.2

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

ReleaseAddressRequest mocks base method

func (*MockEC2API) ReleaseAddressWithContext added in v0.8.2

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

ReleaseAddressWithContext mocks base method

func (*MockEC2API) ReleaseHosts added in v0.8.2

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

ReleaseHosts mocks base method

func (*MockEC2API) ReleaseHostsRequest added in v0.8.2

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

ReleaseHostsRequest mocks base method

func (*MockEC2API) ReleaseHostsWithContext added in v0.8.2

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.8.2

ReplaceIamInstanceProfileAssociation mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationRequest added in v0.8.2

ReplaceIamInstanceProfileAssociationRequest mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationWithContext added in v0.8.2

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

ReplaceIamInstanceProfileAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociation added in v0.8.2

ReplaceNetworkAclAssociation mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationRequest added in v0.8.2

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

ReplaceNetworkAclAssociationRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationWithContext added in v0.8.2

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

ReplaceNetworkAclAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclEntry added in v0.8.2

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

ReplaceNetworkAclEntry mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryRequest added in v0.8.2

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

ReplaceNetworkAclEntryRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryWithContext added in v0.8.2

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

ReplaceNetworkAclEntryWithContext mocks base method

func (*MockEC2API) ReplaceRoute added in v0.8.2

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

ReplaceRoute mocks base method

func (*MockEC2API) ReplaceRouteRequest added in v0.8.2

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

ReplaceRouteRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociation added in v0.8.2

ReplaceRouteTableAssociation mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationRequest added in v0.8.2

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

ReplaceRouteTableAssociationRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationWithContext added in v0.8.2

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.8.2

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

ReplaceRouteWithContext mocks base method

func (*MockEC2API) ReplaceTransitGatewayRoute added in v0.8.2

ReplaceTransitGatewayRoute mocks base method

func (*MockEC2API) ReplaceTransitGatewayRouteRequest added in v0.8.2

func (m *MockEC2API) ReplaceTransitGatewayRouteRequest(arg0 *ec2.ReplaceTransitGatewayRouteInput) (*request.Request, *ec2.ReplaceTransitGatewayRouteOutput)

ReplaceTransitGatewayRouteRequest mocks base method

func (*MockEC2API) ReplaceTransitGatewayRouteWithContext added in v0.8.2

func (m *MockEC2API) ReplaceTransitGatewayRouteWithContext(arg0 aws.Context, arg1 *ec2.ReplaceTransitGatewayRouteInput, arg2 ...request.Option) (*ec2.ReplaceTransitGatewayRouteOutput, error)

ReplaceTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) ReportInstanceStatus added in v0.8.2

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

ReportInstanceStatus mocks base method

func (*MockEC2API) ReportInstanceStatusRequest added in v0.8.2

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

ReportInstanceStatusRequest mocks base method

func (*MockEC2API) ReportInstanceStatusWithContext added in v0.8.2

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

ReportInstanceStatusWithContext mocks base method

func (*MockEC2API) RequestSpotFleet added in v0.8.2

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

RequestSpotFleet mocks base method

func (*MockEC2API) RequestSpotFleetRequest added in v0.8.2

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

RequestSpotFleetRequest mocks base method

func (*MockEC2API) RequestSpotFleetWithContext added in v0.8.2

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

RequestSpotFleetWithContext mocks base method

func (*MockEC2API) RequestSpotInstances added in v0.8.2

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

RequestSpotInstances mocks base method

func (*MockEC2API) RequestSpotInstancesRequest added in v0.8.2

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

RequestSpotInstancesRequest mocks base method

func (*MockEC2API) RequestSpotInstancesWithContext added in v0.8.2

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

RequestSpotInstancesWithContext mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyId added in v0.8.2

func (m *MockEC2API) ResetEbsDefaultKmsKeyId(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyIdRequest added in v0.8.2

func (m *MockEC2API) ResetEbsDefaultKmsKeyIdRequest(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ResetEbsDefaultKmsKeyIdOutput)

ResetEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (m *MockEC2API) ResetEbsDefaultKmsKeyIdWithContext(arg0 aws.Context, arg1 *ec2.ResetEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) ResetFpgaImageAttribute added in v0.8.2

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

ResetFpgaImageAttribute mocks base method

func (*MockEC2API) ResetFpgaImageAttributeRequest added in v0.8.2

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

ResetFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ResetFpgaImageAttributeWithContext added in v0.8.2

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

ResetFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ResetImageAttribute added in v0.8.2

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

ResetImageAttribute mocks base method

func (*MockEC2API) ResetImageAttributeRequest added in v0.8.2

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

ResetImageAttributeRequest mocks base method

func (*MockEC2API) ResetImageAttributeWithContext added in v0.8.2

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

ResetImageAttributeWithContext mocks base method

func (*MockEC2API) ResetInstanceAttribute added in v0.8.2

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

ResetInstanceAttribute mocks base method

func (*MockEC2API) ResetInstanceAttributeRequest added in v0.8.2

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

ResetInstanceAttributeRequest mocks base method

func (*MockEC2API) ResetInstanceAttributeWithContext added in v0.8.2

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

ResetInstanceAttributeWithContext mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttribute added in v0.8.2

ResetNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeRequest added in v0.8.2

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

ResetNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeWithContext added in v0.8.2

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

ResetNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ResetSnapshotAttribute added in v0.8.2

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

ResetSnapshotAttribute mocks base method

func (*MockEC2API) ResetSnapshotAttributeRequest added in v0.8.2

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

ResetSnapshotAttributeRequest mocks base method

func (*MockEC2API) ResetSnapshotAttributeWithContext added in v0.8.2

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

ResetSnapshotAttributeWithContext mocks base method

func (*MockEC2API) RestoreAddressToClassic added in v0.8.2

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

RestoreAddressToClassic mocks base method

func (*MockEC2API) RestoreAddressToClassicRequest added in v0.8.2

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

RestoreAddressToClassicRequest mocks base method

func (*MockEC2API) RestoreAddressToClassicWithContext added in v0.8.2

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

RestoreAddressToClassicWithContext mocks base method

func (*MockEC2API) RevokeClientVpnIngress added in v0.8.2

func (m *MockEC2API) RevokeClientVpnIngress(arg0 *ec2.RevokeClientVpnIngressInput) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngress mocks base method

func (*MockEC2API) RevokeClientVpnIngressRequest added in v0.8.2

func (m *MockEC2API) RevokeClientVpnIngressRequest(arg0 *ec2.RevokeClientVpnIngressInput) (*request.Request, *ec2.RevokeClientVpnIngressOutput)

RevokeClientVpnIngressRequest mocks base method

func (*MockEC2API) RevokeClientVpnIngressWithContext added in v0.8.2

func (m *MockEC2API) RevokeClientVpnIngressWithContext(arg0 aws.Context, arg1 *ec2.RevokeClientVpnIngressInput, arg2 ...request.Option) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngressWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupEgress added in v0.8.2

RevokeSecurityGroupEgress mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressRequest added in v0.8.2

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

RevokeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressWithContext added in v0.8.2

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

RevokeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupIngress added in v0.8.2

RevokeSecurityGroupIngress mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressRequest added in v0.8.2

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

RevokeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressWithContext added in v0.8.2

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

RevokeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) RunInstances added in v0.8.2

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

RunInstances mocks base method

func (*MockEC2API) RunInstancesRequest added in v0.8.2

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

RunInstancesRequest mocks base method

func (*MockEC2API) RunInstancesWithContext added in v0.8.2

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

RunInstancesWithContext mocks base method

func (*MockEC2API) RunScheduledInstances added in v0.8.2

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

RunScheduledInstances mocks base method

func (*MockEC2API) RunScheduledInstancesRequest added in v0.8.2

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

RunScheduledInstancesRequest mocks base method

func (*MockEC2API) RunScheduledInstancesWithContext added in v0.8.2

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

RunScheduledInstancesWithContext mocks base method

func (*MockEC2API) SearchTransitGatewayRoutes added in v0.8.2

SearchTransitGatewayRoutes mocks base method

func (*MockEC2API) SearchTransitGatewayRoutesRequest added in v0.8.2

func (m *MockEC2API) SearchTransitGatewayRoutesRequest(arg0 *ec2.SearchTransitGatewayRoutesInput) (*request.Request, *ec2.SearchTransitGatewayRoutesOutput)

SearchTransitGatewayRoutesRequest mocks base method

func (*MockEC2API) SearchTransitGatewayRoutesWithContext added in v0.8.2

func (m *MockEC2API) SearchTransitGatewayRoutesWithContext(arg0 aws.Context, arg1 *ec2.SearchTransitGatewayRoutesInput, arg2 ...request.Option) (*ec2.SearchTransitGatewayRoutesOutput, error)

SearchTransitGatewayRoutesWithContext mocks base method

func (*MockEC2API) SendDiagnosticInterrupt added in v0.11.0

func (m *MockEC2API) SendDiagnosticInterrupt(arg0 *ec2.SendDiagnosticInterruptInput) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterrupt mocks base method

func (*MockEC2API) SendDiagnosticInterruptRequest added in v0.11.0

func (m *MockEC2API) SendDiagnosticInterruptRequest(arg0 *ec2.SendDiagnosticInterruptInput) (*request.Request, *ec2.SendDiagnosticInterruptOutput)

SendDiagnosticInterruptRequest mocks base method

func (*MockEC2API) SendDiagnosticInterruptWithContext added in v0.11.0

func (m *MockEC2API) SendDiagnosticInterruptWithContext(arg0 aws.Context, arg1 *ec2.SendDiagnosticInterruptInput, arg2 ...request.Option) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterruptWithContext mocks base method

func (*MockEC2API) StartInstances added in v0.8.2

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

StartInstances mocks base method

func (*MockEC2API) StartInstancesRequest added in v0.8.2

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

StartInstancesRequest mocks base method

func (*MockEC2API) StartInstancesWithContext added in v0.8.2

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

StartInstancesWithContext mocks base method

func (*MockEC2API) StopInstances added in v0.8.2

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

StopInstances mocks base method

func (*MockEC2API) StopInstancesRequest added in v0.8.2

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

StopInstancesRequest mocks base method

func (*MockEC2API) StopInstancesWithContext added in v0.8.2

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

StopInstancesWithContext mocks base method

func (*MockEC2API) TerminateClientVpnConnections added in v0.8.2

TerminateClientVpnConnections mocks base method

func (*MockEC2API) TerminateClientVpnConnectionsRequest added in v0.8.2

func (m *MockEC2API) TerminateClientVpnConnectionsRequest(arg0 *ec2.TerminateClientVpnConnectionsInput) (*request.Request, *ec2.TerminateClientVpnConnectionsOutput)

TerminateClientVpnConnectionsRequest mocks base method

func (*MockEC2API) TerminateClientVpnConnectionsWithContext added in v0.8.2

func (m *MockEC2API) TerminateClientVpnConnectionsWithContext(arg0 aws.Context, arg1 *ec2.TerminateClientVpnConnectionsInput, arg2 ...request.Option) (*ec2.TerminateClientVpnConnectionsOutput, error)

TerminateClientVpnConnectionsWithContext mocks base method

func (*MockEC2API) TerminateInstances added in v0.8.2

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

TerminateInstances mocks base method

func (*MockEC2API) TerminateInstancesRequest added in v0.8.2

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

TerminateInstancesRequest mocks base method

func (*MockEC2API) TerminateInstancesWithContext added in v0.8.2

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

TerminateInstancesWithContext mocks base method

func (*MockEC2API) UnassignIpv6Addresses added in v0.8.2

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

UnassignIpv6Addresses mocks base method

func (*MockEC2API) UnassignIpv6AddressesRequest added in v0.8.2

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

UnassignIpv6AddressesRequest mocks base method

func (*MockEC2API) UnassignIpv6AddressesWithContext added in v0.8.2

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

UnassignIpv6AddressesWithContext mocks base method

func (*MockEC2API) UnassignPrivateIpAddresses added in v0.8.2

UnassignPrivateIpAddresses mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesRequest added in v0.8.2

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

UnassignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesWithContext added in v0.8.2

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

UnassignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) UnmonitorInstances added in v0.8.2

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

UnmonitorInstances mocks base method

func (*MockEC2API) UnmonitorInstancesRequest added in v0.8.2

func (m *MockEC2API) UnmonitorInstancesRequest(arg0 *ec2.UnmonitorInstancesInput) (*request.Request, *ec2.UnmonitorInstancesOutput)

UnmonitorInstancesRequest mocks base method

func (*MockEC2API) UnmonitorInstancesWithContext added in v0.8.2

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.8.2

UpdateSecurityGroupRuleDescriptionsEgress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressRequest added in v0.8.2

UpdateSecurityGroupRuleDescriptionsEgressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressWithContext added in v0.8.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.8.2

UpdateSecurityGroupRuleDescriptionsIngress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressRequest added in v0.8.2

UpdateSecurityGroupRuleDescriptionsIngressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext added in v0.8.2

func (m *MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0 aws.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsIngressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

UpdateSecurityGroupRuleDescriptionsIngressWithContext mocks base method

func (*MockEC2API) WaitUntilBundleTaskComplete added in v0.8.2

func (m *MockEC2API) WaitUntilBundleTaskComplete(arg0 *ec2.DescribeBundleTasksInput) error

WaitUntilBundleTaskComplete mocks base method

func (*MockEC2API) WaitUntilBundleTaskCompleteWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilBundleTaskCompleteWithContext(arg0 aws.Context, arg1 *ec2.DescribeBundleTasksInput, arg2 ...request.WaiterOption) error

WaitUntilBundleTaskCompleteWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelled added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskCancelled(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCancelled mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelledWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskCancelledWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompleted added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskCompleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCompleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeleted added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskDeleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskDeleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilConversionTaskDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilCustomerGatewayAvailable(arg0 *ec2.DescribeCustomerGatewaysInput) error

WaitUntilCustomerGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilCustomerGatewayAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilCustomerGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelled added in v0.8.2

func (m *MockEC2API) WaitUntilExportTaskCancelled(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCancelled mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelledWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilExportTaskCancelledWithContext(arg0 aws.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCompleted added in v0.8.2

func (m *MockEC2API) WaitUntilExportTaskCompleted(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCompleted mocks base method

func (*MockEC2API) WaitUntilExportTaskCompletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilExportTaskCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilImageAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilImageAvailable(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageAvailable mocks base method

func (*MockEC2API) WaitUntilImageAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilImageAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilImageExists added in v0.8.2

func (m *MockEC2API) WaitUntilImageExists(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageExists mocks base method

func (*MockEC2API) WaitUntilImageExistsWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilImageExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceExists added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceExists(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceExists mocks base method

func (*MockEC2API) WaitUntilInstanceExistsWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceRunning added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceRunning(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceRunning mocks base method

func (*MockEC2API) WaitUntilInstanceRunningWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceRunningWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOk added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilInstanceStatusOk mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOkWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceStatusOkWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStopped added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceStopped(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceStopped mocks base method

func (*MockEC2API) WaitUntilInstanceStoppedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceStoppedWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceTerminated added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceTerminated(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceTerminated mocks base method

func (*MockEC2API) WaitUntilInstanceTerminatedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilInstanceTerminatedWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceTerminatedWithContext mocks base method

func (*MockEC2API) WaitUntilKeyPairExists added in v0.8.2

func (m *MockEC2API) WaitUntilKeyPairExists(arg0 *ec2.DescribeKeyPairsInput) error

WaitUntilKeyPairExists mocks base method

func (*MockEC2API) WaitUntilKeyPairExistsWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilKeyPairExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.WaiterOption) error

WaitUntilKeyPairExistsWithContext mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilNatGatewayAvailable(arg0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilNatGatewayAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilNatGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailable(arg0 *ec2.DescribeNetworkInterfacesInput) error

WaitUntilNetworkInterfaceAvailable mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.WaiterOption) error

WaitUntilNetworkInterfaceAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilPasswordDataAvailable(arg0 *ec2.GetPasswordDataInput) error

WaitUntilPasswordDataAvailable mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilPasswordDataAvailableWithContext(arg0 aws.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.WaiterOption) error

WaitUntilPasswordDataAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSnapshotCompleted added in v0.8.2

func (m *MockEC2API) WaitUntilSnapshotCompleted(arg0 *ec2.DescribeSnapshotsInput) error

WaitUntilSnapshotCompleted mocks base method

func (*MockEC2API) WaitUntilSnapshotCompletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilSnapshotCompletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilSnapshotCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilled added in v0.8.2

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilled(arg0 *ec2.DescribeSpotInstanceRequestsInput) error

WaitUntilSpotInstanceRequestFulfilled mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0 aws.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.WaiterOption) error

WaitUntilSpotInstanceRequestFulfilledWithContext mocks base method

func (*MockEC2API) WaitUntilSubnetAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilSubnetAvailable(arg0 *ec2.DescribeSubnetsInput) error

WaitUntilSubnetAvailable mocks base method

func (*MockEC2API) WaitUntilSubnetAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilSubnetAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.WaiterOption) error

WaitUntilSubnetAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSystemStatusOk added in v0.8.2

func (m *MockEC2API) WaitUntilSystemStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilSystemStatusOk mocks base method

func (*MockEC2API) WaitUntilSystemStatusOkWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilSystemStatusOkWithContext(arg0 aws.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilSystemStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeAvailable(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeAvailable mocks base method

func (*MockEC2API) WaitUntilVolumeAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeDeleted added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeDeleted(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeDeleted mocks base method

func (*MockEC2API) WaitUntilVolumeDeletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeInUse added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeInUse(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeInUse mocks base method

func (*MockEC2API) WaitUntilVolumeInUseWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVolumeInUseWithContext(arg0 aws.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeInUseWithContext mocks base method

func (*MockEC2API) WaitUntilVpcAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilVpcAvailable(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcAvailable mocks base method

func (*MockEC2API) WaitUntilVpcAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpcAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpcExists added in v0.8.2

func (m *MockEC2API) WaitUntilVpcExists(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcExists mocks base method

func (*MockEC2API) WaitUntilVpcExistsWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpcExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeleted added in v0.8.2

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeleted(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExists added in v0.8.2

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExists(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionExists mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailable added in v0.8.2

func (m *MockEC2API) WaitUntilVpnConnectionAvailable(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionAvailable mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailableWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpnConnectionAvailableWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeleted added in v0.8.2

func (m *MockEC2API) WaitUntilVpnConnectionDeleted(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeletedWithContext added in v0.8.2

func (m *MockEC2API) WaitUntilVpnConnectionDeletedWithContext(arg0 aws.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionDeletedWithContext mocks base method

func (*MockEC2API) WithdrawByoipCidr added in v0.8.2

func (m *MockEC2API) WithdrawByoipCidr(arg0 *ec2.WithdrawByoipCidrInput) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidr mocks base method

func (*MockEC2API) WithdrawByoipCidrRequest added in v0.8.2

func (m *MockEC2API) WithdrawByoipCidrRequest(arg0 *ec2.WithdrawByoipCidrInput) (*request.Request, *ec2.WithdrawByoipCidrOutput)

WithdrawByoipCidrRequest mocks base method

func (*MockEC2API) WithdrawByoipCidrWithContext added in v0.8.2

func (m *MockEC2API) WithdrawByoipCidrWithContext(arg0 aws.Context, arg1 *ec2.WithdrawByoipCidrInput, arg2 ...request.Option) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidrWithContext mocks base method

type MockEC2APIMockRecorder added in v0.8.2

type MockEC2APIMockRecorder struct {
	// contains filtered or unexported fields
}

MockEC2APIMockRecorder is the mock recorder for MockEC2API

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuote indicates an expected call of AcceptReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteRequest indicates an expected call of AcceptReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteWithContext indicates an expected call of AcceptReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachment added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachment indicates an expected call of AcceptTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentRequest indicates an expected call of AcceptTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentWithContext indicates an expected call of AcceptTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnections(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnections indicates an expected call of AcceptVpcEndpointConnections

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnectionsRequest indicates an expected call of AcceptVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcEndpointConnectionsWithContext indicates an expected call of AcceptVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnection(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnection indicates an expected call of AcceptVpcPeeringConnection

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnectionRequest indicates an expected call of AcceptVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcPeeringConnectionWithContext indicates an expected call of AcceptVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) AdvertiseByoipCidr added in v0.8.2

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidr(arg0 interface{}) *gomock.Call

AdvertiseByoipCidr indicates an expected call of AdvertiseByoipCidr

func (*MockEC2APIMockRecorder) AdvertiseByoipCidrRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidrRequest(arg0 interface{}) *gomock.Call

AdvertiseByoipCidrRequest indicates an expected call of AdvertiseByoipCidrRequest

func (*MockEC2APIMockRecorder) AdvertiseByoipCidrWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AdvertiseByoipCidrWithContext indicates an expected call of AdvertiseByoipCidrWithContext

func (*MockEC2APIMockRecorder) AllocateAddress added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateAddress(arg0 interface{}) *gomock.Call

AllocateAddress indicates an expected call of AllocateAddress

func (*MockEC2APIMockRecorder) AllocateAddressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateAddressRequest(arg0 interface{}) *gomock.Call

AllocateAddressRequest indicates an expected call of AllocateAddressRequest

func (*MockEC2APIMockRecorder) AllocateAddressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateAddressWithContext indicates an expected call of AllocateAddressWithContext

func (*MockEC2APIMockRecorder) AllocateHosts added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateHosts(arg0 interface{}) *gomock.Call

AllocateHosts indicates an expected call of AllocateHosts

func (*MockEC2APIMockRecorder) AllocateHostsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateHostsRequest(arg0 interface{}) *gomock.Call

AllocateHostsRequest indicates an expected call of AllocateHostsRequest

func (*MockEC2APIMockRecorder) AllocateHostsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AllocateHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateHostsWithContext indicates an expected call of AllocateHostsWithContext

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork added in v0.8.2

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetwork indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkRequest indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkWithContext indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) AssignIpv6Addresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignIpv6Addresses(arg0 interface{}) *gomock.Call

AssignIpv6Addresses indicates an expected call of AssignIpv6Addresses

func (*MockEC2APIMockRecorder) AssignIpv6AddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

AssignIpv6AddressesRequest indicates an expected call of AssignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) AssignIpv6AddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignIpv6AddressesWithContext indicates an expected call of AssignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) AssignPrivateIpAddresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddresses(arg0 interface{}) *gomock.Call

AssignPrivateIpAddresses indicates an expected call of AssignPrivateIpAddresses

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

AssignPrivateIpAddressesRequest indicates an expected call of AssignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignPrivateIpAddressesWithContext indicates an expected call of AssignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) AssociateAddress added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateAddress(arg0 interface{}) *gomock.Call

AssociateAddress indicates an expected call of AssociateAddress

func (*MockEC2APIMockRecorder) AssociateAddressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateAddressRequest(arg0 interface{}) *gomock.Call

AssociateAddressRequest indicates an expected call of AssociateAddressRequest

func (*MockEC2APIMockRecorder) AssociateAddressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAddressWithContext indicates an expected call of AssociateAddressWithContext

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetwork added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetwork indicates an expected call of AssociateClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetworkRequest indicates an expected call of AssociateClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateClientVpnTargetNetworkWithContext indicates an expected call of AssociateClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) AssociateDhcpOptions added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptions(arg0 interface{}) *gomock.Call

AssociateDhcpOptions indicates an expected call of AssociateDhcpOptions

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

AssociateDhcpOptionsRequest indicates an expected call of AssociateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDhcpOptionsWithContext indicates an expected call of AssociateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfile added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfile(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfile indicates an expected call of AssociateIamInstanceProfile

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfileRequest indicates an expected call of AssociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIamInstanceProfileWithContext indicates an expected call of AssociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) AssociateRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateRouteTable(arg0 interface{}) *gomock.Call

AssociateRouteTable indicates an expected call of AssociateRouteTable

func (*MockEC2APIMockRecorder) AssociateRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateRouteTableRequest indicates an expected call of AssociateRouteTableRequest

func (*MockEC2APIMockRecorder) AssociateRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateRouteTableWithContext indicates an expected call of AssociateRouteTableWithContext

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlock added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlock indicates an expected call of AssociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlockRequest indicates an expected call of AssociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSubnetCidrBlockWithContext indicates an expected call of AssociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTable indicates an expected call of AssociateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTableRequest indicates an expected call of AssociateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayRouteTableWithContext indicates an expected call of AssociateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlock added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlock(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlock indicates an expected call of AssociateVpcCidrBlock

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlockRequest indicates an expected call of AssociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateVpcCidrBlockWithContext indicates an expected call of AssociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) AttachClassicLinkVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpc(arg0 interface{}) *gomock.Call

AttachClassicLinkVpc indicates an expected call of AttachClassicLinkVpc

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

AttachClassicLinkVpcRequest indicates an expected call of AttachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachClassicLinkVpcWithContext indicates an expected call of AttachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) AttachInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachInternetGateway(arg0 interface{}) *gomock.Call

AttachInternetGateway indicates an expected call of AttachInternetGateway

func (*MockEC2APIMockRecorder) AttachInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayRequest(arg0 interface{}) *gomock.Call

AttachInternetGatewayRequest indicates an expected call of AttachInternetGatewayRequest

func (*MockEC2APIMockRecorder) AttachInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachInternetGatewayWithContext indicates an expected call of AttachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) AttachNetworkInterface added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachNetworkInterface(arg0 interface{}) *gomock.Call

AttachNetworkInterface indicates an expected call of AttachNetworkInterface

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

AttachNetworkInterfaceRequest indicates an expected call of AttachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachNetworkInterfaceWithContext indicates an expected call of AttachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) AttachVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVolume(arg0 interface{}) *gomock.Call

AttachVolume indicates an expected call of AttachVolume

func (*MockEC2APIMockRecorder) AttachVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVolumeRequest(arg0 interface{}) *gomock.Call

AttachVolumeRequest indicates an expected call of AttachVolumeRequest

func (*MockEC2APIMockRecorder) AttachVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVolumeWithContext indicates an expected call of AttachVolumeWithContext

func (*MockEC2APIMockRecorder) AttachVpnGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVpnGateway(arg0 interface{}) *gomock.Call

AttachVpnGateway indicates an expected call of AttachVpnGateway

func (*MockEC2APIMockRecorder) AttachVpnGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayRequest(arg0 interface{}) *gomock.Call

AttachVpnGatewayRequest indicates an expected call of AttachVpnGatewayRequest

func (*MockEC2APIMockRecorder) AttachVpnGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVpnGatewayWithContext indicates an expected call of AttachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngress added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngress(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngress indicates an expected call of AuthorizeClientVpnIngress

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngressRequest indicates an expected call of AuthorizeClientVpnIngressRequest

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeClientVpnIngressWithContext indicates an expected call of AuthorizeClientVpnIngressWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgressRequest indicates an expected call of AuthorizeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupEgressWithContext indicates an expected call of AuthorizeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngressRequest indicates an expected call of AuthorizeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupIngressWithContext indicates an expected call of AuthorizeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) BundleInstance added in v0.8.2

func (mr *MockEC2APIMockRecorder) BundleInstance(arg0 interface{}) *gomock.Call

BundleInstance indicates an expected call of BundleInstance

func (*MockEC2APIMockRecorder) BundleInstanceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) BundleInstanceRequest(arg0 interface{}) *gomock.Call

BundleInstanceRequest indicates an expected call of BundleInstanceRequest

func (*MockEC2APIMockRecorder) BundleInstanceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) BundleInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BundleInstanceWithContext indicates an expected call of BundleInstanceWithContext

func (*MockEC2APIMockRecorder) CancelBundleTask added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelBundleTask(arg0 interface{}) *gomock.Call

CancelBundleTask indicates an expected call of CancelBundleTask

func (*MockEC2APIMockRecorder) CancelBundleTaskRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelBundleTaskRequest(arg0 interface{}) *gomock.Call

CancelBundleTaskRequest indicates an expected call of CancelBundleTaskRequest

func (*MockEC2APIMockRecorder) CancelBundleTaskWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelBundleTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelBundleTaskWithContext indicates an expected call of CancelBundleTaskWithContext

func (*MockEC2APIMockRecorder) CancelCapacityReservation added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelCapacityReservation(arg0 interface{}) *gomock.Call

CancelCapacityReservation indicates an expected call of CancelCapacityReservation

func (*MockEC2APIMockRecorder) CancelCapacityReservationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelCapacityReservationRequest(arg0 interface{}) *gomock.Call

CancelCapacityReservationRequest indicates an expected call of CancelCapacityReservationRequest

func (*MockEC2APIMockRecorder) CancelCapacityReservationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelCapacityReservationWithContext indicates an expected call of CancelCapacityReservationWithContext

func (*MockEC2APIMockRecorder) CancelConversionTask added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelConversionTask(arg0 interface{}) *gomock.Call

CancelConversionTask indicates an expected call of CancelConversionTask

func (*MockEC2APIMockRecorder) CancelConversionTaskRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelConversionTaskRequest(arg0 interface{}) *gomock.Call

CancelConversionTaskRequest indicates an expected call of CancelConversionTaskRequest

func (*MockEC2APIMockRecorder) CancelConversionTaskWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelConversionTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelConversionTaskWithContext indicates an expected call of CancelConversionTaskWithContext

func (*MockEC2APIMockRecorder) CancelExportTask added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call

CancelExportTask indicates an expected call of CancelExportTask

func (*MockEC2APIMockRecorder) CancelExportTaskRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call

CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest

func (*MockEC2APIMockRecorder) CancelExportTaskWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext

func (*MockEC2APIMockRecorder) CancelImportTask added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelImportTask(arg0 interface{}) *gomock.Call

CancelImportTask indicates an expected call of CancelImportTask

func (*MockEC2APIMockRecorder) CancelImportTaskRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelImportTaskRequest(arg0 interface{}) *gomock.Call

CancelImportTaskRequest indicates an expected call of CancelImportTaskRequest

func (*MockEC2APIMockRecorder) CancelImportTaskWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelImportTaskWithContext indicates an expected call of CancelImportTaskWithContext

func (*MockEC2APIMockRecorder) CancelReservedInstancesListing added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListing(arg0 interface{}) *gomock.Call

CancelReservedInstancesListing indicates an expected call of CancelReservedInstancesListing

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CancelReservedInstancesListingRequest indicates an expected call of CancelReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelReservedInstancesListingWithContext indicates an expected call of CancelReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CancelSpotFleetRequests added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequests(arg0 interface{}) *gomock.Call

CancelSpotFleetRequests indicates an expected call of CancelSpotFleetRequests

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotFleetRequestsRequest indicates an expected call of CancelSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotFleetRequestsWithContext indicates an expected call of CancelSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequests added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequests(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequests indicates an expected call of CancelSpotInstanceRequests

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequestsRequest indicates an expected call of CancelSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotInstanceRequestsWithContext indicates an expected call of CancelSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) ConfirmProductInstance added in v0.8.2

func (mr *MockEC2APIMockRecorder) ConfirmProductInstance(arg0 interface{}) *gomock.Call

ConfirmProductInstance indicates an expected call of ConfirmProductInstance

func (*MockEC2APIMockRecorder) ConfirmProductInstanceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceRequest(arg0 interface{}) *gomock.Call

ConfirmProductInstanceRequest indicates an expected call of ConfirmProductInstanceRequest

func (*MockEC2APIMockRecorder) ConfirmProductInstanceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfirmProductInstanceWithContext indicates an expected call of ConfirmProductInstanceWithContext

func (*MockEC2APIMockRecorder) CopyFpgaImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyFpgaImage(arg0 interface{}) *gomock.Call

CopyFpgaImage indicates an expected call of CopyFpgaImage

func (*MockEC2APIMockRecorder) CopyFpgaImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyFpgaImageRequest(arg0 interface{}) *gomock.Call

CopyFpgaImageRequest indicates an expected call of CopyFpgaImageRequest

func (*MockEC2APIMockRecorder) CopyFpgaImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyFpgaImageWithContext indicates an expected call of CopyFpgaImageWithContext

func (*MockEC2APIMockRecorder) CopyImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyImage(arg0 interface{}) *gomock.Call

CopyImage indicates an expected call of CopyImage

func (*MockEC2APIMockRecorder) CopyImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyImageRequest(arg0 interface{}) *gomock.Call

CopyImageRequest indicates an expected call of CopyImageRequest

func (*MockEC2APIMockRecorder) CopyImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopyImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyImageWithContext indicates an expected call of CopyImageWithContext

func (*MockEC2APIMockRecorder) CopySnapshot added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockEC2APIMockRecorder) CopySnapshotRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockEC2APIMockRecorder) CopySnapshotWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockEC2APIMockRecorder) CreateCapacityReservation added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCapacityReservation(arg0 interface{}) *gomock.Call

CreateCapacityReservation indicates an expected call of CreateCapacityReservation

func (*MockEC2APIMockRecorder) CreateCapacityReservationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCapacityReservationRequest(arg0 interface{}) *gomock.Call

CreateCapacityReservationRequest indicates an expected call of CreateCapacityReservationRequest

func (*MockEC2APIMockRecorder) CreateCapacityReservationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCapacityReservationWithContext indicates an expected call of CreateCapacityReservationWithContext

func (*MockEC2APIMockRecorder) CreateClientVpnEndpoint added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpoint(arg0 interface{}) *gomock.Call

CreateClientVpnEndpoint indicates an expected call of CreateClientVpnEndpoint

func (*MockEC2APIMockRecorder) CreateClientVpnEndpointRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

CreateClientVpnEndpointRequest indicates an expected call of CreateClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) CreateClientVpnEndpointWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnEndpointWithContext indicates an expected call of CreateClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) CreateClientVpnRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnRoute(arg0 interface{}) *gomock.Call

CreateClientVpnRoute indicates an expected call of CreateClientVpnRoute

func (*MockEC2APIMockRecorder) CreateClientVpnRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnRouteRequest(arg0 interface{}) *gomock.Call

CreateClientVpnRouteRequest indicates an expected call of CreateClientVpnRouteRequest

func (*MockEC2APIMockRecorder) CreateClientVpnRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnRouteWithContext indicates an expected call of CreateClientVpnRouteWithContext

func (*MockEC2APIMockRecorder) CreateCustomerGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCustomerGateway(arg0 interface{}) *gomock.Call

CreateCustomerGateway indicates an expected call of CreateCustomerGateway

func (*MockEC2APIMockRecorder) CreateCustomerGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayRequest(arg0 interface{}) *gomock.Call

CreateCustomerGatewayRequest indicates an expected call of CreateCustomerGatewayRequest

func (*MockEC2APIMockRecorder) CreateCustomerGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomerGatewayWithContext indicates an expected call of CreateCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) CreateDefaultSubnet added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnet(arg0 interface{}) *gomock.Call

CreateDefaultSubnet indicates an expected call of CreateDefaultSubnet

func (*MockEC2APIMockRecorder) CreateDefaultSubnetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetRequest(arg0 interface{}) *gomock.Call

CreateDefaultSubnetRequest indicates an expected call of CreateDefaultSubnetRequest

func (*MockEC2APIMockRecorder) CreateDefaultSubnetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultSubnetWithContext indicates an expected call of CreateDefaultSubnetWithContext

func (*MockEC2APIMockRecorder) CreateDefaultVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultVpc(arg0 interface{}) *gomock.Call

CreateDefaultVpc indicates an expected call of CreateDefaultVpc

func (*MockEC2APIMockRecorder) CreateDefaultVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcRequest(arg0 interface{}) *gomock.Call

CreateDefaultVpcRequest indicates an expected call of CreateDefaultVpcRequest

func (*MockEC2APIMockRecorder) CreateDefaultVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultVpcWithContext indicates an expected call of CreateDefaultVpcWithContext

func (*MockEC2APIMockRecorder) CreateDhcpOptions added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDhcpOptions(arg0 interface{}) *gomock.Call

CreateDhcpOptions indicates an expected call of CreateDhcpOptions

func (*MockEC2APIMockRecorder) CreateDhcpOptionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

CreateDhcpOptionsRequest indicates an expected call of CreateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) CreateDhcpOptionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDhcpOptionsWithContext indicates an expected call of CreateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGateway indicates an expected call of CreateEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayRequest indicates an expected call of CreateEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayWithContext indicates an expected call of CreateEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateFleet added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFleet(arg0 interface{}) *gomock.Call

CreateFleet indicates an expected call of CreateFleet

func (*MockEC2APIMockRecorder) CreateFleetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFleetRequest(arg0 interface{}) *gomock.Call

CreateFleetRequest indicates an expected call of CreateFleetRequest

func (*MockEC2APIMockRecorder) CreateFleetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFleetWithContext indicates an expected call of CreateFleetWithContext

func (*MockEC2APIMockRecorder) CreateFlowLogs added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFlowLogs(arg0 interface{}) *gomock.Call

CreateFlowLogs indicates an expected call of CreateFlowLogs

func (*MockEC2APIMockRecorder) CreateFlowLogsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFlowLogsRequest(arg0 interface{}) *gomock.Call

CreateFlowLogsRequest indicates an expected call of CreateFlowLogsRequest

func (*MockEC2APIMockRecorder) CreateFlowLogsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFlowLogsWithContext indicates an expected call of CreateFlowLogsWithContext

func (*MockEC2APIMockRecorder) CreateFpgaImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFpgaImage(arg0 interface{}) *gomock.Call

CreateFpgaImage indicates an expected call of CreateFpgaImage

func (*MockEC2APIMockRecorder) CreateFpgaImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFpgaImageRequest(arg0 interface{}) *gomock.Call

CreateFpgaImageRequest indicates an expected call of CreateFpgaImageRequest

func (*MockEC2APIMockRecorder) CreateFpgaImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFpgaImageWithContext indicates an expected call of CreateFpgaImageWithContext

func (*MockEC2APIMockRecorder) CreateImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateImage(arg0 interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage

func (*MockEC2APIMockRecorder) CreateImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateImageRequest(arg0 interface{}) *gomock.Call

CreateImageRequest indicates an expected call of CreateImageRequest

func (*MockEC2APIMockRecorder) CreateImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateImageWithContext indicates an expected call of CreateImageWithContext

func (*MockEC2APIMockRecorder) CreateInstanceExportTask added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTask(arg0 interface{}) *gomock.Call

CreateInstanceExportTask indicates an expected call of CreateInstanceExportTask

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskRequest(arg0 interface{}) *gomock.Call

CreateInstanceExportTaskRequest indicates an expected call of CreateInstanceExportTaskRequest

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceExportTaskWithContext indicates an expected call of CreateInstanceExportTaskWithContext

func (*MockEC2APIMockRecorder) CreateInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInternetGateway(arg0 interface{}) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway

func (*MockEC2APIMockRecorder) CreateInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateInternetGatewayRequest indicates an expected call of CreateInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInternetGatewayWithContext indicates an expected call of CreateInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateKeyPair added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateKeyPair(arg0 interface{}) *gomock.Call

CreateKeyPair indicates an expected call of CreateKeyPair

func (*MockEC2APIMockRecorder) CreateKeyPairRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateKeyPairRequest(arg0 interface{}) *gomock.Call

CreateKeyPairRequest indicates an expected call of CreateKeyPairRequest

func (*MockEC2APIMockRecorder) CreateKeyPairWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyPairWithContext indicates an expected call of CreateKeyPairWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplate added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplate(arg0 interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate

func (*MockEC2APIMockRecorder) CreateLaunchTemplateRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateRequest indicates an expected call of CreateLaunchTemplateRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersion added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersion(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersionRequest indicates an expected call of CreateLaunchTemplateVersionRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateVersionWithContext indicates an expected call of CreateLaunchTemplateVersionWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplateWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateWithContext indicates an expected call of CreateLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) CreateNatGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway

func (*MockEC2APIMockRecorder) CreateNatGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNatGatewayRequest(arg0 interface{}) *gomock.Call

CreateNatGatewayRequest indicates an expected call of CreateNatGatewayRequest

func (*MockEC2APIMockRecorder) CreateNatGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNatGatewayWithContext indicates an expected call of CreateNatGatewayWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAcl added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAcl(arg0 interface{}) *gomock.Call

CreateNetworkAcl indicates an expected call of CreateNetworkAcl

func (*MockEC2APIMockRecorder) CreateNetworkAclEntry added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntry(arg0 interface{}) *gomock.Call

CreateNetworkAclEntry indicates an expected call of CreateNetworkAclEntry

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclEntryRequest indicates an expected call of CreateNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclEntryWithContext indicates an expected call of CreateNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAclRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAclRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclRequest indicates an expected call of CreateNetworkAclRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclWithContext indicates an expected call of CreateNetworkAclWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterface added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterface(arg0 interface{}) *gomock.Call

CreateNetworkInterface indicates an expected call of CreateNetworkInterface

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermission added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermission(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermission indicates an expected call of CreateNetworkInterfacePermission

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermissionRequest indicates an expected call of CreateNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfacePermissionWithContext indicates an expected call of CreateNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfaceRequest indicates an expected call of CreateNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfaceWithContext indicates an expected call of CreateNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) CreatePlacementGroup added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreatePlacementGroup(arg0 interface{}) *gomock.Call

CreatePlacementGroup indicates an expected call of CreatePlacementGroup

func (*MockEC2APIMockRecorder) CreatePlacementGroupRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupRequest(arg0 interface{}) *gomock.Call

CreatePlacementGroupRequest indicates an expected call of CreatePlacementGroupRequest

func (*MockEC2APIMockRecorder) CreatePlacementGroupWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePlacementGroupWithContext indicates an expected call of CreatePlacementGroupWithContext

func (*MockEC2APIMockRecorder) CreateReservedInstancesListing added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListing(arg0 interface{}) *gomock.Call

CreateReservedInstancesListing indicates an expected call of CreateReservedInstancesListing

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CreateReservedInstancesListingRequest indicates an expected call of CreateReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReservedInstancesListingWithContext indicates an expected call of CreateReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CreateRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRoute(arg0 interface{}) *gomock.Call

CreateRoute indicates an expected call of CreateRoute

func (*MockEC2APIMockRecorder) CreateRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRouteRequest(arg0 interface{}) *gomock.Call

CreateRouteRequest indicates an expected call of CreateRouteRequest

func (*MockEC2APIMockRecorder) CreateRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRouteTable(arg0 interface{}) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable

func (*MockEC2APIMockRecorder) CreateRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRouteTableRequest(arg0 interface{}) *gomock.Call

CreateRouteTableRequest indicates an expected call of CreateRouteTableRequest

func (*MockEC2APIMockRecorder) CreateRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteTableWithContext indicates an expected call of CreateRouteTableWithContext

func (*MockEC2APIMockRecorder) CreateRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteWithContext indicates an expected call of CreateRouteWithContext

func (*MockEC2APIMockRecorder) CreateSecurityGroup added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup

func (*MockEC2APIMockRecorder) CreateSecurityGroupRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateSecurityGroupRequest indicates an expected call of CreateSecurityGroupRequest

func (*MockEC2APIMockRecorder) CreateSecurityGroupWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSecurityGroupWithContext indicates an expected call of CreateSecurityGroupWithContext

func (*MockEC2APIMockRecorder) CreateSnapshot added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockEC2APIMockRecorder) CreateSnapshotRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockEC2APIMockRecorder) CreateSnapshotWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockEC2APIMockRecorder) CreateSnapshots added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshots(arg0 interface{}) *gomock.Call

CreateSnapshots indicates an expected call of CreateSnapshots

func (*MockEC2APIMockRecorder) CreateSnapshotsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshotsRequest(arg0 interface{}) *gomock.Call

CreateSnapshotsRequest indicates an expected call of CreateSnapshotsRequest

func (*MockEC2APIMockRecorder) CreateSnapshotsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotsWithContext indicates an expected call of CreateSnapshotsWithContext

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscription added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscription indicates an expected call of CreateSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionRequest indicates an expected call of CreateSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionWithContext indicates an expected call of CreateSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) CreateSubnet added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet

func (*MockEC2APIMockRecorder) CreateSubnetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSubnetRequest(arg0 interface{}) *gomock.Call

CreateSubnetRequest indicates an expected call of CreateSubnetRequest

func (*MockEC2APIMockRecorder) CreateSubnetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetWithContext indicates an expected call of CreateSubnetWithContext

func (*MockEC2APIMockRecorder) CreateTags added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags

func (*MockEC2APIMockRecorder) CreateTagsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest

func (*MockEC2APIMockRecorder) CreateTagsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilter added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilter(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilter indicates an expected call of CreateTrafficMirrorFilter

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRequest indicates an expected call of CreateTrafficMirrorFilterRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRule added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRule indicates an expected call of CreateTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleRequest indicates an expected call of CreateTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleWithContext indicates an expected call of CreateTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterWithContext indicates an expected call of CreateTrafficMirrorFilterWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSession added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSession(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSession indicates an expected call of CreateTrafficMirrorSession

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSessionRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSessionRequest indicates an expected call of CreateTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSessionWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorSessionWithContext indicates an expected call of CreateTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTarget added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTarget(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTarget indicates an expected call of CreateTrafficMirrorTarget

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTargetRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTargetRequest indicates an expected call of CreateTrafficMirrorTargetRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTargetWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorTargetWithContext indicates an expected call of CreateTrafficMirrorTargetWithContext

func (*MockEC2APIMockRecorder) CreateTransitGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGateway(arg0 interface{}) *gomock.Call

CreateTransitGateway indicates an expected call of CreateTransitGateway

func (*MockEC2APIMockRecorder) CreateTransitGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRequest indicates an expected call of CreateTransitGatewayRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRoute(arg0 interface{}) *gomock.Call

CreateTransitGatewayRoute indicates an expected call of CreateTransitGatewayRoute

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteRequest indicates an expected call of CreateTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTable indicates an expected call of CreateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTableRequest indicates an expected call of CreateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteTableWithContext indicates an expected call of CreateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteWithContext indicates an expected call of CreateTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachment added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachment indicates an expected call of CreateTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentRequest indicates an expected call of CreateTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentWithContext indicates an expected call of CreateTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayWithContext indicates an expected call of CreateTransitGatewayWithContext

func (*MockEC2APIMockRecorder) CreateVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockEC2APIMockRecorder) CreateVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVolumeRequest(arg0 interface{}) *gomock.Call

CreateVolumeRequest indicates an expected call of CreateVolumeRequest

func (*MockEC2APIMockRecorder) CreateVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVolumeWithContext indicates an expected call of CreateVolumeWithContext

func (*MockEC2APIMockRecorder) CreateVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc

func (*MockEC2APIMockRecorder) CreateVpcEndpoint added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotification indicates an expected call of CreateVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationRequest indicates an expected call of CreateVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationWithContext indicates an expected call of CreateVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointRequest indicates an expected call of CreateVpcEndpointRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationRequest indicates an expected call of CreateVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationWithContext indicates an expected call of CreateVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointWithContext indicates an expected call of CreateVpcEndpointWithContext

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnection(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnection indicates an expected call of CreateVpcPeeringConnection

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnectionRequest indicates an expected call of CreateVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcPeeringConnectionWithContext indicates an expected call of CreateVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcRequest(arg0 interface{}) *gomock.Call

CreateVpcRequest indicates an expected call of CreateVpcRequest

func (*MockEC2APIMockRecorder) CreateVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcWithContext indicates an expected call of CreateVpcWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnection(arg0 interface{}) *gomock.Call

CreateVpnConnection indicates an expected call of CreateVpnConnection

func (*MockEC2APIMockRecorder) CreateVpnConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRequest indicates an expected call of CreateVpnConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRoute(arg0 interface{}) *gomock.Call

CreateVpnConnectionRoute indicates an expected call of CreateVpnConnectionRoute

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRouteRequest indicates an expected call of CreateVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionRouteWithContext indicates an expected call of CreateVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionWithContext indicates an expected call of CreateVpnConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpnGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnGateway(arg0 interface{}) *gomock.Call

CreateVpnGateway indicates an expected call of CreateVpnGateway

func (*MockEC2APIMockRecorder) CreateVpnGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayRequest(arg0 interface{}) *gomock.Call

CreateVpnGatewayRequest indicates an expected call of CreateVpnGatewayRequest

func (*MockEC2APIMockRecorder) CreateVpnGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnGatewayWithContext indicates an expected call of CreateVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpoint added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpoint(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpoint indicates an expected call of DeleteClientVpnEndpoint

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpointRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpointRequest indicates an expected call of DeleteClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpointWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnEndpointWithContext indicates an expected call of DeleteClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) DeleteClientVpnRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRoute(arg0 interface{}) *gomock.Call

DeleteClientVpnRoute indicates an expected call of DeleteClientVpnRoute

func (*MockEC2APIMockRecorder) DeleteClientVpnRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRouteRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnRouteRequest indicates an expected call of DeleteClientVpnRouteRequest

func (*MockEC2APIMockRecorder) DeleteClientVpnRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnRouteWithContext indicates an expected call of DeleteClientVpnRouteWithContext

func (*MockEC2APIMockRecorder) DeleteCustomerGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteCustomerGateway(arg0 interface{}) *gomock.Call

DeleteCustomerGateway indicates an expected call of DeleteCustomerGateway

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCustomerGatewayRequest indicates an expected call of DeleteCustomerGatewayRequest

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomerGatewayWithContext indicates an expected call of DeleteCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteDhcpOptions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptions(arg0 interface{}) *gomock.Call

DeleteDhcpOptions indicates an expected call of DeleteDhcpOptions

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DeleteDhcpOptionsRequest indicates an expected call of DeleteDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDhcpOptionsWithContext indicates an expected call of DeleteDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGateway indicates an expected call of DeleteEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayRequest indicates an expected call of DeleteEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayWithContext indicates an expected call of DeleteEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteFleets added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFleets(arg0 interface{}) *gomock.Call

DeleteFleets indicates an expected call of DeleteFleets

func (*MockEC2APIMockRecorder) DeleteFleetsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFleetsRequest(arg0 interface{}) *gomock.Call

DeleteFleetsRequest indicates an expected call of DeleteFleetsRequest

func (*MockEC2APIMockRecorder) DeleteFleetsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFleetsWithContext indicates an expected call of DeleteFleetsWithContext

func (*MockEC2APIMockRecorder) DeleteFlowLogs added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFlowLogs(arg0 interface{}) *gomock.Call

DeleteFlowLogs indicates an expected call of DeleteFlowLogs

func (*MockEC2APIMockRecorder) DeleteFlowLogsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsRequest(arg0 interface{}) *gomock.Call

DeleteFlowLogsRequest indicates an expected call of DeleteFlowLogsRequest

func (*MockEC2APIMockRecorder) DeleteFlowLogsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFlowLogsWithContext indicates an expected call of DeleteFlowLogsWithContext

func (*MockEC2APIMockRecorder) DeleteFpgaImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFpgaImage(arg0 interface{}) *gomock.Call

DeleteFpgaImage indicates an expected call of DeleteFpgaImage

func (*MockEC2APIMockRecorder) DeleteFpgaImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageRequest(arg0 interface{}) *gomock.Call

DeleteFpgaImageRequest indicates an expected call of DeleteFpgaImageRequest

func (*MockEC2APIMockRecorder) DeleteFpgaImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFpgaImageWithContext indicates an expected call of DeleteFpgaImageWithContext

func (*MockEC2APIMockRecorder) DeleteInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteInternetGateway(arg0 interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway

func (*MockEC2APIMockRecorder) DeleteInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteInternetGatewayRequest indicates an expected call of DeleteInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInternetGatewayWithContext indicates an expected call of DeleteInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteKeyPair added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteKeyPair(arg0 interface{}) *gomock.Call

DeleteKeyPair indicates an expected call of DeleteKeyPair

func (*MockEC2APIMockRecorder) DeleteKeyPairRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteKeyPairRequest(arg0 interface{}) *gomock.Call

DeleteKeyPairRequest indicates an expected call of DeleteKeyPairRequest

func (*MockEC2APIMockRecorder) DeleteKeyPairWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeyPairWithContext indicates an expected call of DeleteKeyPairWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplate added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateRequest indicates an expected call of DeleteLaunchTemplateRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersions indicates an expected call of DeleteLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersionsRequest indicates an expected call of DeleteLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateVersionsWithContext indicates an expected call of DeleteLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateWithContext indicates an expected call of DeleteLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) DeleteNatGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway

func (*MockEC2APIMockRecorder) DeleteNatGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayRequest(arg0 interface{}) *gomock.Call

DeleteNatGatewayRequest indicates an expected call of DeleteNatGatewayRequest

func (*MockEC2APIMockRecorder) DeleteNatGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNatGatewayWithContext indicates an expected call of DeleteNatGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAcl added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAcl(arg0 interface{}) *gomock.Call

DeleteNetworkAcl indicates an expected call of DeleteNetworkAcl

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntry added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntry(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntry indicates an expected call of DeleteNetworkAclEntry

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntryRequest indicates an expected call of DeleteNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclEntryWithContext indicates an expected call of DeleteNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAclRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclRequest indicates an expected call of DeleteNetworkAclRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclWithContext indicates an expected call of DeleteNetworkAclWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterface added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterface(arg0 interface{}) *gomock.Call

DeleteNetworkInterface indicates an expected call of DeleteNetworkInterface

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermission added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermission(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermission indicates an expected call of DeleteNetworkInterfacePermission

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermissionRequest indicates an expected call of DeleteNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfacePermissionWithContext indicates an expected call of DeleteNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfaceRequest indicates an expected call of DeleteNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfaceWithContext indicates an expected call of DeleteNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DeletePlacementGroup added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeletePlacementGroup(arg0 interface{}) *gomock.Call

DeletePlacementGroup indicates an expected call of DeletePlacementGroup

func (*MockEC2APIMockRecorder) DeletePlacementGroupRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupRequest(arg0 interface{}) *gomock.Call

DeletePlacementGroupRequest indicates an expected call of DeletePlacementGroupRequest

func (*MockEC2APIMockRecorder) DeletePlacementGroupWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePlacementGroupWithContext indicates an expected call of DeletePlacementGroupWithContext

func (*MockEC2APIMockRecorder) DeleteRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRoute(arg0 interface{}) *gomock.Call

DeleteRoute indicates an expected call of DeleteRoute

func (*MockEC2APIMockRecorder) DeleteRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRouteRequest(arg0 interface{}) *gomock.Call

DeleteRouteRequest indicates an expected call of DeleteRouteRequest

func (*MockEC2APIMockRecorder) DeleteRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRouteTable(arg0 interface{}) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable

func (*MockEC2APIMockRecorder) DeleteRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteRouteTableRequest indicates an expected call of DeleteRouteTableRequest

func (*MockEC2APIMockRecorder) DeleteRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteTableWithContext indicates an expected call of DeleteRouteTableWithContext

func (*MockEC2APIMockRecorder) DeleteRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteWithContext indicates an expected call of DeleteRouteWithContext

func (*MockEC2APIMockRecorder) DeleteSecurityGroup added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup

func (*MockEC2APIMockRecorder) DeleteSecurityGroupRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteSecurityGroupRequest indicates an expected call of DeleteSecurityGroupRequest

func (*MockEC2APIMockRecorder) DeleteSecurityGroupWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSecurityGroupWithContext indicates an expected call of DeleteSecurityGroupWithContext

func (*MockEC2APIMockRecorder) DeleteSnapshot added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockEC2APIMockRecorder) DeleteSnapshotRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockEC2APIMockRecorder) DeleteSnapshotWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscription indicates an expected call of DeleteSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionRequest indicates an expected call of DeleteSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionWithContext indicates an expected call of DeleteSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DeleteSubnet added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet

func (*MockEC2APIMockRecorder) DeleteSubnetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSubnetRequest(arg0 interface{}) *gomock.Call

DeleteSubnetRequest indicates an expected call of DeleteSubnetRequest

func (*MockEC2APIMockRecorder) DeleteSubnetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetWithContext indicates an expected call of DeleteSubnetWithContext

func (*MockEC2APIMockRecorder) DeleteTags added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags

func (*MockEC2APIMockRecorder) DeleteTagsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest

func (*MockEC2APIMockRecorder) DeleteTagsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilter added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilter(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilter indicates an expected call of DeleteTrafficMirrorFilter

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRequest indicates an expected call of DeleteTrafficMirrorFilterRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRule added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRule indicates an expected call of DeleteTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleRequest indicates an expected call of DeleteTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleWithContext indicates an expected call of DeleteTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterWithContext indicates an expected call of DeleteTrafficMirrorFilterWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSession added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSession(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSession indicates an expected call of DeleteTrafficMirrorSession

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSessionRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSessionRequest indicates an expected call of DeleteTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSessionWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorSessionWithContext indicates an expected call of DeleteTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTarget added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTarget(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTarget indicates an expected call of DeleteTrafficMirrorTarget

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTargetRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTargetRequest indicates an expected call of DeleteTrafficMirrorTargetRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTargetWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorTargetWithContext indicates an expected call of DeleteTrafficMirrorTargetWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGateway(arg0 interface{}) *gomock.Call

DeleteTransitGateway indicates an expected call of DeleteTransitGateway

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRequest indicates an expected call of DeleteTransitGatewayRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRoute(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRoute indicates an expected call of DeleteTransitGatewayRoute

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteRequest indicates an expected call of DeleteTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTable indicates an expected call of DeleteTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTableRequest indicates an expected call of DeleteTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteTableWithContext indicates an expected call of DeleteTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteWithContext indicates an expected call of DeleteTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachment added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachment indicates an expected call of DeleteTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentRequest indicates an expected call of DeleteTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentWithContext indicates an expected call of DeleteTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayWithContext indicates an expected call of DeleteTransitGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVolume(arg0 interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume

func (*MockEC2APIMockRecorder) DeleteVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVolumeRequest(arg0 interface{}) *gomock.Call

DeleteVolumeRequest indicates an expected call of DeleteVolumeRequest

func (*MockEC2APIMockRecorder) DeleteVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVolumeWithContext indicates an expected call of DeleteVolumeWithContext

func (*MockEC2APIMockRecorder) DeleteVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotifications indicates an expected call of DeleteVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsRequest indicates an expected call of DeleteVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsWithContext indicates an expected call of DeleteVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsRequest indicates an expected call of DeleteVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsWithContext indicates an expected call of DeleteVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpoints added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call

DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointsRequest indicates an expected call of DeleteVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointsWithContext indicates an expected call of DeleteVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnection(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnection indicates an expected call of DeleteVpcPeeringConnection

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnectionRequest indicates an expected call of DeleteVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcPeeringConnectionWithContext indicates an expected call of DeleteVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcRequest(arg0 interface{}) *gomock.Call

DeleteVpcRequest indicates an expected call of DeleteVpcRequest

func (*MockEC2APIMockRecorder) DeleteVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcWithContext indicates an expected call of DeleteVpcWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnection(arg0 interface{}) *gomock.Call

DeleteVpnConnection indicates an expected call of DeleteVpnConnection

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRequest indicates an expected call of DeleteVpnConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRoute(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRoute indicates an expected call of DeleteVpnConnectionRoute

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRouteRequest indicates an expected call of DeleteVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionRouteWithContext indicates an expected call of DeleteVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionWithContext indicates an expected call of DeleteVpnConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpnGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnGateway(arg0 interface{}) *gomock.Call

DeleteVpnGateway indicates an expected call of DeleteVpnGateway

func (*MockEC2APIMockRecorder) DeleteVpnGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayRequest(arg0 interface{}) *gomock.Call

DeleteVpnGatewayRequest indicates an expected call of DeleteVpnGatewayRequest

func (*MockEC2APIMockRecorder) DeleteVpnGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnGatewayWithContext indicates an expected call of DeleteVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeprovisionByoipCidr added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidr(arg0 interface{}) *gomock.Call

DeprovisionByoipCidr indicates an expected call of DeprovisionByoipCidr

func (*MockEC2APIMockRecorder) DeprovisionByoipCidrRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidrRequest(arg0 interface{}) *gomock.Call

DeprovisionByoipCidrRequest indicates an expected call of DeprovisionByoipCidrRequest

func (*MockEC2APIMockRecorder) DeprovisionByoipCidrWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprovisionByoipCidrWithContext indicates an expected call of DeprovisionByoipCidrWithContext

func (*MockEC2APIMockRecorder) DeregisterImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeregisterImage(arg0 interface{}) *gomock.Call

DeregisterImage indicates an expected call of DeregisterImage

func (*MockEC2APIMockRecorder) DeregisterImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeregisterImageRequest(arg0 interface{}) *gomock.Call

DeregisterImageRequest indicates an expected call of DeregisterImageRequest

func (*MockEC2APIMockRecorder) DeregisterImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DeregisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterImageWithContext indicates an expected call of DeregisterImageWithContext

func (*MockEC2APIMockRecorder) DescribeAccountAttributes added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockEC2APIMockRecorder) DescribeAccountAttributesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockEC2APIMockRecorder) DescribeAccountAttributesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockEC2APIMockRecorder) DescribeAddresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAddresses(arg0 interface{}) *gomock.Call

DescribeAddresses indicates an expected call of DescribeAddresses

func (*MockEC2APIMockRecorder) DescribeAddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAddressesRequest(arg0 interface{}) *gomock.Call

DescribeAddressesRequest indicates an expected call of DescribeAddressesRequest

func (*MockEC2APIMockRecorder) DescribeAddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressesWithContext indicates an expected call of DescribeAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormat(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormat indicates an expected call of DescribeAggregateIdFormat

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormatRequest indicates an expected call of DescribeAggregateIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregateIdFormatWithContext indicates an expected call of DescribeAggregateIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeAvailabilityZones added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest(arg0 interface{}) *gomock.Call

DescribeAvailabilityZonesRequest indicates an expected call of DescribeAvailabilityZonesRequest

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAvailabilityZonesWithContext indicates an expected call of DescribeAvailabilityZonesWithContext

func (*MockEC2APIMockRecorder) DescribeBundleTasks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeBundleTasks(arg0 interface{}) *gomock.Call

DescribeBundleTasks indicates an expected call of DescribeBundleTasks

func (*MockEC2APIMockRecorder) DescribeBundleTasksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksRequest(arg0 interface{}) *gomock.Call

DescribeBundleTasksRequest indicates an expected call of DescribeBundleTasksRequest

func (*MockEC2APIMockRecorder) DescribeBundleTasksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBundleTasksWithContext indicates an expected call of DescribeBundleTasksWithContext

func (*MockEC2APIMockRecorder) DescribeByoipCidrs added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrs(arg0 interface{}) *gomock.Call

DescribeByoipCidrs indicates an expected call of DescribeByoipCidrs

func (*MockEC2APIMockRecorder) DescribeByoipCidrsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsPages(arg0, arg1 interface{}) *gomock.Call

DescribeByoipCidrsPages indicates an expected call of DescribeByoipCidrsPages

func (*MockEC2APIMockRecorder) DescribeByoipCidrsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeByoipCidrsPagesWithContext indicates an expected call of DescribeByoipCidrsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeByoipCidrsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsRequest(arg0 interface{}) *gomock.Call

DescribeByoipCidrsRequest indicates an expected call of DescribeByoipCidrsRequest

func (*MockEC2APIMockRecorder) DescribeByoipCidrsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeByoipCidrsWithContext indicates an expected call of DescribeByoipCidrsWithContext

func (*MockEC2APIMockRecorder) DescribeCapacityReservations added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservations(arg0 interface{}) *gomock.Call

DescribeCapacityReservations indicates an expected call of DescribeCapacityReservations

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCapacityReservationsPages indicates an expected call of DescribeCapacityReservationsPages

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCapacityReservationsPagesWithContext indicates an expected call of DescribeCapacityReservationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsRequest(arg0 interface{}) *gomock.Call

DescribeCapacityReservationsRequest indicates an expected call of DescribeCapacityReservationsRequest

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCapacityReservationsWithContext indicates an expected call of DescribeCapacityReservationsWithContext

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstances(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstances indicates an expected call of DescribeClassicLinkInstances

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClassicLinkInstancesPages indicates an expected call of DescribeClassicLinkInstancesPages

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesPagesWithContext indicates an expected call of DescribeClassicLinkInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstancesRequest indicates an expected call of DescribeClassicLinkInstancesRequest

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesWithContext indicates an expected call of DescribeClassicLinkInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRules added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRules(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRules indicates an expected call of DescribeClientVpnAuthorizationRules

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesPages indicates an expected call of DescribeClientVpnAuthorizationRulesPages

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesPagesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesRequest indicates an expected call of DescribeClientVpnAuthorizationRulesRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnections(arg0 interface{}) *gomock.Call

DescribeClientVpnConnections indicates an expected call of DescribeClientVpnConnections

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnConnectionsPages indicates an expected call of DescribeClientVpnConnectionsPages

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnConnectionsPagesWithContext indicates an expected call of DescribeClientVpnConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnConnectionsRequest indicates an expected call of DescribeClientVpnConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnConnectionsWithContext indicates an expected call of DescribeClientVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpoints added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpoints(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpoints indicates an expected call of DescribeClientVpnEndpoints

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnEndpointsPages indicates an expected call of DescribeClientVpnEndpointsPages

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnEndpointsPagesWithContext indicates an expected call of DescribeClientVpnEndpointsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpointsRequest indicates an expected call of DescribeClientVpnEndpointsRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnEndpointsWithContext indicates an expected call of DescribeClientVpnEndpointsWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutes added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutes(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutes indicates an expected call of DescribeClientVpnRoutes

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnRoutesPages indicates an expected call of DescribeClientVpnRoutesPages

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnRoutesPagesWithContext indicates an expected call of DescribeClientVpnRoutesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutesRequest indicates an expected call of DescribeClientVpnRoutesRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnRoutesWithContext indicates an expected call of DescribeClientVpnRoutesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworks(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworks indicates an expected call of DescribeClientVpnTargetNetworks

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksPages indicates an expected call of DescribeClientVpnTargetNetworksPages

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnTargetNetworksPagesWithContext indicates an expected call of DescribeClientVpnTargetNetworksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksRequest indicates an expected call of DescribeClientVpnTargetNetworksRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnTargetNetworksWithContext indicates an expected call of DescribeClientVpnTargetNetworksWithContext

func (*MockEC2APIMockRecorder) DescribeConversionTasks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeConversionTasks(arg0 interface{}) *gomock.Call

DescribeConversionTasks indicates an expected call of DescribeConversionTasks

func (*MockEC2APIMockRecorder) DescribeConversionTasksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksRequest(arg0 interface{}) *gomock.Call

DescribeConversionTasksRequest indicates an expected call of DescribeConversionTasksRequest

func (*MockEC2APIMockRecorder) DescribeConversionTasksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConversionTasksWithContext indicates an expected call of DescribeConversionTasksWithContext

func (*MockEC2APIMockRecorder) DescribeCustomerGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCustomerGateways(arg0 interface{}) *gomock.Call

DescribeCustomerGateways indicates an expected call of DescribeCustomerGateways

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCustomerGatewaysRequest indicates an expected call of DescribeCustomerGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomerGatewaysWithContext indicates an expected call of DescribeCustomerGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeDhcpOptions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptions(arg0 interface{}) *gomock.Call

DescribeDhcpOptions indicates an expected call of DescribeDhcpOptions

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDhcpOptionsPages indicates an expected call of DescribeDhcpOptionsPages

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDhcpOptionsPagesWithContext indicates an expected call of DescribeDhcpOptionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DescribeDhcpOptionsRequest indicates an expected call of DescribeDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDhcpOptionsWithContext indicates an expected call of DescribeDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGateways indicates an expected call of DescribeEgressOnlyInternetGateways

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysPages indicates an expected call of DescribeEgressOnlyInternetGatewaysPages

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysPagesWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysRequest indicates an expected call of DescribeEgressOnlyInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeElasticGpus added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeElasticGpus(arg0 interface{}) *gomock.Call

DescribeElasticGpus indicates an expected call of DescribeElasticGpus

func (*MockEC2APIMockRecorder) DescribeElasticGpusRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusRequest(arg0 interface{}) *gomock.Call

DescribeElasticGpusRequest indicates an expected call of DescribeElasticGpusRequest

func (*MockEC2APIMockRecorder) DescribeElasticGpusWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeElasticGpusWithContext indicates an expected call of DescribeElasticGpusWithContext

func (*MockEC2APIMockRecorder) DescribeExportImageTasks added in v0.11.0

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasks(arg0 interface{}) *gomock.Call

DescribeExportImageTasks indicates an expected call of DescribeExportImageTasks

func (*MockEC2APIMockRecorder) DescribeExportImageTasksRequest added in v0.11.0

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportImageTasksRequest indicates an expected call of DescribeExportImageTasksRequest

func (*MockEC2APIMockRecorder) DescribeExportImageTasksWithContext added in v0.11.0

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportImageTasksWithContext indicates an expected call of DescribeExportImageTasksWithContext

func (*MockEC2APIMockRecorder) DescribeExportTasks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call

DescribeExportTasks indicates an expected call of DescribeExportTasks

func (*MockEC2APIMockRecorder) DescribeExportTasksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest

func (*MockEC2APIMockRecorder) DescribeExportTasksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext

func (*MockEC2APIMockRecorder) DescribeFleetHistory added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetHistory(arg0 interface{}) *gomock.Call

DescribeFleetHistory indicates an expected call of DescribeFleetHistory

func (*MockEC2APIMockRecorder) DescribeFleetHistoryRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryRequest(arg0 interface{}) *gomock.Call

DescribeFleetHistoryRequest indicates an expected call of DescribeFleetHistoryRequest

func (*MockEC2APIMockRecorder) DescribeFleetHistoryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetHistoryWithContext indicates an expected call of DescribeFleetHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeFleetInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetInstances(arg0 interface{}) *gomock.Call

DescribeFleetInstances indicates an expected call of DescribeFleetInstances

func (*MockEC2APIMockRecorder) DescribeFleetInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeFleetInstancesRequest indicates an expected call of DescribeFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeFleetInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetInstancesWithContext indicates an expected call of DescribeFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeFleets added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleets(arg0 interface{}) *gomock.Call

DescribeFleets indicates an expected call of DescribeFleets

func (*MockEC2APIMockRecorder) DescribeFleetsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFleetsPages indicates an expected call of DescribeFleetsPages

func (*MockEC2APIMockRecorder) DescribeFleetsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFleetsPagesWithContext indicates an expected call of DescribeFleetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFleetsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetsRequest(arg0 interface{}) *gomock.Call

DescribeFleetsRequest indicates an expected call of DescribeFleetsRequest

func (*MockEC2APIMockRecorder) DescribeFleetsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetsWithContext indicates an expected call of DescribeFleetsWithContext

func (*MockEC2APIMockRecorder) DescribeFlowLogs added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFlowLogs(arg0 interface{}) *gomock.Call

DescribeFlowLogs indicates an expected call of DescribeFlowLogs

func (*MockEC2APIMockRecorder) DescribeFlowLogsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFlowLogsPages indicates an expected call of DescribeFlowLogsPages

func (*MockEC2APIMockRecorder) DescribeFlowLogsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFlowLogsPagesWithContext indicates an expected call of DescribeFlowLogsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFlowLogsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsRequest(arg0 interface{}) *gomock.Call

DescribeFlowLogsRequest indicates an expected call of DescribeFlowLogsRequest

func (*MockEC2APIMockRecorder) DescribeFlowLogsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFlowLogsWithContext indicates an expected call of DescribeFlowLogsWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttribute(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttribute indicates an expected call of DescribeFpgaImageAttribute

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttributeRequest indicates an expected call of DescribeFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImageAttributeWithContext indicates an expected call of DescribeFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImages(arg0 interface{}) *gomock.Call

DescribeFpgaImages indicates an expected call of DescribeFpgaImages

func (*MockEC2APIMockRecorder) DescribeFpgaImagesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeFpgaImagesPages indicates an expected call of DescribeFpgaImagesPages

func (*MockEC2APIMockRecorder) DescribeFpgaImagesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFpgaImagesPagesWithContext indicates an expected call of DescribeFpgaImagesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImagesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImagesRequest indicates an expected call of DescribeFpgaImagesRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImagesWithContext indicates an expected call of DescribeFpgaImagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferings added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferings(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferings indicates an expected call of DescribeHostReservationOfferings

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationOfferingsPages indicates an expected call of DescribeHostReservationOfferingsPages

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsPagesWithContext indicates an expected call of DescribeHostReservationOfferingsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferingsRequest indicates an expected call of DescribeHostReservationOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsWithContext indicates an expected call of DescribeHostReservationOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservations added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservations(arg0 interface{}) *gomock.Call

DescribeHostReservations indicates an expected call of DescribeHostReservations

func (*MockEC2APIMockRecorder) DescribeHostReservationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationsPages indicates an expected call of DescribeHostReservationsPages

func (*MockEC2APIMockRecorder) DescribeHostReservationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostReservationsPagesWithContext indicates an expected call of DescribeHostReservationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationsRequest indicates an expected call of DescribeHostReservationsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationsWithContext indicates an expected call of DescribeHostReservationsWithContext

func (*MockEC2APIMockRecorder) DescribeHosts added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHosts(arg0 interface{}) *gomock.Call

DescribeHosts indicates an expected call of DescribeHosts

func (*MockEC2APIMockRecorder) DescribeHostsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostsPages indicates an expected call of DescribeHostsPages

func (*MockEC2APIMockRecorder) DescribeHostsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostsPagesWithContext indicates an expected call of DescribeHostsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostsRequest(arg0 interface{}) *gomock.Call

DescribeHostsRequest indicates an expected call of DescribeHostsRequest

func (*MockEC2APIMockRecorder) DescribeHostsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostsWithContext indicates an expected call of DescribeHostsWithContext

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociations indicates an expected call of DescribeIamInstanceProfileAssociations

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsPages indicates an expected call of DescribeIamInstanceProfileAssociationsPages

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsPagesWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsRequest indicates an expected call of DescribeIamInstanceProfileAssociationsRequest

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsWithContext

func (*MockEC2APIMockRecorder) DescribeIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdFormat(arg0 interface{}) *gomock.Call

DescribeIdFormat indicates an expected call of DescribeIdFormat

func (*MockEC2APIMockRecorder) DescribeIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdFormatRequest indicates an expected call of DescribeIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdFormatWithContext indicates an expected call of DescribeIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormat(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormat indicates an expected call of DescribeIdentityIdFormat

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormatRequest indicates an expected call of DescribeIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityIdFormatWithContext indicates an expected call of DescribeIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImageAttribute(arg0 interface{}) *gomock.Call

DescribeImageAttribute indicates an expected call of DescribeImageAttribute

func (*MockEC2APIMockRecorder) DescribeImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeImageAttributeRequest indicates an expected call of DescribeImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImageAttributeWithContext indicates an expected call of DescribeImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeImages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages

func (*MockEC2APIMockRecorder) DescribeImagesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call

DescribeImagesRequest indicates an expected call of DescribeImagesRequest

func (*MockEC2APIMockRecorder) DescribeImagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportImageTasks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasks(arg0 interface{}) *gomock.Call

DescribeImportImageTasks indicates an expected call of DescribeImportImageTasks

func (*MockEC2APIMockRecorder) DescribeImportImageTasksPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportImageTasksPages indicates an expected call of DescribeImportImageTasksPages

func (*MockEC2APIMockRecorder) DescribeImportImageTasksPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImportImageTasksPagesWithContext indicates an expected call of DescribeImportImageTasksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportImageTasksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportImageTasksRequest indicates an expected call of DescribeImportImageTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportImageTasksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportImageTasksWithContext indicates an expected call of DescribeImportImageTasksWithContext

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasks added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasks(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasks indicates an expected call of DescribeImportSnapshotTasks

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportSnapshotTasksPages indicates an expected call of DescribeImportSnapshotTasksPages

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksPagesWithContext indicates an expected call of DescribeImportSnapshotTasksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasksRequest indicates an expected call of DescribeImportSnapshotTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksWithContext indicates an expected call of DescribeImportSnapshotTasksWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttribute(arg0 interface{}) *gomock.Call

DescribeInstanceAttribute indicates an expected call of DescribeInstanceAttribute

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeInstanceAttributeRequest indicates an expected call of DescribeInstanceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceAttributeWithContext indicates an expected call of DescribeInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecifications indicates an expected call of DescribeInstanceCreditSpecifications

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsPages indicates an expected call of DescribeInstanceCreditSpecificationsPages

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsPagesWithContext indicates an expected call of DescribeInstanceCreditSpecificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsRequest indicates an expected call of DescribeInstanceCreditSpecificationsRequest

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsWithContext indicates an expected call of DescribeInstanceCreditSpecificationsWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceStatus added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatus(arg0 interface{}) *gomock.Call

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceStatusPages indicates an expected call of DescribeInstanceStatusPages

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusRequest(arg0 interface{}) *gomock.Call

DescribeInstanceStatusRequest indicates an expected call of DescribeInstanceStatusRequest

func (*MockEC2APIMockRecorder) DescribeInstanceStatusWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceStatusWithContext indicates an expected call of DescribeInstanceStatusWithContext

func (*MockEC2APIMockRecorder) DescribeInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances

func (*MockEC2APIMockRecorder) DescribeInstancesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstancesPages indicates an expected call of DescribeInstancesPages

func (*MockEC2APIMockRecorder) DescribeInstancesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstancesRequest(arg0 interface{}) *gomock.Call

DescribeInstancesRequest indicates an expected call of DescribeInstancesRequest

func (*MockEC2APIMockRecorder) DescribeInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstancesWithContext indicates an expected call of DescribeInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeInternetGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInternetGateways(arg0 interface{}) *gomock.Call

DescribeInternetGateways indicates an expected call of DescribeInternetGateways

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeInternetGatewaysPages indicates an expected call of DescribeInternetGatewaysPages

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInternetGatewaysPagesWithContext indicates an expected call of DescribeInternetGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeInternetGatewaysRequest indicates an expected call of DescribeInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInternetGatewaysWithContext indicates an expected call of DescribeInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeKeyPairs added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeKeyPairs(arg0 interface{}) *gomock.Call

DescribeKeyPairs indicates an expected call of DescribeKeyPairs

func (*MockEC2APIMockRecorder) DescribeKeyPairsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsRequest(arg0 interface{}) *gomock.Call

DescribeKeyPairsRequest indicates an expected call of DescribeKeyPairsRequest

func (*MockEC2APIMockRecorder) DescribeKeyPairsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKeyPairsWithContext indicates an expected call of DescribeKeyPairsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersions indicates an expected call of DescribeLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsPages indicates an expected call of DescribeLaunchTemplateVersionsPages

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsPagesWithContext indicates an expected call of DescribeLaunchTemplateVersionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsRequest indicates an expected call of DescribeLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsWithContext indicates an expected call of DescribeLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplates added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplates(arg0 interface{}) *gomock.Call

DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplatesPages indicates an expected call of DescribeLaunchTemplatesPages

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLaunchTemplatesPagesWithContext indicates an expected call of DescribeLaunchTemplatesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplatesRequest indicates an expected call of DescribeLaunchTemplatesRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplatesWithContext indicates an expected call of DescribeLaunchTemplatesWithContext

func (*MockEC2APIMockRecorder) DescribeMovingAddresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeMovingAddresses(arg0 interface{}) *gomock.Call

DescribeMovingAddresses indicates an expected call of DescribeMovingAddresses

func (*MockEC2APIMockRecorder) DescribeMovingAddressesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesPages(arg0, arg1 interface{}) *gomock.Call

DescribeMovingAddressesPages indicates an expected call of DescribeMovingAddressesPages

func (*MockEC2APIMockRecorder) DescribeMovingAddressesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeMovingAddressesPagesWithContext indicates an expected call of DescribeMovingAddressesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeMovingAddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesRequest(arg0 interface{}) *gomock.Call

DescribeMovingAddressesRequest indicates an expected call of DescribeMovingAddressesRequest

func (*MockEC2APIMockRecorder) DescribeMovingAddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMovingAddressesWithContext indicates an expected call of DescribeMovingAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeNatGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeNatGatewaysPages indicates an expected call of DescribeNatGatewaysPages

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeNatGatewaysRequest indicates an expected call of DescribeNatGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeNatGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNatGatewaysWithContext indicates an expected call of DescribeNatGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkAcls added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkAcls(arg0 interface{}) *gomock.Call

DescribeNetworkAcls indicates an expected call of DescribeNetworkAcls

func (*MockEC2APIMockRecorder) DescribeNetworkAclsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkAclsPages indicates an expected call of DescribeNetworkAclsPages

func (*MockEC2APIMockRecorder) DescribeNetworkAclsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkAclsPagesWithContext indicates an expected call of DescribeNetworkAclsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkAclsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkAclsRequest indicates an expected call of DescribeNetworkAclsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkAclsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkAclsWithContext indicates an expected call of DescribeNetworkAclsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttribute indicates an expected call of DescribeNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeRequest indicates an expected call of DescribeNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeWithContext indicates an expected call of DescribeNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissions indicates an expected call of DescribeNetworkInterfacePermissions

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsPages indicates an expected call of DescribeNetworkInterfacePermissionsPages

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsPagesWithContext indicates an expected call of DescribeNetworkInterfacePermissionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsRequest indicates an expected call of DescribeNetworkInterfacePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsWithContext indicates an expected call of DescribeNetworkInterfacePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaces added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaces(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacesPages indicates an expected call of DescribeNetworkInterfacesPages

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkInterfacesPagesWithContext indicates an expected call of DescribeNetworkInterfacesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacesRequest indicates an expected call of DescribeNetworkInterfacesRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacesWithContext indicates an expected call of DescribeNetworkInterfacesWithContext

func (*MockEC2APIMockRecorder) DescribePlacementGroups added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePlacementGroups(arg0 interface{}) *gomock.Call

DescribePlacementGroups indicates an expected call of DescribePlacementGroups

func (*MockEC2APIMockRecorder) DescribePlacementGroupsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsRequest(arg0 interface{}) *gomock.Call

DescribePlacementGroupsRequest indicates an expected call of DescribePlacementGroupsRequest

func (*MockEC2APIMockRecorder) DescribePlacementGroupsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePlacementGroupsWithContext indicates an expected call of DescribePlacementGroupsWithContext

func (*MockEC2APIMockRecorder) DescribePrefixLists added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrefixLists(arg0 interface{}) *gomock.Call

DescribePrefixLists indicates an expected call of DescribePrefixLists

func (*MockEC2APIMockRecorder) DescribePrefixListsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrefixListsPages(arg0, arg1 interface{}) *gomock.Call

DescribePrefixListsPages indicates an expected call of DescribePrefixListsPages

func (*MockEC2APIMockRecorder) DescribePrefixListsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrefixListsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePrefixListsPagesWithContext indicates an expected call of DescribePrefixListsPagesWithContext

func (*MockEC2APIMockRecorder) DescribePrefixListsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrefixListsRequest(arg0 interface{}) *gomock.Call

DescribePrefixListsRequest indicates an expected call of DescribePrefixListsRequest

func (*MockEC2APIMockRecorder) DescribePrefixListsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrefixListsWithContext indicates an expected call of DescribePrefixListsWithContext

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormat(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormat indicates an expected call of DescribePrincipalIdFormat

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatPages(arg0, arg1 interface{}) *gomock.Call

DescribePrincipalIdFormatPages indicates an expected call of DescribePrincipalIdFormatPages

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePrincipalIdFormatPagesWithContext indicates an expected call of DescribePrincipalIdFormatPagesWithContext

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormatRequest indicates an expected call of DescribePrincipalIdFormatRequest

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrincipalIdFormatWithContext indicates an expected call of DescribePrincipalIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribePublicIpv4Pools added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4Pools(arg0 interface{}) *gomock.Call

DescribePublicIpv4Pools indicates an expected call of DescribePublicIpv4Pools

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribePublicIpv4PoolsPages indicates an expected call of DescribePublicIpv4PoolsPages

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePublicIpv4PoolsPagesWithContext indicates an expected call of DescribePublicIpv4PoolsPagesWithContext

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsRequest(arg0 interface{}) *gomock.Call

DescribePublicIpv4PoolsRequest indicates an expected call of DescribePublicIpv4PoolsRequest

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePublicIpv4PoolsWithContext indicates an expected call of DescribePublicIpv4PoolsWithContext

func (*MockEC2APIMockRecorder) DescribeRegions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRegions(arg0 interface{}) *gomock.Call

DescribeRegions indicates an expected call of DescribeRegions

func (*MockEC2APIMockRecorder) DescribeRegionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRegionsRequest(arg0 interface{}) *gomock.Call

DescribeRegionsRequest indicates an expected call of DescribeRegionsRequest

func (*MockEC2APIMockRecorder) DescribeRegionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionsWithContext indicates an expected call of DescribeRegionsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstances(arg0 interface{}) *gomock.Call

DescribeReservedInstances indicates an expected call of DescribeReservedInstances

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListings added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListings indicates an expected call of DescribeReservedInstancesListings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListingsRequest indicates an expected call of DescribeReservedInstancesListingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesListingsWithContext indicates an expected call of DescribeReservedInstancesListingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModifications added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModifications(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModifications indicates an expected call of DescribeReservedInstancesModifications

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesModificationsPages indicates an expected call of DescribeReservedInstancesModificationsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModificationsRequest indicates an expected call of DescribeReservedInstancesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesModificationsWithContext indicates an expected call of DescribeReservedInstancesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferings added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferings indicates an expected call of DescribeReservedInstancesOfferings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsPages indicates an expected call of DescribeReservedInstancesOfferingsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsRequest indicates an expected call of DescribeReservedInstancesOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesOfferingsWithContext indicates an expected call of DescribeReservedInstancesOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesRequest indicates an expected call of DescribeReservedInstancesRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesWithContext indicates an expected call of DescribeReservedInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeRouteTables added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables

func (*MockEC2APIMockRecorder) DescribeRouteTablesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeRouteTablesPages indicates an expected call of DescribeRouteTablesPages

func (*MockEC2APIMockRecorder) DescribeRouteTablesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRouteTablesPagesWithContext indicates an expected call of DescribeRouteTablesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeRouteTablesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeRouteTablesRequest indicates an expected call of DescribeRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeRouteTablesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRouteTablesWithContext indicates an expected call of DescribeRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailability indicates an expected call of DescribeScheduledInstanceAvailability

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityPages indicates an expected call of DescribeScheduledInstanceAvailabilityPages

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityPagesWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityPagesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityRequest indicates an expected call of DescribeScheduledInstanceAvailabilityRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstances(arg0 interface{}) *gomock.Call

DescribeScheduledInstances indicates an expected call of DescribeScheduledInstances

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstancesPages indicates an expected call of DescribeScheduledInstancesPages

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeScheduledInstancesPagesWithContext indicates an expected call of DescribeScheduledInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstancesRequest indicates an expected call of DescribeScheduledInstancesRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstancesWithContext indicates an expected call of DescribeScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferences added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferences(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferences indicates an expected call of DescribeSecurityGroupReferences

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferencesRequest indicates an expected call of DescribeSecurityGroupReferencesRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupReferencesWithContext indicates an expected call of DescribeSecurityGroupReferencesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroups added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSecurityGroupsPages indicates an expected call of DescribeSecurityGroupsPages

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSecurityGroupsPagesWithContext indicates an expected call of DescribeSecurityGroupsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupsRequest indicates an expected call of DescribeSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupsWithContext indicates an expected call of DescribeSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshotAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttribute(arg0 interface{}) *gomock.Call

DescribeSnapshotAttribute indicates an expected call of DescribeSnapshotAttribute

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotAttributeRequest indicates an expected call of DescribeSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotAttributeWithContext indicates an expected call of DescribeSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshots added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockEC2APIMockRecorder) DescribeSnapshotsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages

func (*MockEC2APIMockRecorder) DescribeSnapshotsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscription indicates an expected call of DescribeSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionRequest indicates an expected call of DescribeSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionWithContext indicates an expected call of DescribeSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstances(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstances indicates an expected call of DescribeSpotFleetInstances

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstancesRequest indicates an expected call of DescribeSpotFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetInstancesWithContext indicates an expected call of DescribeSpotFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistory indicates an expected call of DescribeSpotFleetRequestHistory

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryRequest indicates an expected call of DescribeSpotFleetRequestHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryWithContext indicates an expected call of DescribeSpotFleetRequestHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequests added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequests(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequests indicates an expected call of DescribeSpotFleetRequests

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotFleetRequestsPages indicates an expected call of DescribeSpotFleetRequestsPages

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestsRequest indicates an expected call of DescribeSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestsWithContext indicates an expected call of DescribeSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequests added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequests(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequests indicates an expected call of DescribeSpotInstanceRequests

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotInstanceRequestsPages indicates an expected call of DescribeSpotInstanceRequestsPages

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsPagesWithContext indicates an expected call of DescribeSpotInstanceRequestsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequestsRequest indicates an expected call of DescribeSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsWithContext indicates an expected call of DescribeSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistory added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistory(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistory indicates an expected call of DescribeSpotPriceHistory

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotPriceHistoryPages indicates an expected call of DescribeSpotPriceHistoryPages

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistoryRequest indicates an expected call of DescribeSpotPriceHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotPriceHistoryWithContext indicates an expected call of DescribeSpotPriceHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroups added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroups(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroups indicates an expected call of DescribeStaleSecurityGroups

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeStaleSecurityGroupsPages indicates an expected call of DescribeStaleSecurityGroupsPages

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsPagesWithContext indicates an expected call of DescribeStaleSecurityGroupsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroupsRequest indicates an expected call of DescribeStaleSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsWithContext indicates an expected call of DescribeStaleSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSubnets added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets

func (*MockEC2APIMockRecorder) DescribeSubnetsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSubnetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSubnetsPages indicates an expected call of DescribeSubnetsPages

func (*MockEC2APIMockRecorder) DescribeSubnetsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSubnetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSubnetsPagesWithContext indicates an expected call of DescribeSubnetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSubnetsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSubnetsRequest(arg0 interface{}) *gomock.Call

DescribeSubnetsRequest indicates an expected call of DescribeSubnetsRequest

func (*MockEC2APIMockRecorder) DescribeSubnetsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnetsWithContext indicates an expected call of DescribeSubnetsWithContext

func (*MockEC2APIMockRecorder) DescribeTags added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockEC2APIMockRecorder) DescribeTagsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTagsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTagsPages indicates an expected call of DescribeTagsPages

func (*MockEC2APIMockRecorder) DescribeTagsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockEC2APIMockRecorder) DescribeTagsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFilters added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFilters(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFilters indicates an expected call of DescribeTrafficMirrorFilters

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPages added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersPages indicates an expected call of DescribeTrafficMirrorFiltersPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPagesWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorFiltersPagesWithContext indicates an expected call of DescribeTrafficMirrorFiltersPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersRequest indicates an expected call of DescribeTrafficMirrorFiltersRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorFiltersWithContext indicates an expected call of DescribeTrafficMirrorFiltersWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessions added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessions(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessions indicates an expected call of DescribeTrafficMirrorSessions

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPages added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsPages indicates an expected call of DescribeTrafficMirrorSessionsPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPagesWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorSessionsPagesWithContext indicates an expected call of DescribeTrafficMirrorSessionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsRequest indicates an expected call of DescribeTrafficMirrorSessionsRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorSessionsWithContext indicates an expected call of DescribeTrafficMirrorSessionsWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargets added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargets(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargets indicates an expected call of DescribeTrafficMirrorTargets

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPages added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsPages indicates an expected call of DescribeTrafficMirrorTargetsPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPagesWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorTargetsPagesWithContext indicates an expected call of DescribeTrafficMirrorTargetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsRequest indicates an expected call of DescribeTrafficMirrorTargetsRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorTargetsWithContext indicates an expected call of DescribeTrafficMirrorTargetsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachments added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachments indicates an expected call of DescribeTransitGatewayAttachments

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsPages indicates an expected call of DescribeTransitGatewayAttachmentsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayAttachmentsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsRequest indicates an expected call of DescribeTransitGatewayAttachmentsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsWithContext indicates an expected call of DescribeTransitGatewayAttachmentsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTables added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTables(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTables indicates an expected call of DescribeTransitGatewayRouteTables

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesPages indicates an expected call of DescribeTransitGatewayRouteTablesPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesPagesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesRequest indicates an expected call of DescribeTransitGatewayRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachments added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachments indicates an expected call of DescribeTransitGatewayVpcAttachments

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsPages indicates an expected call of DescribeTransitGatewayVpcAttachmentsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsRequest indicates an expected call of DescribeTransitGatewayVpcAttachmentsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGateways(arg0 interface{}) *gomock.Call

DescribeTransitGateways indicates an expected call of DescribeTransitGateways

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewaysPages indicates an expected call of DescribeTransitGatewaysPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewaysPagesWithContext indicates an expected call of DescribeTransitGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewaysRequest indicates an expected call of DescribeTransitGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewaysWithContext indicates an expected call of DescribeTransitGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttribute(arg0 interface{}) *gomock.Call

DescribeVolumeAttribute indicates an expected call of DescribeVolumeAttribute

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVolumeAttributeRequest indicates an expected call of DescribeVolumeAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeAttributeWithContext indicates an expected call of DescribeVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeStatus added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatus(arg0 interface{}) *gomock.Call

DescribeVolumeStatus indicates an expected call of DescribeVolumeStatus

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumeStatusPages indicates an expected call of DescribeVolumeStatusPages

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusRequest(arg0 interface{}) *gomock.Call

DescribeVolumeStatusRequest indicates an expected call of DescribeVolumeStatusRequest

func (*MockEC2APIMockRecorder) DescribeVolumeStatusWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeStatusWithContext indicates an expected call of DescribeVolumeStatusWithContext

func (*MockEC2APIMockRecorder) DescribeVolumes added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumes(arg0 interface{}) *gomock.Call

DescribeVolumes indicates an expected call of DescribeVolumes

func (*MockEC2APIMockRecorder) DescribeVolumesModifications added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesModifications(arg0 interface{}) *gomock.Call

DescribeVolumesModifications indicates an expected call of DescribeVolumesModifications

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesModificationsPages indicates an expected call of DescribeVolumesModificationsPages

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVolumesModificationsPagesWithContext indicates an expected call of DescribeVolumesModificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeVolumesModificationsRequest indicates an expected call of DescribeVolumesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesModificationsWithContext indicates an expected call of DescribeVolumesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesPages indicates an expected call of DescribeVolumesPages

func (*MockEC2APIMockRecorder) DescribeVolumesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesRequest(arg0 interface{}) *gomock.Call

DescribeVolumesRequest indicates an expected call of DescribeVolumesRequest

func (*MockEC2APIMockRecorder) DescribeVolumesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVolumesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesWithContext indicates an expected call of DescribeVolumesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcAttribute(arg0 interface{}) *gomock.Call

DescribeVpcAttribute indicates an expected call of DescribeVpcAttribute

func (*MockEC2APIMockRecorder) DescribeVpcAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVpcAttributeRequest indicates an expected call of DescribeVpcAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVpcAttributeWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupport indicates an expected call of DescribeVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportPages indicates an expected call of DescribeVpcClassicLinkDnsSupportPages

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportPagesWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportRequest indicates an expected call of DescribeVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkRequest indicates an expected call of DescribeVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkWithContext indicates an expected call of DescribeVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotifications indicates an expected call of DescribeVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsPages indicates an expected call of DescribeVpcEndpointConnectionNotificationsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsRequest indicates an expected call of DescribeVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnections(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnections indicates an expected call of DescribeVpcEndpointConnections

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsPages indicates an expected call of DescribeVpcEndpointConnectionsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsRequest indicates an expected call of DescribeVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsWithContext indicates an expected call of DescribeVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsPages indicates an expected call of DescribeVpcEndpointServiceConfigurationsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsPagesWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsRequest indicates an expected call of DescribeVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsPages indicates an expected call of DescribeVpcEndpointServicePermissionsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsPagesWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsRequest indicates an expected call of DescribeVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServices added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicesRequest indicates an expected call of DescribeVpcEndpointServicesRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicesWithContext indicates an expected call of DescribeVpcEndpointServicesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpoints added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointsPages indicates an expected call of DescribeVpcEndpointsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointsPagesWithContext indicates an expected call of DescribeVpcEndpointsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointsRequest indicates an expected call of DescribeVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointsWithContext indicates an expected call of DescribeVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnections(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnections indicates an expected call of DescribeVpcPeeringConnections

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsPages indicates an expected call of DescribeVpcPeeringConnectionsPages

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsPagesWithContext indicates an expected call of DescribeVpcPeeringConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsRequest indicates an expected call of DescribeVpcPeeringConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsWithContext indicates an expected call of DescribeVpcPeeringConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcs added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs

func (*MockEC2APIMockRecorder) DescribeVpcsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcsPages indicates an expected call of DescribeVpcsPages

func (*MockEC2APIMockRecorder) DescribeVpcsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcsPagesWithContext indicates an expected call of DescribeVpcsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcsRequest(arg0 interface{}) *gomock.Call

DescribeVpcsRequest indicates an expected call of DescribeVpcsRequest

func (*MockEC2APIMockRecorder) DescribeVpcsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpcsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcsWithContext indicates an expected call of DescribeVpcsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnConnections(arg0 interface{}) *gomock.Call

DescribeVpnConnections indicates an expected call of DescribeVpnConnections

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpnConnectionsRequest indicates an expected call of DescribeVpnConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnConnectionsWithContext indicates an expected call of DescribeVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnGateways added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnGateways(arg0 interface{}) *gomock.Call

DescribeVpnGateways indicates an expected call of DescribeVpnGateways

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeVpnGatewaysRequest indicates an expected call of DescribeVpnGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnGatewaysWithContext indicates an expected call of DescribeVpnGatewaysWithContext

func (*MockEC2APIMockRecorder) DetachClassicLinkVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpc(arg0 interface{}) *gomock.Call

DetachClassicLinkVpc indicates an expected call of DetachClassicLinkVpc

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

DetachClassicLinkVpcRequest indicates an expected call of DetachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachClassicLinkVpcWithContext indicates an expected call of DetachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) DetachInternetGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachInternetGateway(arg0 interface{}) *gomock.Call

DetachInternetGateway indicates an expected call of DetachInternetGateway

func (*MockEC2APIMockRecorder) DetachInternetGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayRequest(arg0 interface{}) *gomock.Call

DetachInternetGatewayRequest indicates an expected call of DetachInternetGatewayRequest

func (*MockEC2APIMockRecorder) DetachInternetGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachInternetGatewayWithContext indicates an expected call of DetachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DetachNetworkInterface added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachNetworkInterface(arg0 interface{}) *gomock.Call

DetachNetworkInterface indicates an expected call of DetachNetworkInterface

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DetachNetworkInterfaceRequest indicates an expected call of DetachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachNetworkInterfaceWithContext indicates an expected call of DetachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DetachVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVolume(arg0 interface{}) *gomock.Call

DetachVolume indicates an expected call of DetachVolume

func (*MockEC2APIMockRecorder) DetachVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVolumeRequest(arg0 interface{}) *gomock.Call

DetachVolumeRequest indicates an expected call of DetachVolumeRequest

func (*MockEC2APIMockRecorder) DetachVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVolumeWithContext indicates an expected call of DetachVolumeWithContext

func (*MockEC2APIMockRecorder) DetachVpnGateway added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVpnGateway(arg0 interface{}) *gomock.Call

DetachVpnGateway indicates an expected call of DetachVpnGateway

func (*MockEC2APIMockRecorder) DetachVpnGatewayRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayRequest(arg0 interface{}) *gomock.Call

DetachVpnGatewayRequest indicates an expected call of DetachVpnGatewayRequest

func (*MockEC2APIMockRecorder) DetachVpnGatewayWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVpnGatewayWithContext indicates an expected call of DetachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefault added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefault indicates an expected call of DisableEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefaultRequest indicates an expected call of DisableEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableEbsEncryptionByDefaultWithContext indicates an expected call of DisableEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagation added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagation indicates an expected call of DisableTransitGatewayRouteTablePropagation

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationRequest indicates an expected call of DisableTransitGatewayRouteTablePropagationRequest

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationWithContext indicates an expected call of DisableTransitGatewayRouteTablePropagationWithContext

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagation added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagation(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagation indicates an expected call of DisableVgwRoutePropagation

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagationRequest indicates an expected call of DisableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupport indicates an expected call of DisableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportRequest indicates an expected call of DisableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportWithContext indicates an expected call of DisableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkRequest indicates an expected call of DisableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkWithContext indicates an expected call of DisableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DisassociateAddress added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateAddress(arg0 interface{}) *gomock.Call

DisassociateAddress indicates an expected call of DisassociateAddress

func (*MockEC2APIMockRecorder) DisassociateAddressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateAddressRequest(arg0 interface{}) *gomock.Call

DisassociateAddressRequest indicates an expected call of DisassociateAddressRequest

func (*MockEC2APIMockRecorder) DisassociateAddressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAddressWithContext indicates an expected call of DisassociateAddressWithContext

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetwork added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetwork indicates an expected call of DisassociateClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkRequest indicates an expected call of DisassociateClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkWithContext indicates an expected call of DisassociateClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfile added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfile(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfile indicates an expected call of DisassociateIamInstanceProfile

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfileRequest indicates an expected call of DisassociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIamInstanceProfileWithContext indicates an expected call of DisassociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) DisassociateRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateRouteTable(arg0 interface{}) *gomock.Call

DisassociateRouteTable indicates an expected call of DisassociateRouteTable

func (*MockEC2APIMockRecorder) DisassociateRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateRouteTableRequest indicates an expected call of DisassociateRouteTableRequest

func (*MockEC2APIMockRecorder) DisassociateRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateRouteTableWithContext indicates an expected call of DisassociateRouteTableWithContext

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlock added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlock indicates an expected call of DisassociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlockRequest indicates an expected call of DisassociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateSubnetCidrBlockWithContext indicates an expected call of DisassociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTable added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTable indicates an expected call of DisassociateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableRequest indicates an expected call of DisassociateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableWithContext indicates an expected call of DisassociateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlock added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlock(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlock indicates an expected call of DisassociateVpcCidrBlock

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlockRequest indicates an expected call of DisassociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateVpcCidrBlockWithContext indicates an expected call of DisassociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefault added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefault indicates an expected call of EnableEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefaultRequest indicates an expected call of EnableEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableEbsEncryptionByDefaultWithContext indicates an expected call of EnableEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagation added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagation indicates an expected call of EnableTransitGatewayRouteTablePropagation

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationRequest indicates an expected call of EnableTransitGatewayRouteTablePropagationRequest

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationWithContext indicates an expected call of EnableTransitGatewayRouteTablePropagationWithContext

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagation added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagation(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagation indicates an expected call of EnableVgwRoutePropagation

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagationRequest indicates an expected call of EnableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVgwRoutePropagationWithContext indicates an expected call of EnableVgwRoutePropagationWithContext

func (*MockEC2APIMockRecorder) EnableVolumeIO added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVolumeIO(arg0 interface{}) *gomock.Call

EnableVolumeIO indicates an expected call of EnableVolumeIO

func (*MockEC2APIMockRecorder) EnableVolumeIORequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVolumeIORequest(arg0 interface{}) *gomock.Call

EnableVolumeIORequest indicates an expected call of EnableVolumeIORequest

func (*MockEC2APIMockRecorder) EnableVolumeIOWithContext added in v0.8.2

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.8.2

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupport indicates an expected call of EnableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportRequest indicates an expected call of EnableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportWithContext indicates an expected call of EnableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkRequest indicates an expected call of EnableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkWithContext indicates an expected call of EnableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationList added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationList indicates an expected call of ExportClientVpnClientCertificateRevocationList

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListRequest indicates an expected call of ExportClientVpnClientCertificateRevocationListRequest

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ExportClientVpnClientCertificateRevocationListWithContext

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfiguration added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfiguration(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfiguration indicates an expected call of ExportClientVpnClientConfiguration

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfigurationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfigurationRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfigurationRequest indicates an expected call of ExportClientVpnClientConfigurationRequest

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfigurationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientConfigurationWithContext indicates an expected call of ExportClientVpnClientConfigurationWithContext

func (*MockEC2APIMockRecorder) ExportImage added in v0.11.0

func (mr *MockEC2APIMockRecorder) ExportImage(arg0 interface{}) *gomock.Call

ExportImage indicates an expected call of ExportImage

func (*MockEC2APIMockRecorder) ExportImageRequest added in v0.11.0

func (mr *MockEC2APIMockRecorder) ExportImageRequest(arg0 interface{}) *gomock.Call

ExportImageRequest indicates an expected call of ExportImageRequest

func (*MockEC2APIMockRecorder) ExportImageWithContext added in v0.11.0

func (mr *MockEC2APIMockRecorder) ExportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportImageWithContext indicates an expected call of ExportImageWithContext

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutes added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutes(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutes indicates an expected call of ExportTransitGatewayRoutes

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutesRequest indicates an expected call of ExportTransitGatewayRoutesRequest

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportTransitGatewayRoutesWithContext indicates an expected call of ExportTransitGatewayRoutesWithContext

func (*MockEC2APIMockRecorder) GetCapacityReservationUsage added in v0.9.3

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsage(arg0 interface{}) *gomock.Call

GetCapacityReservationUsage indicates an expected call of GetCapacityReservationUsage

func (*MockEC2APIMockRecorder) GetCapacityReservationUsageRequest added in v0.9.3

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsageRequest(arg0 interface{}) *gomock.Call

GetCapacityReservationUsageRequest indicates an expected call of GetCapacityReservationUsageRequest

func (*MockEC2APIMockRecorder) GetCapacityReservationUsageWithContext added in v0.9.3

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCapacityReservationUsageWithContext indicates an expected call of GetCapacityReservationUsageWithContext

func (*MockEC2APIMockRecorder) GetConsoleOutput added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleOutput(arg0 interface{}) *gomock.Call

GetConsoleOutput indicates an expected call of GetConsoleOutput

func (*MockEC2APIMockRecorder) GetConsoleOutputRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleOutputRequest(arg0 interface{}) *gomock.Call

GetConsoleOutputRequest indicates an expected call of GetConsoleOutputRequest

func (*MockEC2APIMockRecorder) GetConsoleOutputWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleOutputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleOutputWithContext indicates an expected call of GetConsoleOutputWithContext

func (*MockEC2APIMockRecorder) GetConsoleScreenshot added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshot(arg0 interface{}) *gomock.Call

GetConsoleScreenshot indicates an expected call of GetConsoleScreenshot

func (*MockEC2APIMockRecorder) GetConsoleScreenshotRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotRequest(arg0 interface{}) *gomock.Call

GetConsoleScreenshotRequest indicates an expected call of GetConsoleScreenshotRequest

func (*MockEC2APIMockRecorder) GetConsoleScreenshotWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleScreenshotWithContext indicates an expected call of GetConsoleScreenshotWithContext

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyId added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyId indicates an expected call of GetEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdRequest indicates an expected call of GetEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdWithContext indicates an expected call of GetEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefault added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefault indicates an expected call of GetEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefaultRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefaultRequest indicates an expected call of GetEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefaultWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsEncryptionByDefaultWithContext indicates an expected call of GetEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreview added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreview(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreview indicates an expected call of GetHostReservationPurchasePreview

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreviewRequest indicates an expected call of GetHostReservationPurchasePreviewRequest

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostReservationPurchasePreviewWithContext indicates an expected call of GetHostReservationPurchasePreviewWithContext

func (*MockEC2APIMockRecorder) GetLaunchTemplateData added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateData(arg0 interface{}) *gomock.Call

GetLaunchTemplateData indicates an expected call of GetLaunchTemplateData

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataRequest(arg0 interface{}) *gomock.Call

GetLaunchTemplateDataRequest indicates an expected call of GetLaunchTemplateDataRequest

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLaunchTemplateDataWithContext indicates an expected call of GetLaunchTemplateDataWithContext

func (*MockEC2APIMockRecorder) GetPasswordData added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetPasswordData(arg0 interface{}) *gomock.Call

GetPasswordData indicates an expected call of GetPasswordData

func (*MockEC2APIMockRecorder) GetPasswordDataRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetPasswordDataRequest(arg0 interface{}) *gomock.Call

GetPasswordDataRequest indicates an expected call of GetPasswordDataRequest

func (*MockEC2APIMockRecorder) GetPasswordDataWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetPasswordDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPasswordDataWithContext indicates an expected call of GetPasswordDataWithContext

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuote indicates an expected call of GetReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteRequest indicates an expected call of GetReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteWithContext indicates an expected call of GetReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagations added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagations indicates an expected call of GetTransitGatewayAttachmentPropagations

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsPages indicates an expected call of GetTransitGatewayAttachmentPropagationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsPagesWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsRequest indicates an expected call of GetTransitGatewayAttachmentPropagationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociations added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociations indicates an expected call of GetTransitGatewayRouteTableAssociations

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsPages indicates an expected call of GetTransitGatewayRouteTableAssociationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsRequest indicates an expected call of GetTransitGatewayRouteTableAssociationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagations added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagations indicates an expected call of GetTransitGatewayRouteTablePropagations

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPages added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsPages indicates an expected call of GetTransitGatewayRouteTablePropagationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPagesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsRequest indicates an expected call of GetTransitGatewayRouteTablePropagationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsWithContext

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationList added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationList indicates an expected call of ImportClientVpnClientCertificateRevocationList

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListRequest indicates an expected call of ImportClientVpnClientCertificateRevocationListRequest

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ImportClientVpnClientCertificateRevocationListWithContext

func (*MockEC2APIMockRecorder) ImportImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportImage(arg0 interface{}) *gomock.Call

ImportImage indicates an expected call of ImportImage

func (*MockEC2APIMockRecorder) ImportImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportImageRequest(arg0 interface{}) *gomock.Call

ImportImageRequest indicates an expected call of ImportImageRequest

func (*MockEC2APIMockRecorder) ImportImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportImageWithContext indicates an expected call of ImportImageWithContext

func (*MockEC2APIMockRecorder) ImportInstance added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportInstance(arg0 interface{}) *gomock.Call

ImportInstance indicates an expected call of ImportInstance

func (*MockEC2APIMockRecorder) ImportInstanceRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportInstanceRequest(arg0 interface{}) *gomock.Call

ImportInstanceRequest indicates an expected call of ImportInstanceRequest

func (*MockEC2APIMockRecorder) ImportInstanceWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportInstanceWithContext indicates an expected call of ImportInstanceWithContext

func (*MockEC2APIMockRecorder) ImportKeyPair added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportKeyPair(arg0 interface{}) *gomock.Call

ImportKeyPair indicates an expected call of ImportKeyPair

func (*MockEC2APIMockRecorder) ImportKeyPairRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportKeyPairRequest(arg0 interface{}) *gomock.Call

ImportKeyPairRequest indicates an expected call of ImportKeyPairRequest

func (*MockEC2APIMockRecorder) ImportKeyPairWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportKeyPairWithContext indicates an expected call of ImportKeyPairWithContext

func (*MockEC2APIMockRecorder) ImportSnapshot added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportSnapshot(arg0 interface{}) *gomock.Call

ImportSnapshot indicates an expected call of ImportSnapshot

func (*MockEC2APIMockRecorder) ImportSnapshotRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportSnapshotRequest(arg0 interface{}) *gomock.Call

ImportSnapshotRequest indicates an expected call of ImportSnapshotRequest

func (*MockEC2APIMockRecorder) ImportSnapshotWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportSnapshotWithContext indicates an expected call of ImportSnapshotWithContext

func (*MockEC2APIMockRecorder) ImportVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportVolume(arg0 interface{}) *gomock.Call

ImportVolume indicates an expected call of ImportVolume

func (*MockEC2APIMockRecorder) ImportVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportVolumeRequest(arg0 interface{}) *gomock.Call

ImportVolumeRequest indicates an expected call of ImportVolumeRequest

func (*MockEC2APIMockRecorder) ImportVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ImportVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportVolumeWithContext indicates an expected call of ImportVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyCapacityReservation added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservation(arg0 interface{}) *gomock.Call

ModifyCapacityReservation indicates an expected call of ModifyCapacityReservation

func (*MockEC2APIMockRecorder) ModifyCapacityReservationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservationRequest(arg0 interface{}) *gomock.Call

ModifyCapacityReservationRequest indicates an expected call of ModifyCapacityReservationRequest

func (*MockEC2APIMockRecorder) ModifyCapacityReservationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCapacityReservationWithContext indicates an expected call of ModifyCapacityReservationWithContext

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpoint added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpoint(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpoint indicates an expected call of ModifyClientVpnEndpoint

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpointRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpointRequest indicates an expected call of ModifyClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpointWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyClientVpnEndpointWithContext indicates an expected call of ModifyClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyId added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyId indicates an expected call of ModifyEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdRequest indicates an expected call of ModifyEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdWithContext indicates an expected call of ModifyEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) ModifyFleet added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFleet(arg0 interface{}) *gomock.Call

ModifyFleet indicates an expected call of ModifyFleet

func (*MockEC2APIMockRecorder) ModifyFleetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFleetRequest(arg0 interface{}) *gomock.Call

ModifyFleetRequest indicates an expected call of ModifyFleetRequest

func (*MockEC2APIMockRecorder) ModifyFleetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFleetWithContext indicates an expected call of ModifyFleetWithContext

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttribute(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttribute indicates an expected call of ModifyFpgaImageAttribute

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttributeRequest indicates an expected call of ModifyFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFpgaImageAttributeWithContext indicates an expected call of ModifyFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyHosts added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyHosts(arg0 interface{}) *gomock.Call

ModifyHosts indicates an expected call of ModifyHosts

func (*MockEC2APIMockRecorder) ModifyHostsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyHostsRequest(arg0 interface{}) *gomock.Call

ModifyHostsRequest indicates an expected call of ModifyHostsRequest

func (*MockEC2APIMockRecorder) ModifyHostsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyHostsWithContext indicates an expected call of ModifyHostsWithContext

func (*MockEC2APIMockRecorder) ModifyIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdFormat(arg0 interface{}) *gomock.Call

ModifyIdFormat indicates an expected call of ModifyIdFormat

func (*MockEC2APIMockRecorder) ModifyIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdFormatRequest indicates an expected call of ModifyIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdFormatWithContext indicates an expected call of ModifyIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormat added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormat(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormat indicates an expected call of ModifyIdentityIdFormat

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormatRequest indicates an expected call of ModifyIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdentityIdFormatWithContext indicates an expected call of ModifyIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyImageAttribute(arg0 interface{}) *gomock.Call

ModifyImageAttribute indicates an expected call of ModifyImageAttribute

func (*MockEC2APIMockRecorder) ModifyImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyImageAttributeRequest indicates an expected call of ModifyImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyImageAttributeWithContext indicates an expected call of ModifyImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttribute(arg0 interface{}) *gomock.Call

ModifyInstanceAttribute indicates an expected call of ModifyInstanceAttribute

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceAttributeRequest indicates an expected call of ModifyInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceAttributeWithContext indicates an expected call of ModifyInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributes added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributes(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributes indicates an expected call of ModifyInstanceCapacityReservationAttributes

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesRequest indicates an expected call of ModifyInstanceCapacityReservationAttributesRequest

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesWithContext indicates an expected call of ModifyInstanceCapacityReservationAttributesWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecification added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecification(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecification indicates an expected call of ModifyInstanceCreditSpecification

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecificationRequest indicates an expected call of ModifyInstanceCreditSpecificationRequest

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCreditSpecificationWithContext indicates an expected call of ModifyInstanceCreditSpecificationWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTime added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTime(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTime indicates an expected call of ModifyInstanceEventStartTime

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTimeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTimeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTimeRequest indicates an expected call of ModifyInstanceEventStartTimeRequest

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTimeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceEventStartTimeWithContext indicates an expected call of ModifyInstanceEventStartTimeWithContext

func (*MockEC2APIMockRecorder) ModifyInstancePlacement added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacement(arg0 interface{}) *gomock.Call

ModifyInstancePlacement indicates an expected call of ModifyInstancePlacement

func (*MockEC2APIMockRecorder) ModifyInstancePlacementRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementRequest(arg0 interface{}) *gomock.Call

ModifyInstancePlacementRequest indicates an expected call of ModifyInstancePlacementRequest

func (*MockEC2APIMockRecorder) ModifyInstancePlacementWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstancePlacementWithContext indicates an expected call of ModifyInstancePlacementWithContext

func (*MockEC2APIMockRecorder) ModifyLaunchTemplate added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplate(arg0 interface{}) *gomock.Call

ModifyLaunchTemplate indicates an expected call of ModifyLaunchTemplate

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateRequest(arg0 interface{}) *gomock.Call

ModifyLaunchTemplateRequest indicates an expected call of ModifyLaunchTemplateRequest

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLaunchTemplateWithContext indicates an expected call of ModifyLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttribute indicates an expected call of ModifyNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeRequest indicates an expected call of ModifyNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeWithContext indicates an expected call of ModifyNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyReservedInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyReservedInstances(arg0 interface{}) *gomock.Call

ModifyReservedInstances indicates an expected call of ModifyReservedInstances

func (*MockEC2APIMockRecorder) ModifyReservedInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesRequest(arg0 interface{}) *gomock.Call

ModifyReservedInstancesRequest indicates an expected call of ModifyReservedInstancesRequest

func (*MockEC2APIMockRecorder) ModifyReservedInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReservedInstancesWithContext indicates an expected call of ModifyReservedInstancesWithContext

func (*MockEC2APIMockRecorder) ModifySnapshotAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttribute(arg0 interface{}) *gomock.Call

ModifySnapshotAttribute indicates an expected call of ModifySnapshotAttribute

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifySnapshotAttributeRequest indicates an expected call of ModifySnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySnapshotAttributeWithContext indicates an expected call of ModifySnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) ModifySpotFleetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequest indicates an expected call of ModifySpotFleetRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequestRequest indicates an expected call of ModifySpotFleetRequestRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySpotFleetRequestWithContext indicates an expected call of ModifySpotFleetRequestWithContext

func (*MockEC2APIMockRecorder) ModifySubnetAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySubnetAttribute(arg0 interface{}) *gomock.Call

ModifySubnetAttribute indicates an expected call of ModifySubnetAttribute

func (*MockEC2APIMockRecorder) ModifySubnetAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeRequest(arg0 interface{}) *gomock.Call

ModifySubnetAttributeRequest indicates an expected call of ModifySubnetAttributeRequest

func (*MockEC2APIMockRecorder) ModifySubnetAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySubnetAttributeWithContext indicates an expected call of ModifySubnetAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServices added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServices(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServices indicates an expected call of ModifyTrafficMirrorFilterNetworkServices

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesRequest indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesWithContext indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRule added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRule indicates an expected call of ModifyTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleRequest indicates an expected call of ModifyTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleWithContext indicates an expected call of ModifyTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSession added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSession(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSession indicates an expected call of ModifyTrafficMirrorSession

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSessionRequest added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSessionRequest indicates an expected call of ModifyTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSessionWithContext added in v0.9.1

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorSessionWithContext indicates an expected call of ModifyTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachment added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachment indicates an expected call of ModifyTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentRequest indicates an expected call of ModifyTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentWithContext indicates an expected call of ModifyTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) ModifyVolume added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolume(arg0 interface{}) *gomock.Call

ModifyVolume indicates an expected call of ModifyVolume

func (*MockEC2APIMockRecorder) ModifyVolumeAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttribute(arg0 interface{}) *gomock.Call

ModifyVolumeAttribute indicates an expected call of ModifyVolumeAttribute

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeAttributeRequest indicates an expected call of ModifyVolumeAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeAttributeWithContext indicates an expected call of ModifyVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVolumeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolumeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeRequest indicates an expected call of ModifyVolumeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeWithContext indicates an expected call of ModifyVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcAttribute(arg0 interface{}) *gomock.Call

ModifyVpcAttribute indicates an expected call of ModifyVpcAttribute

func (*MockEC2APIMockRecorder) ModifyVpcAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVpcAttributeRequest indicates an expected call of ModifyVpcAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVpcAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcAttributeWithContext indicates an expected call of ModifyVpcAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpoint added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpoint(arg0 interface{}) *gomock.Call

ModifyVpcEndpoint indicates an expected call of ModifyVpcEndpoint

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotification indicates an expected call of ModifyVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationRequest indicates an expected call of ModifyVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationWithContext indicates an expected call of ModifyVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointRequest indicates an expected call of ModifyVpcEndpointRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationRequest indicates an expected call of ModifyVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationWithContext indicates an expected call of ModifyVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsRequest indicates an expected call of ModifyVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsWithContext indicates an expected call of ModifyVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointWithContext indicates an expected call of ModifyVpcEndpointWithContext

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptions indicates an expected call of ModifyVpcPeeringConnectionOptions

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsRequest indicates an expected call of ModifyVpcPeeringConnectionOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsWithContext indicates an expected call of ModifyVpcPeeringConnectionOptionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcTenancy added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancy(arg0 interface{}) *gomock.Call

ModifyVpcTenancy indicates an expected call of ModifyVpcTenancy

func (*MockEC2APIMockRecorder) ModifyVpcTenancyRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyRequest(arg0 interface{}) *gomock.Call

ModifyVpcTenancyRequest indicates an expected call of ModifyVpcTenancyRequest

func (*MockEC2APIMockRecorder) ModifyVpcTenancyWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcTenancyWithContext indicates an expected call of ModifyVpcTenancyWithContext

func (*MockEC2APIMockRecorder) ModifyVpnConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpnConnection(arg0 interface{}) *gomock.Call

ModifyVpnConnection indicates an expected call of ModifyVpnConnection

func (*MockEC2APIMockRecorder) ModifyVpnConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionRequest(arg0 interface{}) *gomock.Call

ModifyVpnConnectionRequest indicates an expected call of ModifyVpnConnectionRequest

func (*MockEC2APIMockRecorder) ModifyVpnConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnConnectionWithContext indicates an expected call of ModifyVpnConnectionWithContext

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificate added in v0.11.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificate(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificate indicates an expected call of ModifyVpnTunnelCertificate

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificateRequest added in v0.11.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificateRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificateRequest indicates an expected call of ModifyVpnTunnelCertificateRequest

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificateWithContext added in v0.11.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelCertificateWithContext indicates an expected call of ModifyVpnTunnelCertificateWithContext

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptions added in v0.12.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptions(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptions indicates an expected call of ModifyVpnTunnelOptions

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptionsRequest added in v0.12.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptionsRequest indicates an expected call of ModifyVpnTunnelOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptionsWithContext added in v0.12.0

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelOptionsWithContext indicates an expected call of ModifyVpnTunnelOptionsWithContext

func (*MockEC2APIMockRecorder) MonitorInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) MonitorInstances(arg0 interface{}) *gomock.Call

MonitorInstances indicates an expected call of MonitorInstances

func (*MockEC2APIMockRecorder) MonitorInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) MonitorInstancesRequest(arg0 interface{}) *gomock.Call

MonitorInstancesRequest indicates an expected call of MonitorInstancesRequest

func (*MockEC2APIMockRecorder) MonitorInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) MonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MonitorInstancesWithContext indicates an expected call of MonitorInstancesWithContext

func (*MockEC2APIMockRecorder) MoveAddressToVpc added in v0.8.2

func (mr *MockEC2APIMockRecorder) MoveAddressToVpc(arg0 interface{}) *gomock.Call

MoveAddressToVpc indicates an expected call of MoveAddressToVpc

func (*MockEC2APIMockRecorder) MoveAddressToVpcRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcRequest(arg0 interface{}) *gomock.Call

MoveAddressToVpcRequest indicates an expected call of MoveAddressToVpcRequest

func (*MockEC2APIMockRecorder) MoveAddressToVpcWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MoveAddressToVpcWithContext indicates an expected call of MoveAddressToVpcWithContext

func (*MockEC2APIMockRecorder) ProvisionByoipCidr added in v0.8.2

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidr(arg0 interface{}) *gomock.Call

ProvisionByoipCidr indicates an expected call of ProvisionByoipCidr

func (*MockEC2APIMockRecorder) ProvisionByoipCidrRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidrRequest(arg0 interface{}) *gomock.Call

ProvisionByoipCidrRequest indicates an expected call of ProvisionByoipCidrRequest

func (*MockEC2APIMockRecorder) ProvisionByoipCidrWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProvisionByoipCidrWithContext indicates an expected call of ProvisionByoipCidrWithContext

func (*MockEC2APIMockRecorder) PurchaseHostReservation added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseHostReservation(arg0 interface{}) *gomock.Call

PurchaseHostReservation indicates an expected call of PurchaseHostReservation

func (*MockEC2APIMockRecorder) PurchaseHostReservationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationRequest(arg0 interface{}) *gomock.Call

PurchaseHostReservationRequest indicates an expected call of PurchaseHostReservationRequest

func (*MockEC2APIMockRecorder) PurchaseHostReservationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseHostReservationWithContext indicates an expected call of PurchaseHostReservationWithContext

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOffering added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOffering indicates an expected call of PurchaseReservedInstancesOffering

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOfferingRequest indicates an expected call of PurchaseReservedInstancesOfferingRequest

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedInstancesOfferingWithContext indicates an expected call of PurchaseReservedInstancesOfferingWithContext

func (*MockEC2APIMockRecorder) PurchaseScheduledInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstances(arg0 interface{}) *gomock.Call

PurchaseScheduledInstances indicates an expected call of PurchaseScheduledInstances

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest(arg0 interface{}) *gomock.Call

PurchaseScheduledInstancesRequest indicates an expected call of PurchaseScheduledInstancesRequest

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseScheduledInstancesWithContext indicates an expected call of PurchaseScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) RebootInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) RebootInstances(arg0 interface{}) *gomock.Call

RebootInstances indicates an expected call of RebootInstances

func (*MockEC2APIMockRecorder) RebootInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RebootInstancesRequest(arg0 interface{}) *gomock.Call

RebootInstancesRequest indicates an expected call of RebootInstancesRequest

func (*MockEC2APIMockRecorder) RebootInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RebootInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootInstancesWithContext indicates an expected call of RebootInstancesWithContext

func (*MockEC2APIMockRecorder) RegisterImage added in v0.8.2

func (mr *MockEC2APIMockRecorder) RegisterImage(arg0 interface{}) *gomock.Call

RegisterImage indicates an expected call of RegisterImage

func (*MockEC2APIMockRecorder) RegisterImageRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RegisterImageRequest(arg0 interface{}) *gomock.Call

RegisterImageRequest indicates an expected call of RegisterImageRequest

func (*MockEC2APIMockRecorder) RegisterImageWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RegisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterImageWithContext indicates an expected call of RegisterImageWithContext

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachment added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachment indicates an expected call of RejectTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentRequest indicates an expected call of RejectTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentWithContext indicates an expected call of RejectTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnections(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnections indicates an expected call of RejectVpcEndpointConnections

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnectionsRequest indicates an expected call of RejectVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcEndpointConnectionsWithContext indicates an expected call of RejectVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnection added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnection(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnection indicates an expected call of RejectVpcPeeringConnection

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnectionRequest indicates an expected call of RejectVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcPeeringConnectionWithContext indicates an expected call of RejectVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) ReleaseAddress added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseAddress(arg0 interface{}) *gomock.Call

ReleaseAddress indicates an expected call of ReleaseAddress

func (*MockEC2APIMockRecorder) ReleaseAddressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseAddressRequest(arg0 interface{}) *gomock.Call

ReleaseAddressRequest indicates an expected call of ReleaseAddressRequest

func (*MockEC2APIMockRecorder) ReleaseAddressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseAddressWithContext indicates an expected call of ReleaseAddressWithContext

func (*MockEC2APIMockRecorder) ReleaseHosts added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseHosts(arg0 interface{}) *gomock.Call

ReleaseHosts indicates an expected call of ReleaseHosts

func (*MockEC2APIMockRecorder) ReleaseHostsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseHostsRequest(arg0 interface{}) *gomock.Call

ReleaseHostsRequest indicates an expected call of ReleaseHostsRequest

func (*MockEC2APIMockRecorder) ReleaseHostsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReleaseHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseHostsWithContext indicates an expected call of ReleaseHostsWithContext

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociation indicates an expected call of ReplaceIamInstanceProfileAssociation

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationRequest indicates an expected call of ReplaceIamInstanceProfileAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationWithContext indicates an expected call of ReplaceIamInstanceProfileAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociation added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociation(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociation indicates an expected call of ReplaceNetworkAclAssociation

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociationRequest indicates an expected call of ReplaceNetworkAclAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclAssociationWithContext indicates an expected call of ReplaceNetworkAclAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntry added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntry(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntry indicates an expected call of ReplaceNetworkAclEntry

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntryRequest indicates an expected call of ReplaceNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclEntryWithContext indicates an expected call of ReplaceNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) ReplaceRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRoute(arg0 interface{}) *gomock.Call

ReplaceRoute indicates an expected call of ReplaceRoute

func (*MockEC2APIMockRecorder) ReplaceRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRouteRequest(arg0 interface{}) *gomock.Call

ReplaceRouteRequest indicates an expected call of ReplaceRouteRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociation added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociation(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociation indicates an expected call of ReplaceRouteTableAssociation

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociationRequest indicates an expected call of ReplaceRouteTableAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteTableAssociationWithContext indicates an expected call of ReplaceRouteTableAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteWithContext indicates an expected call of ReplaceRouteWithContext

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRoute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRoute(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRoute indicates an expected call of ReplaceTransitGatewayRoute

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRouteRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRouteRequest indicates an expected call of ReplaceTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRouteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceTransitGatewayRouteWithContext indicates an expected call of ReplaceTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) ReportInstanceStatus added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReportInstanceStatus(arg0 interface{}) *gomock.Call

ReportInstanceStatus indicates an expected call of ReportInstanceStatus

func (*MockEC2APIMockRecorder) ReportInstanceStatusRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusRequest(arg0 interface{}) *gomock.Call

ReportInstanceStatusRequest indicates an expected call of ReportInstanceStatusRequest

func (*MockEC2APIMockRecorder) ReportInstanceStatusWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReportInstanceStatusWithContext indicates an expected call of ReportInstanceStatusWithContext

func (*MockEC2APIMockRecorder) RequestSpotFleet added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotFleet(arg0 interface{}) *gomock.Call

RequestSpotFleet indicates an expected call of RequestSpotFleet

func (*MockEC2APIMockRecorder) RequestSpotFleetRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotFleetRequest(arg0 interface{}) *gomock.Call

RequestSpotFleetRequest indicates an expected call of RequestSpotFleetRequest

func (*MockEC2APIMockRecorder) RequestSpotFleetWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotFleetWithContext indicates an expected call of RequestSpotFleetWithContext

func (*MockEC2APIMockRecorder) RequestSpotInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotInstances(arg0 interface{}) *gomock.Call

RequestSpotInstances indicates an expected call of RequestSpotInstances

func (*MockEC2APIMockRecorder) RequestSpotInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesRequest(arg0 interface{}) *gomock.Call

RequestSpotInstancesRequest indicates an expected call of RequestSpotInstancesRequest

func (*MockEC2APIMockRecorder) RequestSpotInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotInstancesWithContext indicates an expected call of RequestSpotInstancesWithContext

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyId added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyId indicates an expected call of ResetEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdRequest indicates an expected call of ResetEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdWithContext indicates an expected call of ResetEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) ResetFpgaImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttribute(arg0 interface{}) *gomock.Call

ResetFpgaImageAttribute indicates an expected call of ResetFpgaImageAttribute

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetFpgaImageAttributeRequest indicates an expected call of ResetFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetFpgaImageAttributeWithContext indicates an expected call of ResetFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetImageAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetImageAttribute(arg0 interface{}) *gomock.Call

ResetImageAttribute indicates an expected call of ResetImageAttribute

func (*MockEC2APIMockRecorder) ResetImageAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetImageAttributeRequest indicates an expected call of ResetImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetImageAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetImageAttributeWithContext indicates an expected call of ResetImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetInstanceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetInstanceAttribute(arg0 interface{}) *gomock.Call

ResetInstanceAttribute indicates an expected call of ResetInstanceAttribute

func (*MockEC2APIMockRecorder) ResetInstanceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ResetInstanceAttributeRequest indicates an expected call of ResetInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ResetInstanceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetInstanceAttributeWithContext indicates an expected call of ResetInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttribute indicates an expected call of ResetNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttributeRequest indicates an expected call of ResetNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetNetworkInterfaceAttributeWithContext indicates an expected call of ResetNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetSnapshotAttribute added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttribute(arg0 interface{}) *gomock.Call

ResetSnapshotAttribute indicates an expected call of ResetSnapshotAttribute

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ResetSnapshotAttributeRequest indicates an expected call of ResetSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetSnapshotAttributeWithContext indicates an expected call of ResetSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) RestoreAddressToClassic added in v0.8.2

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassic(arg0 interface{}) *gomock.Call

RestoreAddressToClassic indicates an expected call of RestoreAddressToClassic

func (*MockEC2APIMockRecorder) RestoreAddressToClassicRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicRequest(arg0 interface{}) *gomock.Call

RestoreAddressToClassicRequest indicates an expected call of RestoreAddressToClassicRequest

func (*MockEC2APIMockRecorder) RestoreAddressToClassicWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreAddressToClassicWithContext indicates an expected call of RestoreAddressToClassicWithContext

func (*MockEC2APIMockRecorder) RevokeClientVpnIngress added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngress(arg0 interface{}) *gomock.Call

RevokeClientVpnIngress indicates an expected call of RevokeClientVpnIngress

func (*MockEC2APIMockRecorder) RevokeClientVpnIngressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

RevokeClientVpnIngressRequest indicates an expected call of RevokeClientVpnIngressRequest

func (*MockEC2APIMockRecorder) RevokeClientVpnIngressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeClientVpnIngressWithContext indicates an expected call of RevokeClientVpnIngressWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgress added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgressRequest indicates an expected call of RevokeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupEgressWithContext indicates an expected call of RevokeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngress added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngressRequest indicates an expected call of RevokeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupIngressWithContext indicates an expected call of RevokeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) RunInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunInstances(arg0 interface{}) *gomock.Call

RunInstances indicates an expected call of RunInstances

func (*MockEC2APIMockRecorder) RunInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunInstancesRequest(arg0 interface{}) *gomock.Call

RunInstancesRequest indicates an expected call of RunInstancesRequest

func (*MockEC2APIMockRecorder) RunInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunInstancesWithContext indicates an expected call of RunInstancesWithContext

func (*MockEC2APIMockRecorder) RunScheduledInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunScheduledInstances(arg0 interface{}) *gomock.Call

RunScheduledInstances indicates an expected call of RunScheduledInstances

func (*MockEC2APIMockRecorder) RunScheduledInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesRequest(arg0 interface{}) *gomock.Call

RunScheduledInstancesRequest indicates an expected call of RunScheduledInstancesRequest

func (*MockEC2APIMockRecorder) RunScheduledInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunScheduledInstancesWithContext indicates an expected call of RunScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutes added in v0.8.2

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutes(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutes indicates an expected call of SearchTransitGatewayRoutes

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutesRequest indicates an expected call of SearchTransitGatewayRoutesRequest

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchTransitGatewayRoutesWithContext indicates an expected call of SearchTransitGatewayRoutesWithContext

func (*MockEC2APIMockRecorder) SendDiagnosticInterrupt added in v0.11.0

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterrupt(arg0 interface{}) *gomock.Call

SendDiagnosticInterrupt indicates an expected call of SendDiagnosticInterrupt

func (*MockEC2APIMockRecorder) SendDiagnosticInterruptRequest added in v0.11.0

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterruptRequest(arg0 interface{}) *gomock.Call

SendDiagnosticInterruptRequest indicates an expected call of SendDiagnosticInterruptRequest

func (*MockEC2APIMockRecorder) SendDiagnosticInterruptWithContext added in v0.11.0

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterruptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendDiagnosticInterruptWithContext indicates an expected call of SendDiagnosticInterruptWithContext

func (*MockEC2APIMockRecorder) StartInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances

func (*MockEC2APIMockRecorder) StartInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) StartInstancesRequest(arg0 interface{}) *gomock.Call

StartInstancesRequest indicates an expected call of StartInstancesRequest

func (*MockEC2APIMockRecorder) StartInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) StartInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartInstancesWithContext indicates an expected call of StartInstancesWithContext

func (*MockEC2APIMockRecorder) StopInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances

func (*MockEC2APIMockRecorder) StopInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) StopInstancesRequest(arg0 interface{}) *gomock.Call

StopInstancesRequest indicates an expected call of StopInstancesRequest

func (*MockEC2APIMockRecorder) StopInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) StopInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopInstancesWithContext indicates an expected call of StopInstancesWithContext

func (*MockEC2APIMockRecorder) TerminateClientVpnConnections added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnections(arg0 interface{}) *gomock.Call

TerminateClientVpnConnections indicates an expected call of TerminateClientVpnConnections

func (*MockEC2APIMockRecorder) TerminateClientVpnConnectionsRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

TerminateClientVpnConnectionsRequest indicates an expected call of TerminateClientVpnConnectionsRequest

func (*MockEC2APIMockRecorder) TerminateClientVpnConnectionsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateClientVpnConnectionsWithContext indicates an expected call of TerminateClientVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) TerminateInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances

func (*MockEC2APIMockRecorder) TerminateInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateInstancesRequest(arg0 interface{}) *gomock.Call

TerminateInstancesRequest indicates an expected call of TerminateInstancesRequest

func (*MockEC2APIMockRecorder) TerminateInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) TerminateInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateInstancesWithContext indicates an expected call of TerminateInstancesWithContext

func (*MockEC2APIMockRecorder) UnassignIpv6Addresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignIpv6Addresses(arg0 interface{}) *gomock.Call

UnassignIpv6Addresses indicates an expected call of UnassignIpv6Addresses

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

UnassignIpv6AddressesRequest indicates an expected call of UnassignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignIpv6AddressesWithContext indicates an expected call of UnassignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddresses added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddresses(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddresses indicates an expected call of UnassignPrivateIpAddresses

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddressesRequest indicates an expected call of UnassignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignPrivateIpAddressesWithContext indicates an expected call of UnassignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) UnmonitorInstances added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnmonitorInstances(arg0 interface{}) *gomock.Call

UnmonitorInstances indicates an expected call of UnmonitorInstances

func (*MockEC2APIMockRecorder) UnmonitorInstancesRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesRequest(arg0 interface{}) *gomock.Call

UnmonitorInstancesRequest indicates an expected call of UnmonitorInstancesRequest

func (*MockEC2APIMockRecorder) UnmonitorInstancesWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnmonitorInstancesWithContext indicates an expected call of UnmonitorInstancesWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgress indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngress indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskComplete added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskComplete(arg0 interface{}) *gomock.Call

WaitUntilBundleTaskComplete indicates an expected call of WaitUntilBundleTaskComplete

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBundleTaskCompleteWithContext indicates an expected call of WaitUntilBundleTaskCompleteWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCancelled indicates an expected call of WaitUntilConversionTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCancelledWithContext indicates an expected call of WaitUntilConversionTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCompleted indicates an expected call of WaitUntilConversionTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCompletedWithContext indicates an expected call of WaitUntilConversionTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskDeleted indicates an expected call of WaitUntilConversionTaskDeleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskDeletedWithContext indicates an expected call of WaitUntilConversionTaskDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailable indicates an expected call of WaitUntilCustomerGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailableWithContext indicates an expected call of WaitUntilCustomerGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelled added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCancelled indicates an expected call of WaitUntilExportTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCancelledWithContext indicates an expected call of WaitUntilExportTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCompleted indicates an expected call of WaitUntilExportTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCompletedWithContext indicates an expected call of WaitUntilExportTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailable(arg0 interface{}) *gomock.Call

WaitUntilImageAvailable indicates an expected call of WaitUntilImageAvailable

func (*MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageAvailableWithContext indicates an expected call of WaitUntilImageAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageExists added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilImageExists(arg0 interface{}) *gomock.Call

WaitUntilImageExists indicates an expected call of WaitUntilImageExists

func (*MockEC2APIMockRecorder) WaitUntilImageExistsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilImageExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageExistsWithContext indicates an expected call of WaitUntilImageExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceExists added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceExists indicates an expected call of WaitUntilInstanceExists

func (*MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceExistsWithContext indicates an expected call of WaitUntilInstanceExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunning added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunning(arg0 interface{}) *gomock.Call

WaitUntilInstanceRunning indicates an expected call of WaitUntilInstanceRunning

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceRunningWithContext indicates an expected call of WaitUntilInstanceRunningWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOk added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOk(arg0 interface{}) *gomock.Call

WaitUntilInstanceStatusOk indicates an expected call of WaitUntilInstanceStatusOk

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStatusOkWithContext indicates an expected call of WaitUntilInstanceStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStopped added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStopped(arg0 interface{}) *gomock.Call

WaitUntilInstanceStopped indicates an expected call of WaitUntilInstanceStopped

func (*MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStoppedWithContext indicates an expected call of WaitUntilInstanceStoppedWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminated added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminated(arg0 interface{}) *gomock.Call

WaitUntilInstanceTerminated indicates an expected call of WaitUntilInstanceTerminated

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceTerminatedWithContext indicates an expected call of WaitUntilInstanceTerminatedWithContext

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExists added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExists(arg0 interface{}) *gomock.Call

WaitUntilKeyPairExists indicates an expected call of WaitUntilKeyPairExists

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilKeyPairExistsWithContext indicates an expected call of WaitUntilKeyPairExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilNatGatewayAvailable indicates an expected call of WaitUntilNatGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNatGatewayAvailableWithContext indicates an expected call of WaitUntilNatGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable(arg0 interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailable indicates an expected call of WaitUntilNetworkInterfaceAvailable

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailableWithContext indicates an expected call of WaitUntilNetworkInterfaceAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable(arg0 interface{}) *gomock.Call

WaitUntilPasswordDataAvailable indicates an expected call of WaitUntilPasswordDataAvailable

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPasswordDataAvailableWithContext indicates an expected call of WaitUntilPasswordDataAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompleted(arg0 interface{}) *gomock.Call

WaitUntilSnapshotCompleted indicates an expected call of WaitUntilSnapshotCompleted

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSnapshotCompletedWithContext indicates an expected call of WaitUntilSnapshotCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled(arg0 interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilled indicates an expected call of WaitUntilSpotInstanceRequestFulfilled

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilledWithContext indicates an expected call of WaitUntilSpotInstanceRequestFulfilledWithContext

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailable(arg0 interface{}) *gomock.Call

WaitUntilSubnetAvailable indicates an expected call of WaitUntilSubnetAvailable

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSubnetAvailableWithContext indicates an expected call of WaitUntilSubnetAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOk added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOk(arg0 interface{}) *gomock.Call

WaitUntilSystemStatusOk indicates an expected call of WaitUntilSystemStatusOk

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSystemStatusOkWithContext indicates an expected call of WaitUntilSystemStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailable(arg0 interface{}) *gomock.Call

WaitUntilVolumeAvailable indicates an expected call of WaitUntilVolumeAvailable

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeAvailableWithContext indicates an expected call of WaitUntilVolumeAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeleted(arg0 interface{}) *gomock.Call

WaitUntilVolumeDeleted indicates an expected call of WaitUntilVolumeDeleted

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeDeletedWithContext indicates an expected call of WaitUntilVolumeDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUse added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUse(arg0 interface{}) *gomock.Call

WaitUntilVolumeInUse indicates an expected call of WaitUntilVolumeInUse

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeInUseWithContext indicates an expected call of WaitUntilVolumeInUseWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpcAvailable indicates an expected call of WaitUntilVpcAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcAvailableWithContext indicates an expected call of WaitUntilVpcAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcExists added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExists(arg0 interface{}) *gomock.Call

WaitUntilVpcExists indicates an expected call of WaitUntilVpcExists

func (*MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcExistsWithContext indicates an expected call of WaitUntilVpcExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeleted indicates an expected call of WaitUntilVpcPeeringConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeletedWithContext indicates an expected call of WaitUntilVpcPeeringConnectionDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExists indicates an expected call of WaitUntilVpcPeeringConnectionExists

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExistsWithContext indicates an expected call of WaitUntilVpcPeeringConnectionExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionAvailable indicates an expected call of WaitUntilVpnConnectionAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionAvailableWithContext indicates an expected call of WaitUntilVpnConnectionAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionDeleted indicates an expected call of WaitUntilVpnConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionDeletedWithContext indicates an expected call of WaitUntilVpnConnectionDeletedWithContext

func (*MockEC2APIMockRecorder) WithdrawByoipCidr added in v0.8.2

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidr(arg0 interface{}) *gomock.Call

WithdrawByoipCidr indicates an expected call of WithdrawByoipCidr

func (*MockEC2APIMockRecorder) WithdrawByoipCidrRequest added in v0.8.2

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidrRequest(arg0 interface{}) *gomock.Call

WithdrawByoipCidrRequest indicates an expected call of WithdrawByoipCidrRequest

func (*MockEC2APIMockRecorder) WithdrawByoipCidrWithContext added in v0.8.2

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WithdrawByoipCidrWithContext indicates an expected call of WithdrawByoipCidrWithContext

type MockECSAPI added in v0.8.2

type MockECSAPI struct {
	// contains filtered or unexported fields
}

MockECSAPI is a mock of ECSAPI interface

func NewMockECSAPI added in v0.8.2

func NewMockECSAPI(ctrl *gomock.Controller) *MockECSAPI

NewMockECSAPI creates a new mock instance

func (*MockECSAPI) CreateCluster added in v0.8.2

func (m *MockECSAPI) CreateCluster(arg0 *ecs.CreateClusterInput) (*ecs.CreateClusterOutput, error)

CreateCluster mocks base method

func (*MockECSAPI) CreateClusterRequest added in v0.8.2

func (m *MockECSAPI) CreateClusterRequest(arg0 *ecs.CreateClusterInput) (*request.Request, *ecs.CreateClusterOutput)

CreateClusterRequest mocks base method

func (*MockECSAPI) CreateClusterWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) CreateService(arg0 *ecs.CreateServiceInput) (*ecs.CreateServiceOutput, error)

CreateService mocks base method

func (*MockECSAPI) CreateServiceRequest added in v0.8.2

func (m *MockECSAPI) CreateServiceRequest(arg0 *ecs.CreateServiceInput) (*request.Request, *ecs.CreateServiceOutput)

CreateServiceRequest mocks base method

func (*MockECSAPI) CreateServiceWithContext added in v0.8.2

func (m *MockECSAPI) CreateServiceWithContext(arg0 aws.Context, arg1 *ecs.CreateServiceInput, arg2 ...request.Option) (*ecs.CreateServiceOutput, error)

CreateServiceWithContext mocks base method

func (*MockECSAPI) CreateTaskSet added in v0.8.2

func (m *MockECSAPI) CreateTaskSet(arg0 *ecs.CreateTaskSetInput) (*ecs.CreateTaskSetOutput, error)

CreateTaskSet mocks base method

func (*MockECSAPI) CreateTaskSetRequest added in v0.8.2

func (m *MockECSAPI) CreateTaskSetRequest(arg0 *ecs.CreateTaskSetInput) (*request.Request, *ecs.CreateTaskSetOutput)

CreateTaskSetRequest mocks base method

func (*MockECSAPI) CreateTaskSetWithContext added in v0.8.2

func (m *MockECSAPI) CreateTaskSetWithContext(arg0 aws.Context, arg1 *ecs.CreateTaskSetInput, arg2 ...request.Option) (*ecs.CreateTaskSetOutput, error)

CreateTaskSetWithContext mocks base method

func (*MockECSAPI) DeleteAccountSetting added in v0.8.2

func (m *MockECSAPI) DeleteAccountSetting(arg0 *ecs.DeleteAccountSettingInput) (*ecs.DeleteAccountSettingOutput, error)

DeleteAccountSetting mocks base method

func (*MockECSAPI) DeleteAccountSettingRequest added in v0.8.2

func (m *MockECSAPI) DeleteAccountSettingRequest(arg0 *ecs.DeleteAccountSettingInput) (*request.Request, *ecs.DeleteAccountSettingOutput)

DeleteAccountSettingRequest mocks base method

func (*MockECSAPI) DeleteAccountSettingWithContext added in v0.8.2

func (m *MockECSAPI) DeleteAccountSettingWithContext(arg0 aws.Context, arg1 *ecs.DeleteAccountSettingInput, arg2 ...request.Option) (*ecs.DeleteAccountSettingOutput, error)

DeleteAccountSettingWithContext mocks base method

func (*MockECSAPI) DeleteAttributes added in v0.8.2

func (m *MockECSAPI) DeleteAttributes(arg0 *ecs.DeleteAttributesInput) (*ecs.DeleteAttributesOutput, error)

DeleteAttributes mocks base method

func (*MockECSAPI) DeleteAttributesRequest added in v0.8.2

func (m *MockECSAPI) DeleteAttributesRequest(arg0 *ecs.DeleteAttributesInput) (*request.Request, *ecs.DeleteAttributesOutput)

DeleteAttributesRequest mocks base method

func (*MockECSAPI) DeleteAttributesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DeleteCluster(arg0 *ecs.DeleteClusterInput) (*ecs.DeleteClusterOutput, error)

DeleteCluster mocks base method

func (*MockECSAPI) DeleteClusterRequest added in v0.8.2

func (m *MockECSAPI) DeleteClusterRequest(arg0 *ecs.DeleteClusterInput) (*request.Request, *ecs.DeleteClusterOutput)

DeleteClusterRequest mocks base method

func (*MockECSAPI) DeleteClusterWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DeleteService(arg0 *ecs.DeleteServiceInput) (*ecs.DeleteServiceOutput, error)

DeleteService mocks base method

func (*MockECSAPI) DeleteServiceRequest added in v0.8.2

func (m *MockECSAPI) DeleteServiceRequest(arg0 *ecs.DeleteServiceInput) (*request.Request, *ecs.DeleteServiceOutput)

DeleteServiceRequest mocks base method

func (*MockECSAPI) DeleteServiceWithContext added in v0.8.2

func (m *MockECSAPI) DeleteServiceWithContext(arg0 aws.Context, arg1 *ecs.DeleteServiceInput, arg2 ...request.Option) (*ecs.DeleteServiceOutput, error)

DeleteServiceWithContext mocks base method

func (*MockECSAPI) DeleteTaskSet added in v0.8.2

func (m *MockECSAPI) DeleteTaskSet(arg0 *ecs.DeleteTaskSetInput) (*ecs.DeleteTaskSetOutput, error)

DeleteTaskSet mocks base method

func (*MockECSAPI) DeleteTaskSetRequest added in v0.8.2

func (m *MockECSAPI) DeleteTaskSetRequest(arg0 *ecs.DeleteTaskSetInput) (*request.Request, *ecs.DeleteTaskSetOutput)

DeleteTaskSetRequest mocks base method

func (*MockECSAPI) DeleteTaskSetWithContext added in v0.8.2

func (m *MockECSAPI) DeleteTaskSetWithContext(arg0 aws.Context, arg1 *ecs.DeleteTaskSetInput, arg2 ...request.Option) (*ecs.DeleteTaskSetOutput, error)

DeleteTaskSetWithContext mocks base method

func (*MockECSAPI) DeregisterContainerInstance added in v0.8.2

DeregisterContainerInstance mocks base method

func (*MockECSAPI) DeregisterContainerInstanceRequest added in v0.8.2

func (m *MockECSAPI) DeregisterContainerInstanceRequest(arg0 *ecs.DeregisterContainerInstanceInput) (*request.Request, *ecs.DeregisterContainerInstanceOutput)

DeregisterContainerInstanceRequest mocks base method

func (*MockECSAPI) DeregisterContainerInstanceWithContext added in v0.8.2

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.8.2

DeregisterTaskDefinition mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionRequest added in v0.8.2

func (m *MockECSAPI) DeregisterTaskDefinitionRequest(arg0 *ecs.DeregisterTaskDefinitionInput) (*request.Request, *ecs.DeregisterTaskDefinitionOutput)

DeregisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) DeregisterTaskDefinitionWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DescribeClusters(arg0 *ecs.DescribeClustersInput) (*ecs.DescribeClustersOutput, error)

DescribeClusters mocks base method

func (*MockECSAPI) DescribeClustersRequest added in v0.8.2

func (m *MockECSAPI) DescribeClustersRequest(arg0 *ecs.DescribeClustersInput) (*request.Request, *ecs.DescribeClustersOutput)

DescribeClustersRequest mocks base method

func (*MockECSAPI) DescribeClustersWithContext added in v0.8.2

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.8.2

DescribeContainerInstances mocks base method

func (*MockECSAPI) DescribeContainerInstancesRequest added in v0.8.2

func (m *MockECSAPI) DescribeContainerInstancesRequest(arg0 *ecs.DescribeContainerInstancesInput) (*request.Request, *ecs.DescribeContainerInstancesOutput)

DescribeContainerInstancesRequest mocks base method

func (*MockECSAPI) DescribeContainerInstancesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DescribeServices(arg0 *ecs.DescribeServicesInput) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method

func (*MockECSAPI) DescribeServicesRequest added in v0.8.2

func (m *MockECSAPI) DescribeServicesRequest(arg0 *ecs.DescribeServicesInput) (*request.Request, *ecs.DescribeServicesOutput)

DescribeServicesRequest mocks base method

func (*MockECSAPI) DescribeServicesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DescribeTaskDefinition(arg0 *ecs.DescribeTaskDefinitionInput) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method

func (*MockECSAPI) DescribeTaskDefinitionRequest added in v0.8.2

func (m *MockECSAPI) DescribeTaskDefinitionRequest(arg0 *ecs.DescribeTaskDefinitionInput) (*request.Request, *ecs.DescribeTaskDefinitionOutput)

DescribeTaskDefinitionRequest mocks base method

func (*MockECSAPI) DescribeTaskDefinitionWithContext added in v0.8.2

func (m *MockECSAPI) DescribeTaskDefinitionWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskDefinitionInput, arg2 ...request.Option) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinitionWithContext mocks base method

func (*MockECSAPI) DescribeTaskSets added in v0.8.2

func (m *MockECSAPI) DescribeTaskSets(arg0 *ecs.DescribeTaskSetsInput) (*ecs.DescribeTaskSetsOutput, error)

DescribeTaskSets mocks base method

func (*MockECSAPI) DescribeTaskSetsRequest added in v0.8.2

func (m *MockECSAPI) DescribeTaskSetsRequest(arg0 *ecs.DescribeTaskSetsInput) (*request.Request, *ecs.DescribeTaskSetsOutput)

DescribeTaskSetsRequest mocks base method

func (*MockECSAPI) DescribeTaskSetsWithContext added in v0.8.2

func (m *MockECSAPI) DescribeTaskSetsWithContext(arg0 aws.Context, arg1 *ecs.DescribeTaskSetsInput, arg2 ...request.Option) (*ecs.DescribeTaskSetsOutput, error)

DescribeTaskSetsWithContext mocks base method

func (*MockECSAPI) DescribeTasks added in v0.8.2

func (m *MockECSAPI) DescribeTasks(arg0 *ecs.DescribeTasksInput) (*ecs.DescribeTasksOutput, error)

DescribeTasks mocks base method

func (*MockECSAPI) DescribeTasksRequest added in v0.8.2

func (m *MockECSAPI) DescribeTasksRequest(arg0 *ecs.DescribeTasksInput) (*request.Request, *ecs.DescribeTasksOutput)

DescribeTasksRequest mocks base method

func (*MockECSAPI) DescribeTasksWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) DiscoverPollEndpoint(arg0 *ecs.DiscoverPollEndpointInput) (*ecs.DiscoverPollEndpointOutput, error)

DiscoverPollEndpoint mocks base method

func (*MockECSAPI) DiscoverPollEndpointRequest added in v0.8.2

func (m *MockECSAPI) DiscoverPollEndpointRequest(arg0 *ecs.DiscoverPollEndpointInput) (*request.Request, *ecs.DiscoverPollEndpointOutput)

DiscoverPollEndpointRequest mocks base method

func (*MockECSAPI) DiscoverPollEndpointWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) EXPECT() *MockECSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockECSAPI) ListAccountSettings added in v0.8.2

func (m *MockECSAPI) ListAccountSettings(arg0 *ecs.ListAccountSettingsInput) (*ecs.ListAccountSettingsOutput, error)

ListAccountSettings mocks base method

func (*MockECSAPI) ListAccountSettingsRequest added in v0.8.2

func (m *MockECSAPI) ListAccountSettingsRequest(arg0 *ecs.ListAccountSettingsInput) (*request.Request, *ecs.ListAccountSettingsOutput)

ListAccountSettingsRequest mocks base method

func (*MockECSAPI) ListAccountSettingsWithContext added in v0.8.2

func (m *MockECSAPI) ListAccountSettingsWithContext(arg0 aws.Context, arg1 *ecs.ListAccountSettingsInput, arg2 ...request.Option) (*ecs.ListAccountSettingsOutput, error)

ListAccountSettingsWithContext mocks base method

func (*MockECSAPI) ListAttributes added in v0.8.2

func (m *MockECSAPI) ListAttributes(arg0 *ecs.ListAttributesInput) (*ecs.ListAttributesOutput, error)

ListAttributes mocks base method

func (*MockECSAPI) ListAttributesRequest added in v0.8.2

func (m *MockECSAPI) ListAttributesRequest(arg0 *ecs.ListAttributesInput) (*request.Request, *ecs.ListAttributesOutput)

ListAttributesRequest mocks base method

func (*MockECSAPI) ListAttributesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListClusters(arg0 *ecs.ListClustersInput) (*ecs.ListClustersOutput, error)

ListClusters mocks base method

func (*MockECSAPI) ListClustersPages added in v0.8.2

func (m *MockECSAPI) ListClustersPages(arg0 *ecs.ListClustersInput, arg1 func(*ecs.ListClustersOutput, bool) bool) error

ListClustersPages mocks base method

func (*MockECSAPI) ListClustersPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListClustersRequest(arg0 *ecs.ListClustersInput) (*request.Request, *ecs.ListClustersOutput)

ListClustersRequest mocks base method

func (*MockECSAPI) ListClustersWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListContainerInstances(arg0 *ecs.ListContainerInstancesInput) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstances mocks base method

func (*MockECSAPI) ListContainerInstancesPages added in v0.8.2

func (m *MockECSAPI) ListContainerInstancesPages(arg0 *ecs.ListContainerInstancesInput, arg1 func(*ecs.ListContainerInstancesOutput, bool) bool) error

ListContainerInstancesPages mocks base method

func (*MockECSAPI) ListContainerInstancesPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListContainerInstancesRequest(arg0 *ecs.ListContainerInstancesInput) (*request.Request, *ecs.ListContainerInstancesOutput)

ListContainerInstancesRequest mocks base method

func (*MockECSAPI) ListContainerInstancesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListServices(arg0 *ecs.ListServicesInput) (*ecs.ListServicesOutput, error)

ListServices mocks base method

func (*MockECSAPI) ListServicesPages added in v0.8.2

func (m *MockECSAPI) ListServicesPages(arg0 *ecs.ListServicesInput, arg1 func(*ecs.ListServicesOutput, bool) bool) error

ListServicesPages mocks base method

func (*MockECSAPI) ListServicesPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListServicesRequest(arg0 *ecs.ListServicesInput) (*request.Request, *ecs.ListServicesOutput)

ListServicesRequest mocks base method

func (*MockECSAPI) ListServicesWithContext added in v0.8.2

func (m *MockECSAPI) ListServicesWithContext(arg0 aws.Context, arg1 *ecs.ListServicesInput, arg2 ...request.Option) (*ecs.ListServicesOutput, error)

ListServicesWithContext mocks base method

func (*MockECSAPI) ListTagsForResource added in v0.8.2

func (m *MockECSAPI) ListTagsForResource(arg0 *ecs.ListTagsForResourceInput) (*ecs.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockECSAPI) ListTagsForResourceRequest added in v0.8.2

func (m *MockECSAPI) ListTagsForResourceRequest(arg0 *ecs.ListTagsForResourceInput) (*request.Request, *ecs.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockECSAPI) ListTagsForResourceWithContext added in v0.8.2

func (m *MockECSAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *ecs.ListTagsForResourceInput, arg2 ...request.Option) (*ecs.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockECSAPI) ListTaskDefinitionFamilies added in v0.8.2

ListTaskDefinitionFamilies mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPages added in v0.8.2

func (m *MockECSAPI) ListTaskDefinitionFamiliesPages(arg0 *ecs.ListTaskDefinitionFamiliesInput, arg1 func(*ecs.ListTaskDefinitionFamiliesOutput, bool) bool) error

ListTaskDefinitionFamiliesPages mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListTaskDefinitionFamiliesRequest(arg0 *ecs.ListTaskDefinitionFamiliesInput) (*request.Request, *ecs.ListTaskDefinitionFamiliesOutput)

ListTaskDefinitionFamiliesRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionFamiliesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListTaskDefinitions(arg0 *ecs.ListTaskDefinitionsInput) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitions mocks base method

func (*MockECSAPI) ListTaskDefinitionsPages added in v0.8.2

func (m *MockECSAPI) ListTaskDefinitionsPages(arg0 *ecs.ListTaskDefinitionsInput, arg1 func(*ecs.ListTaskDefinitionsOutput, bool) bool) error

ListTaskDefinitionsPages mocks base method

func (*MockECSAPI) ListTaskDefinitionsPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListTaskDefinitionsRequest(arg0 *ecs.ListTaskDefinitionsInput) (*request.Request, *ecs.ListTaskDefinitionsOutput)

ListTaskDefinitionsRequest mocks base method

func (*MockECSAPI) ListTaskDefinitionsWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListTasks(arg0 *ecs.ListTasksInput) (*ecs.ListTasksOutput, error)

ListTasks mocks base method

func (*MockECSAPI) ListTasksPages added in v0.8.2

func (m *MockECSAPI) ListTasksPages(arg0 *ecs.ListTasksInput, arg1 func(*ecs.ListTasksOutput, bool) bool) error

ListTasksPages mocks base method

func (*MockECSAPI) ListTasksPagesWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) ListTasksRequest(arg0 *ecs.ListTasksInput) (*request.Request, *ecs.ListTasksOutput)

ListTasksRequest mocks base method

func (*MockECSAPI) ListTasksWithContext added in v0.8.2

func (m *MockECSAPI) ListTasksWithContext(arg0 aws.Context, arg1 *ecs.ListTasksInput, arg2 ...request.Option) (*ecs.ListTasksOutput, error)

ListTasksWithContext mocks base method

func (*MockECSAPI) PutAccountSetting added in v0.8.2

func (m *MockECSAPI) PutAccountSetting(arg0 *ecs.PutAccountSettingInput) (*ecs.PutAccountSettingOutput, error)

PutAccountSetting mocks base method

func (*MockECSAPI) PutAccountSettingDefault added in v0.8.2

PutAccountSettingDefault mocks base method

func (*MockECSAPI) PutAccountSettingDefaultRequest added in v0.8.2

func (m *MockECSAPI) PutAccountSettingDefaultRequest(arg0 *ecs.PutAccountSettingDefaultInput) (*request.Request, *ecs.PutAccountSettingDefaultOutput)

PutAccountSettingDefaultRequest mocks base method

func (*MockECSAPI) PutAccountSettingDefaultWithContext added in v0.8.2

func (m *MockECSAPI) PutAccountSettingDefaultWithContext(arg0 aws.Context, arg1 *ecs.PutAccountSettingDefaultInput, arg2 ...request.Option) (*ecs.PutAccountSettingDefaultOutput, error)

PutAccountSettingDefaultWithContext mocks base method

func (*MockECSAPI) PutAccountSettingRequest added in v0.8.2

func (m *MockECSAPI) PutAccountSettingRequest(arg0 *ecs.PutAccountSettingInput) (*request.Request, *ecs.PutAccountSettingOutput)

PutAccountSettingRequest mocks base method

func (*MockECSAPI) PutAccountSettingWithContext added in v0.8.2

func (m *MockECSAPI) PutAccountSettingWithContext(arg0 aws.Context, arg1 *ecs.PutAccountSettingInput, arg2 ...request.Option) (*ecs.PutAccountSettingOutput, error)

PutAccountSettingWithContext mocks base method

func (*MockECSAPI) PutAttributes added in v0.8.2

func (m *MockECSAPI) PutAttributes(arg0 *ecs.PutAttributesInput) (*ecs.PutAttributesOutput, error)

PutAttributes mocks base method

func (*MockECSAPI) PutAttributesRequest added in v0.8.2

func (m *MockECSAPI) PutAttributesRequest(arg0 *ecs.PutAttributesInput) (*request.Request, *ecs.PutAttributesOutput)

PutAttributesRequest mocks base method

func (*MockECSAPI) PutAttributesWithContext added in v0.8.2

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.8.2

RegisterContainerInstance mocks base method

func (*MockECSAPI) RegisterContainerInstanceRequest added in v0.8.2

func (m *MockECSAPI) RegisterContainerInstanceRequest(arg0 *ecs.RegisterContainerInstanceInput) (*request.Request, *ecs.RegisterContainerInstanceOutput)

RegisterContainerInstanceRequest mocks base method

func (*MockECSAPI) RegisterContainerInstanceWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) RegisterTaskDefinition(arg0 *ecs.RegisterTaskDefinitionInput) (*ecs.RegisterTaskDefinitionOutput, error)

RegisterTaskDefinition mocks base method

func (*MockECSAPI) RegisterTaskDefinitionRequest added in v0.8.2

func (m *MockECSAPI) RegisterTaskDefinitionRequest(arg0 *ecs.RegisterTaskDefinitionInput) (*request.Request, *ecs.RegisterTaskDefinitionOutput)

RegisterTaskDefinitionRequest mocks base method

func (*MockECSAPI) RegisterTaskDefinitionWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) RunTask(arg0 *ecs.RunTaskInput) (*ecs.RunTaskOutput, error)

RunTask mocks base method

func (*MockECSAPI) RunTaskRequest added in v0.8.2

func (m *MockECSAPI) RunTaskRequest(arg0 *ecs.RunTaskInput) (*request.Request, *ecs.RunTaskOutput)

RunTaskRequest mocks base method

func (*MockECSAPI) RunTaskWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) StartTask(arg0 *ecs.StartTaskInput) (*ecs.StartTaskOutput, error)

StartTask mocks base method

func (*MockECSAPI) StartTaskRequest added in v0.8.2

func (m *MockECSAPI) StartTaskRequest(arg0 *ecs.StartTaskInput) (*request.Request, *ecs.StartTaskOutput)

StartTaskRequest mocks base method

func (*MockECSAPI) StartTaskWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) StopTask(arg0 *ecs.StopTaskInput) (*ecs.StopTaskOutput, error)

StopTask mocks base method

func (*MockECSAPI) StopTaskRequest added in v0.8.2

func (m *MockECSAPI) StopTaskRequest(arg0 *ecs.StopTaskInput) (*request.Request, *ecs.StopTaskOutput)

StopTaskRequest mocks base method

func (*MockECSAPI) StopTaskWithContext added in v0.8.2

func (m *MockECSAPI) StopTaskWithContext(arg0 aws.Context, arg1 *ecs.StopTaskInput, arg2 ...request.Option) (*ecs.StopTaskOutput, error)

StopTaskWithContext mocks base method

func (*MockECSAPI) SubmitAttachmentStateChanges added in v0.8.3

SubmitAttachmentStateChanges mocks base method

func (*MockECSAPI) SubmitAttachmentStateChangesRequest added in v0.8.3

func (m *MockECSAPI) SubmitAttachmentStateChangesRequest(arg0 *ecs.SubmitAttachmentStateChangesInput) (*request.Request, *ecs.SubmitAttachmentStateChangesOutput)

SubmitAttachmentStateChangesRequest mocks base method

func (*MockECSAPI) SubmitAttachmentStateChangesWithContext added in v0.8.3

func (m *MockECSAPI) SubmitAttachmentStateChangesWithContext(arg0 aws.Context, arg1 *ecs.SubmitAttachmentStateChangesInput, arg2 ...request.Option) (*ecs.SubmitAttachmentStateChangesOutput, error)

SubmitAttachmentStateChangesWithContext mocks base method

func (*MockECSAPI) SubmitContainerStateChange added in v0.8.2

SubmitContainerStateChange mocks base method

func (*MockECSAPI) SubmitContainerStateChangeRequest added in v0.8.2

func (m *MockECSAPI) SubmitContainerStateChangeRequest(arg0 *ecs.SubmitContainerStateChangeInput) (*request.Request, *ecs.SubmitContainerStateChangeOutput)

SubmitContainerStateChangeRequest mocks base method

func (*MockECSAPI) SubmitContainerStateChangeWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) SubmitTaskStateChange(arg0 *ecs.SubmitTaskStateChangeInput) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChange mocks base method

func (*MockECSAPI) SubmitTaskStateChangeRequest added in v0.8.2

func (m *MockECSAPI) SubmitTaskStateChangeRequest(arg0 *ecs.SubmitTaskStateChangeInput) (*request.Request, *ecs.SubmitTaskStateChangeOutput)

SubmitTaskStateChangeRequest mocks base method

func (*MockECSAPI) SubmitTaskStateChangeWithContext added in v0.8.2

func (m *MockECSAPI) SubmitTaskStateChangeWithContext(arg0 aws.Context, arg1 *ecs.SubmitTaskStateChangeInput, arg2 ...request.Option) (*ecs.SubmitTaskStateChangeOutput, error)

SubmitTaskStateChangeWithContext mocks base method

func (*MockECSAPI) TagResource added in v0.8.2

func (m *MockECSAPI) TagResource(arg0 *ecs.TagResourceInput) (*ecs.TagResourceOutput, error)

TagResource mocks base method

func (*MockECSAPI) TagResourceRequest added in v0.8.2

func (m *MockECSAPI) TagResourceRequest(arg0 *ecs.TagResourceInput) (*request.Request, *ecs.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockECSAPI) TagResourceWithContext added in v0.8.2

func (m *MockECSAPI) TagResourceWithContext(arg0 aws.Context, arg1 *ecs.TagResourceInput, arg2 ...request.Option) (*ecs.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockECSAPI) UntagResource added in v0.8.2

func (m *MockECSAPI) UntagResource(arg0 *ecs.UntagResourceInput) (*ecs.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockECSAPI) UntagResourceRequest added in v0.8.2

func (m *MockECSAPI) UntagResourceRequest(arg0 *ecs.UntagResourceInput) (*request.Request, *ecs.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockECSAPI) UntagResourceWithContext added in v0.8.2

func (m *MockECSAPI) UntagResourceWithContext(arg0 aws.Context, arg1 *ecs.UntagResourceInput, arg2 ...request.Option) (*ecs.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockECSAPI) UpdateClusterSettings added in v0.11.0

func (m *MockECSAPI) UpdateClusterSettings(arg0 *ecs.UpdateClusterSettingsInput) (*ecs.UpdateClusterSettingsOutput, error)

UpdateClusterSettings mocks base method

func (*MockECSAPI) UpdateClusterSettingsRequest added in v0.11.0

func (m *MockECSAPI) UpdateClusterSettingsRequest(arg0 *ecs.UpdateClusterSettingsInput) (*request.Request, *ecs.UpdateClusterSettingsOutput)

UpdateClusterSettingsRequest mocks base method

func (*MockECSAPI) UpdateClusterSettingsWithContext added in v0.11.0

func (m *MockECSAPI) UpdateClusterSettingsWithContext(arg0 aws.Context, arg1 *ecs.UpdateClusterSettingsInput, arg2 ...request.Option) (*ecs.UpdateClusterSettingsOutput, error)

UpdateClusterSettingsWithContext mocks base method

func (*MockECSAPI) UpdateContainerAgent added in v0.8.2

func (m *MockECSAPI) UpdateContainerAgent(arg0 *ecs.UpdateContainerAgentInput) (*ecs.UpdateContainerAgentOutput, error)

UpdateContainerAgent mocks base method

func (*MockECSAPI) UpdateContainerAgentRequest added in v0.8.2

func (m *MockECSAPI) UpdateContainerAgentRequest(arg0 *ecs.UpdateContainerAgentInput) (*request.Request, *ecs.UpdateContainerAgentOutput)

UpdateContainerAgentRequest mocks base method

func (*MockECSAPI) UpdateContainerAgentWithContext added in v0.8.2

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.8.2

UpdateContainerInstancesState mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateRequest added in v0.8.2

func (m *MockECSAPI) UpdateContainerInstancesStateRequest(arg0 *ecs.UpdateContainerInstancesStateInput) (*request.Request, *ecs.UpdateContainerInstancesStateOutput)

UpdateContainerInstancesStateRequest mocks base method

func (*MockECSAPI) UpdateContainerInstancesStateWithContext added in v0.8.2

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.8.2

func (m *MockECSAPI) UpdateService(arg0 *ecs.UpdateServiceInput) (*ecs.UpdateServiceOutput, error)

UpdateService mocks base method

func (*MockECSAPI) UpdateServicePrimaryTaskSet added in v0.8.2

UpdateServicePrimaryTaskSet mocks base method

func (*MockECSAPI) UpdateServicePrimaryTaskSetRequest added in v0.8.2

func (m *MockECSAPI) UpdateServicePrimaryTaskSetRequest(arg0 *ecs.UpdateServicePrimaryTaskSetInput) (*request.Request, *ecs.UpdateServicePrimaryTaskSetOutput)

UpdateServicePrimaryTaskSetRequest mocks base method

func (*MockECSAPI) UpdateServicePrimaryTaskSetWithContext added in v0.8.2

func (m *MockECSAPI) UpdateServicePrimaryTaskSetWithContext(arg0 aws.Context, arg1 *ecs.UpdateServicePrimaryTaskSetInput, arg2 ...request.Option) (*ecs.UpdateServicePrimaryTaskSetOutput, error)

UpdateServicePrimaryTaskSetWithContext mocks base method

func (*MockECSAPI) UpdateServiceRequest added in v0.8.2

func (m *MockECSAPI) UpdateServiceRequest(arg0 *ecs.UpdateServiceInput) (*request.Request, *ecs.UpdateServiceOutput)

UpdateServiceRequest mocks base method

func (*MockECSAPI) UpdateServiceWithContext added in v0.8.2

func (m *MockECSAPI) UpdateServiceWithContext(arg0 aws.Context, arg1 *ecs.UpdateServiceInput, arg2 ...request.Option) (*ecs.UpdateServiceOutput, error)

UpdateServiceWithContext mocks base method

func (*MockECSAPI) UpdateTaskSet added in v0.8.2

func (m *MockECSAPI) UpdateTaskSet(arg0 *ecs.UpdateTaskSetInput) (*ecs.UpdateTaskSetOutput, error)

UpdateTaskSet mocks base method

func (*MockECSAPI) UpdateTaskSetRequest added in v0.8.2

func (m *MockECSAPI) UpdateTaskSetRequest(arg0 *ecs.UpdateTaskSetInput) (*request.Request, *ecs.UpdateTaskSetOutput)

UpdateTaskSetRequest mocks base method

func (*MockECSAPI) UpdateTaskSetWithContext added in v0.8.2

func (m *MockECSAPI) UpdateTaskSetWithContext(arg0 aws.Context, arg1 *ecs.UpdateTaskSetInput, arg2 ...request.Option) (*ecs.UpdateTaskSetOutput, error)

UpdateTaskSetWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesInactive added in v0.8.2

func (m *MockECSAPI) WaitUntilServicesInactive(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesInactive mocks base method

func (*MockECSAPI) WaitUntilServicesInactiveWithContext added in v0.8.2

func (m *MockECSAPI) WaitUntilServicesInactiveWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesInactiveWithContext mocks base method

func (*MockECSAPI) WaitUntilServicesStable added in v0.8.2

func (m *MockECSAPI) WaitUntilServicesStable(arg0 *ecs.DescribeServicesInput) error

WaitUntilServicesStable mocks base method

func (*MockECSAPI) WaitUntilServicesStableWithContext added in v0.8.2

func (m *MockECSAPI) WaitUntilServicesStableWithContext(arg0 aws.Context, arg1 *ecs.DescribeServicesInput, arg2 ...request.WaiterOption) error

WaitUntilServicesStableWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksRunning added in v0.8.2

func (m *MockECSAPI) WaitUntilTasksRunning(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksRunning mocks base method

func (*MockECSAPI) WaitUntilTasksRunningWithContext added in v0.8.2

func (m *MockECSAPI) WaitUntilTasksRunningWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksRunningWithContext mocks base method

func (*MockECSAPI) WaitUntilTasksStopped added in v0.8.2

func (m *MockECSAPI) WaitUntilTasksStopped(arg0 *ecs.DescribeTasksInput) error

WaitUntilTasksStopped mocks base method

func (*MockECSAPI) WaitUntilTasksStoppedWithContext added in v0.8.2

func (m *MockECSAPI) WaitUntilTasksStoppedWithContext(arg0 aws.Context, arg1 *ecs.DescribeTasksInput, arg2 ...request.WaiterOption) error

WaitUntilTasksStoppedWithContext mocks base method

type MockECSAPIMockRecorder added in v0.8.2

type MockECSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockECSAPIMockRecorder is the mock recorder for MockECSAPI

func (*MockECSAPIMockRecorder) CreateCluster added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateCluster(arg0 interface{}) *gomock.Call

CreateCluster indicates an expected call of CreateCluster

func (*MockECSAPIMockRecorder) CreateClusterRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateClusterRequest(arg0 interface{}) *gomock.Call

CreateClusterRequest indicates an expected call of CreateClusterRequest

func (*MockECSAPIMockRecorder) CreateClusterWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClusterWithContext indicates an expected call of CreateClusterWithContext

func (*MockECSAPIMockRecorder) CreateService added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateService(arg0 interface{}) *gomock.Call

CreateService indicates an expected call of CreateService

func (*MockECSAPIMockRecorder) CreateServiceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateServiceRequest(arg0 interface{}) *gomock.Call

CreateServiceRequest indicates an expected call of CreateServiceRequest

func (*MockECSAPIMockRecorder) CreateServiceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceWithContext indicates an expected call of CreateServiceWithContext

func (*MockECSAPIMockRecorder) CreateTaskSet added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateTaskSet(arg0 interface{}) *gomock.Call

CreateTaskSet indicates an expected call of CreateTaskSet

func (*MockECSAPIMockRecorder) CreateTaskSetRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateTaskSetRequest(arg0 interface{}) *gomock.Call

CreateTaskSetRequest indicates an expected call of CreateTaskSetRequest

func (*MockECSAPIMockRecorder) CreateTaskSetWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) CreateTaskSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTaskSetWithContext indicates an expected call of CreateTaskSetWithContext

func (*MockECSAPIMockRecorder) DeleteAccountSetting added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAccountSetting(arg0 interface{}) *gomock.Call

DeleteAccountSetting indicates an expected call of DeleteAccountSetting

func (*MockECSAPIMockRecorder) DeleteAccountSettingRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAccountSettingRequest(arg0 interface{}) *gomock.Call

DeleteAccountSettingRequest indicates an expected call of DeleteAccountSettingRequest

func (*MockECSAPIMockRecorder) DeleteAccountSettingWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAccountSettingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountSettingWithContext indicates an expected call of DeleteAccountSettingWithContext

func (*MockECSAPIMockRecorder) DeleteAttributes added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAttributes(arg0 interface{}) *gomock.Call

DeleteAttributes indicates an expected call of DeleteAttributes

func (*MockECSAPIMockRecorder) DeleteAttributesRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAttributesRequest(arg0 interface{}) *gomock.Call

DeleteAttributesRequest indicates an expected call of DeleteAttributesRequest

func (*MockECSAPIMockRecorder) DeleteAttributesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAttributesWithContext indicates an expected call of DeleteAttributesWithContext

func (*MockECSAPIMockRecorder) DeleteCluster added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteCluster(arg0 interface{}) *gomock.Call

DeleteCluster indicates an expected call of DeleteCluster

func (*MockECSAPIMockRecorder) DeleteClusterRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteClusterRequest(arg0 interface{}) *gomock.Call

DeleteClusterRequest indicates an expected call of DeleteClusterRequest

func (*MockECSAPIMockRecorder) DeleteClusterWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClusterWithContext indicates an expected call of DeleteClusterWithContext

func (*MockECSAPIMockRecorder) DeleteService added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteService(arg0 interface{}) *gomock.Call

DeleteService indicates an expected call of DeleteService

func (*MockECSAPIMockRecorder) DeleteServiceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteServiceRequest(arg0 interface{}) *gomock.Call

DeleteServiceRequest indicates an expected call of DeleteServiceRequest

func (*MockECSAPIMockRecorder) DeleteServiceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceWithContext indicates an expected call of DeleteServiceWithContext

func (*MockECSAPIMockRecorder) DeleteTaskSet added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteTaskSet(arg0 interface{}) *gomock.Call

DeleteTaskSet indicates an expected call of DeleteTaskSet

func (*MockECSAPIMockRecorder) DeleteTaskSetRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteTaskSetRequest(arg0 interface{}) *gomock.Call

DeleteTaskSetRequest indicates an expected call of DeleteTaskSetRequest

func (*MockECSAPIMockRecorder) DeleteTaskSetWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeleteTaskSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTaskSetWithContext indicates an expected call of DeleteTaskSetWithContext

func (*MockECSAPIMockRecorder) DeregisterContainerInstance added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstance(arg0 interface{}) *gomock.Call

DeregisterContainerInstance indicates an expected call of DeregisterContainerInstance

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

DeregisterContainerInstanceRequest indicates an expected call of DeregisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterContainerInstanceWithContext indicates an expected call of DeregisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) DeregisterTaskDefinition added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinition(arg0 interface{}) *gomock.Call

DeregisterTaskDefinition indicates an expected call of DeregisterTaskDefinition

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DeregisterTaskDefinitionRequest indicates an expected call of DeregisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DeregisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTaskDefinitionWithContext indicates an expected call of DeregisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeClusters added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeClusters(arg0 interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters

func (*MockECSAPIMockRecorder) DescribeClustersRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeClustersRequest(arg0 interface{}) *gomock.Call

DescribeClustersRequest indicates an expected call of DescribeClustersRequest

func (*MockECSAPIMockRecorder) DescribeClustersWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClustersWithContext indicates an expected call of DescribeClustersWithContext

func (*MockECSAPIMockRecorder) DescribeContainerInstances added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeContainerInstances(arg0 interface{}) *gomock.Call

DescribeContainerInstances indicates an expected call of DescribeContainerInstances

func (*MockECSAPIMockRecorder) DescribeContainerInstancesRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesRequest(arg0 interface{}) *gomock.Call

DescribeContainerInstancesRequest indicates an expected call of DescribeContainerInstancesRequest

func (*MockECSAPIMockRecorder) DescribeContainerInstancesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContainerInstancesWithContext indicates an expected call of DescribeContainerInstancesWithContext

func (*MockECSAPIMockRecorder) DescribeServices added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices

func (*MockECSAPIMockRecorder) DescribeServicesRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call

DescribeServicesRequest indicates an expected call of DescribeServicesRequest

func (*MockECSAPIMockRecorder) DescribeServicesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext

func (*MockECSAPIMockRecorder) DescribeTaskDefinition added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinition(arg0 interface{}) *gomock.Call

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionRequest(arg0 interface{}) *gomock.Call

DescribeTaskDefinitionRequest indicates an expected call of DescribeTaskDefinitionRequest

func (*MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTaskDefinitionWithContext indicates an expected call of DescribeTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) DescribeTaskSets added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskSets(arg0 interface{}) *gomock.Call

DescribeTaskSets indicates an expected call of DescribeTaskSets

func (*MockECSAPIMockRecorder) DescribeTaskSetsRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskSetsRequest(arg0 interface{}) *gomock.Call

DescribeTaskSetsRequest indicates an expected call of DescribeTaskSetsRequest

func (*MockECSAPIMockRecorder) DescribeTaskSetsWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTaskSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTaskSetsWithContext indicates an expected call of DescribeTaskSetsWithContext

func (*MockECSAPIMockRecorder) DescribeTasks added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTasks(arg0 interface{}) *gomock.Call

DescribeTasks indicates an expected call of DescribeTasks

func (*MockECSAPIMockRecorder) DescribeTasksRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTasksRequest(arg0 interface{}) *gomock.Call

DescribeTasksRequest indicates an expected call of DescribeTasksRequest

func (*MockECSAPIMockRecorder) DescribeTasksWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DescribeTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTasksWithContext indicates an expected call of DescribeTasksWithContext

func (*MockECSAPIMockRecorder) DiscoverPollEndpoint added in v0.8.2

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpoint(arg0 interface{}) *gomock.Call

DiscoverPollEndpoint indicates an expected call of DiscoverPollEndpoint

func (*MockECSAPIMockRecorder) DiscoverPollEndpointRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointRequest(arg0 interface{}) *gomock.Call

DiscoverPollEndpointRequest indicates an expected call of DiscoverPollEndpointRequest

func (*MockECSAPIMockRecorder) DiscoverPollEndpointWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) DiscoverPollEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DiscoverPollEndpointWithContext indicates an expected call of DiscoverPollEndpointWithContext

func (*MockECSAPIMockRecorder) ListAccountSettings added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAccountSettings(arg0 interface{}) *gomock.Call

ListAccountSettings indicates an expected call of ListAccountSettings

func (*MockECSAPIMockRecorder) ListAccountSettingsRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAccountSettingsRequest(arg0 interface{}) *gomock.Call

ListAccountSettingsRequest indicates an expected call of ListAccountSettingsRequest

func (*MockECSAPIMockRecorder) ListAccountSettingsWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAccountSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccountSettingsWithContext indicates an expected call of ListAccountSettingsWithContext

func (*MockECSAPIMockRecorder) ListAttributes added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAttributes(arg0 interface{}) *gomock.Call

ListAttributes indicates an expected call of ListAttributes

func (*MockECSAPIMockRecorder) ListAttributesRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAttributesRequest(arg0 interface{}) *gomock.Call

ListAttributesRequest indicates an expected call of ListAttributesRequest

func (*MockECSAPIMockRecorder) ListAttributesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttributesWithContext indicates an expected call of ListAttributesWithContext

func (*MockECSAPIMockRecorder) ListClusters added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListClusters(arg0 interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters

func (*MockECSAPIMockRecorder) ListClustersPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListClustersPages(arg0, arg1 interface{}) *gomock.Call

ListClustersPages indicates an expected call of ListClustersPages

func (*MockECSAPIMockRecorder) ListClustersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListClustersRequest(arg0 interface{}) *gomock.Call

ListClustersRequest indicates an expected call of ListClustersRequest

func (*MockECSAPIMockRecorder) ListClustersWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClustersWithContext indicates an expected call of ListClustersWithContext

func (*MockECSAPIMockRecorder) ListContainerInstances added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListContainerInstances(arg0 interface{}) *gomock.Call

ListContainerInstances indicates an expected call of ListContainerInstances

func (*MockECSAPIMockRecorder) ListContainerInstancesPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListContainerInstancesPages(arg0, arg1 interface{}) *gomock.Call

ListContainerInstancesPages indicates an expected call of ListContainerInstancesPages

func (*MockECSAPIMockRecorder) ListContainerInstancesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListContainerInstancesRequest(arg0 interface{}) *gomock.Call

ListContainerInstancesRequest indicates an expected call of ListContainerInstancesRequest

func (*MockECSAPIMockRecorder) ListContainerInstancesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListContainerInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListContainerInstancesWithContext indicates an expected call of ListContainerInstancesWithContext

func (*MockECSAPIMockRecorder) ListServices added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListServices(arg0 interface{}) *gomock.Call

ListServices indicates an expected call of ListServices

func (*MockECSAPIMockRecorder) ListServicesPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListServicesPages(arg0, arg1 interface{}) *gomock.Call

ListServicesPages indicates an expected call of ListServicesPages

func (*MockECSAPIMockRecorder) ListServicesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListServicesRequest(arg0 interface{}) *gomock.Call

ListServicesRequest indicates an expected call of ListServicesRequest

func (*MockECSAPIMockRecorder) ListServicesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServicesWithContext indicates an expected call of ListServicesWithContext

func (*MockECSAPIMockRecorder) ListTagsForResource added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockECSAPIMockRecorder) ListTagsForResourceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockECSAPIMockRecorder) ListTagsForResourceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamilies added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamilies(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamilies indicates an expected call of ListTaskDefinitionFamilies

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionFamiliesPages indicates an expected call of ListTaskDefinitionFamiliesPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionFamiliesRequest indicates an expected call of ListTaskDefinitionFamiliesRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionFamiliesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionFamiliesWithContext indicates an expected call of ListTaskDefinitionFamiliesWithContext

func (*MockECSAPIMockRecorder) ListTaskDefinitions added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitions(arg0 interface{}) *gomock.Call

ListTaskDefinitions indicates an expected call of ListTaskDefinitions

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsPages(arg0, arg1 interface{}) *gomock.Call

ListTaskDefinitionsPages indicates an expected call of ListTaskDefinitionsPages

func (*MockECSAPIMockRecorder) ListTaskDefinitionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsRequest(arg0 interface{}) *gomock.Call

ListTaskDefinitionsRequest indicates an expected call of ListTaskDefinitionsRequest

func (*MockECSAPIMockRecorder) ListTaskDefinitionsWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTaskDefinitionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTaskDefinitionsWithContext indicates an expected call of ListTaskDefinitionsWithContext

func (*MockECSAPIMockRecorder) ListTasks added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTasks(arg0 interface{}) *gomock.Call

ListTasks indicates an expected call of ListTasks

func (*MockECSAPIMockRecorder) ListTasksPages added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTasksPages(arg0, arg1 interface{}) *gomock.Call

ListTasksPages indicates an expected call of ListTasksPages

func (*MockECSAPIMockRecorder) ListTasksPagesWithContext added in v0.8.2

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.8.2

func (mr *MockECSAPIMockRecorder) ListTasksRequest(arg0 interface{}) *gomock.Call

ListTasksRequest indicates an expected call of ListTasksRequest

func (*MockECSAPIMockRecorder) ListTasksWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) ListTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTasksWithContext indicates an expected call of ListTasksWithContext

func (*MockECSAPIMockRecorder) PutAccountSetting added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSetting(arg0 interface{}) *gomock.Call

PutAccountSetting indicates an expected call of PutAccountSetting

func (*MockECSAPIMockRecorder) PutAccountSettingDefault added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSettingDefault(arg0 interface{}) *gomock.Call

PutAccountSettingDefault indicates an expected call of PutAccountSettingDefault

func (*MockECSAPIMockRecorder) PutAccountSettingDefaultRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSettingDefaultRequest(arg0 interface{}) *gomock.Call

PutAccountSettingDefaultRequest indicates an expected call of PutAccountSettingDefaultRequest

func (*MockECSAPIMockRecorder) PutAccountSettingDefaultWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSettingDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAccountSettingDefaultWithContext indicates an expected call of PutAccountSettingDefaultWithContext

func (*MockECSAPIMockRecorder) PutAccountSettingRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSettingRequest(arg0 interface{}) *gomock.Call

PutAccountSettingRequest indicates an expected call of PutAccountSettingRequest

func (*MockECSAPIMockRecorder) PutAccountSettingWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAccountSettingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAccountSettingWithContext indicates an expected call of PutAccountSettingWithContext

func (*MockECSAPIMockRecorder) PutAttributes added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAttributes(arg0 interface{}) *gomock.Call

PutAttributes indicates an expected call of PutAttributes

func (*MockECSAPIMockRecorder) PutAttributesRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAttributesRequest(arg0 interface{}) *gomock.Call

PutAttributesRequest indicates an expected call of PutAttributesRequest

func (*MockECSAPIMockRecorder) PutAttributesWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) PutAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAttributesWithContext indicates an expected call of PutAttributesWithContext

func (*MockECSAPIMockRecorder) RegisterContainerInstance added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterContainerInstance(arg0 interface{}) *gomock.Call

RegisterContainerInstance indicates an expected call of RegisterContainerInstance

func (*MockECSAPIMockRecorder) RegisterContainerInstanceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceRequest(arg0 interface{}) *gomock.Call

RegisterContainerInstanceRequest indicates an expected call of RegisterContainerInstanceRequest

func (*MockECSAPIMockRecorder) RegisterContainerInstanceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterContainerInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterContainerInstanceWithContext indicates an expected call of RegisterContainerInstanceWithContext

func (*MockECSAPIMockRecorder) RegisterTaskDefinition added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinition(arg0 interface{}) *gomock.Call

RegisterTaskDefinition indicates an expected call of RegisterTaskDefinition

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionRequest(arg0 interface{}) *gomock.Call

RegisterTaskDefinitionRequest indicates an expected call of RegisterTaskDefinitionRequest

func (*MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) RegisterTaskDefinitionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTaskDefinitionWithContext indicates an expected call of RegisterTaskDefinitionWithContext

func (*MockECSAPIMockRecorder) RunTask added in v0.8.2

func (mr *MockECSAPIMockRecorder) RunTask(arg0 interface{}) *gomock.Call

RunTask indicates an expected call of RunTask

func (*MockECSAPIMockRecorder) RunTaskRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) RunTaskRequest(arg0 interface{}) *gomock.Call

RunTaskRequest indicates an expected call of RunTaskRequest

func (*MockECSAPIMockRecorder) RunTaskWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) RunTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunTaskWithContext indicates an expected call of RunTaskWithContext

func (*MockECSAPIMockRecorder) StartTask added in v0.8.2

func (mr *MockECSAPIMockRecorder) StartTask(arg0 interface{}) *gomock.Call

StartTask indicates an expected call of StartTask

func (*MockECSAPIMockRecorder) StartTaskRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) StartTaskRequest(arg0 interface{}) *gomock.Call

StartTaskRequest indicates an expected call of StartTaskRequest

func (*MockECSAPIMockRecorder) StartTaskWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) StartTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartTaskWithContext indicates an expected call of StartTaskWithContext

func (*MockECSAPIMockRecorder) StopTask added in v0.8.2

func (mr *MockECSAPIMockRecorder) StopTask(arg0 interface{}) *gomock.Call

StopTask indicates an expected call of StopTask

func (*MockECSAPIMockRecorder) StopTaskRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) StopTaskRequest(arg0 interface{}) *gomock.Call

StopTaskRequest indicates an expected call of StopTaskRequest

func (*MockECSAPIMockRecorder) StopTaskWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) StopTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopTaskWithContext indicates an expected call of StopTaskWithContext

func (*MockECSAPIMockRecorder) SubmitAttachmentStateChanges added in v0.8.3

func (mr *MockECSAPIMockRecorder) SubmitAttachmentStateChanges(arg0 interface{}) *gomock.Call

SubmitAttachmentStateChanges indicates an expected call of SubmitAttachmentStateChanges

func (*MockECSAPIMockRecorder) SubmitAttachmentStateChangesRequest added in v0.8.3

func (mr *MockECSAPIMockRecorder) SubmitAttachmentStateChangesRequest(arg0 interface{}) *gomock.Call

SubmitAttachmentStateChangesRequest indicates an expected call of SubmitAttachmentStateChangesRequest

func (*MockECSAPIMockRecorder) SubmitAttachmentStateChangesWithContext added in v0.8.3

func (mr *MockECSAPIMockRecorder) SubmitAttachmentStateChangesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitAttachmentStateChangesWithContext indicates an expected call of SubmitAttachmentStateChangesWithContext

func (*MockECSAPIMockRecorder) SubmitContainerStateChange added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChange(arg0 interface{}) *gomock.Call

SubmitContainerStateChange indicates an expected call of SubmitContainerStateChange

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitContainerStateChangeRequest indicates an expected call of SubmitContainerStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitContainerStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitContainerStateChangeWithContext indicates an expected call of SubmitContainerStateChangeWithContext

func (*MockECSAPIMockRecorder) SubmitTaskStateChange added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChange(arg0 interface{}) *gomock.Call

SubmitTaskStateChange indicates an expected call of SubmitTaskStateChange

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeRequest(arg0 interface{}) *gomock.Call

SubmitTaskStateChangeRequest indicates an expected call of SubmitTaskStateChangeRequest

func (*MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) SubmitTaskStateChangeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubmitTaskStateChangeWithContext indicates an expected call of SubmitTaskStateChangeWithContext

func (*MockECSAPIMockRecorder) TagResource added in v0.8.2

func (mr *MockECSAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockECSAPIMockRecorder) TagResourceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockECSAPIMockRecorder) TagResourceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockECSAPIMockRecorder) UntagResource added in v0.8.2

func (mr *MockECSAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockECSAPIMockRecorder) UntagResourceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockECSAPIMockRecorder) UntagResourceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockECSAPIMockRecorder) UpdateClusterSettings added in v0.11.0

func (mr *MockECSAPIMockRecorder) UpdateClusterSettings(arg0 interface{}) *gomock.Call

UpdateClusterSettings indicates an expected call of UpdateClusterSettings

func (*MockECSAPIMockRecorder) UpdateClusterSettingsRequest added in v0.11.0

func (mr *MockECSAPIMockRecorder) UpdateClusterSettingsRequest(arg0 interface{}) *gomock.Call

UpdateClusterSettingsRequest indicates an expected call of UpdateClusterSettingsRequest

func (*MockECSAPIMockRecorder) UpdateClusterSettingsWithContext added in v0.11.0

func (mr *MockECSAPIMockRecorder) UpdateClusterSettingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateClusterSettingsWithContext indicates an expected call of UpdateClusterSettingsWithContext

func (*MockECSAPIMockRecorder) UpdateContainerAgent added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerAgent(arg0 interface{}) *gomock.Call

UpdateContainerAgent indicates an expected call of UpdateContainerAgent

func (*MockECSAPIMockRecorder) UpdateContainerAgentRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentRequest(arg0 interface{}) *gomock.Call

UpdateContainerAgentRequest indicates an expected call of UpdateContainerAgentRequest

func (*MockECSAPIMockRecorder) UpdateContainerAgentWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerAgentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerAgentWithContext indicates an expected call of UpdateContainerAgentWithContext

func (*MockECSAPIMockRecorder) UpdateContainerInstancesState added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesState(arg0 interface{}) *gomock.Call

UpdateContainerInstancesState indicates an expected call of UpdateContainerInstancesState

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateRequest(arg0 interface{}) *gomock.Call

UpdateContainerInstancesStateRequest indicates an expected call of UpdateContainerInstancesStateRequest

func (*MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateContainerInstancesStateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateContainerInstancesStateWithContext indicates an expected call of UpdateContainerInstancesStateWithContext

func (*MockECSAPIMockRecorder) UpdateService added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateService(arg0 interface{}) *gomock.Call

UpdateService indicates an expected call of UpdateService

func (*MockECSAPIMockRecorder) UpdateServicePrimaryTaskSet added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateServicePrimaryTaskSet(arg0 interface{}) *gomock.Call

UpdateServicePrimaryTaskSet indicates an expected call of UpdateServicePrimaryTaskSet

func (*MockECSAPIMockRecorder) UpdateServicePrimaryTaskSetRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateServicePrimaryTaskSetRequest(arg0 interface{}) *gomock.Call

UpdateServicePrimaryTaskSetRequest indicates an expected call of UpdateServicePrimaryTaskSetRequest

func (*MockECSAPIMockRecorder) UpdateServicePrimaryTaskSetWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateServicePrimaryTaskSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServicePrimaryTaskSetWithContext indicates an expected call of UpdateServicePrimaryTaskSetWithContext

func (*MockECSAPIMockRecorder) UpdateServiceRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateServiceRequest(arg0 interface{}) *gomock.Call

UpdateServiceRequest indicates an expected call of UpdateServiceRequest

func (*MockECSAPIMockRecorder) UpdateServiceWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceWithContext indicates an expected call of UpdateServiceWithContext

func (*MockECSAPIMockRecorder) UpdateTaskSet added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateTaskSet(arg0 interface{}) *gomock.Call

UpdateTaskSet indicates an expected call of UpdateTaskSet

func (*MockECSAPIMockRecorder) UpdateTaskSetRequest added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateTaskSetRequest(arg0 interface{}) *gomock.Call

UpdateTaskSetRequest indicates an expected call of UpdateTaskSetRequest

func (*MockECSAPIMockRecorder) UpdateTaskSetWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) UpdateTaskSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTaskSetWithContext indicates an expected call of UpdateTaskSetWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesInactive added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactive(arg0 interface{}) *gomock.Call

WaitUntilServicesInactive indicates an expected call of WaitUntilServicesInactive

func (*MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilServicesInactiveWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesInactiveWithContext indicates an expected call of WaitUntilServicesInactiveWithContext

func (*MockECSAPIMockRecorder) WaitUntilServicesStable added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStable(arg0 interface{}) *gomock.Call

WaitUntilServicesStable indicates an expected call of WaitUntilServicesStable

func (*MockECSAPIMockRecorder) WaitUntilServicesStableWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilServicesStableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilServicesStableWithContext indicates an expected call of WaitUntilServicesStableWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksRunning added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunning(arg0 interface{}) *gomock.Call

WaitUntilTasksRunning indicates an expected call of WaitUntilTasksRunning

func (*MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilTasksRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksRunningWithContext indicates an expected call of WaitUntilTasksRunningWithContext

func (*MockECSAPIMockRecorder) WaitUntilTasksStopped added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStopped(arg0 interface{}) *gomock.Call

WaitUntilTasksStopped indicates an expected call of WaitUntilTasksStopped

func (*MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext added in v0.8.2

func (mr *MockECSAPIMockRecorder) WaitUntilTasksStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTasksStoppedWithContext indicates an expected call of WaitUntilTasksStoppedWithContext

type MockELBAPI added in v0.8.2

type MockELBAPI struct {
	// contains filtered or unexported fields
}

MockELBAPI is a mock of ELBAPI interface

func NewMockELBAPI added in v0.8.2

func NewMockELBAPI(ctrl *gomock.Controller) *MockELBAPI

NewMockELBAPI creates a new mock instance

func (*MockELBAPI) AddTags added in v0.8.2

func (m *MockELBAPI) AddTags(arg0 *elb.AddTagsInput) (*elb.AddTagsOutput, error)

AddTags mocks base method

func (*MockELBAPI) AddTagsRequest added in v0.8.2

func (m *MockELBAPI) AddTagsRequest(arg0 *elb.AddTagsInput) (*request.Request, *elb.AddTagsOutput)

AddTagsRequest mocks base method

func (*MockELBAPI) AddTagsWithContext added in v0.8.2

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.8.2

ApplySecurityGroupsToLoadBalancer mocks base method

func (*MockELBAPI) ApplySecurityGroupsToLoadBalancerRequest added in v0.8.2

ApplySecurityGroupsToLoadBalancerRequest mocks base method

func (*MockELBAPI) ApplySecurityGroupsToLoadBalancerWithContext added in v0.8.2

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.8.2

AttachLoadBalancerToSubnets mocks base method

func (*MockELBAPI) AttachLoadBalancerToSubnetsRequest added in v0.8.2

func (m *MockELBAPI) AttachLoadBalancerToSubnetsRequest(arg0 *elb.AttachLoadBalancerToSubnetsInput) (*request.Request, *elb.AttachLoadBalancerToSubnetsOutput)

AttachLoadBalancerToSubnetsRequest mocks base method

func (*MockELBAPI) AttachLoadBalancerToSubnetsWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) ConfigureHealthCheck(arg0 *elb.ConfigureHealthCheckInput) (*elb.ConfigureHealthCheckOutput, error)

ConfigureHealthCheck mocks base method

func (*MockELBAPI) ConfigureHealthCheckRequest added in v0.8.2

func (m *MockELBAPI) ConfigureHealthCheckRequest(arg0 *elb.ConfigureHealthCheckInput) (*request.Request, *elb.ConfigureHealthCheckOutput)

ConfigureHealthCheckRequest mocks base method

func (*MockELBAPI) ConfigureHealthCheckWithContext added in v0.8.2

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.8.2

CreateAppCookieStickinessPolicy mocks base method

func (*MockELBAPI) CreateAppCookieStickinessPolicyRequest added in v0.8.2

func (m *MockELBAPI) CreateAppCookieStickinessPolicyRequest(arg0 *elb.CreateAppCookieStickinessPolicyInput) (*request.Request, *elb.CreateAppCookieStickinessPolicyOutput)

CreateAppCookieStickinessPolicyRequest mocks base method

func (*MockELBAPI) CreateAppCookieStickinessPolicyWithContext added in v0.8.2

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.8.2

CreateLBCookieStickinessPolicy mocks base method

func (*MockELBAPI) CreateLBCookieStickinessPolicyRequest added in v0.8.2

func (m *MockELBAPI) CreateLBCookieStickinessPolicyRequest(arg0 *elb.CreateLBCookieStickinessPolicyInput) (*request.Request, *elb.CreateLBCookieStickinessPolicyOutput)

CreateLBCookieStickinessPolicyRequest mocks base method

func (*MockELBAPI) CreateLBCookieStickinessPolicyWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) CreateLoadBalancer(arg0 *elb.CreateLoadBalancerInput) (*elb.CreateLoadBalancerOutput, error)

CreateLoadBalancer mocks base method

func (*MockELBAPI) CreateLoadBalancerListeners added in v0.8.2

CreateLoadBalancerListeners mocks base method

func (*MockELBAPI) CreateLoadBalancerListenersRequest added in v0.8.2

func (m *MockELBAPI) CreateLoadBalancerListenersRequest(arg0 *elb.CreateLoadBalancerListenersInput) (*request.Request, *elb.CreateLoadBalancerListenersOutput)

CreateLoadBalancerListenersRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerListenersWithContext added in v0.8.2

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.8.2

CreateLoadBalancerPolicy mocks base method

func (*MockELBAPI) CreateLoadBalancerPolicyRequest added in v0.8.2

func (m *MockELBAPI) CreateLoadBalancerPolicyRequest(arg0 *elb.CreateLoadBalancerPolicyInput) (*request.Request, *elb.CreateLoadBalancerPolicyOutput)

CreateLoadBalancerPolicyRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerPolicyWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) CreateLoadBalancerRequest(arg0 *elb.CreateLoadBalancerInput) (*request.Request, *elb.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method

func (*MockELBAPI) CreateLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DeleteLoadBalancer(arg0 *elb.DeleteLoadBalancerInput) (*elb.DeleteLoadBalancerOutput, error)

DeleteLoadBalancer mocks base method

func (*MockELBAPI) DeleteLoadBalancerListeners added in v0.8.2

DeleteLoadBalancerListeners mocks base method

func (*MockELBAPI) DeleteLoadBalancerListenersRequest added in v0.8.2

func (m *MockELBAPI) DeleteLoadBalancerListenersRequest(arg0 *elb.DeleteLoadBalancerListenersInput) (*request.Request, *elb.DeleteLoadBalancerListenersOutput)

DeleteLoadBalancerListenersRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerListenersWithContext added in v0.8.2

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.8.2

DeleteLoadBalancerPolicy mocks base method

func (*MockELBAPI) DeleteLoadBalancerPolicyRequest added in v0.8.2

func (m *MockELBAPI) DeleteLoadBalancerPolicyRequest(arg0 *elb.DeleteLoadBalancerPolicyInput) (*request.Request, *elb.DeleteLoadBalancerPolicyOutput)

DeleteLoadBalancerPolicyRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerPolicyWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DeleteLoadBalancerRequest(arg0 *elb.DeleteLoadBalancerInput) (*request.Request, *elb.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method

func (*MockELBAPI) DeleteLoadBalancerWithContext added in v0.8.2

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.8.2

DeregisterInstancesFromLoadBalancer mocks base method

func (*MockELBAPI) DeregisterInstancesFromLoadBalancerRequest added in v0.8.2

DeregisterInstancesFromLoadBalancerRequest mocks base method

func (*MockELBAPI) DeregisterInstancesFromLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DescribeAccountLimits(arg0 *elb.DescribeAccountLimitsInput) (*elb.DescribeAccountLimitsOutput, error)

DescribeAccountLimits mocks base method

func (*MockELBAPI) DescribeAccountLimitsRequest added in v0.8.2

func (m *MockELBAPI) DescribeAccountLimitsRequest(arg0 *elb.DescribeAccountLimitsInput) (*request.Request, *elb.DescribeAccountLimitsOutput)

DescribeAccountLimitsRequest mocks base method

func (*MockELBAPI) DescribeAccountLimitsWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DescribeInstanceHealth(arg0 *elb.DescribeInstanceHealthInput) (*elb.DescribeInstanceHealthOutput, error)

DescribeInstanceHealth mocks base method

func (*MockELBAPI) DescribeInstanceHealthRequest added in v0.8.2

func (m *MockELBAPI) DescribeInstanceHealthRequest(arg0 *elb.DescribeInstanceHealthInput) (*request.Request, *elb.DescribeInstanceHealthOutput)

DescribeInstanceHealthRequest mocks base method

func (*MockELBAPI) DescribeInstanceHealthWithContext added in v0.8.2

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.8.2

DescribeLoadBalancerAttributes mocks base method

func (*MockELBAPI) DescribeLoadBalancerAttributesRequest added in v0.8.2

func (m *MockELBAPI) DescribeLoadBalancerAttributesRequest(arg0 *elb.DescribeLoadBalancerAttributesInput) (*request.Request, *elb.DescribeLoadBalancerAttributesOutput)

DescribeLoadBalancerAttributesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerAttributesWithContext added in v0.8.2

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.8.2

DescribeLoadBalancerPolicies mocks base method

func (*MockELBAPI) DescribeLoadBalancerPoliciesRequest added in v0.8.2

func (m *MockELBAPI) DescribeLoadBalancerPoliciesRequest(arg0 *elb.DescribeLoadBalancerPoliciesInput) (*request.Request, *elb.DescribeLoadBalancerPoliciesOutput)

DescribeLoadBalancerPoliciesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerPoliciesWithContext added in v0.8.2

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.8.2

DescribeLoadBalancerPolicyTypes mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicyTypesRequest added in v0.8.2

func (m *MockELBAPI) DescribeLoadBalancerPolicyTypesRequest(arg0 *elb.DescribeLoadBalancerPolicyTypesInput) (*request.Request, *elb.DescribeLoadBalancerPolicyTypesOutput)

DescribeLoadBalancerPolicyTypesRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancerPolicyTypesWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DescribeLoadBalancers(arg0 *elb.DescribeLoadBalancersInput) (*elb.DescribeLoadBalancersOutput, error)

DescribeLoadBalancers mocks base method

func (*MockELBAPI) DescribeLoadBalancersPages added in v0.8.2

func (m *MockELBAPI) DescribeLoadBalancersPages(arg0 *elb.DescribeLoadBalancersInput, arg1 func(*elb.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method

func (*MockELBAPI) DescribeLoadBalancersPagesWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DescribeLoadBalancersRequest(arg0 *elb.DescribeLoadBalancersInput) (*request.Request, *elb.DescribeLoadBalancersOutput)

DescribeLoadBalancersRequest mocks base method

func (*MockELBAPI) DescribeLoadBalancersWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) DescribeTags(arg0 *elb.DescribeTagsInput) (*elb.DescribeTagsOutput, error)

DescribeTags mocks base method

func (*MockELBAPI) DescribeTagsRequest added in v0.8.2

func (m *MockELBAPI) DescribeTagsRequest(arg0 *elb.DescribeTagsInput) (*request.Request, *elb.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockELBAPI) DescribeTagsWithContext added in v0.8.2

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.8.2

DetachLoadBalancerFromSubnets mocks base method

func (*MockELBAPI) DetachLoadBalancerFromSubnetsRequest added in v0.8.2

func (m *MockELBAPI) DetachLoadBalancerFromSubnetsRequest(arg0 *elb.DetachLoadBalancerFromSubnetsInput) (*request.Request, *elb.DetachLoadBalancerFromSubnetsOutput)

DetachLoadBalancerFromSubnetsRequest mocks base method

func (*MockELBAPI) DetachLoadBalancerFromSubnetsWithContext added in v0.8.2

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.8.2

DisableAvailabilityZonesForLoadBalancer mocks base method

func (*MockELBAPI) DisableAvailabilityZonesForLoadBalancerRequest added in v0.8.2

DisableAvailabilityZonesForLoadBalancerRequest mocks base method

func (*MockELBAPI) DisableAvailabilityZonesForLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) EXPECT() *MockELBAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancer added in v0.8.2

EnableAvailabilityZonesForLoadBalancer mocks base method

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancerRequest added in v0.8.2

EnableAvailabilityZonesForLoadBalancerRequest mocks base method

func (*MockELBAPI) EnableAvailabilityZonesForLoadBalancerWithContext added in v0.8.2

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.8.2

ModifyLoadBalancerAttributes mocks base method

func (*MockELBAPI) ModifyLoadBalancerAttributesRequest added in v0.8.2

func (m *MockELBAPI) ModifyLoadBalancerAttributesRequest(arg0 *elb.ModifyLoadBalancerAttributesInput) (*request.Request, *elb.ModifyLoadBalancerAttributesOutput)

ModifyLoadBalancerAttributesRequest mocks base method

func (*MockELBAPI) ModifyLoadBalancerAttributesWithContext added in v0.8.2

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.8.2

RegisterInstancesWithLoadBalancer mocks base method

func (*MockELBAPI) RegisterInstancesWithLoadBalancerRequest added in v0.8.2

RegisterInstancesWithLoadBalancerRequest mocks base method

func (*MockELBAPI) RegisterInstancesWithLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) RemoveTags(arg0 *elb.RemoveTagsInput) (*elb.RemoveTagsOutput, error)

RemoveTags mocks base method

func (*MockELBAPI) RemoveTagsRequest added in v0.8.2

func (m *MockELBAPI) RemoveTagsRequest(arg0 *elb.RemoveTagsInput) (*request.Request, *elb.RemoveTagsOutput)

RemoveTagsRequest mocks base method

func (*MockELBAPI) RemoveTagsWithContext added in v0.8.2

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.8.2

SetLoadBalancerListenerSSLCertificate mocks base method

func (*MockELBAPI) SetLoadBalancerListenerSSLCertificateRequest added in v0.8.2

SetLoadBalancerListenerSSLCertificateRequest mocks base method

func (*MockELBAPI) SetLoadBalancerListenerSSLCertificateWithContext added in v0.8.2

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.8.2

SetLoadBalancerPoliciesForBackendServer mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesForBackendServerRequest added in v0.8.2

SetLoadBalancerPoliciesForBackendServerRequest mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesForBackendServerWithContext added in v0.8.2

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.8.2

SetLoadBalancerPoliciesOfListener mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesOfListenerRequest added in v0.8.2

SetLoadBalancerPoliciesOfListenerRequest mocks base method

func (*MockELBAPI) SetLoadBalancerPoliciesOfListenerWithContext added in v0.8.2

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.8.2

func (m *MockELBAPI) WaitUntilAnyInstanceInService(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilAnyInstanceInService mocks base method

func (*MockELBAPI) WaitUntilAnyInstanceInServiceWithContext added in v0.8.2

func (m *MockELBAPI) WaitUntilAnyInstanceInServiceWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilAnyInstanceInServiceWithContext mocks base method

func (*MockELBAPI) WaitUntilInstanceDeregistered added in v0.8.2

func (m *MockELBAPI) WaitUntilInstanceDeregistered(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceDeregistered mocks base method

func (*MockELBAPI) WaitUntilInstanceDeregisteredWithContext added in v0.8.2

func (m *MockELBAPI) WaitUntilInstanceDeregisteredWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceDeregisteredWithContext mocks base method

func (*MockELBAPI) WaitUntilInstanceInService added in v0.8.2

func (m *MockELBAPI) WaitUntilInstanceInService(arg0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceInService mocks base method

func (*MockELBAPI) WaitUntilInstanceInServiceWithContext added in v0.8.2

func (m *MockELBAPI) WaitUntilInstanceInServiceWithContext(arg0 aws.Context, arg1 *elb.DescribeInstanceHealthInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceInServiceWithContext mocks base method

type MockELBAPIMockRecorder added in v0.8.2

type MockELBAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockELBAPIMockRecorder is the mock recorder for MockELBAPI

func (*MockELBAPIMockRecorder) AddTags added in v0.8.2

func (mr *MockELBAPIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockELBAPIMockRecorder) AddTagsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockELBAPIMockRecorder) AddTagsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancer(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancer indicates an expected call of ApplySecurityGroupsToLoadBalancer

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerRequest(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancerRequest indicates an expected call of ApplySecurityGroupsToLoadBalancerRequest

func (*MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) ApplySecurityGroupsToLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplySecurityGroupsToLoadBalancerWithContext indicates an expected call of ApplySecurityGroupsToLoadBalancerWithContext

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnets added in v0.8.2

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnets(arg0 interface{}) *gomock.Call

AttachLoadBalancerToSubnets indicates an expected call of AttachLoadBalancerToSubnets

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsRequest(arg0 interface{}) *gomock.Call

AttachLoadBalancerToSubnetsRequest indicates an expected call of AttachLoadBalancerToSubnetsRequest

func (*MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) AttachLoadBalancerToSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachLoadBalancerToSubnetsWithContext indicates an expected call of AttachLoadBalancerToSubnetsWithContext

func (*MockELBAPIMockRecorder) ConfigureHealthCheck added in v0.8.2

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheck(arg0 interface{}) *gomock.Call

ConfigureHealthCheck indicates an expected call of ConfigureHealthCheck

func (*MockELBAPIMockRecorder) ConfigureHealthCheckRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheckRequest(arg0 interface{}) *gomock.Call

ConfigureHealthCheckRequest indicates an expected call of ConfigureHealthCheckRequest

func (*MockELBAPIMockRecorder) ConfigureHealthCheckWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) ConfigureHealthCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfigureHealthCheckWithContext indicates an expected call of ConfigureHealthCheckWithContext

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicy added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicy(arg0 interface{}) *gomock.Call

CreateAppCookieStickinessPolicy indicates an expected call of CreateAppCookieStickinessPolicy

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyRequest(arg0 interface{}) *gomock.Call

CreateAppCookieStickinessPolicyRequest indicates an expected call of CreateAppCookieStickinessPolicyRequest

func (*MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateAppCookieStickinessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAppCookieStickinessPolicyWithContext indicates an expected call of CreateAppCookieStickinessPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicy added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicy(arg0 interface{}) *gomock.Call

CreateLBCookieStickinessPolicy indicates an expected call of CreateLBCookieStickinessPolicy

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyRequest(arg0 interface{}) *gomock.Call

CreateLBCookieStickinessPolicyRequest indicates an expected call of CreateLBCookieStickinessPolicyRequest

func (*MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLBCookieStickinessPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLBCookieStickinessPolicyWithContext indicates an expected call of CreateLBCookieStickinessPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer

func (*MockELBAPIMockRecorder) CreateLoadBalancerListeners added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListeners(arg0 interface{}) *gomock.Call

CreateLoadBalancerListeners indicates an expected call of CreateLoadBalancerListeners

func (*MockELBAPIMockRecorder) CreateLoadBalancerListenersRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListenersRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerListenersRequest indicates an expected call of CreateLoadBalancerListenersRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerListenersWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerListenersWithContext indicates an expected call of CreateLoadBalancerListenersWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicy added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicy(arg0 interface{}) *gomock.Call

CreateLoadBalancerPolicy indicates an expected call of CreateLoadBalancerPolicy

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicyRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicyRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerPolicyRequest indicates an expected call of CreateLoadBalancerPolicyRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerPolicyWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerPolicyWithContext indicates an expected call of CreateLoadBalancerPolicyWithContext

func (*MockELBAPIMockRecorder) CreateLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest

func (*MockELBAPIMockRecorder) CreateLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListeners added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListeners(arg0 interface{}) *gomock.Call

DeleteLoadBalancerListeners indicates an expected call of DeleteLoadBalancerListeners

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListenersRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListenersRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerListenersRequest indicates an expected call of DeleteLoadBalancerListenersRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerListenersWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerListenersWithContext indicates an expected call of DeleteLoadBalancerListenersWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicy added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicy(arg0 interface{}) *gomock.Call

DeleteLoadBalancerPolicy indicates an expected call of DeleteLoadBalancerPolicy

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicyRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicyRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerPolicyRequest indicates an expected call of DeleteLoadBalancerPolicyRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerPolicyWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerPolicyWithContext indicates an expected call of DeleteLoadBalancerPolicyWithContext

func (*MockELBAPIMockRecorder) DeleteLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest

func (*MockELBAPIMockRecorder) DeleteLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancer(arg0 interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancer indicates an expected call of DeregisterInstancesFromLoadBalancer

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancerRequest indicates an expected call of DeregisterInstancesFromLoadBalancerRequest

func (*MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DeregisterInstancesFromLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterInstancesFromLoadBalancerWithContext indicates an expected call of DeregisterInstancesFromLoadBalancerWithContext

func (*MockELBAPIMockRecorder) DescribeAccountLimits added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits

func (*MockELBAPIMockRecorder) DescribeAccountLimitsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest

func (*MockELBAPIMockRecorder) DescribeAccountLimitsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext

func (*MockELBAPIMockRecorder) DescribeInstanceHealth added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealth(arg0 interface{}) *gomock.Call

DescribeInstanceHealth indicates an expected call of DescribeInstanceHealth

func (*MockELBAPIMockRecorder) DescribeInstanceHealthRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealthRequest(arg0 interface{}) *gomock.Call

DescribeInstanceHealthRequest indicates an expected call of DescribeInstanceHealthRequest

func (*MockELBAPIMockRecorder) DescribeInstanceHealthWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeInstanceHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceHealthWithContext indicates an expected call of DescribeInstanceHealthWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributes added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributesRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerAttributesWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicies added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicies(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicies indicates an expected call of DescribeLoadBalancerPolicies

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPoliciesRequest indicates an expected call of DescribeLoadBalancerPoliciesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerPoliciesWithContext indicates an expected call of DescribeLoadBalancerPoliciesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypes added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypes indicates an expected call of DescribeLoadBalancerPolicyTypes

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypesRequest indicates an expected call of DescribeLoadBalancerPolicyTypesRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancerPolicyTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerPolicyTypesWithContext indicates an expected call of DescribeLoadBalancerPolicyTypesWithContext

func (*MockELBAPIMockRecorder) DescribeLoadBalancers added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockELBAPIMockRecorder) DescribeLoadBalancersPages added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages

func (*MockELBAPIMockRecorder) DescribeLoadBalancersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest

func (*MockELBAPIMockRecorder) DescribeLoadBalancersWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext

func (*MockELBAPIMockRecorder) DescribeTags added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockELBAPIMockRecorder) DescribeTagsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockELBAPIMockRecorder) DescribeTagsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnets added in v0.8.2

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnets(arg0 interface{}) *gomock.Call

DetachLoadBalancerFromSubnets indicates an expected call of DetachLoadBalancerFromSubnets

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsRequest(arg0 interface{}) *gomock.Call

DetachLoadBalancerFromSubnetsRequest indicates an expected call of DetachLoadBalancerFromSubnetsRequest

func (*MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DetachLoadBalancerFromSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachLoadBalancerFromSubnetsWithContext indicates an expected call of DetachLoadBalancerFromSubnetsWithContext

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancer(arg0 interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancer indicates an expected call of DisableAvailabilityZonesForLoadBalancer

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerRequest(arg0 interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancerRequest indicates an expected call of DisableAvailabilityZonesForLoadBalancerRequest

func (*MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) DisableAvailabilityZonesForLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableAvailabilityZonesForLoadBalancerWithContext indicates an expected call of DisableAvailabilityZonesForLoadBalancerWithContext

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancer(arg0 interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancer indicates an expected call of EnableAvailabilityZonesForLoadBalancer

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerRequest(arg0 interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancerRequest indicates an expected call of EnableAvailabilityZonesForLoadBalancerRequest

func (*MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) EnableAvailabilityZonesForLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableAvailabilityZonesForLoadBalancerWithContext indicates an expected call of EnableAvailabilityZonesForLoadBalancerWithContext

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributes added in v0.8.2

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributesRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest

func (*MockELBAPIMockRecorder) ModifyLoadBalancerAttributesWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancer added in v0.8.2

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancer(arg0 interface{}) *gomock.Call

RegisterInstancesWithLoadBalancer indicates an expected call of RegisterInstancesWithLoadBalancer

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerRequest(arg0 interface{}) *gomock.Call

RegisterInstancesWithLoadBalancerRequest indicates an expected call of RegisterInstancesWithLoadBalancerRequest

func (*MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) RegisterInstancesWithLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterInstancesWithLoadBalancerWithContext indicates an expected call of RegisterInstancesWithLoadBalancerWithContext

func (*MockELBAPIMockRecorder) RemoveTags added in v0.8.2

func (mr *MockELBAPIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockELBAPIMockRecorder) RemoveTagsRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockELBAPIMockRecorder) RemoveTagsWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificate added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificate(arg0 interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificate indicates an expected call of SetLoadBalancerListenerSSLCertificate

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificateRequest indicates an expected call of SetLoadBalancerListenerSSLCertificateRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerListenerSSLCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerListenerSSLCertificateWithContext indicates an expected call of SetLoadBalancerListenerSSLCertificateWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServer added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServer(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServer indicates an expected call of SetLoadBalancerPoliciesForBackendServer

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServerRequest indicates an expected call of SetLoadBalancerPoliciesForBackendServerRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesForBackendServerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerPoliciesForBackendServerWithContext indicates an expected call of SetLoadBalancerPoliciesForBackendServerWithContext

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListener added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListener(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListener indicates an expected call of SetLoadBalancerPoliciesOfListener

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerRequest added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerRequest(arg0 interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListenerRequest indicates an expected call of SetLoadBalancerPoliciesOfListenerRequest

func (*MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) SetLoadBalancerPoliciesOfListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetLoadBalancerPoliciesOfListenerWithContext indicates an expected call of SetLoadBalancerPoliciesOfListenerWithContext

func (*MockELBAPIMockRecorder) WaitUntilAnyInstanceInService added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilAnyInstanceInService(arg0 interface{}) *gomock.Call

WaitUntilAnyInstanceInService indicates an expected call of WaitUntilAnyInstanceInService

func (*MockELBAPIMockRecorder) WaitUntilAnyInstanceInServiceWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilAnyInstanceInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilAnyInstanceInServiceWithContext indicates an expected call of WaitUntilAnyInstanceInServiceWithContext

func (*MockELBAPIMockRecorder) WaitUntilInstanceDeregistered added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceDeregistered(arg0 interface{}) *gomock.Call

WaitUntilInstanceDeregistered indicates an expected call of WaitUntilInstanceDeregistered

func (*MockELBAPIMockRecorder) WaitUntilInstanceDeregisteredWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceDeregisteredWithContext indicates an expected call of WaitUntilInstanceDeregisteredWithContext

func (*MockELBAPIMockRecorder) WaitUntilInstanceInService added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceInService(arg0 interface{}) *gomock.Call

WaitUntilInstanceInService indicates an expected call of WaitUntilInstanceInService

func (*MockELBAPIMockRecorder) WaitUntilInstanceInServiceWithContext added in v0.8.2

func (mr *MockELBAPIMockRecorder) WaitUntilInstanceInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceInServiceWithContext indicates an expected call of WaitUntilInstanceInServiceWithContext

type MockELBV2API added in v0.8.2

type MockELBV2API struct {
	// contains filtered or unexported fields
}

MockELBV2API is a mock of ELBV2API interface

func NewMockELBV2API added in v0.8.2

func NewMockELBV2API(ctrl *gomock.Controller) *MockELBV2API

NewMockELBV2API creates a new mock instance

func (*MockELBV2API) AddListenerCertificates added in v0.8.2

AddListenerCertificates mocks base method

func (*MockELBV2API) AddListenerCertificatesRequest added in v0.8.2

AddListenerCertificatesRequest mocks base method

func (*MockELBV2API) AddListenerCertificatesWithContext added in v0.8.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.8.2

func (m *MockELBV2API) AddTags(arg0 *elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)

AddTags mocks base method

func (*MockELBV2API) AddTagsRequest added in v0.8.2

func (m *MockELBV2API) AddTagsRequest(arg0 *elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)

AddTagsRequest mocks base method

func (*MockELBV2API) AddTagsWithContext added in v0.8.2

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.8.2

CreateListener mocks base method

func (*MockELBV2API) CreateListenerRequest added in v0.8.2

func (m *MockELBV2API) CreateListenerRequest(arg0 *elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)

CreateListenerRequest mocks base method

func (*MockELBV2API) CreateListenerWithContext added in v0.8.2

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.8.2

CreateLoadBalancer mocks base method

func (*MockELBV2API) CreateLoadBalancerRequest added in v0.8.2

func (m *MockELBV2API) CreateLoadBalancerRequest(arg0 *elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)

CreateLoadBalancerRequest mocks base method

func (*MockELBV2API) CreateLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) CreateRule(arg0 *elbv2.CreateRuleInput) (*elbv2.CreateRuleOutput, error)

CreateRule mocks base method

func (*MockELBV2API) CreateRuleRequest added in v0.8.2

func (m *MockELBV2API) CreateRuleRequest(arg0 *elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)

CreateRuleRequest mocks base method

func (*MockELBV2API) CreateRuleWithContext added in v0.8.2

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.8.2

CreateTargetGroup mocks base method

func (*MockELBV2API) CreateTargetGroupRequest added in v0.8.2

func (m *MockELBV2API) CreateTargetGroupRequest(arg0 *elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)

CreateTargetGroupRequest mocks base method

func (*MockELBV2API) CreateTargetGroupWithContext added in v0.8.2

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.8.2

DeleteListener mocks base method

func (*MockELBV2API) DeleteListenerRequest added in v0.8.2

func (m *MockELBV2API) DeleteListenerRequest(arg0 *elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)

DeleteListenerRequest mocks base method

func (*MockELBV2API) DeleteListenerWithContext added in v0.8.2

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.8.2

DeleteLoadBalancer mocks base method

func (*MockELBV2API) DeleteLoadBalancerRequest added in v0.8.2

func (m *MockELBV2API) DeleteLoadBalancerRequest(arg0 *elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest mocks base method

func (*MockELBV2API) DeleteLoadBalancerWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) DeleteRule(arg0 *elbv2.DeleteRuleInput) (*elbv2.DeleteRuleOutput, error)

DeleteRule mocks base method

func (*MockELBV2API) DeleteRuleRequest added in v0.8.2

func (m *MockELBV2API) DeleteRuleRequest(arg0 *elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)

DeleteRuleRequest mocks base method

func (*MockELBV2API) DeleteRuleWithContext added in v0.8.2

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.8.2

DeleteTargetGroup mocks base method

func (*MockELBV2API) DeleteTargetGroupRequest added in v0.8.2

func (m *MockELBV2API) DeleteTargetGroupRequest(arg0 *elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)

DeleteTargetGroupRequest mocks base method

func (*MockELBV2API) DeleteTargetGroupWithContext added in v0.8.2

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.8.2

DeregisterTargets mocks base method

func (*MockELBV2API) DeregisterTargetsRequest added in v0.8.2

func (m *MockELBV2API) DeregisterTargetsRequest(arg0 *elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)

DeregisterTargetsRequest mocks base method

func (*MockELBV2API) DeregisterTargetsWithContext added in v0.8.2

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.8.2

DescribeAccountLimits mocks base method

func (*MockELBV2API) DescribeAccountLimitsRequest added in v0.8.2

DescribeAccountLimitsRequest mocks base method

func (*MockELBV2API) DescribeAccountLimitsWithContext added in v0.8.2

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.8.2

DescribeListenerCertificates mocks base method

func (*MockELBV2API) DescribeListenerCertificatesRequest added in v0.8.2

DescribeListenerCertificatesRequest mocks base method

func (*MockELBV2API) DescribeListenerCertificatesWithContext added in v0.8.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.8.2

DescribeListeners mocks base method

func (*MockELBV2API) DescribeListenersPages added in v0.8.2

func (m *MockELBV2API) DescribeListenersPages(arg0 *elbv2.DescribeListenersInput, arg1 func(*elbv2.DescribeListenersOutput, bool) bool) error

DescribeListenersPages mocks base method

func (*MockELBV2API) DescribeListenersPagesWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) DescribeListenersRequest(arg0 *elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)

DescribeListenersRequest mocks base method

func (*MockELBV2API) DescribeListenersWithContext added in v0.8.2

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.8.2

DescribeLoadBalancerAttributes mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesRequest added in v0.8.2

DescribeLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancerAttributesWithContext added in v0.8.2

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.8.2

DescribeLoadBalancers mocks base method

func (*MockELBV2API) DescribeLoadBalancersPages added in v0.8.2

func (m *MockELBV2API) DescribeLoadBalancersPages(arg0 *elbv2.DescribeLoadBalancersInput, arg1 func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages mocks base method

func (*MockELBV2API) DescribeLoadBalancersPagesWithContext added in v0.8.2

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.8.2

DescribeLoadBalancersRequest mocks base method

func (*MockELBV2API) DescribeLoadBalancersWithContext added in v0.8.2

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.8.2

DescribeRules mocks base method

func (*MockELBV2API) DescribeRulesRequest added in v0.8.2

func (m *MockELBV2API) DescribeRulesRequest(arg0 *elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)

DescribeRulesRequest mocks base method

func (*MockELBV2API) DescribeRulesWithContext added in v0.8.2

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.8.2

DescribeSSLPolicies mocks base method

func (*MockELBV2API) DescribeSSLPoliciesRequest added in v0.8.2

func (m *MockELBV2API) DescribeSSLPoliciesRequest(arg0 *elbv2.DescribeSSLPoliciesInput) (*request.Request, *elbv2.DescribeSSLPoliciesOutput)

DescribeSSLPoliciesRequest mocks base method

func (*MockELBV2API) DescribeSSLPoliciesWithContext added in v0.8.2

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.8.2

DescribeTags mocks base method

func (*MockELBV2API) DescribeTagsRequest added in v0.8.2

func (m *MockELBV2API) DescribeTagsRequest(arg0 *elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)

DescribeTagsRequest mocks base method

func (*MockELBV2API) DescribeTagsWithContext added in v0.8.2

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.8.2

DescribeTargetGroupAttributes mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesRequest added in v0.8.2

DescribeTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupAttributesWithContext added in v0.8.2

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.8.2

DescribeTargetGroups mocks base method

func (*MockELBV2API) DescribeTargetGroupsPages added in v0.8.2

func (m *MockELBV2API) DescribeTargetGroupsPages(arg0 *elbv2.DescribeTargetGroupsInput, arg1 func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error

DescribeTargetGroupsPages mocks base method

func (*MockELBV2API) DescribeTargetGroupsPagesWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) DescribeTargetGroupsRequest(arg0 *elbv2.DescribeTargetGroupsInput) (*request.Request, *elbv2.DescribeTargetGroupsOutput)

DescribeTargetGroupsRequest mocks base method

func (*MockELBV2API) DescribeTargetGroupsWithContext added in v0.8.2

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.8.2

DescribeTargetHealth mocks base method

func (*MockELBV2API) DescribeTargetHealthRequest added in v0.8.2

func (m *MockELBV2API) DescribeTargetHealthRequest(arg0 *elbv2.DescribeTargetHealthInput) (*request.Request, *elbv2.DescribeTargetHealthOutput)

DescribeTargetHealthRequest mocks base method

func (*MockELBV2API) DescribeTargetHealthWithContext added in v0.8.2

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.8.2

EXPECT returns an object that allows the caller to indicate expected use

func (*MockELBV2API) ModifyListener added in v0.8.2

ModifyListener mocks base method

func (*MockELBV2API) ModifyListenerRequest added in v0.8.2

func (m *MockELBV2API) ModifyListenerRequest(arg0 *elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)

ModifyListenerRequest mocks base method

func (*MockELBV2API) ModifyListenerWithContext added in v0.8.2

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.8.2

ModifyLoadBalancerAttributes mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesRequest added in v0.8.2

ModifyLoadBalancerAttributesRequest mocks base method

func (*MockELBV2API) ModifyLoadBalancerAttributesWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) ModifyRule(arg0 *elbv2.ModifyRuleInput) (*elbv2.ModifyRuleOutput, error)

ModifyRule mocks base method

func (*MockELBV2API) ModifyRuleRequest added in v0.8.2

func (m *MockELBV2API) ModifyRuleRequest(arg0 *elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)

ModifyRuleRequest mocks base method

func (*MockELBV2API) ModifyRuleWithContext added in v0.8.2

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.8.2

ModifyTargetGroup mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributes added in v0.8.2

ModifyTargetGroupAttributes mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesRequest added in v0.8.2

ModifyTargetGroupAttributesRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupAttributesWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) ModifyTargetGroupRequest(arg0 *elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)

ModifyTargetGroupRequest mocks base method

func (*MockELBV2API) ModifyTargetGroupWithContext added in v0.8.2

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.8.2

RegisterTargets mocks base method

func (*MockELBV2API) RegisterTargetsRequest added in v0.8.2

func (m *MockELBV2API) RegisterTargetsRequest(arg0 *elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)

RegisterTargetsRequest mocks base method

func (*MockELBV2API) RegisterTargetsWithContext added in v0.8.2

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.8.2

RemoveListenerCertificates mocks base method

func (*MockELBV2API) RemoveListenerCertificatesRequest added in v0.8.2

RemoveListenerCertificatesRequest mocks base method

func (*MockELBV2API) RemoveListenerCertificatesWithContext added in v0.8.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.8.2

func (m *MockELBV2API) RemoveTags(arg0 *elbv2.RemoveTagsInput) (*elbv2.RemoveTagsOutput, error)

RemoveTags mocks base method

func (*MockELBV2API) RemoveTagsRequest added in v0.8.2

func (m *MockELBV2API) RemoveTagsRequest(arg0 *elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)

RemoveTagsRequest mocks base method

func (*MockELBV2API) RemoveTagsWithContext added in v0.8.2

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.8.2

SetIpAddressType mocks base method

func (*MockELBV2API) SetIpAddressTypeRequest added in v0.8.2

func (m *MockELBV2API) SetIpAddressTypeRequest(arg0 *elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)

SetIpAddressTypeRequest mocks base method

func (*MockELBV2API) SetIpAddressTypeWithContext added in v0.8.2

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.8.2

SetRulePriorities mocks base method

func (*MockELBV2API) SetRulePrioritiesRequest added in v0.8.2

func (m *MockELBV2API) SetRulePrioritiesRequest(arg0 *elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)

SetRulePrioritiesRequest mocks base method

func (*MockELBV2API) SetRulePrioritiesWithContext added in v0.8.2

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.8.2

SetSecurityGroups mocks base method

func (*MockELBV2API) SetSecurityGroupsRequest added in v0.8.2

func (m *MockELBV2API) SetSecurityGroupsRequest(arg0 *elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)

SetSecurityGroupsRequest mocks base method

func (*MockELBV2API) SetSecurityGroupsWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) SetSubnets(arg0 *elbv2.SetSubnetsInput) (*elbv2.SetSubnetsOutput, error)

SetSubnets mocks base method

func (*MockELBV2API) SetSubnetsRequest added in v0.8.2

func (m *MockELBV2API) SetSubnetsRequest(arg0 *elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)

SetSubnetsRequest mocks base method

func (*MockELBV2API) SetSubnetsWithContext added in v0.8.2

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.8.2

func (m *MockELBV2API) WaitUntilLoadBalancerAvailable(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerAvailable mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerAvailableWithContext added in v0.8.2

func (m *MockELBV2API) WaitUntilLoadBalancerAvailableWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerAvailableWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExists added in v0.8.2

func (m *MockELBV2API) WaitUntilLoadBalancerExists(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerExists mocks base method

func (*MockELBV2API) WaitUntilLoadBalancerExistsWithContext added in v0.8.2

func (m *MockELBV2API) WaitUntilLoadBalancerExistsWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancerExistsWithContext mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeleted added in v0.8.2

func (m *MockELBV2API) WaitUntilLoadBalancersDeleted(arg0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancersDeleted mocks base method

func (*MockELBV2API) WaitUntilLoadBalancersDeletedWithContext added in v0.8.2

func (m *MockELBV2API) WaitUntilLoadBalancersDeletedWithContext(arg0 aws.Context, arg1 *elbv2.DescribeLoadBalancersInput, arg2 ...request.WaiterOption) error

WaitUntilLoadBalancersDeletedWithContext mocks base method

func (*MockELBV2API) WaitUntilTargetDeregistered added in v0.8.2

func (m *MockELBV2API) WaitUntilTargetDeregistered(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetDeregistered mocks base method

func (*MockELBV2API) WaitUntilTargetDeregisteredWithContext added in v0.8.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.8.2

func (m *MockELBV2API) WaitUntilTargetInService(arg0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetInService mocks base method

func (*MockELBV2API) WaitUntilTargetInServiceWithContext added in v0.8.2

func (m *MockELBV2API) WaitUntilTargetInServiceWithContext(arg0 aws.Context, arg1 *elbv2.DescribeTargetHealthInput, arg2 ...request.WaiterOption) error

WaitUntilTargetInServiceWithContext mocks base method

type MockELBV2APIMockRecorder added in v0.8.2

type MockELBV2APIMockRecorder struct {
	// contains filtered or unexported fields
}

MockELBV2APIMockRecorder is the mock recorder for MockELBV2API

func (*MockELBV2APIMockRecorder) AddListenerCertificates added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddListenerCertificates(arg0 interface{}) *gomock.Call

AddListenerCertificates indicates an expected call of AddListenerCertificates

func (*MockELBV2APIMockRecorder) AddListenerCertificatesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesRequest(arg0 interface{}) *gomock.Call

AddListenerCertificatesRequest indicates an expected call of AddListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) AddListenerCertificatesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddListenerCertificatesWithContext indicates an expected call of AddListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) AddTags added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockELBV2APIMockRecorder) AddTagsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockELBV2APIMockRecorder) AddTagsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockELBV2APIMockRecorder) CreateListener added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateListener(arg0 interface{}) *gomock.Call

CreateListener indicates an expected call of CreateListener

func (*MockELBV2APIMockRecorder) CreateListenerRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateListenerRequest(arg0 interface{}) *gomock.Call

CreateListenerRequest indicates an expected call of CreateListenerRequest

func (*MockELBV2APIMockRecorder) CreateListenerWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateListenerWithContext indicates an expected call of CreateListenerWithContext

func (*MockELBV2APIMockRecorder) CreateLoadBalancer added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancer(arg0 interface{}) *gomock.Call

CreateLoadBalancer indicates an expected call of CreateLoadBalancer

func (*MockELBV2APIMockRecorder) CreateLoadBalancerRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerRequest(arg0 interface{}) *gomock.Call

CreateLoadBalancerRequest indicates an expected call of CreateLoadBalancerRequest

func (*MockELBV2APIMockRecorder) CreateLoadBalancerWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoadBalancerWithContext indicates an expected call of CreateLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) CreateRule added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateRule(arg0 interface{}) *gomock.Call

CreateRule indicates an expected call of CreateRule

func (*MockELBV2APIMockRecorder) CreateRuleRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call

CreateRuleRequest indicates an expected call of CreateRuleRequest

func (*MockELBV2APIMockRecorder) CreateRuleWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleWithContext indicates an expected call of CreateRuleWithContext

func (*MockELBV2APIMockRecorder) CreateTargetGroup added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateTargetGroup(arg0 interface{}) *gomock.Call

CreateTargetGroup indicates an expected call of CreateTargetGroup

func (*MockELBV2APIMockRecorder) CreateTargetGroupRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateTargetGroupRequest(arg0 interface{}) *gomock.Call

CreateTargetGroupRequest indicates an expected call of CreateTargetGroupRequest

func (*MockELBV2APIMockRecorder) CreateTargetGroupWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) CreateTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTargetGroupWithContext indicates an expected call of CreateTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeleteListener added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteListener(arg0 interface{}) *gomock.Call

DeleteListener indicates an expected call of DeleteListener

func (*MockELBV2APIMockRecorder) DeleteListenerRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteListenerRequest(arg0 interface{}) *gomock.Call

DeleteListenerRequest indicates an expected call of DeleteListenerRequest

func (*MockELBV2APIMockRecorder) DeleteListenerWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteListenerWithContext indicates an expected call of DeleteListenerWithContext

func (*MockELBV2APIMockRecorder) DeleteLoadBalancer added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancer(arg0 interface{}) *gomock.Call

DeleteLoadBalancer indicates an expected call of DeleteLoadBalancer

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerRequest(arg0 interface{}) *gomock.Call

DeleteLoadBalancerRequest indicates an expected call of DeleteLoadBalancerRequest

func (*MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteLoadBalancerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoadBalancerWithContext indicates an expected call of DeleteLoadBalancerWithContext

func (*MockELBV2APIMockRecorder) DeleteRule added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call

DeleteRule indicates an expected call of DeleteRule

func (*MockELBV2APIMockRecorder) DeleteRuleRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call

DeleteRuleRequest indicates an expected call of DeleteRuleRequest

func (*MockELBV2APIMockRecorder) DeleteRuleWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext

func (*MockELBV2APIMockRecorder) DeleteTargetGroup added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroup(arg0 interface{}) *gomock.Call

DeleteTargetGroup indicates an expected call of DeleteTargetGroup

func (*MockELBV2APIMockRecorder) DeleteTargetGroupRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroupRequest(arg0 interface{}) *gomock.Call

DeleteTargetGroupRequest indicates an expected call of DeleteTargetGroupRequest

func (*MockELBV2APIMockRecorder) DeleteTargetGroupWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeleteTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTargetGroupWithContext indicates an expected call of DeleteTargetGroupWithContext

func (*MockELBV2APIMockRecorder) DeregisterTargets added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeregisterTargets(arg0 interface{}) *gomock.Call

DeregisterTargets indicates an expected call of DeregisterTargets

func (*MockELBV2APIMockRecorder) DeregisterTargetsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeregisterTargetsRequest(arg0 interface{}) *gomock.Call

DeregisterTargetsRequest indicates an expected call of DeregisterTargetsRequest

func (*MockELBV2APIMockRecorder) DeregisterTargetsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DeregisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTargetsWithContext indicates an expected call of DeregisterTargetsWithContext

func (*MockELBV2APIMockRecorder) DescribeAccountLimits added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimits(arg0 interface{}) *gomock.Call

DescribeAccountLimits indicates an expected call of DescribeAccountLimits

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsRequest(arg0 interface{}) *gomock.Call

DescribeAccountLimitsRequest indicates an expected call of DescribeAccountLimitsRequest

func (*MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeAccountLimitsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountLimitsWithContext indicates an expected call of DescribeAccountLimitsWithContext

func (*MockELBV2APIMockRecorder) DescribeListenerCertificates added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificates(arg0 interface{}) *gomock.Call

DescribeListenerCertificates indicates an expected call of DescribeListenerCertificates

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeListenerCertificatesRequest indicates an expected call of DescribeListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenerCertificatesWithContext indicates an expected call of DescribeListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) DescribeListeners added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListeners(arg0 interface{}) *gomock.Call

DescribeListeners indicates an expected call of DescribeListeners

func (*MockELBV2APIMockRecorder) DescribeListenersPages added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenersPages(arg0, arg1 interface{}) *gomock.Call

DescribeListenersPages indicates an expected call of DescribeListenersPages

func (*MockELBV2APIMockRecorder) DescribeListenersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenersRequest(arg0 interface{}) *gomock.Call

DescribeListenersRequest indicates an expected call of DescribeListenersRequest

func (*MockELBV2APIMockRecorder) DescribeListenersWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeListenersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeListenersWithContext indicates an expected call of DescribeListenersWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributes(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancerAttributesRequest indicates an expected call of DescribeLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributesWithContext indicates an expected call of DescribeLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeLoadBalancers added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancers(arg0 interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPages added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersPages(arg0, arg1 interface{}) *gomock.Call

DescribeLoadBalancersPages indicates an expected call of DescribeLoadBalancersPages

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersRequest(arg0 interface{}) *gomock.Call

DescribeLoadBalancersRequest indicates an expected call of DescribeLoadBalancersRequest

func (*MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeLoadBalancersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancersWithContext indicates an expected call of DescribeLoadBalancersWithContext

func (*MockELBV2APIMockRecorder) DescribeRules added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeRules(arg0 interface{}) *gomock.Call

DescribeRules indicates an expected call of DescribeRules

func (*MockELBV2APIMockRecorder) DescribeRulesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeRulesRequest(arg0 interface{}) *gomock.Call

DescribeRulesRequest indicates an expected call of DescribeRulesRequest

func (*MockELBV2APIMockRecorder) DescribeRulesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRulesWithContext indicates an expected call of DescribeRulesWithContext

func (*MockELBV2APIMockRecorder) DescribeSSLPolicies added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeSSLPolicies(arg0 interface{}) *gomock.Call

DescribeSSLPolicies indicates an expected call of DescribeSSLPolicies

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesRequest(arg0 interface{}) *gomock.Call

DescribeSSLPoliciesRequest indicates an expected call of DescribeSSLPoliciesRequest

func (*MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeSSLPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSSLPoliciesWithContext indicates an expected call of DescribeSSLPoliciesWithContext

func (*MockELBV2APIMockRecorder) DescribeTags added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockELBV2APIMockRecorder) DescribeTagsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockELBV2APIMockRecorder) DescribeTagsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributes added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributes(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributes indicates an expected call of DescribeTargetGroupAttributes

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupAttributesRequest indicates an expected call of DescribeTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupAttributesWithContext indicates an expected call of DescribeTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetGroups added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroups(arg0 interface{}) *gomock.Call

DescribeTargetGroups indicates an expected call of DescribeTargetGroups

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPages added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTargetGroupsPages indicates an expected call of DescribeTargetGroupsPages

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeTargetGroupsRequest indicates an expected call of DescribeTargetGroupsRequest

func (*MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroupsWithContext indicates an expected call of DescribeTargetGroupsWithContext

func (*MockELBV2APIMockRecorder) DescribeTargetHealth added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealth(arg0 interface{}) *gomock.Call

DescribeTargetHealth indicates an expected call of DescribeTargetHealth

func (*MockELBV2APIMockRecorder) DescribeTargetHealthRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthRequest(arg0 interface{}) *gomock.Call

DescribeTargetHealthRequest indicates an expected call of DescribeTargetHealthRequest

func (*MockELBV2APIMockRecorder) DescribeTargetHealthWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) DescribeTargetHealthWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetHealthWithContext indicates an expected call of DescribeTargetHealthWithContext

func (*MockELBV2APIMockRecorder) ModifyListener added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyListener(arg0 interface{}) *gomock.Call

ModifyListener indicates an expected call of ModifyListener

func (*MockELBV2APIMockRecorder) ModifyListenerRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyListenerRequest(arg0 interface{}) *gomock.Call

ModifyListenerRequest indicates an expected call of ModifyListenerRequest

func (*MockELBV2APIMockRecorder) ModifyListenerWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyListenerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyListenerWithContext indicates an expected call of ModifyListenerWithContext

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributes(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributes indicates an expected call of ModifyLoadBalancerAttributes

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesRequest(arg0 interface{}) *gomock.Call

ModifyLoadBalancerAttributesRequest indicates an expected call of ModifyLoadBalancerAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyLoadBalancerAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLoadBalancerAttributesWithContext indicates an expected call of ModifyLoadBalancerAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyRule added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyRule(arg0 interface{}) *gomock.Call

ModifyRule indicates an expected call of ModifyRule

func (*MockELBV2APIMockRecorder) ModifyRuleRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyRuleRequest(arg0 interface{}) *gomock.Call

ModifyRuleRequest indicates an expected call of ModifyRuleRequest

func (*MockELBV2APIMockRecorder) ModifyRuleWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyRuleWithContext indicates an expected call of ModifyRuleWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroup added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroup(arg0 interface{}) *gomock.Call

ModifyTargetGroup indicates an expected call of ModifyTargetGroup

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributes added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributes(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributes indicates an expected call of ModifyTargetGroupAttributes

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupAttributesRequest indicates an expected call of ModifyTargetGroupAttributesRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupAttributesWithContext indicates an expected call of ModifyTargetGroupAttributesWithContext

func (*MockELBV2APIMockRecorder) ModifyTargetGroupRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupRequest(arg0 interface{}) *gomock.Call

ModifyTargetGroupRequest indicates an expected call of ModifyTargetGroupRequest

func (*MockELBV2APIMockRecorder) ModifyTargetGroupWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) ModifyTargetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTargetGroupWithContext indicates an expected call of ModifyTargetGroupWithContext

func (*MockELBV2APIMockRecorder) RegisterTargets added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RegisterTargets(arg0 interface{}) *gomock.Call

RegisterTargets indicates an expected call of RegisterTargets

func (*MockELBV2APIMockRecorder) RegisterTargetsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RegisterTargetsRequest(arg0 interface{}) *gomock.Call

RegisterTargetsRequest indicates an expected call of RegisterTargetsRequest

func (*MockELBV2APIMockRecorder) RegisterTargetsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RegisterTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTargetsWithContext indicates an expected call of RegisterTargetsWithContext

func (*MockELBV2APIMockRecorder) RemoveListenerCertificates added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificates(arg0 interface{}) *gomock.Call

RemoveListenerCertificates indicates an expected call of RemoveListenerCertificates

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesRequest(arg0 interface{}) *gomock.Call

RemoveListenerCertificatesRequest indicates an expected call of RemoveListenerCertificatesRequest

func (*MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveListenerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveListenerCertificatesWithContext indicates an expected call of RemoveListenerCertificatesWithContext

func (*MockELBV2APIMockRecorder) RemoveTags added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockELBV2APIMockRecorder) RemoveTagsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockELBV2APIMockRecorder) RemoveTagsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockELBV2APIMockRecorder) SetIpAddressType added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetIpAddressType(arg0 interface{}) *gomock.Call

SetIpAddressType indicates an expected call of SetIpAddressType

func (*MockELBV2APIMockRecorder) SetIpAddressTypeRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeRequest(arg0 interface{}) *gomock.Call

SetIpAddressTypeRequest indicates an expected call of SetIpAddressTypeRequest

func (*MockELBV2APIMockRecorder) SetIpAddressTypeWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetIpAddressTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetIpAddressTypeWithContext indicates an expected call of SetIpAddressTypeWithContext

func (*MockELBV2APIMockRecorder) SetRulePriorities added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetRulePriorities(arg0 interface{}) *gomock.Call

SetRulePriorities indicates an expected call of SetRulePriorities

func (*MockELBV2APIMockRecorder) SetRulePrioritiesRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesRequest(arg0 interface{}) *gomock.Call

SetRulePrioritiesRequest indicates an expected call of SetRulePrioritiesRequest

func (*MockELBV2APIMockRecorder) SetRulePrioritiesWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetRulePrioritiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRulePrioritiesWithContext indicates an expected call of SetRulePrioritiesWithContext

func (*MockELBV2APIMockRecorder) SetSecurityGroups added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSecurityGroups(arg0 interface{}) *gomock.Call

SetSecurityGroups indicates an expected call of SetSecurityGroups

func (*MockELBV2APIMockRecorder) SetSecurityGroupsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

SetSecurityGroupsRequest indicates an expected call of SetSecurityGroupsRequest

func (*MockELBV2APIMockRecorder) SetSecurityGroupsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityGroupsWithContext indicates an expected call of SetSecurityGroupsWithContext

func (*MockELBV2APIMockRecorder) SetSubnets added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSubnets(arg0 interface{}) *gomock.Call

SetSubnets indicates an expected call of SetSubnets

func (*MockELBV2APIMockRecorder) SetSubnetsRequest added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSubnetsRequest(arg0 interface{}) *gomock.Call

SetSubnetsRequest indicates an expected call of SetSubnetsRequest

func (*MockELBV2APIMockRecorder) SetSubnetsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) SetSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSubnetsWithContext indicates an expected call of SetSubnetsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailable(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerAvailable indicates an expected call of WaitUntilLoadBalancerAvailable

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerAvailableWithContext indicates an expected call of WaitUntilLoadBalancerAvailableWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExists(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancerExists indicates an expected call of WaitUntilLoadBalancerExists

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancerExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancerExistsWithContext indicates an expected call of WaitUntilLoadBalancerExistsWithContext

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeleted(arg0 interface{}) *gomock.Call

WaitUntilLoadBalancersDeleted indicates an expected call of WaitUntilLoadBalancersDeleted

func (*MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilLoadBalancersDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLoadBalancersDeletedWithContext indicates an expected call of WaitUntilLoadBalancersDeletedWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregistered added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregistered(arg0 interface{}) *gomock.Call

WaitUntilTargetDeregistered indicates an expected call of WaitUntilTargetDeregistered

func (*MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetDeregisteredWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetDeregisteredWithContext indicates an expected call of WaitUntilTargetDeregisteredWithContext

func (*MockELBV2APIMockRecorder) WaitUntilTargetInService added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInService(arg0 interface{}) *gomock.Call

WaitUntilTargetInService indicates an expected call of WaitUntilTargetInService

func (*MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext added in v0.8.2

func (mr *MockELBV2APIMockRecorder) WaitUntilTargetInServiceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilTargetInServiceWithContext indicates an expected call of WaitUntilTargetInServiceWithContext

type MockElastiCacheAPI added in v0.8.2

type MockElastiCacheAPI struct {
	// contains filtered or unexported fields
}

MockElastiCacheAPI is a mock of ElastiCacheAPI interface

func NewMockElastiCacheAPI added in v0.8.2

func NewMockElastiCacheAPI(ctrl *gomock.Controller) *MockElastiCacheAPI

NewMockElastiCacheAPI creates a new mock instance

func (*MockElastiCacheAPI) AddTagsToResource added in v0.8.2

AddTagsToResource mocks base method

func (*MockElastiCacheAPI) AddTagsToResourceRequest added in v0.8.2

AddTagsToResourceRequest mocks base method

func (*MockElastiCacheAPI) AddTagsToResourceWithContext added in v0.8.2

func (m *MockElastiCacheAPI) AddTagsToResourceWithContext(arg0 aws.Context, arg1 *elasticache.AddTagsToResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

AddTagsToResourceWithContext mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngress added in v0.8.2

AuthorizeCacheSecurityGroupIngress mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngressRequest added in v0.8.2

AuthorizeCacheSecurityGroupIngressRequest mocks base method

func (*MockElastiCacheAPI) AuthorizeCacheSecurityGroupIngressWithContext added in v0.8.2

AuthorizeCacheSecurityGroupIngressWithContext mocks base method

func (*MockElastiCacheAPI) BatchApplyUpdateAction added in v0.8.3

BatchApplyUpdateAction mocks base method

func (*MockElastiCacheAPI) BatchApplyUpdateActionRequest added in v0.8.3

BatchApplyUpdateActionRequest mocks base method

func (*MockElastiCacheAPI) BatchApplyUpdateActionWithContext added in v0.8.3

BatchApplyUpdateActionWithContext mocks base method

func (*MockElastiCacheAPI) BatchStopUpdateAction added in v0.8.3

BatchStopUpdateAction mocks base method

func (*MockElastiCacheAPI) BatchStopUpdateActionRequest added in v0.8.3

BatchStopUpdateActionRequest mocks base method

func (*MockElastiCacheAPI) BatchStopUpdateActionWithContext added in v0.8.3

BatchStopUpdateActionWithContext mocks base method

func (*MockElastiCacheAPI) CopySnapshot added in v0.8.2

CopySnapshot mocks base method

func (*MockElastiCacheAPI) CopySnapshotRequest added in v0.8.2

CopySnapshotRequest mocks base method

func (*MockElastiCacheAPI) CopySnapshotWithContext added in v0.8.2

func (m *MockElastiCacheAPI) CopySnapshotWithContext(arg0 aws.Context, arg1 *elasticache.CopySnapshotInput, arg2 ...request.Option) (*elasticache.CopySnapshotOutput, error)

CopySnapshotWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheCluster added in v0.8.2

CreateCacheCluster mocks base method

func (*MockElastiCacheAPI) CreateCacheClusterRequest added in v0.8.2

CreateCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheClusterWithContext added in v0.8.2

func (m *MockElastiCacheAPI) CreateCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.CreateCacheClusterInput, arg2 ...request.Option) (*elasticache.CreateCacheClusterOutput, error)

CreateCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroup added in v0.8.2

CreateCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroupRequest added in v0.8.2

CreateCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheParameterGroupWithContext added in v0.8.2

CreateCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroup added in v0.8.2

CreateCacheSecurityGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroupRequest added in v0.8.2

CreateCacheSecurityGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheSecurityGroupWithContext added in v0.8.2

CreateCacheSecurityGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroup added in v0.8.2

CreateCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroupRequest added in v0.8.2

CreateCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateCacheSubnetGroupWithContext added in v0.8.2

CreateCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroup added in v0.8.2

CreateReplicationGroup mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroupRequest added in v0.8.2

CreateReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) CreateReplicationGroupWithContext added in v0.8.2

CreateReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) CreateSnapshot added in v0.8.2

CreateSnapshot mocks base method

func (*MockElastiCacheAPI) CreateSnapshotRequest added in v0.8.2

CreateSnapshotRequest mocks base method

func (*MockElastiCacheAPI) CreateSnapshotWithContext added in v0.8.2

func (m *MockElastiCacheAPI) CreateSnapshotWithContext(arg0 aws.Context, arg1 *elasticache.CreateSnapshotInput, arg2 ...request.Option) (*elasticache.CreateSnapshotOutput, error)

CreateSnapshotWithContext mocks base method

func (*MockElastiCacheAPI) DecreaseReplicaCount added in v0.8.2

DecreaseReplicaCount mocks base method

func (*MockElastiCacheAPI) DecreaseReplicaCountRequest added in v0.8.2

DecreaseReplicaCountRequest mocks base method

func (*MockElastiCacheAPI) DecreaseReplicaCountWithContext added in v0.8.2

DecreaseReplicaCountWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheCluster added in v0.8.2

DeleteCacheCluster mocks base method

func (*MockElastiCacheAPI) DeleteCacheClusterRequest added in v0.8.2

DeleteCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheClusterWithContext added in v0.8.2

func (m *MockElastiCacheAPI) DeleteCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.DeleteCacheClusterInput, arg2 ...request.Option) (*elasticache.DeleteCacheClusterOutput, error)

DeleteCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroup added in v0.8.2

DeleteCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroupRequest added in v0.8.2

DeleteCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheParameterGroupWithContext added in v0.8.2

DeleteCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroup added in v0.8.2

DeleteCacheSecurityGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroupRequest added in v0.8.2

DeleteCacheSecurityGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheSecurityGroupWithContext added in v0.8.2

DeleteCacheSecurityGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroup added in v0.8.2

DeleteCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroupRequest added in v0.8.2

DeleteCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteCacheSubnetGroupWithContext added in v0.8.2

DeleteCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroup added in v0.8.2

DeleteReplicationGroup mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroupRequest added in v0.8.2

DeleteReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) DeleteReplicationGroupWithContext added in v0.8.2

DeleteReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) DeleteSnapshot added in v0.8.2

DeleteSnapshot mocks base method

func (*MockElastiCacheAPI) DeleteSnapshotRequest added in v0.8.2

DeleteSnapshotRequest mocks base method

func (*MockElastiCacheAPI) DeleteSnapshotWithContext added in v0.8.2

func (m *MockElastiCacheAPI) DeleteSnapshotWithContext(arg0 aws.Context, arg1 *elasticache.DeleteSnapshotInput, arg2 ...request.Option) (*elasticache.DeleteSnapshotOutput, error)

DeleteSnapshotWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheClusters added in v0.8.2

DescribeCacheClusters mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersPages added in v0.8.2

DescribeCacheClustersPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheClustersRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheClustersWithContext added in v0.8.2

DescribeCacheClustersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersions added in v0.8.2

DescribeCacheEngineVersions mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsPages added in v0.8.2

DescribeCacheEngineVersionsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheEngineVersionsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheEngineVersionsWithContext added in v0.8.2

DescribeCacheEngineVersionsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroups added in v0.8.2

DescribeCacheParameterGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsPages added in v0.8.2

DescribeCacheParameterGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheParameterGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameterGroupsWithContext added in v0.8.2

DescribeCacheParameterGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheParameters added in v0.8.2

DescribeCacheParameters mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersPages added in v0.8.2

DescribeCacheParametersPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheParametersRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheParametersWithContext added in v0.8.2

DescribeCacheParametersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroups added in v0.8.2

DescribeCacheSecurityGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsPages added in v0.8.2

DescribeCacheSecurityGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheSecurityGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheSecurityGroupsWithContext added in v0.8.2

DescribeCacheSecurityGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroups added in v0.8.2

DescribeCacheSubnetGroups mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsPages added in v0.8.2

DescribeCacheSubnetGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeCacheSubnetGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeCacheSubnetGroupsWithContext added in v0.8.2

DescribeCacheSubnetGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParameters added in v0.8.2

DescribeEngineDefaultParameters mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersPages added in v0.8.2

DescribeEngineDefaultParametersPages mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeEngineDefaultParametersRequest mocks base method

func (*MockElastiCacheAPI) DescribeEngineDefaultParametersWithContext added in v0.8.2

DescribeEngineDefaultParametersWithContext mocks base method

func (*MockElastiCacheAPI) DescribeEvents added in v0.8.2

DescribeEvents mocks base method

func (*MockElastiCacheAPI) DescribeEventsPages added in v0.8.2

DescribeEventsPages mocks base method

func (*MockElastiCacheAPI) DescribeEventsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeEventsRequest mocks base method

func (*MockElastiCacheAPI) DescribeEventsWithContext added in v0.8.2

func (m *MockElastiCacheAPI) DescribeEventsWithContext(arg0 aws.Context, arg1 *elasticache.DescribeEventsInput, arg2 ...request.Option) (*elasticache.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroups added in v0.8.2

DescribeReplicationGroups mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsPages added in v0.8.2

DescribeReplicationGroupsPages mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReplicationGroupsRequest mocks base method

func (*MockElastiCacheAPI) DescribeReplicationGroupsWithContext added in v0.8.2

DescribeReplicationGroupsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodes added in v0.8.2

DescribeReservedCacheNodes mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferings added in v0.8.2

DescribeReservedCacheNodesOfferings mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsPages added in v0.8.2

DescribeReservedCacheNodesOfferingsPages mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReservedCacheNodesOfferingsRequest mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesOfferingsWithContext added in v0.8.2

DescribeReservedCacheNodesOfferingsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesPages added in v0.8.2

DescribeReservedCacheNodesPages mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReservedCacheNodesRequest mocks base method

func (*MockElastiCacheAPI) DescribeReservedCacheNodesWithContext added in v0.8.2

DescribeReservedCacheNodesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeServiceUpdates added in v0.8.3

DescribeServiceUpdates mocks base method

func (*MockElastiCacheAPI) DescribeServiceUpdatesPages added in v0.8.3

DescribeServiceUpdatesPages mocks base method

func (*MockElastiCacheAPI) DescribeServiceUpdatesPagesWithContext added in v0.8.3

func (m *MockElastiCacheAPI) DescribeServiceUpdatesPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeServiceUpdatesInput, arg2 func(*elasticache.DescribeServiceUpdatesOutput, bool) bool, arg3 ...request.Option) error

DescribeServiceUpdatesPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeServiceUpdatesRequest added in v0.8.3

DescribeServiceUpdatesRequest mocks base method

func (*MockElastiCacheAPI) DescribeServiceUpdatesWithContext added in v0.8.3

DescribeServiceUpdatesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeSnapshots added in v0.8.2

DescribeSnapshots mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsPages added in v0.8.2

DescribeSnapshotsPages mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeSnapshotsRequest mocks base method

func (*MockElastiCacheAPI) DescribeSnapshotsWithContext added in v0.8.2

func (m *MockElastiCacheAPI) DescribeSnapshotsWithContext(arg0 aws.Context, arg1 *elasticache.DescribeSnapshotsInput, arg2 ...request.Option) (*elasticache.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext mocks base method

func (*MockElastiCacheAPI) DescribeUpdateActions added in v0.8.3

DescribeUpdateActions mocks base method

func (*MockElastiCacheAPI) DescribeUpdateActionsPages added in v0.8.3

DescribeUpdateActionsPages mocks base method

func (*MockElastiCacheAPI) DescribeUpdateActionsPagesWithContext added in v0.8.3

func (m *MockElastiCacheAPI) DescribeUpdateActionsPagesWithContext(arg0 aws.Context, arg1 *elasticache.DescribeUpdateActionsInput, arg2 func(*elasticache.DescribeUpdateActionsOutput, bool) bool, arg3 ...request.Option) error

DescribeUpdateActionsPagesWithContext mocks base method

func (*MockElastiCacheAPI) DescribeUpdateActionsRequest added in v0.8.3

DescribeUpdateActionsRequest mocks base method

func (*MockElastiCacheAPI) DescribeUpdateActionsWithContext added in v0.8.3

DescribeUpdateActionsWithContext mocks base method

func (*MockElastiCacheAPI) EXPECT added in v0.8.2

EXPECT returns an object that allows the caller to indicate expected use

func (*MockElastiCacheAPI) IncreaseReplicaCount added in v0.8.2

IncreaseReplicaCount mocks base method

func (*MockElastiCacheAPI) IncreaseReplicaCountRequest added in v0.8.2

IncreaseReplicaCountRequest mocks base method

func (*MockElastiCacheAPI) IncreaseReplicaCountWithContext added in v0.8.2

IncreaseReplicaCountWithContext mocks base method

func (*MockElastiCacheAPI) ListAllowedNodeTypeModifications added in v0.8.2

ListAllowedNodeTypeModifications mocks base method

func (*MockElastiCacheAPI) ListAllowedNodeTypeModificationsRequest added in v0.8.2

ListAllowedNodeTypeModificationsRequest mocks base method

func (*MockElastiCacheAPI) ListAllowedNodeTypeModificationsWithContext added in v0.8.2

ListAllowedNodeTypeModificationsWithContext mocks base method

func (*MockElastiCacheAPI) ListTagsForResource added in v0.8.2

ListTagsForResource mocks base method

func (*MockElastiCacheAPI) ListTagsForResourceRequest added in v0.8.2

ListTagsForResourceRequest mocks base method

func (*MockElastiCacheAPI) ListTagsForResourceWithContext added in v0.8.2

func (m *MockElastiCacheAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *elasticache.ListTagsForResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

ListTagsForResourceWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheCluster added in v0.8.2

ModifyCacheCluster mocks base method

func (*MockElastiCacheAPI) ModifyCacheClusterRequest added in v0.8.2

ModifyCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheClusterWithContext added in v0.8.2

func (m *MockElastiCacheAPI) ModifyCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.ModifyCacheClusterInput, arg2 ...request.Option) (*elasticache.ModifyCacheClusterOutput, error)

ModifyCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroup added in v0.8.2

ModifyCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroupRequest added in v0.8.2

ModifyCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheParameterGroupWithContext added in v0.8.2

ModifyCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroup added in v0.8.2

ModifyCacheSubnetGroup mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroupRequest added in v0.8.2

ModifyCacheSubnetGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyCacheSubnetGroupWithContext added in v0.8.2

ModifyCacheSubnetGroupWithContext mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroup added in v0.8.2

ModifyReplicationGroup mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupRequest added in v0.8.2

ModifyReplicationGroupRequest mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfiguration added in v0.8.2

ModifyReplicationGroupShardConfiguration mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfigurationRequest added in v0.8.2

ModifyReplicationGroupShardConfigurationRequest mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupShardConfigurationWithContext added in v0.8.2

ModifyReplicationGroupShardConfigurationWithContext mocks base method

func (*MockElastiCacheAPI) ModifyReplicationGroupWithContext added in v0.8.2

ModifyReplicationGroupWithContext mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOffering added in v0.8.2

PurchaseReservedCacheNodesOffering mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOfferingRequest added in v0.8.2

PurchaseReservedCacheNodesOfferingRequest mocks base method

func (*MockElastiCacheAPI) PurchaseReservedCacheNodesOfferingWithContext added in v0.8.2

PurchaseReservedCacheNodesOfferingWithContext mocks base method

func (*MockElastiCacheAPI) RebootCacheCluster added in v0.8.2

RebootCacheCluster mocks base method

func (*MockElastiCacheAPI) RebootCacheClusterRequest added in v0.8.2

RebootCacheClusterRequest mocks base method

func (*MockElastiCacheAPI) RebootCacheClusterWithContext added in v0.8.2

func (m *MockElastiCacheAPI) RebootCacheClusterWithContext(arg0 aws.Context, arg1 *elasticache.RebootCacheClusterInput, arg2 ...request.Option) (*elasticache.RebootCacheClusterOutput, error)

RebootCacheClusterWithContext mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResource added in v0.8.2

RemoveTagsFromResource mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResourceRequest added in v0.8.2

RemoveTagsFromResourceRequest mocks base method

func (*MockElastiCacheAPI) RemoveTagsFromResourceWithContext added in v0.8.2

func (m *MockElastiCacheAPI) RemoveTagsFromResourceWithContext(arg0 aws.Context, arg1 *elasticache.RemoveTagsFromResourceInput, arg2 ...request.Option) (*elasticache.TagListMessage, error)

RemoveTagsFromResourceWithContext mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroup added in v0.8.2

ResetCacheParameterGroup mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroupRequest added in v0.8.2

ResetCacheParameterGroupRequest mocks base method

func (*MockElastiCacheAPI) ResetCacheParameterGroupWithContext added in v0.8.2

ResetCacheParameterGroupWithContext mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngress added in v0.8.2

RevokeCacheSecurityGroupIngress mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngressRequest added in v0.8.2

RevokeCacheSecurityGroupIngressRequest mocks base method

func (*MockElastiCacheAPI) RevokeCacheSecurityGroupIngressWithContext added in v0.8.2

RevokeCacheSecurityGroupIngressWithContext mocks base method

func (*MockElastiCacheAPI) TestFailover added in v0.8.2

TestFailover mocks base method

func (*MockElastiCacheAPI) TestFailoverRequest added in v0.8.2

TestFailoverRequest mocks base method

func (*MockElastiCacheAPI) TestFailoverWithContext added in v0.8.2

func (m *MockElastiCacheAPI) TestFailoverWithContext(arg0 aws.Context, arg1 *elasticache.TestFailoverInput, arg2 ...request.Option) (*elasticache.TestFailoverOutput, error)

TestFailoverWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterAvailable added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilCacheClusterAvailable(arg0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterAvailable mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterAvailableWithContext added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilCacheClusterAvailableWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheClustersInput, arg2 ...request.WaiterOption) error

WaitUntilCacheClusterAvailableWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterDeleted added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilCacheClusterDeleted(arg0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterDeleted mocks base method

func (*MockElastiCacheAPI) WaitUntilCacheClusterDeletedWithContext added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilCacheClusterDeletedWithContext(arg0 aws.Context, arg1 *elasticache.DescribeCacheClustersInput, arg2 ...request.WaiterOption) error

WaitUntilCacheClusterDeletedWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupAvailable added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupAvailable(arg0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupAvailable mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupAvailableWithContext added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupAvailableWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReplicationGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilReplicationGroupAvailableWithContext mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupDeleted added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupDeleted(arg0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupDeleted mocks base method

func (*MockElastiCacheAPI) WaitUntilReplicationGroupDeletedWithContext added in v0.8.2

func (m *MockElastiCacheAPI) WaitUntilReplicationGroupDeletedWithContext(arg0 aws.Context, arg1 *elasticache.DescribeReplicationGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilReplicationGroupDeletedWithContext mocks base method

type MockElastiCacheAPIMockRecorder added in v0.8.2

type MockElastiCacheAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockElastiCacheAPIMockRecorder is the mock recorder for MockElastiCacheAPI

func (*MockElastiCacheAPIMockRecorder) AddTagsToResource added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResource(arg0 interface{}) *gomock.Call

AddTagsToResource indicates an expected call of AddTagsToResource

func (*MockElastiCacheAPIMockRecorder) AddTagsToResourceRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResourceRequest(arg0 interface{}) *gomock.Call

AddTagsToResourceRequest indicates an expected call of AddTagsToResourceRequest

func (*MockElastiCacheAPIMockRecorder) AddTagsToResourceWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AddTagsToResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToResourceWithContext indicates an expected call of AddTagsToResourceWithContext

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngress added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngress indicates an expected call of AuthorizeCacheSecurityGroupIngress

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngressRequest indicates an expected call of AuthorizeCacheSecurityGroupIngressRequest

func (*MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) AuthorizeCacheSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeCacheSecurityGroupIngressWithContext indicates an expected call of AuthorizeCacheSecurityGroupIngressWithContext

func (*MockElastiCacheAPIMockRecorder) BatchApplyUpdateAction added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchApplyUpdateAction(arg0 interface{}) *gomock.Call

BatchApplyUpdateAction indicates an expected call of BatchApplyUpdateAction

func (*MockElastiCacheAPIMockRecorder) BatchApplyUpdateActionRequest added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchApplyUpdateActionRequest(arg0 interface{}) *gomock.Call

BatchApplyUpdateActionRequest indicates an expected call of BatchApplyUpdateActionRequest

func (*MockElastiCacheAPIMockRecorder) BatchApplyUpdateActionWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchApplyUpdateActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchApplyUpdateActionWithContext indicates an expected call of BatchApplyUpdateActionWithContext

func (*MockElastiCacheAPIMockRecorder) BatchStopUpdateAction added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchStopUpdateAction(arg0 interface{}) *gomock.Call

BatchStopUpdateAction indicates an expected call of BatchStopUpdateAction

func (*MockElastiCacheAPIMockRecorder) BatchStopUpdateActionRequest added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchStopUpdateActionRequest(arg0 interface{}) *gomock.Call

BatchStopUpdateActionRequest indicates an expected call of BatchStopUpdateActionRequest

func (*MockElastiCacheAPIMockRecorder) BatchStopUpdateActionWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) BatchStopUpdateActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchStopUpdateActionWithContext indicates an expected call of BatchStopUpdateActionWithContext

func (*MockElastiCacheAPIMockRecorder) CopySnapshot added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockElastiCacheAPIMockRecorder) CopySnapshotRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockElastiCacheAPIMockRecorder) CopySnapshotWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheCluster added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheCluster(arg0 interface{}) *gomock.Call

CreateCacheCluster indicates an expected call of CreateCacheCluster

func (*MockElastiCacheAPIMockRecorder) CreateCacheClusterRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheClusterRequest(arg0 interface{}) *gomock.Call

CreateCacheClusterRequest indicates an expected call of CreateCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheClusterWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheClusterWithContext indicates an expected call of CreateCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroup(arg0 interface{}) *gomock.Call

CreateCacheParameterGroup indicates an expected call of CreateCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheParameterGroupRequest indicates an expected call of CreateCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheParameterGroupWithContext indicates an expected call of CreateCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroup(arg0 interface{}) *gomock.Call

CreateCacheSecurityGroup indicates an expected call of CreateCacheSecurityGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheSecurityGroupRequest indicates an expected call of CreateCacheSecurityGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheSecurityGroupWithContext indicates an expected call of CreateCacheSecurityGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroup(arg0 interface{}) *gomock.Call

CreateCacheSubnetGroup indicates an expected call of CreateCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateCacheSubnetGroupRequest indicates an expected call of CreateCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCacheSubnetGroupWithContext indicates an expected call of CreateCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroup(arg0 interface{}) *gomock.Call

CreateReplicationGroup indicates an expected call of CreateReplicationGroup

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroupRequest(arg0 interface{}) *gomock.Call

CreateReplicationGroupRequest indicates an expected call of CreateReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) CreateReplicationGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReplicationGroupWithContext indicates an expected call of CreateReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) CreateSnapshot added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockElastiCacheAPIMockRecorder) CreateSnapshotRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockElastiCacheAPIMockRecorder) CreateSnapshotWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) DecreaseReplicaCount added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DecreaseReplicaCount(arg0 interface{}) *gomock.Call

DecreaseReplicaCount indicates an expected call of DecreaseReplicaCount

func (*MockElastiCacheAPIMockRecorder) DecreaseReplicaCountRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DecreaseReplicaCountRequest(arg0 interface{}) *gomock.Call

DecreaseReplicaCountRequest indicates an expected call of DecreaseReplicaCountRequest

func (*MockElastiCacheAPIMockRecorder) DecreaseReplicaCountWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DecreaseReplicaCountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecreaseReplicaCountWithContext indicates an expected call of DecreaseReplicaCountWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheCluster added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheCluster(arg0 interface{}) *gomock.Call

DeleteCacheCluster indicates an expected call of DeleteCacheCluster

func (*MockElastiCacheAPIMockRecorder) DeleteCacheClusterRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheClusterRequest(arg0 interface{}) *gomock.Call

DeleteCacheClusterRequest indicates an expected call of DeleteCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheClusterWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheClusterWithContext indicates an expected call of DeleteCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroup(arg0 interface{}) *gomock.Call

DeleteCacheParameterGroup indicates an expected call of DeleteCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheParameterGroupRequest indicates an expected call of DeleteCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheParameterGroupWithContext indicates an expected call of DeleteCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroup(arg0 interface{}) *gomock.Call

DeleteCacheSecurityGroup indicates an expected call of DeleteCacheSecurityGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheSecurityGroupRequest indicates an expected call of DeleteCacheSecurityGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheSecurityGroupWithContext indicates an expected call of DeleteCacheSecurityGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroup(arg0 interface{}) *gomock.Call

DeleteCacheSubnetGroup indicates an expected call of DeleteCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteCacheSubnetGroupRequest indicates an expected call of DeleteCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCacheSubnetGroupWithContext indicates an expected call of DeleteCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroup(arg0 interface{}) *gomock.Call

DeleteReplicationGroup indicates an expected call of DeleteReplicationGroup

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroupRequest(arg0 interface{}) *gomock.Call

DeleteReplicationGroupRequest indicates an expected call of DeleteReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) DeleteReplicationGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReplicationGroupWithContext indicates an expected call of DeleteReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshot added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshotRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockElastiCacheAPIMockRecorder) DeleteSnapshotWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClusters added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClusters(arg0 interface{}) *gomock.Call

DescribeCacheClusters indicates an expected call of DescribeCacheClusters

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheClustersPages indicates an expected call of DescribeCacheClustersPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersRequest(arg0 interface{}) *gomock.Call

DescribeCacheClustersRequest indicates an expected call of DescribeCacheClustersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheClustersWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheClustersWithContext indicates an expected call of DescribeCacheClustersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersions added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersions(arg0 interface{}) *gomock.Call

DescribeCacheEngineVersions indicates an expected call of DescribeCacheEngineVersions

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheEngineVersionsPages indicates an expected call of DescribeCacheEngineVersionsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeCacheEngineVersionsRequest indicates an expected call of DescribeCacheEngineVersionsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheEngineVersionsWithContext indicates an expected call of DescribeCacheEngineVersionsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroups added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroups(arg0 interface{}) *gomock.Call

DescribeCacheParameterGroups indicates an expected call of DescribeCacheParameterGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheParameterGroupsPages indicates an expected call of DescribeCacheParameterGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheParameterGroupsRequest indicates an expected call of DescribeCacheParameterGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParameterGroupsWithContext indicates an expected call of DescribeCacheParameterGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParameters added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParameters(arg0 interface{}) *gomock.Call

DescribeCacheParameters indicates an expected call of DescribeCacheParameters

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheParametersPages indicates an expected call of DescribeCacheParametersPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersRequest(arg0 interface{}) *gomock.Call

DescribeCacheParametersRequest indicates an expected call of DescribeCacheParametersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheParametersWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParametersWithContext indicates an expected call of DescribeCacheParametersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroups added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroups(arg0 interface{}) *gomock.Call

DescribeCacheSecurityGroups indicates an expected call of DescribeCacheSecurityGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheSecurityGroupsPages indicates an expected call of DescribeCacheSecurityGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheSecurityGroupsRequest indicates an expected call of DescribeCacheSecurityGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheSecurityGroupsWithContext indicates an expected call of DescribeCacheSecurityGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroups added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroups(arg0 interface{}) *gomock.Call

DescribeCacheSubnetGroups indicates an expected call of DescribeCacheSubnetGroups

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCacheSubnetGroupsPages indicates an expected call of DescribeCacheSubnetGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeCacheSubnetGroupsRequest indicates an expected call of DescribeCacheSubnetGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeCacheSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheSubnetGroupsWithContext indicates an expected call of DescribeCacheSubnetGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParameters added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParameters indicates an expected call of DescribeEngineDefaultParameters

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeEngineDefaultParametersPages indicates an expected call of DescribeEngineDefaultParametersPages

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParametersRequest indicates an expected call of DescribeEngineDefaultParametersRequest

func (*MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEngineDefaultParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersWithContext indicates an expected call of DescribeEngineDefaultParametersWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeEvents added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockElastiCacheAPIMockRecorder) DescribeEventsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockElastiCacheAPIMockRecorder) DescribeEventsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeEventsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroups added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroups(arg0 interface{}) *gomock.Call

DescribeReplicationGroups indicates an expected call of DescribeReplicationGroups

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReplicationGroupsPages indicates an expected call of DescribeReplicationGroupsPages

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsRequest(arg0 interface{}) *gomock.Call

DescribeReplicationGroupsRequest indicates an expected call of DescribeReplicationGroupsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReplicationGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationGroupsWithContext indicates an expected call of DescribeReplicationGroupsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodes added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodes(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodes indicates an expected call of DescribeReservedCacheNodes

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferings added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferings indicates an expected call of DescribeReservedCacheNodesOfferings

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsPages indicates an expected call of DescribeReservedCacheNodesOfferingsPages

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsRequest indicates an expected call of DescribeReservedCacheNodesOfferingsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodesOfferingsWithContext indicates an expected call of DescribeReservedCacheNodesOfferingsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedCacheNodesPages indicates an expected call of DescribeReservedCacheNodesPages

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesRequest(arg0 interface{}) *gomock.Call

DescribeReservedCacheNodesRequest indicates an expected call of DescribeReservedCacheNodesRequest

func (*MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeReservedCacheNodesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodesWithContext indicates an expected call of DescribeReservedCacheNodesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeServiceUpdates added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeServiceUpdates(arg0 interface{}) *gomock.Call

DescribeServiceUpdates indicates an expected call of DescribeServiceUpdates

func (*MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesPages added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeServiceUpdatesPages indicates an expected call of DescribeServiceUpdatesPages

func (*MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesPagesWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeServiceUpdatesPagesWithContext indicates an expected call of DescribeServiceUpdatesPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesRequest added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesRequest(arg0 interface{}) *gomock.Call

DescribeServiceUpdatesRequest indicates an expected call of DescribeServiceUpdatesRequest

func (*MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeServiceUpdatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServiceUpdatesWithContext indicates an expected call of DescribeServiceUpdatesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshots added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsPages added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeSnapshotsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeUpdateActions added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeUpdateActions(arg0 interface{}) *gomock.Call

DescribeUpdateActions indicates an expected call of DescribeUpdateActions

func (*MockElastiCacheAPIMockRecorder) DescribeUpdateActionsPages added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeUpdateActionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeUpdateActionsPages indicates an expected call of DescribeUpdateActionsPages

func (*MockElastiCacheAPIMockRecorder) DescribeUpdateActionsPagesWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeUpdateActionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeUpdateActionsPagesWithContext indicates an expected call of DescribeUpdateActionsPagesWithContext

func (*MockElastiCacheAPIMockRecorder) DescribeUpdateActionsRequest added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeUpdateActionsRequest(arg0 interface{}) *gomock.Call

DescribeUpdateActionsRequest indicates an expected call of DescribeUpdateActionsRequest

func (*MockElastiCacheAPIMockRecorder) DescribeUpdateActionsWithContext added in v0.8.3

func (mr *MockElastiCacheAPIMockRecorder) DescribeUpdateActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUpdateActionsWithContext indicates an expected call of DescribeUpdateActionsWithContext

func (*MockElastiCacheAPIMockRecorder) IncreaseReplicaCount added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) IncreaseReplicaCount(arg0 interface{}) *gomock.Call

IncreaseReplicaCount indicates an expected call of IncreaseReplicaCount

func (*MockElastiCacheAPIMockRecorder) IncreaseReplicaCountRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) IncreaseReplicaCountRequest(arg0 interface{}) *gomock.Call

IncreaseReplicaCountRequest indicates an expected call of IncreaseReplicaCountRequest

func (*MockElastiCacheAPIMockRecorder) IncreaseReplicaCountWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) IncreaseReplicaCountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

IncreaseReplicaCountWithContext indicates an expected call of IncreaseReplicaCountWithContext

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModifications added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModifications(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeModifications indicates an expected call of ListAllowedNodeTypeModifications

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsRequest(arg0 interface{}) *gomock.Call

ListAllowedNodeTypeModificationsRequest indicates an expected call of ListAllowedNodeTypeModificationsRequest

func (*MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListAllowedNodeTypeModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAllowedNodeTypeModificationsWithContext indicates an expected call of ListAllowedNodeTypeModificationsWithContext

func (*MockElastiCacheAPIMockRecorder) ListTagsForResource added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockElastiCacheAPIMockRecorder) ListTagsForResourceRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockElastiCacheAPIMockRecorder) ListTagsForResourceWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheCluster added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheCluster(arg0 interface{}) *gomock.Call

ModifyCacheCluster indicates an expected call of ModifyCacheCluster

func (*MockElastiCacheAPIMockRecorder) ModifyCacheClusterRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheClusterRequest(arg0 interface{}) *gomock.Call

ModifyCacheClusterRequest indicates an expected call of ModifyCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheClusterWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheClusterWithContext indicates an expected call of ModifyCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroup(arg0 interface{}) *gomock.Call

ModifyCacheParameterGroup indicates an expected call of ModifyCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyCacheParameterGroupRequest indicates an expected call of ModifyCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheParameterGroupWithContext indicates an expected call of ModifyCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroup(arg0 interface{}) *gomock.Call

ModifyCacheSubnetGroup indicates an expected call of ModifyCacheSubnetGroup

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupRequest(arg0 interface{}) *gomock.Call

ModifyCacheSubnetGroupRequest indicates an expected call of ModifyCacheSubnetGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyCacheSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCacheSubnetGroupWithContext indicates an expected call of ModifyCacheSubnetGroupWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroup(arg0 interface{}) *gomock.Call

ModifyReplicationGroup indicates an expected call of ModifyReplicationGroup

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupRequest(arg0 interface{}) *gomock.Call

ModifyReplicationGroupRequest indicates an expected call of ModifyReplicationGroupRequest

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfiguration added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfiguration(arg0 interface{}) *gomock.Call

ModifyReplicationGroupShardConfiguration indicates an expected call of ModifyReplicationGroupShardConfiguration

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyReplicationGroupShardConfigurationRequest indicates an expected call of ModifyReplicationGroupShardConfigurationRequest

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupShardConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReplicationGroupShardConfigurationWithContext indicates an expected call of ModifyReplicationGroupShardConfigurationWithContext

func (*MockElastiCacheAPIMockRecorder) ModifyReplicationGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ModifyReplicationGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReplicationGroupWithContext indicates an expected call of ModifyReplicationGroupWithContext

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOffering added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedCacheNodesOffering indicates an expected call of PurchaseReservedCacheNodesOffering

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedCacheNodesOfferingRequest indicates an expected call of PurchaseReservedCacheNodesOfferingRequest

func (*MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) PurchaseReservedCacheNodesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedCacheNodesOfferingWithContext indicates an expected call of PurchaseReservedCacheNodesOfferingWithContext

func (*MockElastiCacheAPIMockRecorder) RebootCacheCluster added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheCluster(arg0 interface{}) *gomock.Call

RebootCacheCluster indicates an expected call of RebootCacheCluster

func (*MockElastiCacheAPIMockRecorder) RebootCacheClusterRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheClusterRequest(arg0 interface{}) *gomock.Call

RebootCacheClusterRequest indicates an expected call of RebootCacheClusterRequest

func (*MockElastiCacheAPIMockRecorder) RebootCacheClusterWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RebootCacheClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootCacheClusterWithContext indicates an expected call of RebootCacheClusterWithContext

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResource added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResource(arg0 interface{}) *gomock.Call

RemoveTagsFromResource indicates an expected call of RemoveTagsFromResource

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromResourceRequest indicates an expected call of RemoveTagsFromResourceRequest

func (*MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RemoveTagsFromResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromResourceWithContext indicates an expected call of RemoveTagsFromResourceWithContext

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroup added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroup(arg0 interface{}) *gomock.Call

ResetCacheParameterGroup indicates an expected call of ResetCacheParameterGroup

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetCacheParameterGroupRequest indicates an expected call of ResetCacheParameterGroupRequest

func (*MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) ResetCacheParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetCacheParameterGroupWithContext indicates an expected call of ResetCacheParameterGroupWithContext

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngress added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeCacheSecurityGroupIngress indicates an expected call of RevokeCacheSecurityGroupIngress

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeCacheSecurityGroupIngressRequest indicates an expected call of RevokeCacheSecurityGroupIngressRequest

func (*MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) RevokeCacheSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeCacheSecurityGroupIngressWithContext indicates an expected call of RevokeCacheSecurityGroupIngressWithContext

func (*MockElastiCacheAPIMockRecorder) TestFailover added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) TestFailover(arg0 interface{}) *gomock.Call

TestFailover indicates an expected call of TestFailover

func (*MockElastiCacheAPIMockRecorder) TestFailoverRequest added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) TestFailoverRequest(arg0 interface{}) *gomock.Call

TestFailoverRequest indicates an expected call of TestFailoverRequest

func (*MockElastiCacheAPIMockRecorder) TestFailoverWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) TestFailoverWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TestFailoverWithContext indicates an expected call of TestFailoverWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailable added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailable(arg0 interface{}) *gomock.Call

WaitUntilCacheClusterAvailable indicates an expected call of WaitUntilCacheClusterAvailable

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailableWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCacheClusterAvailableWithContext indicates an expected call of WaitUntilCacheClusterAvailableWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeleted added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeleted(arg0 interface{}) *gomock.Call

WaitUntilCacheClusterDeleted indicates an expected call of WaitUntilCacheClusterDeleted

func (*MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeletedWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilCacheClusterDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCacheClusterDeletedWithContext indicates an expected call of WaitUntilCacheClusterDeletedWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailable added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailable(arg0 interface{}) *gomock.Call

WaitUntilReplicationGroupAvailable indicates an expected call of WaitUntilReplicationGroupAvailable

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailableWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilReplicationGroupAvailableWithContext indicates an expected call of WaitUntilReplicationGroupAvailableWithContext

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeleted added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeleted(arg0 interface{}) *gomock.Call

WaitUntilReplicationGroupDeleted indicates an expected call of WaitUntilReplicationGroupDeleted

func (*MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeletedWithContext added in v0.8.2

func (mr *MockElastiCacheAPIMockRecorder) WaitUntilReplicationGroupDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilReplicationGroupDeletedWithContext indicates an expected call of WaitUntilReplicationGroupDeletedWithContext

type MockIAMAPI added in v0.8.2

type MockIAMAPI struct {
	// contains filtered or unexported fields
}

MockIAMAPI is a mock of IAMAPI interface

func NewMockIAMAPI added in v0.8.2

func NewMockIAMAPI(ctrl *gomock.Controller) *MockIAMAPI

NewMockIAMAPI creates a new mock instance

func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider added in v0.8.2

AddClientIDToOpenIDConnectProvider mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest added in v0.8.2

AddClientIDToOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext added in v0.8.2

func (m *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.AddClientIDToOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfile added in v0.8.2

AddRoleToInstanceProfile mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileRequest added in v0.8.2

func (m *MockIAMAPI) AddRoleToInstanceProfileRequest(arg0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileWithContext added in v0.8.2

func (m *MockIAMAPI) AddRoleToInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.AddRoleToInstanceProfileInput, arg2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext mocks base method

func (*MockIAMAPI) AddUserToGroup added in v0.8.2

func (m *MockIAMAPI) AddUserToGroup(arg0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup mocks base method

func (*MockIAMAPI) AddUserToGroupRequest added in v0.8.2

func (m *MockIAMAPI) AddUserToGroupRequest(arg0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest mocks base method

func (*MockIAMAPI) AddUserToGroupWithContext added in v0.8.2

func (m *MockIAMAPI) AddUserToGroupWithContext(arg0 aws.Context, arg1 *iam.AddUserToGroupInput, arg2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext mocks base method

func (*MockIAMAPI) AttachGroupPolicy added in v0.8.2

func (m *MockIAMAPI) AttachGroupPolicy(arg0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy mocks base method

func (*MockIAMAPI) AttachGroupPolicyRequest added in v0.8.2

func (m *MockIAMAPI) AttachGroupPolicyRequest(arg0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest mocks base method

func (*MockIAMAPI) AttachGroupPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) AttachGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.AttachGroupPolicyInput, arg2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) AttachRolePolicy added in v0.8.2

func (m *MockIAMAPI) AttachRolePolicy(arg0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy mocks base method

func (*MockIAMAPI) AttachRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) AttachRolePolicyRequest(arg0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest mocks base method

func (*MockIAMAPI) AttachRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) AttachRolePolicyWithContext(arg0 aws.Context, arg1 *iam.AttachRolePolicyInput, arg2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext mocks base method

func (*MockIAMAPI) AttachUserPolicy added in v0.8.2

func (m *MockIAMAPI) AttachUserPolicy(arg0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy mocks base method

func (*MockIAMAPI) AttachUserPolicyRequest added in v0.8.2

func (m *MockIAMAPI) AttachUserPolicyRequest(arg0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest mocks base method

func (*MockIAMAPI) AttachUserPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) AttachUserPolicyWithContext(arg0 aws.Context, arg1 *iam.AttachUserPolicyInput, arg2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext mocks base method

func (*MockIAMAPI) ChangePassword added in v0.8.2

func (m *MockIAMAPI) ChangePassword(arg0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword mocks base method

func (*MockIAMAPI) ChangePasswordRequest added in v0.8.2

func (m *MockIAMAPI) ChangePasswordRequest(arg0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest mocks base method

func (*MockIAMAPI) ChangePasswordWithContext added in v0.8.2

func (m *MockIAMAPI) ChangePasswordWithContext(arg0 aws.Context, arg1 *iam.ChangePasswordInput, arg2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext mocks base method

func (*MockIAMAPI) CreateAccessKey added in v0.8.2

func (m *MockIAMAPI) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey mocks base method

func (*MockIAMAPI) CreateAccessKeyRequest added in v0.8.2

func (m *MockIAMAPI) CreateAccessKeyRequest(arg0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest mocks base method

func (*MockIAMAPI) CreateAccessKeyWithContext added in v0.8.2

func (m *MockIAMAPI) CreateAccessKeyWithContext(arg0 aws.Context, arg1 *iam.CreateAccessKeyInput, arg2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext mocks base method

func (*MockIAMAPI) CreateAccountAlias added in v0.8.2

func (m *MockIAMAPI) CreateAccountAlias(arg0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias mocks base method

func (*MockIAMAPI) CreateAccountAliasRequest added in v0.8.2

func (m *MockIAMAPI) CreateAccountAliasRequest(arg0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest mocks base method

func (*MockIAMAPI) CreateAccountAliasWithContext added in v0.8.2

func (m *MockIAMAPI) CreateAccountAliasWithContext(arg0 aws.Context, arg1 *iam.CreateAccountAliasInput, arg2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext mocks base method

func (*MockIAMAPI) CreateGroup added in v0.8.2

func (m *MockIAMAPI) CreateGroup(arg0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup mocks base method

func (*MockIAMAPI) CreateGroupRequest added in v0.8.2

func (m *MockIAMAPI) CreateGroupRequest(arg0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest mocks base method

func (*MockIAMAPI) CreateGroupWithContext added in v0.8.2

func (m *MockIAMAPI) CreateGroupWithContext(arg0 aws.Context, arg1 *iam.CreateGroupInput, arg2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext mocks base method

func (*MockIAMAPI) CreateInstanceProfile added in v0.8.2

func (m *MockIAMAPI) CreateInstanceProfile(arg0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile mocks base method

func (*MockIAMAPI) CreateInstanceProfileRequest added in v0.8.2

func (m *MockIAMAPI) CreateInstanceProfileRequest(arg0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest mocks base method

func (*MockIAMAPI) CreateInstanceProfileWithContext added in v0.8.2

func (m *MockIAMAPI) CreateInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.CreateInstanceProfileInput, arg2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext mocks base method

func (*MockIAMAPI) CreateLoginProfile added in v0.8.2

func (m *MockIAMAPI) CreateLoginProfile(arg0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile mocks base method

func (*MockIAMAPI) CreateLoginProfileRequest added in v0.8.2

func (m *MockIAMAPI) CreateLoginProfileRequest(arg0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest mocks base method

func (*MockIAMAPI) CreateLoginProfileWithContext added in v0.8.2

func (m *MockIAMAPI) CreateLoginProfileWithContext(arg0 aws.Context, arg1 *iam.CreateLoginProfileInput, arg2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProvider added in v0.8.2

CreateOpenIDConnectProvider mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderRequest added in v0.8.2

func (m *MockIAMAPI) CreateOpenIDConnectProviderRequest(arg0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext added in v0.8.2

func (m *MockIAMAPI) CreateOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.CreateOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) CreatePolicy added in v0.8.2

func (m *MockIAMAPI) CreatePolicy(arg0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy mocks base method

func (*MockIAMAPI) CreatePolicyRequest added in v0.8.2

func (m *MockIAMAPI) CreatePolicyRequest(arg0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersion added in v0.8.2

func (m *MockIAMAPI) CreatePolicyVersion(arg0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion mocks base method

func (*MockIAMAPI) CreatePolicyVersionRequest added in v0.8.2

func (m *MockIAMAPI) CreatePolicyVersionRequest(arg0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersionWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) CreatePolicyWithContext(arg0 aws.Context, arg1 *iam.CreatePolicyInput, arg2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext mocks base method

func (*MockIAMAPI) CreateRole added in v0.8.2

func (m *MockIAMAPI) CreateRole(arg0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole mocks base method

func (*MockIAMAPI) CreateRoleRequest added in v0.8.2

func (m *MockIAMAPI) CreateRoleRequest(arg0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest mocks base method

func (*MockIAMAPI) CreateRoleWithContext added in v0.8.2

func (m *MockIAMAPI) CreateRoleWithContext(arg0 aws.Context, arg1 *iam.CreateRoleInput, arg2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext mocks base method

func (*MockIAMAPI) CreateSAMLProvider added in v0.8.2

func (m *MockIAMAPI) CreateSAMLProvider(arg0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider mocks base method

func (*MockIAMAPI) CreateSAMLProviderRequest added in v0.8.2

func (m *MockIAMAPI) CreateSAMLProviderRequest(arg0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest mocks base method

func (*MockIAMAPI) CreateSAMLProviderWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) CreateServiceLinkedRole(arg0 *iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRole mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleRequest added in v0.8.2

func (m *MockIAMAPI) CreateServiceLinkedRoleRequest(arg0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleWithContext added in v0.8.2

func (m *MockIAMAPI) CreateServiceLinkedRoleWithContext(arg0 aws.Context, arg1 *iam.CreateServiceLinkedRoleInput, arg2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredential added in v0.8.2

CreateServiceSpecificCredential mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialRequest added in v0.8.2

func (m *MockIAMAPI) CreateServiceSpecificCredentialRequest(arg0 *iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)

CreateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext added in v0.8.2

func (m *MockIAMAPI) CreateServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.CreateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) CreateUser added in v0.8.2

func (m *MockIAMAPI) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser mocks base method

func (*MockIAMAPI) CreateUserRequest added in v0.8.2

func (m *MockIAMAPI) CreateUserRequest(arg0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest mocks base method

func (*MockIAMAPI) CreateUserWithContext added in v0.8.2

func (m *MockIAMAPI) CreateUserWithContext(arg0 aws.Context, arg1 *iam.CreateUserInput, arg2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockIAMAPI) CreateVirtualMFADevice added in v0.8.2

func (m *MockIAMAPI) CreateVirtualMFADevice(arg0 *iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADevice mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceRequest added in v0.8.2

func (m *MockIAMAPI) CreateVirtualMFADeviceRequest(arg0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceWithContext added in v0.8.2

func (m *MockIAMAPI) CreateVirtualMFADeviceWithContext(arg0 aws.Context, arg1 *iam.CreateVirtualMFADeviceInput, arg2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeactivateMFADevice added in v0.8.2

func (m *MockIAMAPI) DeactivateMFADevice(arg0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice mocks base method

func (*MockIAMAPI) DeactivateMFADeviceRequest added in v0.8.2

func (m *MockIAMAPI) DeactivateMFADeviceRequest(arg0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest mocks base method

func (*MockIAMAPI) DeactivateMFADeviceWithContext added in v0.8.2

func (m *MockIAMAPI) DeactivateMFADeviceWithContext(arg0 aws.Context, arg1 *iam.DeactivateMFADeviceInput, arg2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeleteAccessKey added in v0.8.2

func (m *MockIAMAPI) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey mocks base method

func (*MockIAMAPI) DeleteAccessKeyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteAccessKeyRequest(arg0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest mocks base method

func (*MockIAMAPI) DeleteAccessKeyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteAccessKeyWithContext(arg0 aws.Context, arg1 *iam.DeleteAccessKeyInput, arg2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext mocks base method

func (*MockIAMAPI) DeleteAccountAlias added in v0.8.2

func (m *MockIAMAPI) DeleteAccountAlias(arg0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias mocks base method

func (*MockIAMAPI) DeleteAccountAliasRequest added in v0.8.2

func (m *MockIAMAPI) DeleteAccountAliasRequest(arg0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest mocks base method

func (*MockIAMAPI) DeleteAccountAliasWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteAccountAliasWithContext(arg0 aws.Context, arg1 *iam.DeleteAccountAliasInput, arg2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicy added in v0.8.2

DeleteAccountPasswordPolicy mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteAccountPasswordPolicyRequest(arg0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroup added in v0.8.2

func (m *MockIAMAPI) DeleteGroup(arg0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup mocks base method

func (*MockIAMAPI) DeleteGroupPolicy added in v0.8.2

func (m *MockIAMAPI) DeleteGroupPolicy(arg0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy mocks base method

func (*MockIAMAPI) DeleteGroupPolicyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteGroupPolicyRequest(arg0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest mocks base method

func (*MockIAMAPI) DeleteGroupPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteGroupPolicyInput, arg2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroupRequest added in v0.8.2

func (m *MockIAMAPI) DeleteGroupRequest(arg0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest mocks base method

func (*MockIAMAPI) DeleteGroupWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteGroupWithContext(arg0 aws.Context, arg1 *iam.DeleteGroupInput, arg2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext mocks base method

func (*MockIAMAPI) DeleteInstanceProfile added in v0.8.2

func (m *MockIAMAPI) DeleteInstanceProfile(arg0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile mocks base method

func (*MockIAMAPI) DeleteInstanceProfileRequest added in v0.8.2

func (m *MockIAMAPI) DeleteInstanceProfileRequest(arg0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest mocks base method

func (*MockIAMAPI) DeleteInstanceProfileWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.DeleteInstanceProfileInput, arg2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext mocks base method

func (*MockIAMAPI) DeleteLoginProfile added in v0.8.2

func (m *MockIAMAPI) DeleteLoginProfile(arg0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile mocks base method

func (*MockIAMAPI) DeleteLoginProfileRequest added in v0.8.2

func (m *MockIAMAPI) DeleteLoginProfileRequest(arg0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest mocks base method

func (*MockIAMAPI) DeleteLoginProfileWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteLoginProfileWithContext(arg0 aws.Context, arg1 *iam.DeleteLoginProfileInput, arg2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProvider added in v0.8.2

DeleteOpenIDConnectProvider mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest added in v0.8.2

func (m *MockIAMAPI) DeleteOpenIDConnectProviderRequest(arg0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.DeleteOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) DeletePolicy added in v0.8.2

func (m *MockIAMAPI) DeletePolicy(arg0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy mocks base method

func (*MockIAMAPI) DeletePolicyRequest added in v0.8.2

func (m *MockIAMAPI) DeletePolicyRequest(arg0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersion added in v0.8.2

func (m *MockIAMAPI) DeletePolicyVersion(arg0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion mocks base method

func (*MockIAMAPI) DeletePolicyVersionRequest added in v0.8.2

func (m *MockIAMAPI) DeletePolicyVersionRequest(arg0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersionWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) DeletePolicyWithContext(arg0 aws.Context, arg1 *iam.DeletePolicyInput, arg2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRole added in v0.8.2

func (m *MockIAMAPI) DeleteRole(arg0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundary added in v0.8.2

DeleteRolePermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryRequest added in v0.8.2

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(arg0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(arg0 aws.Context, arg1 *iam.DeleteRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteRolePolicy added in v0.8.2

func (m *MockIAMAPI) DeleteRolePolicy(arg0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy mocks base method

func (*MockIAMAPI) DeleteRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteRolePolicyRequest(arg0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest mocks base method

func (*MockIAMAPI) DeleteRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteRolePolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteRolePolicyInput, arg2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRoleRequest added in v0.8.2

func (m *MockIAMAPI) DeleteRoleRequest(arg0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest mocks base method

func (*MockIAMAPI) DeleteRoleWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteRoleWithContext(arg0 aws.Context, arg1 *iam.DeleteRoleInput, arg2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext mocks base method

func (*MockIAMAPI) DeleteSAMLProvider added in v0.8.2

func (m *MockIAMAPI) DeleteSAMLProvider(arg0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider mocks base method

func (*MockIAMAPI) DeleteSAMLProviderRequest added in v0.8.2

func (m *MockIAMAPI) DeleteSAMLProviderRequest(arg0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest mocks base method

func (*MockIAMAPI) DeleteSAMLProviderWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.DeleteSAMLProviderInput, arg2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext mocks base method

func (*MockIAMAPI) DeleteSSHPublicKey added in v0.8.2

func (m *MockIAMAPI) DeleteSSHPublicKey(arg0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteSSHPublicKeyRequest(arg0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.DeleteSSHPublicKeyInput, arg2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) DeleteServerCertificate added in v0.8.2

func (m *MockIAMAPI) DeleteServerCertificate(arg0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate mocks base method

func (*MockIAMAPI) DeleteServerCertificateRequest added in v0.8.2

func (m *MockIAMAPI) DeleteServerCertificateRequest(arg0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest mocks base method

func (*MockIAMAPI) DeleteServerCertificateWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) DeleteServiceLinkedRole(arg0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleRequest added in v0.8.2

func (m *MockIAMAPI) DeleteServiceLinkedRoleRequest(arg0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteServiceLinkedRoleWithContext(arg0 aws.Context, arg1 *iam.DeleteServiceLinkedRoleInput, arg2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredential added in v0.8.2

DeleteServiceSpecificCredential mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest added in v0.8.2

func (m *MockIAMAPI) DeleteServiceSpecificCredentialRequest(arg0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.DeleteServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) DeleteSigningCertificate added in v0.8.2

DeleteSigningCertificate mocks base method

func (*MockIAMAPI) DeleteSigningCertificateRequest added in v0.8.2

func (m *MockIAMAPI) DeleteSigningCertificateRequest(arg0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest mocks base method

func (*MockIAMAPI) DeleteSigningCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.DeleteSigningCertificateInput, arg2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteUser added in v0.8.2

func (m *MockIAMAPI) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundary added in v0.8.2

DeleteUserPermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryRequest added in v0.8.2

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(arg0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(arg0 aws.Context, arg1 *iam.DeleteUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteUserPolicy added in v0.8.2

func (m *MockIAMAPI) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy mocks base method

func (*MockIAMAPI) DeleteUserPolicyRequest added in v0.8.2

func (m *MockIAMAPI) DeleteUserPolicyRequest(arg0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest mocks base method

func (*MockIAMAPI) DeleteUserPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteUserPolicyWithContext(arg0 aws.Context, arg1 *iam.DeleteUserPolicyInput, arg2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteUserRequest added in v0.8.2

func (m *MockIAMAPI) DeleteUserRequest(arg0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest mocks base method

func (*MockIAMAPI) DeleteUserWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteUserWithContext(arg0 aws.Context, arg1 *iam.DeleteUserInput, arg2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockIAMAPI) DeleteVirtualMFADevice added in v0.8.2

func (m *MockIAMAPI) DeleteVirtualMFADevice(arg0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceRequest added in v0.8.2

func (m *MockIAMAPI) DeleteVirtualMFADeviceRequest(arg0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext added in v0.8.2

func (m *MockIAMAPI) DeleteVirtualMFADeviceWithContext(arg0 aws.Context, arg1 *iam.DeleteVirtualMFADeviceInput, arg2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DetachGroupPolicy added in v0.8.2

func (m *MockIAMAPI) DetachGroupPolicy(arg0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy mocks base method

func (*MockIAMAPI) DetachGroupPolicyRequest added in v0.8.2

func (m *MockIAMAPI) DetachGroupPolicyRequest(arg0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest mocks base method

func (*MockIAMAPI) DetachGroupPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DetachGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.DetachGroupPolicyInput, arg2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DetachRolePolicy added in v0.8.2

func (m *MockIAMAPI) DetachRolePolicy(arg0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy mocks base method

func (*MockIAMAPI) DetachRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) DetachRolePolicyRequest(arg0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest mocks base method

func (*MockIAMAPI) DetachRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DetachRolePolicyWithContext(arg0 aws.Context, arg1 *iam.DetachRolePolicyInput, arg2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext mocks base method

func (*MockIAMAPI) DetachUserPolicy added in v0.8.2

func (m *MockIAMAPI) DetachUserPolicy(arg0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy mocks base method

func (*MockIAMAPI) DetachUserPolicyRequest added in v0.8.2

func (m *MockIAMAPI) DetachUserPolicyRequest(arg0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest mocks base method

func (*MockIAMAPI) DetachUserPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) DetachUserPolicyWithContext(arg0 aws.Context, arg1 *iam.DetachUserPolicyInput, arg2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext mocks base method

func (*MockIAMAPI) EXPECT added in v0.8.2

func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockIAMAPI) EnableMFADevice added in v0.8.2

func (m *MockIAMAPI) EnableMFADevice(arg0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice mocks base method

func (*MockIAMAPI) EnableMFADeviceRequest added in v0.8.2

func (m *MockIAMAPI) EnableMFADeviceRequest(arg0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest mocks base method

func (*MockIAMAPI) EnableMFADeviceWithContext added in v0.8.2

func (m *MockIAMAPI) EnableMFADeviceWithContext(arg0 aws.Context, arg1 *iam.EnableMFADeviceInput, arg2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext mocks base method

func (*MockIAMAPI) GenerateCredentialReport added in v0.8.2

GenerateCredentialReport mocks base method

func (*MockIAMAPI) GenerateCredentialReportRequest added in v0.8.2

func (m *MockIAMAPI) GenerateCredentialReportRequest(arg0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest mocks base method

func (*MockIAMAPI) GenerateCredentialReportWithContext added in v0.8.2

func (m *MockIAMAPI) GenerateCredentialReportWithContext(arg0 aws.Context, arg1 *iam.GenerateCredentialReportInput, arg2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReport added in v0.9.1

GenerateOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportRequest added in v0.9.1

GenerateOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportWithContext added in v0.9.1

func (m *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(arg0 aws.Context, arg1 *iam.GenerateOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetails added in v0.8.2

GenerateServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsRequest added in v0.8.2

GenerateServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext added in v0.8.2

func (m *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(arg0 aws.Context, arg1 *iam.GenerateServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsed added in v0.8.2

func (m *MockIAMAPI) GetAccessKeyLastUsed(arg0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedRequest added in v0.8.2

func (m *MockIAMAPI) GetAccessKeyLastUsedRequest(arg0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedWithContext added in v0.8.2

func (m *MockIAMAPI) GetAccessKeyLastUsedWithContext(arg0 aws.Context, arg1 *iam.GetAccessKeyLastUsedInput, arg2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetails added in v0.8.2

GetAccountAuthorizationDetails mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPages added in v0.8.2

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPages(arg0 *iam.GetAccountAuthorizationDetailsInput, arg1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) GetAccountAuthorizationDetailsRequest(arg0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext added in v0.8.2

func (m *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(arg0 aws.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicy added in v0.8.2

GetAccountPasswordPolicy mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetAccountPasswordPolicyRequest(arg0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.GetAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) GetAccountSummary added in v0.8.2

func (m *MockIAMAPI) GetAccountSummary(arg0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary mocks base method

func (*MockIAMAPI) GetAccountSummaryRequest added in v0.8.2

func (m *MockIAMAPI) GetAccountSummaryRequest(arg0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest mocks base method

func (*MockIAMAPI) GetAccountSummaryWithContext added in v0.8.2

func (m *MockIAMAPI) GetAccountSummaryWithContext(arg0 aws.Context, arg1 *iam.GetAccountSummaryInput, arg2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicy added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForCustomPolicy(arg0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForCustomPolicyRequest(arg0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(arg0 aws.Context, arg1 *iam.GetContextKeysForCustomPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicy added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicy(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(arg0 aws.Context, arg1 *iam.GetContextKeysForPrincipalPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) GetCredentialReport added in v0.8.2

func (m *MockIAMAPI) GetCredentialReport(arg0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport mocks base method

func (*MockIAMAPI) GetCredentialReportRequest added in v0.8.2

func (m *MockIAMAPI) GetCredentialReportRequest(arg0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest mocks base method

func (*MockIAMAPI) GetCredentialReportWithContext added in v0.8.2

func (m *MockIAMAPI) GetCredentialReportWithContext(arg0 aws.Context, arg1 *iam.GetCredentialReportInput, arg2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext mocks base method

func (*MockIAMAPI) GetGroup added in v0.8.2

func (m *MockIAMAPI) GetGroup(arg0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup mocks base method

func (*MockIAMAPI) GetGroupPages added in v0.8.2

func (m *MockIAMAPI) GetGroupPages(arg0 *iam.GetGroupInput, arg1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages mocks base method

func (*MockIAMAPI) GetGroupPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) GetGroupPolicy(arg0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy mocks base method

func (*MockIAMAPI) GetGroupPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetGroupPolicyRequest(arg0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest mocks base method

func (*MockIAMAPI) GetGroupPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.GetGroupPolicyInput, arg2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext mocks base method

func (*MockIAMAPI) GetGroupRequest added in v0.8.2

func (m *MockIAMAPI) GetGroupRequest(arg0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest mocks base method

func (*MockIAMAPI) GetGroupWithContext added in v0.8.2

func (m *MockIAMAPI) GetGroupWithContext(arg0 aws.Context, arg1 *iam.GetGroupInput, arg2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext mocks base method

func (*MockIAMAPI) GetInstanceProfile added in v0.8.2

func (m *MockIAMAPI) GetInstanceProfile(arg0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile mocks base method

func (*MockIAMAPI) GetInstanceProfileRequest added in v0.8.2

func (m *MockIAMAPI) GetInstanceProfileRequest(arg0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest mocks base method

func (*MockIAMAPI) GetInstanceProfileWithContext added in v0.8.2

func (m *MockIAMAPI) GetInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext mocks base method

func (*MockIAMAPI) GetLoginProfile added in v0.8.2

func (m *MockIAMAPI) GetLoginProfile(arg0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile mocks base method

func (*MockIAMAPI) GetLoginProfileRequest added in v0.8.2

func (m *MockIAMAPI) GetLoginProfileRequest(arg0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest mocks base method

func (*MockIAMAPI) GetLoginProfileWithContext added in v0.8.2

func (m *MockIAMAPI) GetLoginProfileWithContext(arg0 aws.Context, arg1 *iam.GetLoginProfileInput, arg2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext mocks base method

func (*MockIAMAPI) GetOpenIDConnectProvider added in v0.8.2

GetOpenIDConnectProvider mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderRequest added in v0.8.2

func (m *MockIAMAPI) GetOpenIDConnectProviderRequest(arg0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderWithContext added in v0.8.2

func (m *MockIAMAPI) GetOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.GetOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReport added in v0.9.1

GetOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportRequest added in v0.9.1

func (m *MockIAMAPI) GetOrganizationsAccessReportRequest(arg0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportWithContext added in v0.9.1

func (m *MockIAMAPI) GetOrganizationsAccessReportWithContext(arg0 aws.Context, arg1 *iam.GetOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GetPolicy added in v0.8.2

func (m *MockIAMAPI) GetPolicy(arg0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy mocks base method

func (*MockIAMAPI) GetPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetPolicyRequest(arg0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockIAMAPI) GetPolicyVersion added in v0.8.2

func (m *MockIAMAPI) GetPolicyVersion(arg0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion mocks base method

func (*MockIAMAPI) GetPolicyVersionRequest added in v0.8.2

func (m *MockIAMAPI) GetPolicyVersionRequest(arg0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest mocks base method

func (*MockIAMAPI) GetPolicyVersionWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) GetPolicyWithContext(arg0 aws.Context, arg1 *iam.GetPolicyInput, arg2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockIAMAPI) GetRole added in v0.8.2

func (m *MockIAMAPI) GetRole(arg0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole mocks base method

func (*MockIAMAPI) GetRolePolicy added in v0.8.2

func (m *MockIAMAPI) GetRolePolicy(arg0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy mocks base method

func (*MockIAMAPI) GetRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetRolePolicyRequest(arg0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest mocks base method

func (*MockIAMAPI) GetRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetRolePolicyWithContext(arg0 aws.Context, arg1 *iam.GetRolePolicyInput, arg2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext mocks base method

func (*MockIAMAPI) GetRoleRequest added in v0.8.2

func (m *MockIAMAPI) GetRoleRequest(arg0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest mocks base method

func (*MockIAMAPI) GetRoleWithContext added in v0.8.2

func (m *MockIAMAPI) GetRoleWithContext(arg0 aws.Context, arg1 *iam.GetRoleInput, arg2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext mocks base method

func (*MockIAMAPI) GetSAMLProvider added in v0.8.2

func (m *MockIAMAPI) GetSAMLProvider(arg0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider mocks base method

func (*MockIAMAPI) GetSAMLProviderRequest added in v0.8.2

func (m *MockIAMAPI) GetSAMLProviderRequest(arg0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest mocks base method

func (*MockIAMAPI) GetSAMLProviderWithContext added in v0.8.2

func (m *MockIAMAPI) GetSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.GetSAMLProviderInput, arg2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext mocks base method

func (*MockIAMAPI) GetSSHPublicKey added in v0.8.2

func (m *MockIAMAPI) GetSSHPublicKey(arg0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey mocks base method

func (*MockIAMAPI) GetSSHPublicKeyRequest added in v0.8.2

func (m *MockIAMAPI) GetSSHPublicKeyRequest(arg0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) GetSSHPublicKeyWithContext added in v0.8.2

func (m *MockIAMAPI) GetSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.GetSSHPublicKeyInput, arg2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) GetServerCertificate added in v0.8.2

func (m *MockIAMAPI) GetServerCertificate(arg0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate mocks base method

func (*MockIAMAPI) GetServerCertificateRequest added in v0.8.2

func (m *MockIAMAPI) GetServerCertificateRequest(arg0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest mocks base method

func (*MockIAMAPI) GetServerCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) GetServerCertificateWithContext(arg0 aws.Context, arg1 *iam.GetServerCertificateInput, arg2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetails added in v0.8.2

GetServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsRequest added in v0.8.2

func (m *MockIAMAPI) GetServiceLastAccessedDetailsRequest(arg0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithContext added in v0.8.2

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(arg0 aws.Context, arg1 *iam.GetServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntities added in v0.8.2

GetServiceLastAccessedDetailsWithEntities mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest added in v0.8.2

GetServiceLastAccessedDetailsWithEntitiesRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext added in v0.8.2

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0 aws.Context, arg1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

GetServiceLastAccessedDetailsWithEntitiesWithContext mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus added in v0.8.2

GetServiceLinkedRoleDeletionStatus mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest added in v0.8.2

GetServiceLinkedRoleDeletionStatusRequest mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext added in v0.8.2

func (m *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(arg0 aws.Context, arg1 *iam.GetServiceLinkedRoleDeletionStatusInput, arg2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext mocks base method

func (*MockIAMAPI) GetUser added in v0.8.2

func (m *MockIAMAPI) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser mocks base method

func (*MockIAMAPI) GetUserPolicy added in v0.8.2

func (m *MockIAMAPI) GetUserPolicy(arg0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy mocks base method

func (*MockIAMAPI) GetUserPolicyRequest added in v0.8.2

func (m *MockIAMAPI) GetUserPolicyRequest(arg0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest mocks base method

func (*MockIAMAPI) GetUserPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) GetUserPolicyWithContext(arg0 aws.Context, arg1 *iam.GetUserPolicyInput, arg2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext mocks base method

func (*MockIAMAPI) GetUserRequest added in v0.8.2

func (m *MockIAMAPI) GetUserRequest(arg0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest mocks base method

func (*MockIAMAPI) GetUserWithContext added in v0.8.2

func (m *MockIAMAPI) GetUserWithContext(arg0 aws.Context, arg1 *iam.GetUserInput, arg2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext mocks base method

func (*MockIAMAPI) ListAccessKeys added in v0.8.2

func (m *MockIAMAPI) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method

func (*MockIAMAPI) ListAccessKeysPages added in v0.8.2

func (m *MockIAMAPI) ListAccessKeysPages(arg0 *iam.ListAccessKeysInput, arg1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages mocks base method

func (*MockIAMAPI) ListAccessKeysPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListAccessKeysRequest(arg0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest mocks base method

func (*MockIAMAPI) ListAccessKeysWithContext added in v0.8.2

func (m *MockIAMAPI) ListAccessKeysWithContext(arg0 aws.Context, arg1 *iam.ListAccessKeysInput, arg2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext mocks base method

func (*MockIAMAPI) ListAccountAliases added in v0.8.2

func (m *MockIAMAPI) ListAccountAliases(arg0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases mocks base method

func (*MockIAMAPI) ListAccountAliasesPages added in v0.8.2

func (m *MockIAMAPI) ListAccountAliasesPages(arg0 *iam.ListAccountAliasesInput, arg1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages mocks base method

func (*MockIAMAPI) ListAccountAliasesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListAccountAliasesRequest(arg0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest mocks base method

func (*MockIAMAPI) ListAccountAliasesWithContext added in v0.8.2

func (m *MockIAMAPI) ListAccountAliasesWithContext(arg0 aws.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPolicies added in v0.8.2

ListAttachedGroupPolicies mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListAttachedGroupPoliciesPages(arg0 *iam.ListAttachedGroupPoliciesInput, arg1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListAttachedGroupPoliciesRequest(arg0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListAttachedGroupPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePolicies added in v0.8.2

ListAttachedRolePolicies mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListAttachedRolePoliciesPages(arg0 *iam.ListAttachedRolePoliciesInput, arg1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListAttachedRolePoliciesRequest(arg0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListAttachedRolePoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPolicies added in v0.8.2

ListAttachedUserPolicies mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListAttachedUserPoliciesPages(arg0 *iam.ListAttachedUserPoliciesInput, arg1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListAttachedUserPoliciesRequest(arg0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListAttachedUserPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicy added in v0.8.2

func (m *MockIAMAPI) ListEntitiesForPolicy(arg0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPages added in v0.8.2

func (m *MockIAMAPI) ListEntitiesForPolicyPages(arg0 *iam.ListEntitiesForPolicyInput, arg1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListEntitiesForPolicyRequest(arg0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) ListEntitiesForPolicyWithContext(arg0 aws.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext mocks base method

func (*MockIAMAPI) ListGroupPolicies added in v0.8.2

func (m *MockIAMAPI) ListGroupPolicies(arg0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies mocks base method

func (*MockIAMAPI) ListGroupPoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListGroupPoliciesPages(arg0 *iam.ListGroupPoliciesInput, arg1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListGroupPoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListGroupPoliciesRequest(arg0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListGroupPoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListGroupPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListGroupPoliciesInput, arg2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListGroups added in v0.8.2

func (m *MockIAMAPI) ListGroups(arg0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups mocks base method

func (*MockIAMAPI) ListGroupsForUser added in v0.8.2

func (m *MockIAMAPI) ListGroupsForUser(arg0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser mocks base method

func (*MockIAMAPI) ListGroupsForUserPages added in v0.8.2

func (m *MockIAMAPI) ListGroupsForUserPages(arg0 *iam.ListGroupsForUserInput, arg1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages mocks base method

func (*MockIAMAPI) ListGroupsForUserPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListGroupsForUserRequest(arg0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest mocks base method

func (*MockIAMAPI) ListGroupsForUserWithContext added in v0.8.2

func (m *MockIAMAPI) ListGroupsForUserWithContext(arg0 aws.Context, arg1 *iam.ListGroupsForUserInput, arg2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext mocks base method

func (*MockIAMAPI) ListGroupsPages added in v0.8.2

func (m *MockIAMAPI) ListGroupsPages(arg0 *iam.ListGroupsInput, arg1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages mocks base method

func (*MockIAMAPI) ListGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListGroupsRequest(arg0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest mocks base method

func (*MockIAMAPI) ListGroupsWithContext added in v0.8.2

func (m *MockIAMAPI) ListGroupsWithContext(arg0 aws.Context, arg1 *iam.ListGroupsInput, arg2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfiles added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfiles(arg0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRole added in v0.8.2

ListInstanceProfilesForRole mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePages added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesForRolePages(arg0 *iam.ListInstanceProfilesForRoleInput, arg1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesForRoleRequest(arg0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesForRoleWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesPages added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesPages(arg0 *iam.ListInstanceProfilesInput, arg1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages mocks base method

func (*MockIAMAPI) ListInstanceProfilesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesRequest(arg0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesWithContext added in v0.8.2

func (m *MockIAMAPI) ListInstanceProfilesWithContext(arg0 aws.Context, arg1 *iam.ListInstanceProfilesInput, arg2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext mocks base method

func (*MockIAMAPI) ListMFADevices added in v0.8.2

func (m *MockIAMAPI) ListMFADevices(arg0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices mocks base method

func (*MockIAMAPI) ListMFADevicesPages added in v0.8.2

func (m *MockIAMAPI) ListMFADevicesPages(arg0 *iam.ListMFADevicesInput, arg1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages mocks base method

func (*MockIAMAPI) ListMFADevicesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListMFADevicesRequest(arg0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest mocks base method

func (*MockIAMAPI) ListMFADevicesWithContext added in v0.8.2

func (m *MockIAMAPI) ListMFADevicesWithContext(arg0 aws.Context, arg1 *iam.ListMFADevicesInput, arg2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviders added in v0.8.2

ListOpenIDConnectProviders mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersRequest added in v0.8.2

func (m *MockIAMAPI) ListOpenIDConnectProvidersRequest(arg0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext added in v0.8.2

func (m *MockIAMAPI) ListOpenIDConnectProvidersWithContext(arg0 aws.Context, arg1 *iam.ListOpenIDConnectProvidersInput, arg2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext mocks base method

func (*MockIAMAPI) ListPolicies added in v0.8.2

func (m *MockIAMAPI) ListPolicies(arg0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccess added in v0.8.2

ListPoliciesGrantingServiceAccess mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessRequest added in v0.8.2

ListPoliciesGrantingServiceAccessRequest mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext added in v0.8.2

func (m *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(arg0 aws.Context, arg1 *iam.ListPoliciesGrantingServiceAccessInput, arg2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccessWithContext mocks base method

func (*MockIAMAPI) ListPoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListPoliciesPages(arg0 *iam.ListPoliciesInput, arg1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages mocks base method

func (*MockIAMAPI) ListPoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListPoliciesRequest(arg0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest mocks base method

func (*MockIAMAPI) ListPoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListPoliciesInput, arg2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersions added in v0.8.2

func (m *MockIAMAPI) ListPolicyVersions(arg0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions mocks base method

func (*MockIAMAPI) ListPolicyVersionsPages added in v0.8.2

func (m *MockIAMAPI) ListPolicyVersionsPages(arg0 *iam.ListPolicyVersionsInput, arg1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages mocks base method

func (*MockIAMAPI) ListPolicyVersionsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListPolicyVersionsRequest(arg0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest mocks base method

func (*MockIAMAPI) ListPolicyVersionsWithContext added in v0.8.2

func (m *MockIAMAPI) ListPolicyVersionsWithContext(arg0 aws.Context, arg1 *iam.ListPolicyVersionsInput, arg2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext mocks base method

func (*MockIAMAPI) ListRolePolicies added in v0.8.2

func (m *MockIAMAPI) ListRolePolicies(arg0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies mocks base method

func (*MockIAMAPI) ListRolePoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListRolePoliciesPages(arg0 *iam.ListRolePoliciesInput, arg1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages mocks base method

func (*MockIAMAPI) ListRolePoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListRolePoliciesRequest(arg0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListRolePoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListRolePoliciesWithContext(arg0 aws.Context, arg1 *iam.ListRolePoliciesInput, arg2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListRoleTags added in v0.8.2

func (m *MockIAMAPI) ListRoleTags(arg0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags mocks base method

func (*MockIAMAPI) ListRoleTagsRequest added in v0.8.2

func (m *MockIAMAPI) ListRoleTagsRequest(arg0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest mocks base method

func (*MockIAMAPI) ListRoleTagsWithContext added in v0.8.2

func (m *MockIAMAPI) ListRoleTagsWithContext(arg0 aws.Context, arg1 *iam.ListRoleTagsInput, arg2 ...request.Option) (*iam.ListRoleTagsOutput, error)

ListRoleTagsWithContext mocks base method

func (*MockIAMAPI) ListRoles added in v0.8.2

func (m *MockIAMAPI) ListRoles(arg0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles mocks base method

func (*MockIAMAPI) ListRolesPages added in v0.8.2

func (m *MockIAMAPI) ListRolesPages(arg0 *iam.ListRolesInput, arg1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages mocks base method

func (*MockIAMAPI) ListRolesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListRolesRequest(arg0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest mocks base method

func (*MockIAMAPI) ListRolesWithContext added in v0.8.2

func (m *MockIAMAPI) ListRolesWithContext(arg0 aws.Context, arg1 *iam.ListRolesInput, arg2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext mocks base method

func (*MockIAMAPI) ListSAMLProviders added in v0.8.2

func (m *MockIAMAPI) ListSAMLProviders(arg0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders mocks base method

func (*MockIAMAPI) ListSAMLProvidersRequest added in v0.8.2

func (m *MockIAMAPI) ListSAMLProvidersRequest(arg0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest mocks base method

func (*MockIAMAPI) ListSAMLProvidersWithContext added in v0.8.2

func (m *MockIAMAPI) ListSAMLProvidersWithContext(arg0 aws.Context, arg1 *iam.ListSAMLProvidersInput, arg2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeys added in v0.8.2

func (m *MockIAMAPI) ListSSHPublicKeys(arg0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPages added in v0.8.2

func (m *MockIAMAPI) ListSSHPublicKeysPages(arg0 *iam.ListSSHPublicKeysInput, arg1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListSSHPublicKeysRequest(arg0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest mocks base method

func (*MockIAMAPI) ListSSHPublicKeysWithContext added in v0.8.2

func (m *MockIAMAPI) ListSSHPublicKeysWithContext(arg0 aws.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext mocks base method

func (*MockIAMAPI) ListServerCertificates added in v0.8.2

func (m *MockIAMAPI) ListServerCertificates(arg0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates mocks base method

func (*MockIAMAPI) ListServerCertificatesPages added in v0.8.2

func (m *MockIAMAPI) ListServerCertificatesPages(arg0 *iam.ListServerCertificatesInput, arg1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages mocks base method

func (*MockIAMAPI) ListServerCertificatesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListServerCertificatesRequest(arg0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest mocks base method

func (*MockIAMAPI) ListServerCertificatesWithContext added in v0.8.2

func (m *MockIAMAPI) ListServerCertificatesWithContext(arg0 aws.Context, arg1 *iam.ListServerCertificatesInput, arg2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentials added in v0.8.2

ListServiceSpecificCredentials mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsRequest added in v0.8.2

func (m *MockIAMAPI) ListServiceSpecificCredentialsRequest(arg0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext added in v0.8.2

func (m *MockIAMAPI) ListServiceSpecificCredentialsWithContext(arg0 aws.Context, arg1 *iam.ListServiceSpecificCredentialsInput, arg2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificates added in v0.8.2

func (m *MockIAMAPI) ListSigningCertificates(arg0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates mocks base method

func (*MockIAMAPI) ListSigningCertificatesPages added in v0.8.2

func (m *MockIAMAPI) ListSigningCertificatesPages(arg0 *iam.ListSigningCertificatesInput, arg1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages mocks base method

func (*MockIAMAPI) ListSigningCertificatesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListSigningCertificatesRequest(arg0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest mocks base method

func (*MockIAMAPI) ListSigningCertificatesWithContext added in v0.8.2

func (m *MockIAMAPI) ListSigningCertificatesWithContext(arg0 aws.Context, arg1 *iam.ListSigningCertificatesInput, arg2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext mocks base method

func (*MockIAMAPI) ListUserPolicies added in v0.8.2

func (m *MockIAMAPI) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies mocks base method

func (*MockIAMAPI) ListUserPoliciesPages added in v0.8.2

func (m *MockIAMAPI) ListUserPoliciesPages(arg0 *iam.ListUserPoliciesInput, arg1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages mocks base method

func (*MockIAMAPI) ListUserPoliciesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListUserPoliciesRequest(arg0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListUserPoliciesWithContext added in v0.8.2

func (m *MockIAMAPI) ListUserPoliciesWithContext(arg0 aws.Context, arg1 *iam.ListUserPoliciesInput, arg2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListUserTags added in v0.8.2

func (m *MockIAMAPI) ListUserTags(arg0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags mocks base method

func (*MockIAMAPI) ListUserTagsRequest added in v0.8.2

func (m *MockIAMAPI) ListUserTagsRequest(arg0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest mocks base method

func (*MockIAMAPI) ListUserTagsWithContext added in v0.8.2

func (m *MockIAMAPI) ListUserTagsWithContext(arg0 aws.Context, arg1 *iam.ListUserTagsInput, arg2 ...request.Option) (*iam.ListUserTagsOutput, error)

ListUserTagsWithContext mocks base method

func (*MockIAMAPI) ListUsers added in v0.8.2

func (m *MockIAMAPI) ListUsers(arg0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers mocks base method

func (*MockIAMAPI) ListUsersPages added in v0.8.2

func (m *MockIAMAPI) ListUsersPages(arg0 *iam.ListUsersInput, arg1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages mocks base method

func (*MockIAMAPI) ListUsersPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListUsersRequest(arg0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest mocks base method

func (*MockIAMAPI) ListUsersWithContext added in v0.8.2

func (m *MockIAMAPI) ListUsersWithContext(arg0 aws.Context, arg1 *iam.ListUsersInput, arg2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevices added in v0.8.2

func (m *MockIAMAPI) ListVirtualMFADevices(arg0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPages added in v0.8.2

func (m *MockIAMAPI) ListVirtualMFADevicesPages(arg0 *iam.ListVirtualMFADevicesInput, arg1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) ListVirtualMFADevicesRequest(arg0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesWithContext added in v0.8.2

func (m *MockIAMAPI) ListVirtualMFADevicesWithContext(arg0 aws.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext mocks base method

func (*MockIAMAPI) PutGroupPolicy added in v0.8.2

func (m *MockIAMAPI) PutGroupPolicy(arg0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy mocks base method

func (*MockIAMAPI) PutGroupPolicyRequest added in v0.8.2

func (m *MockIAMAPI) PutGroupPolicyRequest(arg0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest mocks base method

func (*MockIAMAPI) PutGroupPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) PutGroupPolicyWithContext(arg0 aws.Context, arg1 *iam.PutGroupPolicyInput, arg2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundary added in v0.8.2

PutRolePermissionsBoundary mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryRequest added in v0.8.2

func (m *MockIAMAPI) PutRolePermissionsBoundaryRequest(arg0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryWithContext added in v0.8.2

func (m *MockIAMAPI) PutRolePermissionsBoundaryWithContext(arg0 aws.Context, arg1 *iam.PutRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutRolePolicy added in v0.8.2

func (m *MockIAMAPI) PutRolePolicy(arg0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy mocks base method

func (*MockIAMAPI) PutRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) PutRolePolicyRequest(arg0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest mocks base method

func (*MockIAMAPI) PutRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) PutRolePolicyWithContext(arg0 aws.Context, arg1 *iam.PutRolePolicyInput, arg2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundary added in v0.8.2

PutUserPermissionsBoundary mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryRequest added in v0.8.2

func (m *MockIAMAPI) PutUserPermissionsBoundaryRequest(arg0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryWithContext added in v0.8.2

func (m *MockIAMAPI) PutUserPermissionsBoundaryWithContext(arg0 aws.Context, arg1 *iam.PutUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutUserPolicy added in v0.8.2

func (m *MockIAMAPI) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy mocks base method

func (*MockIAMAPI) PutUserPolicyRequest added in v0.8.2

func (m *MockIAMAPI) PutUserPolicyRequest(arg0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest mocks base method

func (*MockIAMAPI) PutUserPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) PutUserPolicyWithContext(arg0 aws.Context, arg1 *iam.PutUserPolicyInput, arg2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider added in v0.8.2

RemoveClientIDFromOpenIDConnectProvider mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest added in v0.8.2

RemoveClientIDFromOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext added in v0.8.2

func (m *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0 aws.Context, arg1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfile added in v0.8.2

RemoveRoleFromInstanceProfile mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest added in v0.8.2

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(arg0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext added in v0.8.2

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(arg0 aws.Context, arg1 *iam.RemoveRoleFromInstanceProfileInput, arg2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext mocks base method

func (*MockIAMAPI) RemoveUserFromGroup added in v0.8.2

func (m *MockIAMAPI) RemoveUserFromGroup(arg0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup mocks base method

func (*MockIAMAPI) RemoveUserFromGroupRequest added in v0.8.2

func (m *MockIAMAPI) RemoveUserFromGroupRequest(arg0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest mocks base method

func (*MockIAMAPI) RemoveUserFromGroupWithContext added in v0.8.2

func (m *MockIAMAPI) RemoveUserFromGroupWithContext(arg0 aws.Context, arg1 *iam.RemoveUserFromGroupInput, arg2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredential added in v0.8.2

ResetServiceSpecificCredential mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialRequest added in v0.8.2

func (m *MockIAMAPI) ResetServiceSpecificCredentialRequest(arg0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext added in v0.8.2

func (m *MockIAMAPI) ResetServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.ResetServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) ResyncMFADevice added in v0.8.2

func (m *MockIAMAPI) ResyncMFADevice(arg0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice mocks base method

func (*MockIAMAPI) ResyncMFADeviceRequest added in v0.8.2

func (m *MockIAMAPI) ResyncMFADeviceRequest(arg0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest mocks base method

func (*MockIAMAPI) ResyncMFADeviceWithContext added in v0.8.2

func (m *MockIAMAPI) ResyncMFADeviceWithContext(arg0 aws.Context, arg1 *iam.ResyncMFADeviceInput, arg2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersion added in v0.8.2

func (m *MockIAMAPI) SetDefaultPolicyVersion(arg0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionRequest added in v0.8.2

func (m *MockIAMAPI) SetDefaultPolicyVersionRequest(arg0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionWithContext added in v0.8.2

func (m *MockIAMAPI) SetDefaultPolicyVersionWithContext(arg0 aws.Context, arg1 *iam.SetDefaultPolicyVersionInput, arg2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferences added in v0.8.2

SetSecurityTokenServicePreferences mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesRequest added in v0.8.2

SetSecurityTokenServicePreferencesRequest mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesWithContext added in v0.8.2

func (m *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(arg0 aws.Context, arg1 *iam.SetSecurityTokenServicePreferencesInput, arg2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferencesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicy added in v0.8.2

func (m *MockIAMAPI) SimulateCustomPolicy(arg0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPages added in v0.8.2

func (m *MockIAMAPI) SimulateCustomPolicyPages(arg0 *iam.SimulateCustomPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) SimulateCustomPolicyRequest(arg0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest mocks base method

func (*MockIAMAPI) SimulateCustomPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) SimulateCustomPolicyWithContext(arg0 aws.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicy added in v0.8.2

func (m *MockIAMAPI) SimulatePrincipalPolicy(arg0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPages added in v0.8.2

func (m *MockIAMAPI) SimulatePrincipalPolicyPages(arg0 *iam.SimulatePrincipalPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockIAMAPI) SimulatePrincipalPolicyRequest(arg0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) SimulatePrincipalPolicyWithContext(arg0 aws.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) TagRole added in v0.8.2

func (m *MockIAMAPI) TagRole(arg0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole mocks base method

func (*MockIAMAPI) TagRoleRequest added in v0.8.2

func (m *MockIAMAPI) TagRoleRequest(arg0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest mocks base method

func (*MockIAMAPI) TagRoleWithContext added in v0.8.2

func (m *MockIAMAPI) TagRoleWithContext(arg0 aws.Context, arg1 *iam.TagRoleInput, arg2 ...request.Option) (*iam.TagRoleOutput, error)

TagRoleWithContext mocks base method

func (*MockIAMAPI) TagUser added in v0.8.2

func (m *MockIAMAPI) TagUser(arg0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser mocks base method

func (*MockIAMAPI) TagUserRequest added in v0.8.2

func (m *MockIAMAPI) TagUserRequest(arg0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest mocks base method

func (*MockIAMAPI) TagUserWithContext added in v0.8.2

func (m *MockIAMAPI) TagUserWithContext(arg0 aws.Context, arg1 *iam.TagUserInput, arg2 ...request.Option) (*iam.TagUserOutput, error)

TagUserWithContext mocks base method

func (*MockIAMAPI) UntagRole added in v0.8.2

func (m *MockIAMAPI) UntagRole(arg0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole mocks base method

func (*MockIAMAPI) UntagRoleRequest added in v0.8.2

func (m *MockIAMAPI) UntagRoleRequest(arg0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest mocks base method

func (*MockIAMAPI) UntagRoleWithContext added in v0.8.2

func (m *MockIAMAPI) UntagRoleWithContext(arg0 aws.Context, arg1 *iam.UntagRoleInput, arg2 ...request.Option) (*iam.UntagRoleOutput, error)

UntagRoleWithContext mocks base method

func (*MockIAMAPI) UntagUser added in v0.8.2

func (m *MockIAMAPI) UntagUser(arg0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser mocks base method

func (*MockIAMAPI) UntagUserRequest added in v0.8.2

func (m *MockIAMAPI) UntagUserRequest(arg0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest mocks base method

func (*MockIAMAPI) UntagUserWithContext added in v0.8.2

func (m *MockIAMAPI) UntagUserWithContext(arg0 aws.Context, arg1 *iam.UntagUserInput, arg2 ...request.Option) (*iam.UntagUserOutput, error)

UntagUserWithContext mocks base method

func (*MockIAMAPI) UpdateAccessKey added in v0.8.2

func (m *MockIAMAPI) UpdateAccessKey(arg0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey mocks base method

func (*MockIAMAPI) UpdateAccessKeyRequest added in v0.8.2

func (m *MockIAMAPI) UpdateAccessKeyRequest(arg0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest mocks base method

func (*MockIAMAPI) UpdateAccessKeyWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateAccessKeyWithContext(arg0 aws.Context, arg1 *iam.UpdateAccessKeyInput, arg2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicy added in v0.8.2

UpdateAccountPasswordPolicy mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest added in v0.8.2

func (m *MockIAMAPI) UpdateAccountPasswordPolicyRequest(arg0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(arg0 aws.Context, arg1 *iam.UpdateAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicy added in v0.8.2

func (m *MockIAMAPI) UpdateAssumeRolePolicy(arg0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyRequest added in v0.8.2

func (m *MockIAMAPI) UpdateAssumeRolePolicyRequest(arg0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateAssumeRolePolicyWithContext(arg0 aws.Context, arg1 *iam.UpdateAssumeRolePolicyInput, arg2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext mocks base method

func (*MockIAMAPI) UpdateGroup added in v0.8.2

func (m *MockIAMAPI) UpdateGroup(arg0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup mocks base method

func (*MockIAMAPI) UpdateGroupRequest added in v0.8.2

func (m *MockIAMAPI) UpdateGroupRequest(arg0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest mocks base method

func (*MockIAMAPI) UpdateGroupWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateGroupWithContext(arg0 aws.Context, arg1 *iam.UpdateGroupInput, arg2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext mocks base method

func (*MockIAMAPI) UpdateLoginProfile added in v0.8.2

func (m *MockIAMAPI) UpdateLoginProfile(arg0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile mocks base method

func (*MockIAMAPI) UpdateLoginProfileRequest added in v0.8.2

func (m *MockIAMAPI) UpdateLoginProfileRequest(arg0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest mocks base method

func (*MockIAMAPI) UpdateLoginProfileWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateLoginProfileWithContext(arg0 aws.Context, arg1 *iam.UpdateLoginProfileInput, arg2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint added in v0.8.2

UpdateOpenIDConnectProviderThumbprint mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest added in v0.8.2

UpdateOpenIDConnectProviderThumbprintRequest mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) UpdateRole(arg0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole mocks base method

func (*MockIAMAPI) UpdateRoleDescription added in v0.8.2

func (m *MockIAMAPI) UpdateRoleDescription(arg0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionRequest added in v0.8.2

func (m *MockIAMAPI) UpdateRoleDescriptionRequest(arg0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionWithContext added in v0.8.2

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.8.2

func (m *MockIAMAPI) UpdateRoleRequest(arg0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest mocks base method

func (*MockIAMAPI) UpdateRoleWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateRoleWithContext(arg0 aws.Context, arg1 *iam.UpdateRoleInput, arg2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext mocks base method

func (*MockIAMAPI) UpdateSAMLProvider added in v0.8.2

func (m *MockIAMAPI) UpdateSAMLProvider(arg0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider mocks base method

func (*MockIAMAPI) UpdateSAMLProviderRequest added in v0.8.2

func (m *MockIAMAPI) UpdateSAMLProviderRequest(arg0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest mocks base method

func (*MockIAMAPI) UpdateSAMLProviderWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateSAMLProviderWithContext(arg0 aws.Context, arg1 *iam.UpdateSAMLProviderInput, arg2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) UpdateSSHPublicKey added in v0.8.2

func (m *MockIAMAPI) UpdateSSHPublicKey(arg0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyRequest added in v0.8.2

func (m *MockIAMAPI) UpdateSSHPublicKeyRequest(arg0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.UpdateSSHPublicKeyInput, arg2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UpdateServerCertificate added in v0.8.2

func (m *MockIAMAPI) UpdateServerCertificate(arg0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate mocks base method

func (*MockIAMAPI) UpdateServerCertificateRequest added in v0.8.2

func (m *MockIAMAPI) UpdateServerCertificateRequest(arg0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest mocks base method

func (*MockIAMAPI) UpdateServerCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateServerCertificateWithContext(arg0 aws.Context, arg1 *iam.UpdateServerCertificateInput, arg2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredential added in v0.8.2

UpdateServiceSpecificCredential mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest added in v0.8.2

func (m *MockIAMAPI) UpdateServiceSpecificCredentialRequest(arg0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(arg0 aws.Context, arg1 *iam.UpdateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) UpdateSigningCertificate added in v0.8.2

UpdateSigningCertificate mocks base method

func (*MockIAMAPI) UpdateSigningCertificateRequest added in v0.8.2

func (m *MockIAMAPI) UpdateSigningCertificateRequest(arg0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest mocks base method

func (*MockIAMAPI) UpdateSigningCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.UpdateSigningCertificateInput, arg2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateUser added in v0.8.2

func (m *MockIAMAPI) UpdateUser(arg0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser mocks base method

func (*MockIAMAPI) UpdateUserRequest added in v0.8.2

func (m *MockIAMAPI) UpdateUserRequest(arg0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest mocks base method

func (*MockIAMAPI) UpdateUserWithContext added in v0.8.2

func (m *MockIAMAPI) UpdateUserWithContext(arg0 aws.Context, arg1 *iam.UpdateUserInput, arg2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

func (*MockIAMAPI) UploadSSHPublicKey added in v0.8.2

func (m *MockIAMAPI) UploadSSHPublicKey(arg0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyRequest added in v0.8.2

func (m *MockIAMAPI) UploadSSHPublicKeyRequest(arg0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyWithContext added in v0.8.2

func (m *MockIAMAPI) UploadSSHPublicKeyWithContext(arg0 aws.Context, arg1 *iam.UploadSSHPublicKeyInput, arg2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UploadServerCertificate added in v0.8.2

func (m *MockIAMAPI) UploadServerCertificate(arg0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate mocks base method

func (*MockIAMAPI) UploadServerCertificateRequest added in v0.8.2

func (m *MockIAMAPI) UploadServerCertificateRequest(arg0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest mocks base method

func (*MockIAMAPI) UploadServerCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) UploadServerCertificateWithContext(arg0 aws.Context, arg1 *iam.UploadServerCertificateInput, arg2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext mocks base method

func (*MockIAMAPI) UploadSigningCertificate added in v0.8.2

UploadSigningCertificate mocks base method

func (*MockIAMAPI) UploadSigningCertificateRequest added in v0.8.2

func (m *MockIAMAPI) UploadSigningCertificateRequest(arg0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest mocks base method

func (*MockIAMAPI) UploadSigningCertificateWithContext added in v0.8.2

func (m *MockIAMAPI) UploadSigningCertificateWithContext(arg0 aws.Context, arg1 *iam.UploadSigningCertificateInput, arg2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExists added in v0.8.2

func (m *MockIAMAPI) WaitUntilInstanceProfileExists(arg0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext added in v0.8.2

func (m *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(arg0 aws.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilPolicyExists added in v0.8.2

func (m *MockIAMAPI) WaitUntilPolicyExists(arg0 *iam.GetPolicyInput) error

WaitUntilPolicyExists mocks base method

func (*MockIAMAPI) WaitUntilPolicyExistsWithContext added in v0.8.2

func (m *MockIAMAPI) WaitUntilPolicyExistsWithContext(arg0 aws.Context, arg1 *iam.GetPolicyInput, arg2 ...request.WaiterOption) error

WaitUntilPolicyExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilRoleExists added in v0.8.2

func (m *MockIAMAPI) WaitUntilRoleExists(arg0 *iam.GetRoleInput) error

WaitUntilRoleExists mocks base method

func (*MockIAMAPI) WaitUntilRoleExistsWithContext added in v0.8.2

func (m *MockIAMAPI) WaitUntilRoleExistsWithContext(arg0 aws.Context, arg1 *iam.GetRoleInput, arg2 ...request.WaiterOption) error

WaitUntilRoleExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilUserExists added in v0.8.2

func (m *MockIAMAPI) WaitUntilUserExists(arg0 *iam.GetUserInput) error

WaitUntilUserExists mocks base method

func (*MockIAMAPI) WaitUntilUserExistsWithContext added in v0.8.2

func (m *MockIAMAPI) WaitUntilUserExistsWithContext(arg0 aws.Context, arg1 *iam.GetUserInput, arg2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext mocks base method

type MockIAMAPIMockRecorder added in v0.8.2

type MockIAMAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockIAMAPIMockRecorder is the mock recorder for MockIAMAPI

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProvider indicates an expected call of AddClientIDToOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderRequest indicates an expected call of AddClientIDToOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderWithContext indicates an expected call of AddClientIDToOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfile(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfile indicates an expected call of AddRoleToInstanceProfile

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfileRequest indicates an expected call of AddRoleToInstanceProfileRequest

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToInstanceProfileWithContext indicates an expected call of AddRoleToInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) AddUserToGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddUserToGroup(arg0 interface{}) *gomock.Call

AddUserToGroup indicates an expected call of AddUserToGroup

func (*MockIAMAPIMockRecorder) AddUserToGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddUserToGroupRequest(arg0 interface{}) *gomock.Call

AddUserToGroupRequest indicates an expected call of AddUserToGroupRequest

func (*MockIAMAPIMockRecorder) AddUserToGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddUserToGroupWithContext indicates an expected call of AddUserToGroupWithContext

func (*MockIAMAPIMockRecorder) AttachGroupPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicy(arg0 interface{}) *gomock.Call

AttachGroupPolicy indicates an expected call of AttachGroupPolicy

func (*MockIAMAPIMockRecorder) AttachGroupPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyRequest(arg0 interface{}) *gomock.Call

AttachGroupPolicyRequest indicates an expected call of AttachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) AttachGroupPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachGroupPolicyWithContext indicates an expected call of AttachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) AttachRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0 interface{}) *gomock.Call

AttachRolePolicy indicates an expected call of AttachRolePolicy

func (*MockIAMAPIMockRecorder) AttachRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyRequest(arg0 interface{}) *gomock.Call

AttachRolePolicyRequest indicates an expected call of AttachRolePolicyRequest

func (*MockIAMAPIMockRecorder) AttachRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachRolePolicyWithContext indicates an expected call of AttachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) AttachUserPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0 interface{}) *gomock.Call

AttachUserPolicy indicates an expected call of AttachUserPolicy

func (*MockIAMAPIMockRecorder) AttachUserPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyRequest(arg0 interface{}) *gomock.Call

AttachUserPolicyRequest indicates an expected call of AttachUserPolicyRequest

func (*MockIAMAPIMockRecorder) AttachUserPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachUserPolicyWithContext indicates an expected call of AttachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) ChangePassword added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword

func (*MockIAMAPIMockRecorder) ChangePasswordRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call

ChangePasswordRequest indicates an expected call of ChangePasswordRequest

func (*MockIAMAPIMockRecorder) ChangePasswordWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangePasswordWithContext indicates an expected call of ChangePasswordWithContext

func (*MockIAMAPIMockRecorder) CreateAccessKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call

CreateAccessKey indicates an expected call of CreateAccessKey

func (*MockIAMAPIMockRecorder) CreateAccessKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyRequest(arg0 interface{}) *gomock.Call

CreateAccessKeyRequest indicates an expected call of CreateAccessKeyRequest

func (*MockIAMAPIMockRecorder) CreateAccessKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessKeyWithContext indicates an expected call of CreateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) CreateAccountAlias added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccountAlias(arg0 interface{}) *gomock.Call

CreateAccountAlias indicates an expected call of CreateAccountAlias

func (*MockIAMAPIMockRecorder) CreateAccountAliasRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasRequest(arg0 interface{}) *gomock.Call

CreateAccountAliasRequest indicates an expected call of CreateAccountAliasRequest

func (*MockIAMAPIMockRecorder) CreateAccountAliasWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccountAliasWithContext indicates an expected call of CreateAccountAliasWithContext

func (*MockIAMAPIMockRecorder) CreateGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call

CreateGroup indicates an expected call of CreateGroup

func (*MockIAMAPIMockRecorder) CreateGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call

CreateGroupRequest indicates an expected call of CreateGroupRequest

func (*MockIAMAPIMockRecorder) CreateGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGroupWithContext indicates an expected call of CreateGroupWithContext

func (*MockIAMAPIMockRecorder) CreateInstanceProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfile(arg0 interface{}) *gomock.Call

CreateInstanceProfile indicates an expected call of CreateInstanceProfile

func (*MockIAMAPIMockRecorder) CreateInstanceProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileRequest(arg0 interface{}) *gomock.Call

CreateInstanceProfileRequest indicates an expected call of CreateInstanceProfileRequest

func (*MockIAMAPIMockRecorder) CreateInstanceProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceProfileWithContext indicates an expected call of CreateInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) CreateLoginProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateLoginProfile(arg0 interface{}) *gomock.Call

CreateLoginProfile indicates an expected call of CreateLoginProfile

func (*MockIAMAPIMockRecorder) CreateLoginProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileRequest(arg0 interface{}) *gomock.Call

CreateLoginProfileRequest indicates an expected call of CreateLoginProfileRequest

func (*MockIAMAPIMockRecorder) CreateLoginProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoginProfileWithContext indicates an expected call of CreateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProvider(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProvider indicates an expected call of CreateOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProviderRequest indicates an expected call of CreateOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOpenIDConnectProviderWithContext indicates an expected call of CreateOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) CreatePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call

CreatePolicy indicates an expected call of CreatePolicy

func (*MockIAMAPIMockRecorder) CreatePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicyRequest(arg0 interface{}) *gomock.Call

CreatePolicyRequest indicates an expected call of CreatePolicyRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersion added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersion(arg0 interface{}) *gomock.Call

CreatePolicyVersion indicates an expected call of CreatePolicyVersion

func (*MockIAMAPIMockRecorder) CreatePolicyVersionRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionRequest(arg0 interface{}) *gomock.Call

CreatePolicyVersionRequest indicates an expected call of CreatePolicyVersionRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersionWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyVersionWithContext indicates an expected call of CreatePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) CreatePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreatePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyWithContext indicates an expected call of CreatePolicyWithContext

func (*MockIAMAPIMockRecorder) CreateRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateRole(arg0 interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole

func (*MockIAMAPIMockRecorder) CreateRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateRoleRequest(arg0 interface{}) *gomock.Call

CreateRoleRequest indicates an expected call of CreateRoleRequest

func (*MockIAMAPIMockRecorder) CreateRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRoleWithContext indicates an expected call of CreateRoleWithContext

func (*MockIAMAPIMockRecorder) CreateSAMLProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateSAMLProvider(arg0 interface{}) *gomock.Call

CreateSAMLProvider indicates an expected call of CreateSAMLProvider

func (*MockIAMAPIMockRecorder) CreateSAMLProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderRequest(arg0 interface{}) *gomock.Call

CreateSAMLProviderRequest indicates an expected call of CreateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) CreateSAMLProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSAMLProviderWithContext indicates an expected call of CreateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRole(arg0 interface{}) *gomock.Call

CreateServiceLinkedRole indicates an expected call of CreateServiceLinkedRole

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

CreateServiceLinkedRoleRequest indicates an expected call of CreateServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceLinkedRoleWithContext indicates an expected call of CreateServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredential added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredential(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredential indicates an expected call of CreateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredentialRequest indicates an expected call of CreateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceSpecificCredentialWithContext indicates an expected call of CreateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) CreateUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockIAMAPIMockRecorder) CreateUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockIAMAPIMockRecorder) CreateUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockIAMAPIMockRecorder) CreateVirtualMFADevice added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADevice(arg0 interface{}) *gomock.Call

CreateVirtualMFADevice indicates an expected call of CreateVirtualMFADevice

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

CreateVirtualMFADeviceRequest indicates an expected call of CreateVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVirtualMFADeviceWithContext indicates an expected call of CreateVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeactivateMFADevice added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeactivateMFADevice(arg0 interface{}) *gomock.Call

DeactivateMFADevice indicates an expected call of DeactivateMFADevice

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceRequest(arg0 interface{}) *gomock.Call

DeactivateMFADeviceRequest indicates an expected call of DeactivateMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeactivateMFADeviceWithContext indicates an expected call of DeactivateMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeleteAccessKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call

DeleteAccessKey indicates an expected call of DeleteAccessKey

func (*MockIAMAPIMockRecorder) DeleteAccessKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyRequest(arg0 interface{}) *gomock.Call

DeleteAccessKeyRequest indicates an expected call of DeleteAccessKeyRequest

func (*MockIAMAPIMockRecorder) DeleteAccessKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessKeyWithContext indicates an expected call of DeleteAccessKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountAlias added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountAlias(arg0 interface{}) *gomock.Call

DeleteAccountAlias indicates an expected call of DeleteAccountAlias

func (*MockIAMAPIMockRecorder) DeleteAccountAliasRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasRequest(arg0 interface{}) *gomock.Call

DeleteAccountAliasRequest indicates an expected call of DeleteAccountAliasRequest

func (*MockIAMAPIMockRecorder) DeleteAccountAliasWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountAliasWithContext indicates an expected call of DeleteAccountAliasWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicy indicates an expected call of DeleteAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicyRequest indicates an expected call of DeleteAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountPasswordPolicyWithContext indicates an expected call of DeleteAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockIAMAPIMockRecorder) DeleteGroupPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicy(arg0 interface{}) *gomock.Call

DeleteGroupPolicy indicates an expected call of DeleteGroupPolicy

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyRequest(arg0 interface{}) *gomock.Call

DeleteGroupPolicyRequest indicates an expected call of DeleteGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupPolicyWithContext indicates an expected call of DeleteGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call

DeleteGroupRequest indicates an expected call of DeleteGroupRequest

func (*MockIAMAPIMockRecorder) DeleteGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext

func (*MockIAMAPIMockRecorder) DeleteInstanceProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfile(arg0 interface{}) *gomock.Call

DeleteInstanceProfile indicates an expected call of DeleteInstanceProfile

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileRequest(arg0 interface{}) *gomock.Call

DeleteInstanceProfileRequest indicates an expected call of DeleteInstanceProfileRequest

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceProfileWithContext indicates an expected call of DeleteInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteLoginProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfile(arg0 interface{}) *gomock.Call

DeleteLoginProfile indicates an expected call of DeleteLoginProfile

func (*MockIAMAPIMockRecorder) DeleteLoginProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileRequest(arg0 interface{}) *gomock.Call

DeleteLoginProfileRequest indicates an expected call of DeleteLoginProfileRequest

func (*MockIAMAPIMockRecorder) DeleteLoginProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoginProfileWithContext indicates an expected call of DeleteLoginProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProvider indicates an expected call of DeleteOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProviderRequest indicates an expected call of DeleteOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOpenIDConnectProviderWithContext indicates an expected call of DeleteOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) DeletePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0 interface{}) *gomock.Call

DeletePolicy indicates an expected call of DeletePolicy

func (*MockIAMAPIMockRecorder) DeletePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicyRequest(arg0 interface{}) *gomock.Call

DeletePolicyRequest indicates an expected call of DeletePolicyRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersion added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersion(arg0 interface{}) *gomock.Call

DeletePolicyVersion indicates an expected call of DeletePolicyVersion

func (*MockIAMAPIMockRecorder) DeletePolicyVersionRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionRequest(arg0 interface{}) *gomock.Call

DeletePolicyVersionRequest indicates an expected call of DeletePolicyVersionRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersionWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyVersionWithContext indicates an expected call of DeletePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) DeletePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeletePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyWithContext indicates an expected call of DeletePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRole(arg0 interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundary indicates an expected call of DeleteRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundaryRequest indicates an expected call of DeleteRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePermissionsBoundaryWithContext indicates an expected call of DeleteRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicy(arg0 interface{}) *gomock.Call

DeleteRolePolicy indicates an expected call of DeleteRolePolicy

func (*MockIAMAPIMockRecorder) DeleteRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyRequest(arg0 interface{}) *gomock.Call

DeleteRolePolicyRequest indicates an expected call of DeleteRolePolicyRequest

func (*MockIAMAPIMockRecorder) DeleteRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePolicyWithContext indicates an expected call of DeleteRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRoleRequest(arg0 interface{}) *gomock.Call

DeleteRoleRequest indicates an expected call of DeleteRoleRequest

func (*MockIAMAPIMockRecorder) DeleteRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoleWithContext indicates an expected call of DeleteRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteSAMLProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProvider(arg0 interface{}) *gomock.Call

DeleteSAMLProvider indicates an expected call of DeleteSAMLProvider

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderRequest(arg0 interface{}) *gomock.Call

DeleteSAMLProviderRequest indicates an expected call of DeleteSAMLProviderRequest

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSAMLProviderWithContext indicates an expected call of DeleteSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKey(arg0 interface{}) *gomock.Call

DeleteSSHPublicKey indicates an expected call of DeleteSSHPublicKey

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

DeleteSSHPublicKeyRequest indicates an expected call of DeleteSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSSHPublicKeyWithContext indicates an expected call of DeleteSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteServerCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificate(arg0 interface{}) *gomock.Call

DeleteServerCertificate indicates an expected call of DeleteServerCertificate

func (*MockIAMAPIMockRecorder) DeleteServerCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateRequest(arg0 interface{}) *gomock.Call

DeleteServerCertificateRequest indicates an expected call of DeleteServerCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteServerCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServerCertificateWithContext indicates an expected call of DeleteServerCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRole(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRole indicates an expected call of DeleteServiceLinkedRole

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRoleRequest indicates an expected call of DeleteServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceLinkedRoleWithContext indicates an expected call of DeleteServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredential added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredential(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredential indicates an expected call of DeleteServiceSpecificCredential

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredentialRequest indicates an expected call of DeleteServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceSpecificCredentialWithContext indicates an expected call of DeleteServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) DeleteSigningCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificate(arg0 interface{}) *gomock.Call

DeleteSigningCertificate indicates an expected call of DeleteSigningCertificate

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateRequest(arg0 interface{}) *gomock.Call

DeleteSigningCertificateRequest indicates an expected call of DeleteSigningCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSigningCertificateWithContext indicates an expected call of DeleteSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundary indicates an expected call of DeleteUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundaryRequest indicates an expected call of DeleteUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPermissionsBoundaryWithContext indicates an expected call of DeleteUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteUserPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call

DeleteUserPolicy indicates an expected call of DeleteUserPolicy

func (*MockIAMAPIMockRecorder) DeleteUserPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyRequest(arg0 interface{}) *gomock.Call

DeleteUserPolicyRequest indicates an expected call of DeleteUserPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteUserPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPolicyWithContext indicates an expected call of DeleteUserPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockIAMAPIMockRecorder) DeleteUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADevice added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADevice(arg0 interface{}) *gomock.Call

DeleteVirtualMFADevice indicates an expected call of DeleteVirtualMFADevice

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

DeleteVirtualMFADeviceRequest indicates an expected call of DeleteVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVirtualMFADeviceWithContext indicates an expected call of DeleteVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DetachGroupPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicy(arg0 interface{}) *gomock.Call

DetachGroupPolicy indicates an expected call of DetachGroupPolicy

func (*MockIAMAPIMockRecorder) DetachGroupPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyRequest(arg0 interface{}) *gomock.Call

DetachGroupPolicyRequest indicates an expected call of DetachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DetachGroupPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachGroupPolicyWithContext indicates an expected call of DetachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DetachRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0 interface{}) *gomock.Call

DetachRolePolicy indicates an expected call of DetachRolePolicy

func (*MockIAMAPIMockRecorder) DetachRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyRequest(arg0 interface{}) *gomock.Call

DetachRolePolicyRequest indicates an expected call of DetachRolePolicyRequest

func (*MockIAMAPIMockRecorder) DetachRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachRolePolicyWithContext indicates an expected call of DetachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DetachUserPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0 interface{}) *gomock.Call

DetachUserPolicy indicates an expected call of DetachUserPolicy

func (*MockIAMAPIMockRecorder) DetachUserPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyRequest(arg0 interface{}) *gomock.Call

DetachUserPolicyRequest indicates an expected call of DetachUserPolicyRequest

func (*MockIAMAPIMockRecorder) DetachUserPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachUserPolicyWithContext indicates an expected call of DetachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) EnableMFADevice added in v0.8.2

func (mr *MockIAMAPIMockRecorder) EnableMFADevice(arg0 interface{}) *gomock.Call

EnableMFADevice indicates an expected call of EnableMFADevice

func (*MockIAMAPIMockRecorder) EnableMFADeviceRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceRequest(arg0 interface{}) *gomock.Call

EnableMFADeviceRequest indicates an expected call of EnableMFADeviceRequest

func (*MockIAMAPIMockRecorder) EnableMFADeviceWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableMFADeviceWithContext indicates an expected call of EnableMFADeviceWithContext

func (*MockIAMAPIMockRecorder) GenerateCredentialReport added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReport(arg0 interface{}) *gomock.Call

GenerateCredentialReport indicates an expected call of GenerateCredentialReport

func (*MockIAMAPIMockRecorder) GenerateCredentialReportRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportRequest(arg0 interface{}) *gomock.Call

GenerateCredentialReportRequest indicates an expected call of GenerateCredentialReportRequest

func (*MockIAMAPIMockRecorder) GenerateCredentialReportWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCredentialReportWithContext indicates an expected call of GenerateCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReport indicates an expected call of GenerateOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReportRequest indicates an expected call of GenerateOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateOrganizationsAccessReportWithContext indicates an expected call of GenerateOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetails indicates an expected call of GenerateServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsRequest indicates an expected call of GenerateServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsWithContext indicates an expected call of GenerateServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsed added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsed(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsed indicates an expected call of GetAccessKeyLastUsed

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsedRequest indicates an expected call of GetAccessKeyLastUsedRequest

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyLastUsedWithContext indicates an expected call of GetAccessKeyLastUsedWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetails added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetails(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetails indicates an expected call of GetAccountAuthorizationDetails

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages(arg0, arg1 interface{}) *gomock.Call

GetAccountAuthorizationDetailsPages indicates an expected call of GetAccountAuthorizationDetailsPages

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetailsRequest indicates an expected call of GetAccountAuthorizationDetailsRequest

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsWithContext indicates an expected call of GetAccountAuthorizationDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicy(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicy indicates an expected call of GetAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicyRequest indicates an expected call of GetAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountPasswordPolicyWithContext indicates an expected call of GetAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) GetAccountSummary added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountSummary(arg0 interface{}) *gomock.Call

GetAccountSummary indicates an expected call of GetAccountSummary

func (*MockIAMAPIMockRecorder) GetAccountSummaryRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryRequest(arg0 interface{}) *gomock.Call

GetAccountSummaryRequest indicates an expected call of GetAccountSummaryRequest

func (*MockIAMAPIMockRecorder) GetAccountSummaryWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSummaryWithContext indicates an expected call of GetAccountSummaryWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicy indicates an expected call of GetContextKeysForCustomPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicyRequest indicates an expected call of GetContextKeysForCustomPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForCustomPolicyWithContext indicates an expected call of GetContextKeysForCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicy indicates an expected call of GetContextKeysForPrincipalPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyRequest indicates an expected call of GetContextKeysForPrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyWithContext indicates an expected call of GetContextKeysForPrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) GetCredentialReport added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetCredentialReport(arg0 interface{}) *gomock.Call

GetCredentialReport indicates an expected call of GetCredentialReport

func (*MockIAMAPIMockRecorder) GetCredentialReportRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetCredentialReportRequest(arg0 interface{}) *gomock.Call

GetCredentialReportRequest indicates an expected call of GetCredentialReportRequest

func (*MockIAMAPIMockRecorder) GetCredentialReportWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCredentialReportWithContext indicates an expected call of GetCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GetGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup

func (*MockIAMAPIMockRecorder) GetGroupPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupPages(arg0, arg1 interface{}) *gomock.Call

GetGroupPages indicates an expected call of GetGroupPages

func (*MockIAMAPIMockRecorder) GetGroupPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupPolicy(arg0 interface{}) *gomock.Call

GetGroupPolicy indicates an expected call of GetGroupPolicy

func (*MockIAMAPIMockRecorder) GetGroupPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyRequest(arg0 interface{}) *gomock.Call

GetGroupPolicyRequest indicates an expected call of GetGroupPolicyRequest

func (*MockIAMAPIMockRecorder) GetGroupPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupPolicyWithContext indicates an expected call of GetGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) GetGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call

GetGroupRequest indicates an expected call of GetGroupRequest

func (*MockIAMAPIMockRecorder) GetGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupWithContext indicates an expected call of GetGroupWithContext

func (*MockIAMAPIMockRecorder) GetInstanceProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetInstanceProfile(arg0 interface{}) *gomock.Call

GetInstanceProfile indicates an expected call of GetInstanceProfile

func (*MockIAMAPIMockRecorder) GetInstanceProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileRequest(arg0 interface{}) *gomock.Call

GetInstanceProfileRequest indicates an expected call of GetInstanceProfileRequest

func (*MockIAMAPIMockRecorder) GetInstanceProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceProfileWithContext indicates an expected call of GetInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) GetLoginProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetLoginProfile(arg0 interface{}) *gomock.Call

GetLoginProfile indicates an expected call of GetLoginProfile

func (*MockIAMAPIMockRecorder) GetLoginProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetLoginProfileRequest(arg0 interface{}) *gomock.Call

GetLoginProfileRequest indicates an expected call of GetLoginProfileRequest

func (*MockIAMAPIMockRecorder) GetLoginProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoginProfileWithContext indicates an expected call of GetLoginProfileWithContext

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProvider(arg0 interface{}) *gomock.Call

GetOpenIDConnectProvider indicates an expected call of GetOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

GetOpenIDConnectProviderRequest indicates an expected call of GetOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOpenIDConnectProviderWithContext indicates an expected call of GetOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReport added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReport indicates an expected call of GetOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReportRequest indicates an expected call of GetOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext added in v0.9.1

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrganizationsAccessReportWithContext indicates an expected call of GetOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GetPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockIAMAPIMockRecorder) GetPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersion added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicyVersion(arg0 interface{}) *gomock.Call

GetPolicyVersion indicates an expected call of GetPolicyVersion

func (*MockIAMAPIMockRecorder) GetPolicyVersionRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionRequest(arg0 interface{}) *gomock.Call

GetPolicyVersionRequest indicates an expected call of GetPolicyVersionRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersionWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyVersionWithContext indicates an expected call of GetPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) GetPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockIAMAPIMockRecorder) GetRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRole(arg0 interface{}) *gomock.Call

GetRole indicates an expected call of GetRole

func (*MockIAMAPIMockRecorder) GetRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRolePolicy(arg0 interface{}) *gomock.Call

GetRolePolicy indicates an expected call of GetRolePolicy

func (*MockIAMAPIMockRecorder) GetRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRolePolicyRequest(arg0 interface{}) *gomock.Call

GetRolePolicyRequest indicates an expected call of GetRolePolicyRequest

func (*MockIAMAPIMockRecorder) GetRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRolePolicyWithContext indicates an expected call of GetRolePolicyWithContext

func (*MockIAMAPIMockRecorder) GetRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRoleRequest(arg0 interface{}) *gomock.Call

GetRoleRequest indicates an expected call of GetRoleRequest

func (*MockIAMAPIMockRecorder) GetRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoleWithContext indicates an expected call of GetRoleWithContext

func (*MockIAMAPIMockRecorder) GetSAMLProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSAMLProvider(arg0 interface{}) *gomock.Call

GetSAMLProvider indicates an expected call of GetSAMLProvider

func (*MockIAMAPIMockRecorder) GetSAMLProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderRequest(arg0 interface{}) *gomock.Call

GetSAMLProviderRequest indicates an expected call of GetSAMLProviderRequest

func (*MockIAMAPIMockRecorder) GetSAMLProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSAMLProviderWithContext indicates an expected call of GetSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) GetSSHPublicKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKey(arg0 interface{}) *gomock.Call

GetSSHPublicKey indicates an expected call of GetSSHPublicKey

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

GetSSHPublicKeyRequest indicates an expected call of GetSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSSHPublicKeyWithContext indicates an expected call of GetSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) GetServerCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServerCertificate(arg0 interface{}) *gomock.Call

GetServerCertificate indicates an expected call of GetServerCertificate

func (*MockIAMAPIMockRecorder) GetServerCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServerCertificateRequest(arg0 interface{}) *gomock.Call

GetServerCertificateRequest indicates an expected call of GetServerCertificateRequest

func (*MockIAMAPIMockRecorder) GetServerCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServerCertificateWithContext indicates an expected call of GetServerCertificateWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetails added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetails indicates an expected call of GetServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsRequest indicates an expected call of GetServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithContext indicates an expected call of GetServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntities indicates an expected call of GetServiceLastAccessedDetailsWithEntities

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesRequest indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesWithContext indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesWithContext

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatus indicates an expected call of GetServiceLinkedRoleDeletionStatus

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusRequest indicates an expected call of GetServiceLinkedRoleDeletionStatusRequest

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusWithContext indicates an expected call of GetServiceLinkedRoleDeletionStatusWithContext

func (*MockIAMAPIMockRecorder) GetUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockIAMAPIMockRecorder) GetUserPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUserPolicy(arg0 interface{}) *gomock.Call

GetUserPolicy indicates an expected call of GetUserPolicy

func (*MockIAMAPIMockRecorder) GetUserPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUserPolicyRequest(arg0 interface{}) *gomock.Call

GetUserPolicyRequest indicates an expected call of GetUserPolicyRequest

func (*MockIAMAPIMockRecorder) GetUserPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserPolicyWithContext indicates an expected call of GetUserPolicyWithContext

func (*MockIAMAPIMockRecorder) GetUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call

GetUserRequest indicates an expected call of GetUserRequest

func (*MockIAMAPIMockRecorder) GetUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserWithContext indicates an expected call of GetUserWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeys added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys

func (*MockIAMAPIMockRecorder) ListAccessKeysPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPages(arg0, arg1 interface{}) *gomock.Call

ListAccessKeysPages indicates an expected call of ListAccessKeysPages

func (*MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListAccessKeysRequest(arg0 interface{}) *gomock.Call

ListAccessKeysRequest indicates an expected call of ListAccessKeysRequest

func (*MockIAMAPIMockRecorder) ListAccessKeysWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccessKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessKeysWithContext indicates an expected call of ListAccessKeysWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliases added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0 interface{}) *gomock.Call

ListAccountAliases indicates an expected call of ListAccountAliases

func (*MockIAMAPIMockRecorder) ListAccountAliasesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPages(arg0, arg1 interface{}) *gomock.Call

ListAccountAliasesPages indicates an expected call of ListAccountAliasesPages

func (*MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesRequest(arg0 interface{}) *gomock.Call

ListAccountAliasesRequest indicates an expected call of ListAccountAliasesRequest

func (*MockIAMAPIMockRecorder) ListAccountAliasesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccountAliasesWithContext indicates an expected call of ListAccountAliasesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPolicies(arg0 interface{}) *gomock.Call

ListAttachedGroupPolicies indicates an expected call of ListAttachedGroupPolicies

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedGroupPoliciesPages indicates an expected call of ListAttachedGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedGroupPoliciesRequest indicates an expected call of ListAttachedGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesWithContext indicates an expected call of ListAttachedGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePolicies(arg0 interface{}) *gomock.Call

ListAttachedRolePolicies indicates an expected call of ListAttachedRolePolicies

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedRolePoliciesPages indicates an expected call of ListAttachedRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedRolePoliciesRequest indicates an expected call of ListAttachedRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedRolePoliciesWithContext indicates an expected call of ListAttachedRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0 interface{}) *gomock.Call

ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedUserPoliciesPages indicates an expected call of ListAttachedUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedUserPoliciesRequest indicates an expected call of ListAttachedUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedUserPoliciesWithContext indicates an expected call of ListAttachedUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicy(arg0 interface{}) *gomock.Call

ListEntitiesForPolicy indicates an expected call of ListEntitiesForPolicy

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPages(arg0, arg1 interface{}) *gomock.Call

ListEntitiesForPolicyPages indicates an expected call of ListEntitiesForPolicyPages

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest(arg0 interface{}) *gomock.Call

ListEntitiesForPolicyRequest indicates an expected call of ListEntitiesForPolicyRequest

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntitiesForPolicyWithContext indicates an expected call of ListEntitiesForPolicyWithContext

func (*MockIAMAPIMockRecorder) ListGroupPolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupPolicies(arg0 interface{}) *gomock.Call

ListGroupPolicies indicates an expected call of ListGroupPolicies

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListGroupPoliciesPages indicates an expected call of ListGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListGroupPoliciesRequest indicates an expected call of ListGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListGroupPoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupPoliciesWithContext indicates an expected call of ListGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListGroups added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockIAMAPIMockRecorder) ListGroupsForUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsForUser(arg0 interface{}) *gomock.Call

ListGroupsForUser indicates an expected call of ListGroupsForUser

func (*MockIAMAPIMockRecorder) ListGroupsForUserPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsForUserPages indicates an expected call of ListGroupsForUserPages

func (*MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserRequest(arg0 interface{}) *gomock.Call

ListGroupsForUserRequest indicates an expected call of ListGroupsForUserRequest

func (*MockIAMAPIMockRecorder) ListGroupsForUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsForUserWithContext indicates an expected call of ListGroupsForUserWithContext

func (*MockIAMAPIMockRecorder) ListGroupsPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsPages indicates an expected call of ListGroupsPages

func (*MockIAMAPIMockRecorder) ListGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call

ListGroupsRequest indicates an expected call of ListGroupsRequest

func (*MockIAMAPIMockRecorder) ListGroupsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsWithContext indicates an expected call of ListGroupsWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfiles added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfiles(arg0 interface{}) *gomock.Call

ListInstanceProfiles indicates an expected call of ListInstanceProfiles

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRole(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRole indicates an expected call of ListInstanceProfilesForRole

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesForRolePages indicates an expected call of ListInstanceProfilesForRolePages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRoleRequest indicates an expected call of ListInstanceProfilesForRoleRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesForRoleWithContext indicates an expected call of ListInstanceProfilesForRoleWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesPages indicates an expected call of ListInstanceProfilesPages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesRequest indicates an expected call of ListInstanceProfilesRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesWithContext indicates an expected call of ListInstanceProfilesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevices added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListMFADevices(arg0 interface{}) *gomock.Call

ListMFADevices indicates an expected call of ListMFADevices

func (*MockIAMAPIMockRecorder) ListMFADevicesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListMFADevicesPages indicates an expected call of ListMFADevicesPages

func (*MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListMFADevicesRequest(arg0 interface{}) *gomock.Call

ListMFADevicesRequest indicates an expected call of ListMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListMFADevicesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMFADevicesWithContext indicates an expected call of ListMFADevicesWithContext

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviders added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviders(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviders indicates an expected call of ListOpenIDConnectProviders

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest(arg0 interface{}) *gomock.Call

ListOpenIDConnectProvidersRequest indicates an expected call of ListOpenIDConnectProvidersRequest

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenIDConnectProvidersWithContext indicates an expected call of ListOpenIDConnectProvidersWithContext

func (*MockIAMAPIMockRecorder) ListPolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPolicies(arg0 interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccess indicates an expected call of ListPoliciesGrantingServiceAccess

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessRequest indicates an expected call of ListPoliciesGrantingServiceAccessRequest

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessWithContext indicates an expected call of ListPoliciesGrantingServiceAccessWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListPoliciesPages indicates an expected call of ListPoliciesPages

func (*MockIAMAPIMockRecorder) ListPoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesRequest(arg0 interface{}) *gomock.Call

ListPoliciesRequest indicates an expected call of ListPoliciesRequest

func (*MockIAMAPIMockRecorder) ListPoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesWithContext indicates an expected call of ListPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersions added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPolicyVersions(arg0 interface{}) *gomock.Call

ListPolicyVersions indicates an expected call of ListPolicyVersions

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListPolicyVersionsPages indicates an expected call of ListPolicyVersionsPages

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsRequest(arg0 interface{}) *gomock.Call

ListPolicyVersionsRequest indicates an expected call of ListPolicyVersionsRequest

func (*MockIAMAPIMockRecorder) ListPolicyVersionsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicyVersionsWithContext indicates an expected call of ListPolicyVersionsWithContext

func (*MockIAMAPIMockRecorder) ListRolePolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRolePolicies(arg0 interface{}) *gomock.Call

ListRolePolicies indicates an expected call of ListRolePolicies

func (*MockIAMAPIMockRecorder) ListRolePoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListRolePoliciesPages indicates an expected call of ListRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListRolePoliciesRequest indicates an expected call of ListRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListRolePoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolePoliciesWithContext indicates an expected call of ListRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListRoleTags added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRoleTags(arg0 interface{}) *gomock.Call

ListRoleTags indicates an expected call of ListRoleTags

func (*MockIAMAPIMockRecorder) ListRoleTagsRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRoleTagsRequest(arg0 interface{}) *gomock.Call

ListRoleTagsRequest indicates an expected call of ListRoleTagsRequest

func (*MockIAMAPIMockRecorder) ListRoleTagsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRoleTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoleTagsWithContext indicates an expected call of ListRoleTagsWithContext

func (*MockIAMAPIMockRecorder) ListRoles added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRoles(arg0 interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles

func (*MockIAMAPIMockRecorder) ListRolesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRolesPages(arg0, arg1 interface{}) *gomock.Call

ListRolesPages indicates an expected call of ListRolesPages

func (*MockIAMAPIMockRecorder) ListRolesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListRolesRequest(arg0 interface{}) *gomock.Call

ListRolesRequest indicates an expected call of ListRolesRequest

func (*MockIAMAPIMockRecorder) ListRolesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListRolesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolesWithContext indicates an expected call of ListRolesWithContext

func (*MockIAMAPIMockRecorder) ListSAMLProviders added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSAMLProviders(arg0 interface{}) *gomock.Call

ListSAMLProviders indicates an expected call of ListSAMLProviders

func (*MockIAMAPIMockRecorder) ListSAMLProvidersRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersRequest(arg0 interface{}) *gomock.Call

ListSAMLProvidersRequest indicates an expected call of ListSAMLProvidersRequest

func (*MockIAMAPIMockRecorder) ListSAMLProvidersWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSAMLProvidersWithContext indicates an expected call of ListSAMLProvidersWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeys added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeys(arg0 interface{}) *gomock.Call

ListSSHPublicKeys indicates an expected call of ListSSHPublicKeys

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListSSHPublicKeysPages indicates an expected call of ListSSHPublicKeysPages

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysRequest(arg0 interface{}) *gomock.Call

ListSSHPublicKeysRequest indicates an expected call of ListSSHPublicKeysRequest

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSSHPublicKeysWithContext indicates an expected call of ListSSHPublicKeysWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificates added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServerCertificates(arg0 interface{}) *gomock.Call

ListServerCertificates indicates an expected call of ListServerCertificates

func (*MockIAMAPIMockRecorder) ListServerCertificatesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListServerCertificatesPages indicates an expected call of ListServerCertificatesPages

func (*MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesRequest(arg0 interface{}) *gomock.Call

ListServerCertificatesRequest indicates an expected call of ListServerCertificatesRequest

func (*MockIAMAPIMockRecorder) ListServerCertificatesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServerCertificatesWithContext indicates an expected call of ListServerCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentials added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentials(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentials indicates an expected call of ListServiceSpecificCredentials

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentialsRequest indicates an expected call of ListServiceSpecificCredentialsRequest

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceSpecificCredentialsWithContext indicates an expected call of ListServiceSpecificCredentialsWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificates added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSigningCertificates(arg0 interface{}) *gomock.Call

ListSigningCertificates indicates an expected call of ListSigningCertificates

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListSigningCertificatesPages indicates an expected call of ListSigningCertificatesPages

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesRequest(arg0 interface{}) *gomock.Call

ListSigningCertificatesRequest indicates an expected call of ListSigningCertificatesRequest

func (*MockIAMAPIMockRecorder) ListSigningCertificatesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSigningCertificatesWithContext indicates an expected call of ListSigningCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListUserPolicies added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call

ListUserPolicies indicates an expected call of ListUserPolicies

func (*MockIAMAPIMockRecorder) ListUserPoliciesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListUserPoliciesPages indicates an expected call of ListUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListUserPoliciesRequest indicates an expected call of ListUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListUserPoliciesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserPoliciesWithContext indicates an expected call of ListUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListUserTags added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserTags(arg0 interface{}) *gomock.Call

ListUserTags indicates an expected call of ListUserTags

func (*MockIAMAPIMockRecorder) ListUserTagsRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserTagsRequest(arg0 interface{}) *gomock.Call

ListUserTagsRequest indicates an expected call of ListUserTagsRequest

func (*MockIAMAPIMockRecorder) ListUserTagsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUserTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserTagsWithContext indicates an expected call of ListUserTagsWithContext

func (*MockIAMAPIMockRecorder) ListUsers added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockIAMAPIMockRecorder) ListUsersPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call

ListUsersPages indicates an expected call of ListUsersPages

func (*MockIAMAPIMockRecorder) ListUsersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest

func (*MockIAMAPIMockRecorder) ListUsersWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevices added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevices(arg0 interface{}) *gomock.Call

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListVirtualMFADevicesPages indicates an expected call of ListVirtualMFADevicesPages

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest(arg0 interface{}) *gomock.Call

ListVirtualMFADevicesRequest indicates an expected call of ListVirtualMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVirtualMFADevicesWithContext indicates an expected call of ListVirtualMFADevicesWithContext

func (*MockIAMAPIMockRecorder) PutGroupPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutGroupPolicy(arg0 interface{}) *gomock.Call

PutGroupPolicy indicates an expected call of PutGroupPolicy

func (*MockIAMAPIMockRecorder) PutGroupPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyRequest(arg0 interface{}) *gomock.Call

PutGroupPolicyRequest indicates an expected call of PutGroupPolicyRequest

func (*MockIAMAPIMockRecorder) PutGroupPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutGroupPolicyWithContext indicates an expected call of PutGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundary added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundary(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundary indicates an expected call of PutRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundaryRequest indicates an expected call of PutRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePermissionsBoundaryWithContext indicates an expected call of PutRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePolicy(arg0 interface{}) *gomock.Call

PutRolePolicy indicates an expected call of PutRolePolicy

func (*MockIAMAPIMockRecorder) PutRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePolicyRequest(arg0 interface{}) *gomock.Call

PutRolePolicyRequest indicates an expected call of PutRolePolicyRequest

func (*MockIAMAPIMockRecorder) PutRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePolicyWithContext indicates an expected call of PutRolePolicyWithContext

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundary added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundary(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundary indicates an expected call of PutUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundaryRequest indicates an expected call of PutUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPermissionsBoundaryWithContext indicates an expected call of PutUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutUserPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call

PutUserPolicy indicates an expected call of PutUserPolicy

func (*MockIAMAPIMockRecorder) PutUserPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPolicyRequest(arg0 interface{}) *gomock.Call

PutUserPolicyRequest indicates an expected call of PutUserPolicyRequest

func (*MockIAMAPIMockRecorder) PutUserPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) PutUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPolicyWithContext indicates an expected call of PutUserPolicyWithContext

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProvider indicates an expected call of RemoveClientIDFromOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderRequest indicates an expected call of RemoveClientIDFromOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderWithContext indicates an expected call of RemoveClientIDFromOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfile indicates an expected call of RemoveRoleFromInstanceProfile

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfileRequest indicates an expected call of RemoveRoleFromInstanceProfileRequest

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromInstanceProfileWithContext indicates an expected call of RemoveRoleFromInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) RemoveUserFromGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroup(arg0 interface{}) *gomock.Call

RemoveUserFromGroup indicates an expected call of RemoveUserFromGroup

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call

RemoveUserFromGroupRequest indicates an expected call of RemoveUserFromGroupRequest

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveUserFromGroupWithContext indicates an expected call of RemoveUserFromGroupWithContext

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredential added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredential(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredential indicates an expected call of ResetServiceSpecificCredential

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredentialRequest indicates an expected call of ResetServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetServiceSpecificCredentialWithContext indicates an expected call of ResetServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) ResyncMFADevice added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResyncMFADevice(arg0 interface{}) *gomock.Call

ResyncMFADevice indicates an expected call of ResyncMFADevice

func (*MockIAMAPIMockRecorder) ResyncMFADeviceRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceRequest(arg0 interface{}) *gomock.Call

ResyncMFADeviceRequest indicates an expected call of ResyncMFADeviceRequest

func (*MockIAMAPIMockRecorder) ResyncMFADeviceWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResyncMFADeviceWithContext indicates an expected call of ResyncMFADeviceWithContext

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersion added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersion(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersion indicates an expected call of SetDefaultPolicyVersion

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersionRequest indicates an expected call of SetDefaultPolicyVersionRequest

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetDefaultPolicyVersionWithContext indicates an expected call of SetDefaultPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferences indicates an expected call of SetSecurityTokenServicePreferences

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferencesRequest indicates an expected call of SetSecurityTokenServicePreferencesRequest

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityTokenServicePreferencesWithContext indicates an expected call of SetSecurityTokenServicePreferencesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicy(arg0 interface{}) *gomock.Call

SimulateCustomPolicy indicates an expected call of SimulateCustomPolicy

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulateCustomPolicyPages indicates an expected call of SimulateCustomPolicyPages

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyRequest(arg0 interface{}) *gomock.Call

SimulateCustomPolicyRequest indicates an expected call of SimulateCustomPolicyRequest

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulateCustomPolicyWithContext indicates an expected call of SimulateCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicy(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicy indicates an expected call of SimulatePrincipalPolicy

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulatePrincipalPolicyPages indicates an expected call of SimulatePrincipalPolicyPages

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext added in v0.8.2

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.8.2

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicyRequest indicates an expected call of SimulatePrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulatePrincipalPolicyWithContext indicates an expected call of SimulatePrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) TagRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagRole(arg0 interface{}) *gomock.Call

TagRole indicates an expected call of TagRole

func (*MockIAMAPIMockRecorder) TagRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagRoleRequest(arg0 interface{}) *gomock.Call

TagRoleRequest indicates an expected call of TagRoleRequest

func (*MockIAMAPIMockRecorder) TagRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagRoleWithContext indicates an expected call of TagRoleWithContext

func (*MockIAMAPIMockRecorder) TagUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagUser(arg0 interface{}) *gomock.Call

TagUser indicates an expected call of TagUser

func (*MockIAMAPIMockRecorder) TagUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagUserRequest(arg0 interface{}) *gomock.Call

TagUserRequest indicates an expected call of TagUserRequest

func (*MockIAMAPIMockRecorder) TagUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) TagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagUserWithContext indicates an expected call of TagUserWithContext

func (*MockIAMAPIMockRecorder) UntagRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagRole(arg0 interface{}) *gomock.Call

UntagRole indicates an expected call of UntagRole

func (*MockIAMAPIMockRecorder) UntagRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagRoleRequest(arg0 interface{}) *gomock.Call

UntagRoleRequest indicates an expected call of UntagRoleRequest

func (*MockIAMAPIMockRecorder) UntagRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagRoleWithContext indicates an expected call of UntagRoleWithContext

func (*MockIAMAPIMockRecorder) UntagUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagUser(arg0 interface{}) *gomock.Call

UntagUser indicates an expected call of UntagUser

func (*MockIAMAPIMockRecorder) UntagUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagUserRequest(arg0 interface{}) *gomock.Call

UntagUserRequest indicates an expected call of UntagUserRequest

func (*MockIAMAPIMockRecorder) UntagUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UntagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagUserWithContext indicates an expected call of UntagUserWithContext

func (*MockIAMAPIMockRecorder) UpdateAccessKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccessKey(arg0 interface{}) *gomock.Call

UpdateAccessKey indicates an expected call of UpdateAccessKey

func (*MockIAMAPIMockRecorder) UpdateAccessKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyRequest(arg0 interface{}) *gomock.Call

UpdateAccessKeyRequest indicates an expected call of UpdateAccessKeyRequest

func (*MockIAMAPIMockRecorder) UpdateAccessKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessKeyWithContext indicates an expected call of UpdateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicy indicates an expected call of UpdateAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicyRequest indicates an expected call of UpdateAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountPasswordPolicyWithContext indicates an expected call of UpdateAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicy added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicy(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicyRequest indicates an expected call of UpdateAssumeRolePolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAssumeRolePolicyWithContext indicates an expected call of UpdateAssumeRolePolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateGroup added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup

func (*MockIAMAPIMockRecorder) UpdateGroupRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call

UpdateGroupRequest indicates an expected call of UpdateGroupRequest

func (*MockIAMAPIMockRecorder) UpdateGroupWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGroupWithContext indicates an expected call of UpdateGroupWithContext

func (*MockIAMAPIMockRecorder) UpdateLoginProfile added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfile(arg0 interface{}) *gomock.Call

UpdateLoginProfile indicates an expected call of UpdateLoginProfile

func (*MockIAMAPIMockRecorder) UpdateLoginProfileRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileRequest(arg0 interface{}) *gomock.Call

UpdateLoginProfileRequest indicates an expected call of UpdateLoginProfileRequest

func (*MockIAMAPIMockRecorder) UpdateLoginProfileWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLoginProfileWithContext indicates an expected call of UpdateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprint indicates an expected call of UpdateOpenIDConnectProviderThumbprint

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintRequest indicates an expected call of UpdateOpenIDConnectProviderThumbprintRequest

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintWithContext indicates an expected call of UpdateOpenIDConnectProviderThumbprintWithContext

func (*MockIAMAPIMockRecorder) UpdateRole added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRole(arg0 interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole

func (*MockIAMAPIMockRecorder) UpdateRoleDescription added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescription(arg0 interface{}) *gomock.Call

UpdateRoleDescription indicates an expected call of UpdateRoleDescription

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest(arg0 interface{}) *gomock.Call

UpdateRoleDescriptionRequest indicates an expected call of UpdateRoleDescriptionRequest

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleDescriptionWithContext indicates an expected call of UpdateRoleDescriptionWithContext

func (*MockIAMAPIMockRecorder) UpdateRoleRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRoleRequest(arg0 interface{}) *gomock.Call

UpdateRoleRequest indicates an expected call of UpdateRoleRequest

func (*MockIAMAPIMockRecorder) UpdateRoleWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleWithContext indicates an expected call of UpdateRoleWithContext

func (*MockIAMAPIMockRecorder) UpdateSAMLProvider added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProvider(arg0 interface{}) *gomock.Call

UpdateSAMLProvider indicates an expected call of UpdateSAMLProvider

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderRequest(arg0 interface{}) *gomock.Call

UpdateSAMLProviderRequest indicates an expected call of UpdateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSAMLProviderWithContext indicates an expected call of UpdateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKey(arg0 interface{}) *gomock.Call

UpdateSSHPublicKey indicates an expected call of UpdateSSHPublicKey

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UpdateSSHPublicKeyRequest indicates an expected call of UpdateSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSSHPublicKeyWithContext indicates an expected call of UpdateSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateServerCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificate(arg0 interface{}) *gomock.Call

UpdateServerCertificate indicates an expected call of UpdateServerCertificate

func (*MockIAMAPIMockRecorder) UpdateServerCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateRequest(arg0 interface{}) *gomock.Call

UpdateServerCertificateRequest indicates an expected call of UpdateServerCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateServerCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServerCertificateWithContext indicates an expected call of UpdateServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredential added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredential(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredential indicates an expected call of UpdateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredentialRequest indicates an expected call of UpdateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceSpecificCredentialWithContext indicates an expected call of UpdateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) UpdateSigningCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificate(arg0 interface{}) *gomock.Call

UpdateSigningCertificate indicates an expected call of UpdateSigningCertificate

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateRequest(arg0 interface{}) *gomock.Call

UpdateSigningCertificateRequest indicates an expected call of UpdateSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSigningCertificateWithContext indicates an expected call of UpdateSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateUser added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockIAMAPIMockRecorder) UpdateUserRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockIAMAPIMockRecorder) UpdateUserWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

func (*MockIAMAPIMockRecorder) UploadSSHPublicKey added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKey(arg0 interface{}) *gomock.Call

UploadSSHPublicKey indicates an expected call of UploadSSHPublicKey

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UploadSSHPublicKeyRequest indicates an expected call of UploadSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSSHPublicKeyWithContext indicates an expected call of UploadSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UploadServerCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadServerCertificate(arg0 interface{}) *gomock.Call

UploadServerCertificate indicates an expected call of UploadServerCertificate

func (*MockIAMAPIMockRecorder) UploadServerCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateRequest(arg0 interface{}) *gomock.Call

UploadServerCertificateRequest indicates an expected call of UploadServerCertificateRequest

func (*MockIAMAPIMockRecorder) UploadServerCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadServerCertificateWithContext indicates an expected call of UploadServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UploadSigningCertificate added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificate(arg0 interface{}) *gomock.Call

UploadSigningCertificate indicates an expected call of UploadSigningCertificate

func (*MockIAMAPIMockRecorder) UploadSigningCertificateRequest added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateRequest(arg0 interface{}) *gomock.Call

UploadSigningCertificateRequest indicates an expected call of UploadSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UploadSigningCertificateWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSigningCertificateWithContext indicates an expected call of UploadSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceProfileExists indicates an expected call of WaitUntilInstanceProfileExists

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceProfileExistsWithContext indicates an expected call of WaitUntilInstanceProfileExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExists added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExists(arg0 interface{}) *gomock.Call

WaitUntilPolicyExists indicates an expected call of WaitUntilPolicyExists

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPolicyExistsWithContext indicates an expected call of WaitUntilPolicyExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilRoleExists added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExists(arg0 interface{}) *gomock.Call

WaitUntilRoleExists indicates an expected call of WaitUntilRoleExists

func (*MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilRoleExistsWithContext indicates an expected call of WaitUntilRoleExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilUserExists added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExists(arg0 interface{}) *gomock.Call

WaitUntilUserExists indicates an expected call of WaitUntilUserExists

func (*MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext added in v0.8.2

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilUserExistsWithContext indicates an expected call of WaitUntilUserExistsWithContext

type MockRDSAPI added in v0.8.2

type MockRDSAPI struct {
	// contains filtered or unexported fields
}

MockRDSAPI is a mock of RDSAPI interface

func NewMockRDSAPI added in v0.8.2

func NewMockRDSAPI(ctrl *gomock.Controller) *MockRDSAPI

NewMockRDSAPI creates a new mock instance

func (*MockRDSAPI) AddRoleToDBCluster added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBCluster(arg0 *rds.AddRoleToDBClusterInput) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBCluster mocks base method

func (*MockRDSAPI) AddRoleToDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBClusterRequest(arg0 *rds.AddRoleToDBClusterInput) (*request.Request, *rds.AddRoleToDBClusterOutput)

AddRoleToDBClusterRequest mocks base method

func (*MockRDSAPI) AddRoleToDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBClusterWithContext(arg0 aws.Context, arg1 *rds.AddRoleToDBClusterInput, arg2 ...request.Option) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBClusterWithContext mocks base method

func (*MockRDSAPI) AddRoleToDBInstance added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBInstance(arg0 *rds.AddRoleToDBInstanceInput) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstance mocks base method

func (*MockRDSAPI) AddRoleToDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBInstanceRequest(arg0 *rds.AddRoleToDBInstanceInput) (*request.Request, *rds.AddRoleToDBInstanceOutput)

AddRoleToDBInstanceRequest mocks base method

func (*MockRDSAPI) AddRoleToDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) AddRoleToDBInstanceWithContext(arg0 aws.Context, arg1 *rds.AddRoleToDBInstanceInput, arg2 ...request.Option) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstanceWithContext mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscription added in v0.8.2

AddSourceIdentifierToSubscription mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionRequest added in v0.8.2

AddSourceIdentifierToSubscriptionRequest mocks base method

func (*MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext added in v0.8.2

func (m *MockRDSAPI) AddSourceIdentifierToSubscriptionWithContext(arg0 aws.Context, arg1 *rds.AddSourceIdentifierToSubscriptionInput, arg2 ...request.Option) (*rds.AddSourceIdentifierToSubscriptionOutput, error)

AddSourceIdentifierToSubscriptionWithContext mocks base method

func (*MockRDSAPI) AddTagsToResource added in v0.8.2

func (m *MockRDSAPI) AddTagsToResource(arg0 *rds.AddTagsToResourceInput) (*rds.AddTagsToResourceOutput, error)

AddTagsToResource mocks base method

func (*MockRDSAPI) AddTagsToResourceRequest added in v0.8.2

func (m *MockRDSAPI) AddTagsToResourceRequest(arg0 *rds.AddTagsToResourceInput) (*request.Request, *rds.AddTagsToResourceOutput)

AddTagsToResourceRequest mocks base method

func (*MockRDSAPI) AddTagsToResourceWithContext added in v0.8.2

func (m *MockRDSAPI) AddTagsToResourceWithContext(arg0 aws.Context, arg1 *rds.AddTagsToResourceInput, arg2 ...request.Option) (*rds.AddTagsToResourceOutput, error)

AddTagsToResourceWithContext mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceAction added in v0.8.2

ApplyPendingMaintenanceAction mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionRequest added in v0.8.2

func (m *MockRDSAPI) ApplyPendingMaintenanceActionRequest(arg0 *rds.ApplyPendingMaintenanceActionInput) (*request.Request, *rds.ApplyPendingMaintenanceActionOutput)

ApplyPendingMaintenanceActionRequest mocks base method

func (*MockRDSAPI) ApplyPendingMaintenanceActionWithContext added in v0.8.2

func (m *MockRDSAPI) ApplyPendingMaintenanceActionWithContext(arg0 aws.Context, arg1 *rds.ApplyPendingMaintenanceActionInput, arg2 ...request.Option) (*rds.ApplyPendingMaintenanceActionOutput, error)

ApplyPendingMaintenanceActionWithContext mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngress added in v0.8.2

AuthorizeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest added in v0.8.2

func (m *MockRDSAPI) AuthorizeDBSecurityGroupIngressRequest(arg0 *rds.AuthorizeDBSecurityGroupIngressInput) (*request.Request, *rds.AuthorizeDBSecurityGroupIngressOutput)

AuthorizeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) AuthorizeDBSecurityGroupIngressWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) BacktrackDBCluster(arg0 *rds.BacktrackDBClusterInput) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBCluster mocks base method

func (*MockRDSAPI) BacktrackDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) BacktrackDBClusterRequest(arg0 *rds.BacktrackDBClusterInput) (*request.Request, *rds.BacktrackDBClusterOutput)

BacktrackDBClusterRequest mocks base method

func (*MockRDSAPI) BacktrackDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) BacktrackDBClusterWithContext(arg0 aws.Context, arg1 *rds.BacktrackDBClusterInput, arg2 ...request.Option) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBClusterWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroup added in v0.8.2

CopyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) CopyDBClusterParameterGroupRequest(arg0 *rds.CopyDBClusterParameterGroupInput) (*request.Request, *rds.CopyDBClusterParameterGroupOutput)

CopyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBClusterParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CopyDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CopyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBClusterParameterGroupOutput, error)

CopyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshot added in v0.8.2

func (m *MockRDSAPI) CopyDBClusterSnapshot(arg0 *rds.CopyDBClusterSnapshotInput) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshot mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) CopyDBClusterSnapshotRequest(arg0 *rds.CopyDBClusterSnapshotInput) (*request.Request, *rds.CopyDBClusterSnapshotOutput)

CopyDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBClusterSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) CopyDBClusterSnapshotWithContext(arg0 aws.Context, arg1 *rds.CopyDBClusterSnapshotInput, arg2 ...request.Option) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyDBParameterGroup added in v0.8.2

func (m *MockRDSAPI) CopyDBParameterGroup(arg0 *rds.CopyDBParameterGroupInput) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroup mocks base method

func (*MockRDSAPI) CopyDBParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) CopyDBParameterGroupRequest(arg0 *rds.CopyDBParameterGroupInput) (*request.Request, *rds.CopyDBParameterGroupOutput)

CopyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CopyDBParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CopyDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CopyDBParameterGroupInput, arg2 ...request.Option) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CopyDBSnapshot added in v0.8.2

func (m *MockRDSAPI) CopyDBSnapshot(arg0 *rds.CopyDBSnapshotInput) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshot mocks base method

func (*MockRDSAPI) CopyDBSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) CopyDBSnapshotRequest(arg0 *rds.CopyDBSnapshotInput) (*request.Request, *rds.CopyDBSnapshotOutput)

CopyDBSnapshotRequest mocks base method

func (*MockRDSAPI) CopyDBSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) CopyDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.CopyDBSnapshotInput, arg2 ...request.Option) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CopyOptionGroup added in v0.8.2

func (m *MockRDSAPI) CopyOptionGroup(arg0 *rds.CopyOptionGroupInput) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroup mocks base method

func (*MockRDSAPI) CopyOptionGroupRequest added in v0.8.2

func (m *MockRDSAPI) CopyOptionGroupRequest(arg0 *rds.CopyOptionGroupInput) (*request.Request, *rds.CopyOptionGroupOutput)

CopyOptionGroupRequest mocks base method

func (*MockRDSAPI) CopyOptionGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CopyOptionGroupWithContext(arg0 aws.Context, arg1 *rds.CopyOptionGroupInput, arg2 ...request.Option) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBCluster added in v0.8.2

func (m *MockRDSAPI) CreateDBCluster(arg0 *rds.CreateDBClusterInput) (*rds.CreateDBClusterOutput, error)

CreateDBCluster mocks base method

func (*MockRDSAPI) CreateDBClusterEndpoint added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterEndpoint(arg0 *rds.CreateDBClusterEndpointInput) (*rds.CreateDBClusterEndpointOutput, error)

CreateDBClusterEndpoint mocks base method

func (*MockRDSAPI) CreateDBClusterEndpointRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterEndpointRequest(arg0 *rds.CreateDBClusterEndpointInput) (*request.Request, *rds.CreateDBClusterEndpointOutput)

CreateDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) CreateDBClusterEndpointWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterEndpointWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterEndpointInput, arg2 ...request.Option) (*rds.CreateDBClusterEndpointOutput, error)

CreateDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroup added in v0.8.2

CreateDBClusterParameterGroup mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterParameterGroupRequest(arg0 *rds.CreateDBClusterParameterGroupInput) (*request.Request, *rds.CreateDBClusterParameterGroupOutput)

CreateDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBClusterParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBClusterParameterGroupOutput, error)

CreateDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterRequest(arg0 *rds.CreateDBClusterInput) (*request.Request, *rds.CreateDBClusterOutput)

CreateDBClusterRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshot added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterSnapshot(arg0 *rds.CreateDBClusterSnapshotInput) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshot mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBClusterSnapshotRequest(arg0 *rds.CreateDBClusterSnapshotInput) (*request.Request, *rds.CreateDBClusterSnapshotOutput)

CreateDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBClusterSnapshotWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) CreateDBClusterWithContext(arg0 aws.Context, arg1 *rds.CreateDBClusterInput, arg2 ...request.Option) (*rds.CreateDBClusterOutput, error)

CreateDBClusterWithContext mocks base method

func (*MockRDSAPI) CreateDBInstance added in v0.8.2

func (m *MockRDSAPI) CreateDBInstance(arg0 *rds.CreateDBInstanceInput) (*rds.CreateDBInstanceOutput, error)

CreateDBInstance mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplica added in v0.8.2

CreateDBInstanceReadReplica mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBInstanceReadReplicaRequest(arg0 *rds.CreateDBInstanceReadReplicaInput) (*request.Request, *rds.CreateDBInstanceReadReplicaOutput)

CreateDBInstanceReadReplicaRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceReadReplicaWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBInstanceReadReplicaWithContext(arg0 aws.Context, arg1 *rds.CreateDBInstanceReadReplicaInput, arg2 ...request.Option) (*rds.CreateDBInstanceReadReplicaOutput, error)

CreateDBInstanceReadReplicaWithContext mocks base method

func (*MockRDSAPI) CreateDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBInstanceRequest(arg0 *rds.CreateDBInstanceInput) (*request.Request, *rds.CreateDBInstanceOutput)

CreateDBInstanceRequest mocks base method

func (*MockRDSAPI) CreateDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBInstanceWithContext(arg0 aws.Context, arg1 *rds.CreateDBInstanceInput, arg2 ...request.Option) (*rds.CreateDBInstanceOutput, error)

CreateDBInstanceWithContext mocks base method

func (*MockRDSAPI) CreateDBParameterGroup added in v0.8.2

func (m *MockRDSAPI) CreateDBParameterGroup(arg0 *rds.CreateDBParameterGroupInput) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroup mocks base method

func (*MockRDSAPI) CreateDBParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBParameterGroupRequest(arg0 *rds.CreateDBParameterGroupInput) (*request.Request, *rds.CreateDBParameterGroupOutput)

CreateDBParameterGroupRequest mocks base method

func (*MockRDSAPI) CreateDBParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBParameterGroupInput, arg2 ...request.Option) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBSecurityGroup added in v0.8.2

func (m *MockRDSAPI) CreateDBSecurityGroup(arg0 *rds.CreateDBSecurityGroupInput) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroup mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBSecurityGroupRequest(arg0 *rds.CreateDBSecurityGroupInput) (*request.Request, *rds.CreateDBSecurityGroupOutput)

CreateDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSecurityGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBSecurityGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBSecurityGroupInput, arg2 ...request.Option) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) CreateDBSnapshot added in v0.8.2

func (m *MockRDSAPI) CreateDBSnapshot(arg0 *rds.CreateDBSnapshotInput) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshot mocks base method

func (*MockRDSAPI) CreateDBSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBSnapshotRequest(arg0 *rds.CreateDBSnapshotInput) (*request.Request, *rds.CreateDBSnapshotOutput)

CreateDBSnapshotRequest mocks base method

func (*MockRDSAPI) CreateDBSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.CreateDBSnapshotInput, arg2 ...request.Option) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshotWithContext mocks base method

func (*MockRDSAPI) CreateDBSubnetGroup added in v0.8.2

func (m *MockRDSAPI) CreateDBSubnetGroup(arg0 *rds.CreateDBSubnetGroupInput) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroup mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupRequest added in v0.8.2

func (m *MockRDSAPI) CreateDBSubnetGroupRequest(arg0 *rds.CreateDBSubnetGroupInput) (*request.Request, *rds.CreateDBSubnetGroupOutput)

CreateDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) CreateDBSubnetGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CreateDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.CreateDBSubnetGroupInput, arg2 ...request.Option) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) CreateEventSubscription added in v0.8.2

func (m *MockRDSAPI) CreateEventSubscription(arg0 *rds.CreateEventSubscriptionInput) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscription mocks base method

func (*MockRDSAPI) CreateEventSubscriptionRequest added in v0.8.2

func (m *MockRDSAPI) CreateEventSubscriptionRequest(arg0 *rds.CreateEventSubscriptionInput) (*request.Request, *rds.CreateEventSubscriptionOutput)

CreateEventSubscriptionRequest mocks base method

func (*MockRDSAPI) CreateEventSubscriptionWithContext added in v0.8.2

func (m *MockRDSAPI) CreateEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.CreateEventSubscriptionInput, arg2 ...request.Option) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) CreateGlobalCluster added in v0.8.2

func (m *MockRDSAPI) CreateGlobalCluster(arg0 *rds.CreateGlobalClusterInput) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalCluster mocks base method

func (*MockRDSAPI) CreateGlobalClusterRequest added in v0.8.2

func (m *MockRDSAPI) CreateGlobalClusterRequest(arg0 *rds.CreateGlobalClusterInput) (*request.Request, *rds.CreateGlobalClusterOutput)

CreateGlobalClusterRequest mocks base method

func (*MockRDSAPI) CreateGlobalClusterWithContext added in v0.8.2

func (m *MockRDSAPI) CreateGlobalClusterWithContext(arg0 aws.Context, arg1 *rds.CreateGlobalClusterInput, arg2 ...request.Option) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalClusterWithContext mocks base method

func (*MockRDSAPI) CreateOptionGroup added in v0.8.2

func (m *MockRDSAPI) CreateOptionGroup(arg0 *rds.CreateOptionGroupInput) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroup mocks base method

func (*MockRDSAPI) CreateOptionGroupRequest added in v0.8.2

func (m *MockRDSAPI) CreateOptionGroupRequest(arg0 *rds.CreateOptionGroupInput) (*request.Request, *rds.CreateOptionGroupOutput)

CreateOptionGroupRequest mocks base method

func (*MockRDSAPI) CreateOptionGroupWithContext added in v0.8.2

func (m *MockRDSAPI) CreateOptionGroupWithContext(arg0 aws.Context, arg1 *rds.CreateOptionGroupInput, arg2 ...request.Option) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBCluster added in v0.8.2

func (m *MockRDSAPI) DeleteDBCluster(arg0 *rds.DeleteDBClusterInput) (*rds.DeleteDBClusterOutput, error)

DeleteDBCluster mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpoint added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterEndpoint(arg0 *rds.DeleteDBClusterEndpointInput) (*rds.DeleteDBClusterEndpointOutput, error)

DeleteDBClusterEndpoint mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpointRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterEndpointRequest(arg0 *rds.DeleteDBClusterEndpointInput) (*request.Request, *rds.DeleteDBClusterEndpointOutput)

DeleteDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterEndpointWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterEndpointWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterEndpointInput, arg2 ...request.Option) (*rds.DeleteDBClusterEndpointOutput, error)

DeleteDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroup added in v0.8.2

DeleteDBClusterParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterParameterGroupRequest(arg0 *rds.DeleteDBClusterParameterGroupInput) (*request.Request, *rds.DeleteDBClusterParameterGroupOutput)

DeleteDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBClusterParameterGroupOutput, error)

DeleteDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterRequest(arg0 *rds.DeleteDBClusterInput) (*request.Request, *rds.DeleteDBClusterOutput)

DeleteDBClusterRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshot added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterSnapshot(arg0 *rds.DeleteDBClusterSnapshotInput) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshot mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBClusterSnapshotRequest(arg0 *rds.DeleteDBClusterSnapshotInput) (*request.Request, *rds.DeleteDBClusterSnapshotOutput)

DeleteDBClusterSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBClusterSnapshotWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) DeleteDBClusterWithContext(arg0 aws.Context, arg1 *rds.DeleteDBClusterInput, arg2 ...request.Option) (*rds.DeleteDBClusterOutput, error)

DeleteDBClusterWithContext mocks base method

func (*MockRDSAPI) DeleteDBInstance added in v0.8.2

func (m *MockRDSAPI) DeleteDBInstance(arg0 *rds.DeleteDBInstanceInput) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstance mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackup added in v0.8.2

DeleteDBInstanceAutomatedBackup mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBInstanceAutomatedBackupRequest(arg0 *rds.DeleteDBInstanceAutomatedBackupInput) (*request.Request, *rds.DeleteDBInstanceAutomatedBackupOutput)

DeleteDBInstanceAutomatedBackupRequest mocks base method

func (*MockRDSAPI) DeleteDBInstanceAutomatedBackupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBInstanceAutomatedBackupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBInstanceAutomatedBackupInput, arg2 ...request.Option) (*rds.DeleteDBInstanceAutomatedBackupOutput, error)

DeleteDBInstanceAutomatedBackupWithContext mocks base method

func (*MockRDSAPI) DeleteDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBInstanceRequest(arg0 *rds.DeleteDBInstanceInput) (*request.Request, *rds.DeleteDBInstanceOutput)

DeleteDBInstanceRequest mocks base method

func (*MockRDSAPI) DeleteDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBInstanceWithContext(arg0 aws.Context, arg1 *rds.DeleteDBInstanceInput, arg2 ...request.Option) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext mocks base method

func (*MockRDSAPI) DeleteDBParameterGroup added in v0.8.2

func (m *MockRDSAPI) DeleteDBParameterGroup(arg0 *rds.DeleteDBParameterGroupInput) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroup mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBParameterGroupRequest(arg0 *rds.DeleteDBParameterGroupInput) (*request.Request, *rds.DeleteDBParameterGroupOutput)

DeleteDBParameterGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBParameterGroupInput, arg2 ...request.Option) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroup added in v0.8.2

func (m *MockRDSAPI) DeleteDBSecurityGroup(arg0 *rds.DeleteDBSecurityGroupInput) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroup mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBSecurityGroupRequest(arg0 *rds.DeleteDBSecurityGroupInput) (*request.Request, *rds.DeleteDBSecurityGroupOutput)

DeleteDBSecurityGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSecurityGroupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBSecurityGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSecurityGroupInput, arg2 ...request.Option) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroupWithContext mocks base method

func (*MockRDSAPI) DeleteDBSnapshot added in v0.8.2

func (m *MockRDSAPI) DeleteDBSnapshot(arg0 *rds.DeleteDBSnapshotInput) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshot mocks base method

func (*MockRDSAPI) DeleteDBSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBSnapshotRequest(arg0 *rds.DeleteDBSnapshotInput) (*request.Request, *rds.DeleteDBSnapshotOutput)

DeleteDBSnapshotRequest mocks base method

func (*MockRDSAPI) DeleteDBSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSnapshotInput, arg2 ...request.Option) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshotWithContext mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroup added in v0.8.2

func (m *MockRDSAPI) DeleteDBSubnetGroup(arg0 *rds.DeleteDBSubnetGroupInput) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroup mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteDBSubnetGroupRequest(arg0 *rds.DeleteDBSubnetGroupInput) (*request.Request, *rds.DeleteDBSubnetGroupOutput)

DeleteDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) DeleteDBSubnetGroupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteDBSubnetGroupInput, arg2 ...request.Option) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) DeleteEventSubscription added in v0.8.2

func (m *MockRDSAPI) DeleteEventSubscription(arg0 *rds.DeleteEventSubscriptionInput) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscription mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionRequest added in v0.8.2

func (m *MockRDSAPI) DeleteEventSubscriptionRequest(arg0 *rds.DeleteEventSubscriptionInput) (*request.Request, *rds.DeleteEventSubscriptionOutput)

DeleteEventSubscriptionRequest mocks base method

func (*MockRDSAPI) DeleteEventSubscriptionWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.DeleteEventSubscriptionInput, arg2 ...request.Option) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) DeleteGlobalCluster added in v0.8.2

func (m *MockRDSAPI) DeleteGlobalCluster(arg0 *rds.DeleteGlobalClusterInput) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalCluster mocks base method

func (*MockRDSAPI) DeleteGlobalClusterRequest added in v0.8.2

func (m *MockRDSAPI) DeleteGlobalClusterRequest(arg0 *rds.DeleteGlobalClusterInput) (*request.Request, *rds.DeleteGlobalClusterOutput)

DeleteGlobalClusterRequest mocks base method

func (*MockRDSAPI) DeleteGlobalClusterWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteGlobalClusterWithContext(arg0 aws.Context, arg1 *rds.DeleteGlobalClusterInput, arg2 ...request.Option) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalClusterWithContext mocks base method

func (*MockRDSAPI) DeleteOptionGroup added in v0.8.2

func (m *MockRDSAPI) DeleteOptionGroup(arg0 *rds.DeleteOptionGroupInput) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroup mocks base method

func (*MockRDSAPI) DeleteOptionGroupRequest added in v0.8.2

func (m *MockRDSAPI) DeleteOptionGroupRequest(arg0 *rds.DeleteOptionGroupInput) (*request.Request, *rds.DeleteOptionGroupOutput)

DeleteOptionGroupRequest mocks base method

func (*MockRDSAPI) DeleteOptionGroupWithContext added in v0.8.2

func (m *MockRDSAPI) DeleteOptionGroupWithContext(arg0 aws.Context, arg1 *rds.DeleteOptionGroupInput, arg2 ...request.Option) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroupWithContext mocks base method

func (*MockRDSAPI) DescribeAccountAttributes added in v0.8.2

DescribeAccountAttributes mocks base method

func (*MockRDSAPI) DescribeAccountAttributesRequest added in v0.8.2

func (m *MockRDSAPI) DescribeAccountAttributesRequest(arg0 *rds.DescribeAccountAttributesInput) (*request.Request, *rds.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest mocks base method

func (*MockRDSAPI) DescribeAccountAttributesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeAccountAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeAccountAttributesInput, arg2 ...request.Option) (*rds.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeCertificates added in v0.8.2

func (m *MockRDSAPI) DescribeCertificates(arg0 *rds.DescribeCertificatesInput) (*rds.DescribeCertificatesOutput, error)

DescribeCertificates mocks base method

func (*MockRDSAPI) DescribeCertificatesRequest added in v0.8.2

func (m *MockRDSAPI) DescribeCertificatesRequest(arg0 *rds.DescribeCertificatesInput) (*request.Request, *rds.DescribeCertificatesOutput)

DescribeCertificatesRequest mocks base method

func (*MockRDSAPI) DescribeCertificatesWithContext added in v0.8.2

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.8.2

DescribeDBClusterBacktracks mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterBacktracksRequest(arg0 *rds.DescribeDBClusterBacktracksInput) (*request.Request, *rds.DescribeDBClusterBacktracksOutput)

DescribeDBClusterBacktracksRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterBacktracksWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterBacktracksWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterBacktracksInput, arg2 ...request.Option) (*rds.DescribeDBClusterBacktracksOutput, error)

DescribeDBClusterBacktracksWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpoints added in v0.8.2

DescribeDBClusterEndpoints mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterEndpointsRequest(arg0 *rds.DescribeDBClusterEndpointsInput) (*request.Request, *rds.DescribeDBClusterEndpointsOutput)

DescribeDBClusterEndpointsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterEndpointsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterEndpointsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterEndpointsInput, arg2 ...request.Option) (*rds.DescribeDBClusterEndpointsOutput, error)

DescribeDBClusterEndpointsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroups added in v0.8.2

DescribeDBClusterParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsRequest(arg0 *rds.DescribeDBClusterParameterGroupsInput) (*request.Request, *rds.DescribeDBClusterParameterGroupsOutput)

DescribeDBClusterParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParameterGroupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterParameterGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBClusterParameterGroupsOutput, error)

DescribeDBClusterParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterParameters added in v0.8.2

DescribeDBClusterParameters mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterParametersRequest(arg0 *rds.DescribeDBClusterParametersInput) (*request.Request, *rds.DescribeDBClusterParametersOutput)

DescribeDBClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterParametersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterParametersInput, arg2 ...request.Option) (*rds.DescribeDBClusterParametersOutput, error)

DescribeDBClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributes added in v0.8.2

DescribeDBClusterSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesRequest added in v0.8.2

DescribeDBClusterSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterSnapshotAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotAttributesOutput, error)

DescribeDBClusterSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshots added in v0.8.2

DescribeDBClusterSnapshots mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterSnapshotsRequest(arg0 *rds.DescribeDBClusterSnapshotsInput) (*request.Request, *rds.DescribeDBClusterSnapshotsOutput)

DescribeDBClusterSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBClusterSnapshotsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusterSnapshotsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBClusterSnapshotsOutput, error)

DescribeDBClusterSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBClusters added in v0.8.2

func (m *MockRDSAPI) DescribeDBClusters(arg0 *rds.DescribeDBClustersInput) (*rds.DescribeDBClustersOutput, error)

DescribeDBClusters mocks base method

func (*MockRDSAPI) DescribeDBClustersPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBClustersPages(arg0 *rds.DescribeDBClustersInput, arg1 func(*rds.DescribeDBClustersOutput, bool) bool) error

DescribeDBClustersPages mocks base method

func (*MockRDSAPI) DescribeDBClustersPagesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClustersPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClustersInput, arg2 func(*rds.DescribeDBClustersOutput, bool) bool, arg3 ...request.Option) error

DescribeDBClustersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBClustersRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBClustersRequest(arg0 *rds.DescribeDBClustersInput) (*request.Request, *rds.DescribeDBClustersOutput)

DescribeDBClustersRequest mocks base method

func (*MockRDSAPI) DescribeDBClustersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBClustersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClustersInput, arg2 ...request.Option) (*rds.DescribeDBClustersOutput, error)

DescribeDBClustersWithContext mocks base method

func (*MockRDSAPI) DescribeDBEngineVersions added in v0.8.2

DescribeDBEngineVersions mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBEngineVersionsPages(arg0 *rds.DescribeDBEngineVersionsInput, arg1 func(*rds.DescribeDBEngineVersionsOutput, bool) bool) error

DescribeDBEngineVersionsPages mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBEngineVersionsRequest(arg0 *rds.DescribeDBEngineVersionsInput) (*request.Request, *rds.DescribeDBEngineVersionsOutput)

DescribeDBEngineVersionsRequest mocks base method

func (*MockRDSAPI) DescribeDBEngineVersionsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBEngineVersionsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBEngineVersionsInput, arg2 ...request.Option) (*rds.DescribeDBEngineVersionsOutput, error)

DescribeDBEngineVersionsWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackups added in v0.8.2

DescribeDBInstanceAutomatedBackups mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsPages(arg0 *rds.DescribeDBInstanceAutomatedBackupsInput, arg1 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool) error

DescribeDBInstanceAutomatedBackupsPages mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsPagesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstanceAutomatedBackupsInput, arg2 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool, arg3 ...request.Option) error

DescribeDBInstanceAutomatedBackupsPagesWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsRequest added in v0.8.2

DescribeDBInstanceAutomatedBackupsRequest mocks base method

func (*MockRDSAPI) DescribeDBInstanceAutomatedBackupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstanceAutomatedBackupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstanceAutomatedBackupsInput, arg2 ...request.Option) (*rds.DescribeDBInstanceAutomatedBackupsOutput, error)

DescribeDBInstanceAutomatedBackupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBInstances added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstances(arg0 *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstances mocks base method

func (*MockRDSAPI) DescribeDBInstancesPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstancesPages(arg0 *rds.DescribeDBInstancesInput, arg1 func(*rds.DescribeDBInstancesOutput, bool) bool) error

DescribeDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeDBInstancesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstancesRequest(arg0 *rds.DescribeDBInstancesInput) (*request.Request, *rds.DescribeDBInstancesOutput)

DescribeDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeDBInstancesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBInstancesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.Option) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeDBLogFiles added in v0.8.2

func (m *MockRDSAPI) DescribeDBLogFiles(arg0 *rds.DescribeDBLogFilesInput) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFiles mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBLogFilesPages(arg0 *rds.DescribeDBLogFilesInput, arg1 func(*rds.DescribeDBLogFilesOutput, bool) bool) error

DescribeDBLogFilesPages mocks base method

func (*MockRDSAPI) DescribeDBLogFilesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBLogFilesRequest(arg0 *rds.DescribeDBLogFilesInput) (*request.Request, *rds.DescribeDBLogFilesOutput)

DescribeDBLogFilesRequest mocks base method

func (*MockRDSAPI) DescribeDBLogFilesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBLogFilesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBLogFilesInput, arg2 ...request.Option) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFilesWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameterGroups added in v0.8.2

DescribeDBParameterGroups mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBParameterGroupsPages(arg0 *rds.DescribeDBParameterGroupsInput, arg1 func(*rds.DescribeDBParameterGroupsOutput, bool) bool) error

DescribeDBParameterGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBParameterGroupsRequest(arg0 *rds.DescribeDBParameterGroupsInput) (*request.Request, *rds.DescribeDBParameterGroupsOutput)

DescribeDBParameterGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBParameterGroupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBParameterGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 ...request.Option) (*rds.DescribeDBParameterGroupsOutput, error)

DescribeDBParameterGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBParameters added in v0.8.2

func (m *MockRDSAPI) DescribeDBParameters(arg0 *rds.DescribeDBParametersInput) (*rds.DescribeDBParametersOutput, error)

DescribeDBParameters mocks base method

func (*MockRDSAPI) DescribeDBParametersPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBParametersPages(arg0 *rds.DescribeDBParametersInput, arg1 func(*rds.DescribeDBParametersOutput, bool) bool) error

DescribeDBParametersPages mocks base method

func (*MockRDSAPI) DescribeDBParametersPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBParametersRequest(arg0 *rds.DescribeDBParametersInput) (*request.Request, *rds.DescribeDBParametersOutput)

DescribeDBParametersRequest mocks base method

func (*MockRDSAPI) DescribeDBParametersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeDBParametersInput, arg2 ...request.Option) (*rds.DescribeDBParametersOutput, error)

DescribeDBParametersWithContext mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroups added in v0.8.2

DescribeDBSecurityGroups mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBSecurityGroupsPages(arg0 *rds.DescribeDBSecurityGroupsInput, arg1 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool) error

DescribeDBSecurityGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBSecurityGroupsRequest(arg0 *rds.DescribeDBSecurityGroupsInput) (*request.Request, *rds.DescribeDBSecurityGroupsOutput)

DescribeDBSecurityGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSecurityGroupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBSecurityGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSecurityGroupsOutput, error)

DescribeDBSecurityGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributes added in v0.8.2

DescribeDBSnapshotAttributes mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesRequest added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshotAttributesRequest(arg0 *rds.DescribeDBSnapshotAttributesInput) (*request.Request, *rds.DescribeDBSnapshotAttributesOutput)

DescribeDBSnapshotAttributesRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotAttributesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshotAttributesWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotAttributesInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotAttributesOutput, error)

DescribeDBSnapshotAttributesWithContext mocks base method

func (*MockRDSAPI) DescribeDBSnapshots added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshots(arg0 *rds.DescribeDBSnapshotsInput) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshots mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshotsPages(arg0 *rds.DescribeDBSnapshotsInput, arg1 func(*rds.DescribeDBSnapshotsOutput, bool) bool) error

DescribeDBSnapshotsPages mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshotsRequest(arg0 *rds.DescribeDBSnapshotsInput) (*request.Request, *rds.DescribeDBSnapshotsOutput)

DescribeDBSnapshotsRequest mocks base method

func (*MockRDSAPI) DescribeDBSnapshotsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBSnapshotsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.Option) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshotsWithContext mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroups added in v0.8.2

func (m *MockRDSAPI) DescribeDBSubnetGroups(arg0 *rds.DescribeDBSubnetGroupsInput) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroups mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPages added in v0.8.2

func (m *MockRDSAPI) DescribeDBSubnetGroupsPages(arg0 *rds.DescribeDBSubnetGroupsInput, arg1 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool) error

DescribeDBSubnetGroupsPages mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeDBSubnetGroupsRequest(arg0 *rds.DescribeDBSubnetGroupsInput) (*request.Request, *rds.DescribeDBSubnetGroupsOutput)

DescribeDBSubnetGroupsRequest mocks base method

func (*MockRDSAPI) DescribeDBSubnetGroupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeDBSubnetGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 ...request.Option) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParameters added in v0.8.2

DescribeEngineDefaultClusterParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersRequest added in v0.8.2

DescribeEngineDefaultClusterParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeEngineDefaultClusterParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeEngineDefaultClusterParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultClusterParametersOutput, error)

DescribeEngineDefaultClusterParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParameters added in v0.8.2

DescribeEngineDefaultParameters mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPages added in v0.8.2

func (m *MockRDSAPI) DescribeEngineDefaultParametersPages(arg0 *rds.DescribeEngineDefaultParametersInput, arg1 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool) error

DescribeEngineDefaultParametersPages mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeEngineDefaultParametersRequest(arg0 *rds.DescribeEngineDefaultParametersInput) (*request.Request, *rds.DescribeEngineDefaultParametersOutput)

DescribeEngineDefaultParametersRequest mocks base method

func (*MockRDSAPI) DescribeEngineDefaultParametersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeEngineDefaultParametersWithContext(arg0 aws.Context, arg1 *rds.DescribeEngineDefaultParametersInput, arg2 ...request.Option) (*rds.DescribeEngineDefaultParametersOutput, error)

DescribeEngineDefaultParametersWithContext mocks base method

func (*MockRDSAPI) DescribeEventCategories added in v0.8.2

func (m *MockRDSAPI) DescribeEventCategories(arg0 *rds.DescribeEventCategoriesInput) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategories mocks base method

func (*MockRDSAPI) DescribeEventCategoriesRequest added in v0.8.2

func (m *MockRDSAPI) DescribeEventCategoriesRequest(arg0 *rds.DescribeEventCategoriesInput) (*request.Request, *rds.DescribeEventCategoriesOutput)

DescribeEventCategoriesRequest mocks base method

func (*MockRDSAPI) DescribeEventCategoriesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeEventCategoriesWithContext(arg0 aws.Context, arg1 *rds.DescribeEventCategoriesInput, arg2 ...request.Option) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategoriesWithContext mocks base method

func (*MockRDSAPI) DescribeEventSubscriptions added in v0.8.2

DescribeEventSubscriptions mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPages added in v0.8.2

func (m *MockRDSAPI) DescribeEventSubscriptionsPages(arg0 *rds.DescribeEventSubscriptionsInput, arg1 func(*rds.DescribeEventSubscriptionsOutput, bool) bool) error

DescribeEventSubscriptionsPages mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeEventSubscriptionsRequest(arg0 *rds.DescribeEventSubscriptionsInput) (*request.Request, *rds.DescribeEventSubscriptionsOutput)

DescribeEventSubscriptionsRequest mocks base method

func (*MockRDSAPI) DescribeEventSubscriptionsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeEventSubscriptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 ...request.Option) (*rds.DescribeEventSubscriptionsOutput, error)

DescribeEventSubscriptionsWithContext mocks base method

func (*MockRDSAPI) DescribeEvents added in v0.8.2

func (m *MockRDSAPI) DescribeEvents(arg0 *rds.DescribeEventsInput) (*rds.DescribeEventsOutput, error)

DescribeEvents mocks base method

func (*MockRDSAPI) DescribeEventsPages added in v0.8.2

func (m *MockRDSAPI) DescribeEventsPages(arg0 *rds.DescribeEventsInput, arg1 func(*rds.DescribeEventsOutput, bool) bool) error

DescribeEventsPages mocks base method

func (*MockRDSAPI) DescribeEventsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeEventsRequest(arg0 *rds.DescribeEventsInput) (*request.Request, *rds.DescribeEventsOutput)

DescribeEventsRequest mocks base method

func (*MockRDSAPI) DescribeEventsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeEventsWithContext(arg0 aws.Context, arg1 *rds.DescribeEventsInput, arg2 ...request.Option) (*rds.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockRDSAPI) DescribeGlobalClusters added in v0.8.2

func (m *MockRDSAPI) DescribeGlobalClusters(arg0 *rds.DescribeGlobalClustersInput) (*rds.DescribeGlobalClustersOutput, error)

DescribeGlobalClusters mocks base method

func (*MockRDSAPI) DescribeGlobalClustersPages added in v0.8.2

func (m *MockRDSAPI) DescribeGlobalClustersPages(arg0 *rds.DescribeGlobalClustersInput, arg1 func(*rds.DescribeGlobalClustersOutput, bool) bool) error

DescribeGlobalClustersPages mocks base method

func (*MockRDSAPI) DescribeGlobalClustersPagesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeGlobalClustersPagesWithContext(arg0 aws.Context, arg1 *rds.DescribeGlobalClustersInput, arg2 func(*rds.DescribeGlobalClustersOutput, bool) bool, arg3 ...request.Option) error

DescribeGlobalClustersPagesWithContext mocks base method

func (*MockRDSAPI) DescribeGlobalClustersRequest added in v0.8.2

func (m *MockRDSAPI) DescribeGlobalClustersRequest(arg0 *rds.DescribeGlobalClustersInput) (*request.Request, *rds.DescribeGlobalClustersOutput)

DescribeGlobalClustersRequest mocks base method

func (*MockRDSAPI) DescribeGlobalClustersWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeGlobalClustersWithContext(arg0 aws.Context, arg1 *rds.DescribeGlobalClustersInput, arg2 ...request.Option) (*rds.DescribeGlobalClustersOutput, error)

DescribeGlobalClustersWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptions added in v0.8.2

DescribeOptionGroupOptions mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPages added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupOptionsPages(arg0 *rds.DescribeOptionGroupOptionsInput, arg1 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool) error

DescribeOptionGroupOptionsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupOptionsRequest(arg0 *rds.DescribeOptionGroupOptionsInput) (*request.Request, *rds.DescribeOptionGroupOptionsOutput)

DescribeOptionGroupOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupOptionsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupOptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupOptionsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupOptionsOutput, error)

DescribeOptionGroupOptionsWithContext mocks base method

func (*MockRDSAPI) DescribeOptionGroups added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroups(arg0 *rds.DescribeOptionGroupsInput) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroups mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPages added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupsPages(arg0 *rds.DescribeOptionGroupsInput, arg1 func(*rds.DescribeOptionGroupsOutput, bool) bool) error

DescribeOptionGroupsPages mocks base method

func (*MockRDSAPI) DescribeOptionGroupsPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupsRequest(arg0 *rds.DescribeOptionGroupsInput) (*request.Request, *rds.DescribeOptionGroupsOutput)

DescribeOptionGroupsRequest mocks base method

func (*MockRDSAPI) DescribeOptionGroupsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeOptionGroupsWithContext(arg0 aws.Context, arg1 *rds.DescribeOptionGroupsInput, arg2 ...request.Option) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroupsWithContext mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptions added in v0.8.2

DescribeOrderableDBInstanceOptions mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPages added in v0.8.2

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsPages(arg0 *rds.DescribeOrderableDBInstanceOptionsInput, arg1 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool) error

DescribeOrderableDBInstanceOptionsPages mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeOrderableDBInstanceOptionsRequest mocks base method

func (*MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeOrderableDBInstanceOptionsWithContext(arg0 aws.Context, arg1 *rds.DescribeOrderableDBInstanceOptionsInput, arg2 ...request.Option) (*rds.DescribeOrderableDBInstanceOptionsOutput, error)

DescribeOrderableDBInstanceOptionsWithContext mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActions added in v0.8.2

DescribePendingMaintenanceActions mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsRequest added in v0.8.2

DescribePendingMaintenanceActionsRequest mocks base method

func (*MockRDSAPI) DescribePendingMaintenanceActionsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribePendingMaintenanceActionsWithContext(arg0 aws.Context, arg1 *rds.DescribePendingMaintenanceActionsInput, arg2 ...request.Option) (*rds.DescribePendingMaintenanceActionsOutput, error)

DescribePendingMaintenanceActionsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstances added in v0.8.2

DescribeReservedDBInstances mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferings added in v0.8.2

DescribeReservedDBInstancesOfferings mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPages added in v0.8.2

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsPages(arg0 *rds.DescribeReservedDBInstancesOfferingsInput, arg1 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool) error

DescribeReservedDBInstancesOfferingsPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsPagesWithContext added in v0.8.2

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 added in v0.8.2

DescribeReservedDBInstancesOfferingsRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeReservedDBInstancesOfferingsWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesOfferingsInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOfferingsOutput, error)

DescribeReservedDBInstancesOfferingsWithContext mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPages added in v0.8.2

func (m *MockRDSAPI) DescribeReservedDBInstancesPages(arg0 *rds.DescribeReservedDBInstancesInput, arg1 func(*rds.DescribeReservedDBInstancesOutput, bool) bool) error

DescribeReservedDBInstancesPages mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DescribeReservedDBInstancesRequest(arg0 *rds.DescribeReservedDBInstancesInput) (*request.Request, *rds.DescribeReservedDBInstancesOutput)

DescribeReservedDBInstancesRequest mocks base method

func (*MockRDSAPI) DescribeReservedDBInstancesWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeReservedDBInstancesWithContext(arg0 aws.Context, arg1 *rds.DescribeReservedDBInstancesInput, arg2 ...request.Option) (*rds.DescribeReservedDBInstancesOutput, error)

DescribeReservedDBInstancesWithContext mocks base method

func (*MockRDSAPI) DescribeSourceRegions added in v0.8.2

func (m *MockRDSAPI) DescribeSourceRegions(arg0 *rds.DescribeSourceRegionsInput) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegions mocks base method

func (*MockRDSAPI) DescribeSourceRegionsRequest added in v0.8.2

func (m *MockRDSAPI) DescribeSourceRegionsRequest(arg0 *rds.DescribeSourceRegionsInput) (*request.Request, *rds.DescribeSourceRegionsOutput)

DescribeSourceRegionsRequest mocks base method

func (*MockRDSAPI) DescribeSourceRegionsWithContext added in v0.8.2

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.8.2

DescribeValidDBInstanceModifications mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsRequest added in v0.8.2

DescribeValidDBInstanceModificationsRequest mocks base method

func (*MockRDSAPI) DescribeValidDBInstanceModificationsWithContext added in v0.8.2

func (m *MockRDSAPI) DescribeValidDBInstanceModificationsWithContext(arg0 aws.Context, arg1 *rds.DescribeValidDBInstanceModificationsInput, arg2 ...request.Option) (*rds.DescribeValidDBInstanceModificationsOutput, error)

DescribeValidDBInstanceModificationsWithContext mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortion added in v0.8.2

DownloadDBLogFilePortion mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPages added in v0.8.2

func (m *MockRDSAPI) DownloadDBLogFilePortionPages(arg0 *rds.DownloadDBLogFilePortionInput, arg1 func(*rds.DownloadDBLogFilePortionOutput, bool) bool) error

DownloadDBLogFilePortionPages mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionPagesWithContext added in v0.8.2

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 added in v0.8.2

func (m *MockRDSAPI) DownloadDBLogFilePortionRequest(arg0 *rds.DownloadDBLogFilePortionInput) (*request.Request, *rds.DownloadDBLogFilePortionOutput)

DownloadDBLogFilePortionRequest mocks base method

func (*MockRDSAPI) DownloadDBLogFilePortionWithContext added in v0.8.2

func (m *MockRDSAPI) DownloadDBLogFilePortionWithContext(arg0 aws.Context, arg1 *rds.DownloadDBLogFilePortionInput, arg2 ...request.Option) (*rds.DownloadDBLogFilePortionOutput, error)

DownloadDBLogFilePortionWithContext mocks base method

func (*MockRDSAPI) EXPECT added in v0.8.2

func (m *MockRDSAPI) EXPECT() *MockRDSAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockRDSAPI) FailoverDBCluster added in v0.8.2

func (m *MockRDSAPI) FailoverDBCluster(arg0 *rds.FailoverDBClusterInput) (*rds.FailoverDBClusterOutput, error)

FailoverDBCluster mocks base method

func (*MockRDSAPI) FailoverDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) FailoverDBClusterRequest(arg0 *rds.FailoverDBClusterInput) (*request.Request, *rds.FailoverDBClusterOutput)

FailoverDBClusterRequest mocks base method

func (*MockRDSAPI) FailoverDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) FailoverDBClusterWithContext(arg0 aws.Context, arg1 *rds.FailoverDBClusterInput, arg2 ...request.Option) (*rds.FailoverDBClusterOutput, error)

FailoverDBClusterWithContext mocks base method

func (*MockRDSAPI) ListTagsForResource added in v0.8.2

func (m *MockRDSAPI) ListTagsForResource(arg0 *rds.ListTagsForResourceInput) (*rds.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockRDSAPI) ListTagsForResourceRequest added in v0.8.2

func (m *MockRDSAPI) ListTagsForResourceRequest(arg0 *rds.ListTagsForResourceInput) (*request.Request, *rds.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockRDSAPI) ListTagsForResourceWithContext added in v0.8.2

func (m *MockRDSAPI) ListTagsForResourceWithContext(arg0 aws.Context, arg1 *rds.ListTagsForResourceInput, arg2 ...request.Option) (*rds.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacity added in v0.8.2

ModifyCurrentDBClusterCapacity mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacityRequest added in v0.8.2

func (m *MockRDSAPI) ModifyCurrentDBClusterCapacityRequest(arg0 *rds.ModifyCurrentDBClusterCapacityInput) (*request.Request, *rds.ModifyCurrentDBClusterCapacityOutput)

ModifyCurrentDBClusterCapacityRequest mocks base method

func (*MockRDSAPI) ModifyCurrentDBClusterCapacityWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyCurrentDBClusterCapacityWithContext(arg0 aws.Context, arg1 *rds.ModifyCurrentDBClusterCapacityInput, arg2 ...request.Option) (*rds.ModifyCurrentDBClusterCapacityOutput, error)

ModifyCurrentDBClusterCapacityWithContext mocks base method

func (*MockRDSAPI) ModifyDBCluster added in v0.8.2

func (m *MockRDSAPI) ModifyDBCluster(arg0 *rds.ModifyDBClusterInput) (*rds.ModifyDBClusterOutput, error)

ModifyDBCluster mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpoint added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterEndpoint(arg0 *rds.ModifyDBClusterEndpointInput) (*rds.ModifyDBClusterEndpointOutput, error)

ModifyDBClusterEndpoint mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpointRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterEndpointRequest(arg0 *rds.ModifyDBClusterEndpointInput) (*request.Request, *rds.ModifyDBClusterEndpointOutput)

ModifyDBClusterEndpointRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterEndpointWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterEndpointWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterEndpointInput, arg2 ...request.Option) (*rds.ModifyDBClusterEndpointOutput, error)

ModifyDBClusterEndpointWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroup added in v0.8.2

ModifyDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterParameterGroupRequest(arg0 *rds.ModifyDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ModifyDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ModifyDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ModifyDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterRequest(arg0 *rds.ModifyDBClusterInput) (*request.Request, *rds.ModifyDBClusterOutput)

ModifyDBClusterRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttribute added in v0.8.2

ModifyDBClusterSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBClusterSnapshotAttributeRequest(arg0 *rds.ModifyDBClusterSnapshotAttributeInput) (*request.Request, *rds.ModifyDBClusterSnapshotAttributeOutput)

ModifyDBClusterSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBClusterSnapshotAttributeWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) ModifyDBClusterWithContext(arg0 aws.Context, arg1 *rds.ModifyDBClusterInput, arg2 ...request.Option) (*rds.ModifyDBClusterOutput, error)

ModifyDBClusterWithContext mocks base method

func (*MockRDSAPI) ModifyDBInstance added in v0.8.2

func (m *MockRDSAPI) ModifyDBInstance(arg0 *rds.ModifyDBInstanceInput) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstance mocks base method

func (*MockRDSAPI) ModifyDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBInstanceRequest(arg0 *rds.ModifyDBInstanceInput) (*request.Request, *rds.ModifyDBInstanceOutput)

ModifyDBInstanceRequest mocks base method

func (*MockRDSAPI) ModifyDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyDBInstanceWithContext(arg0 aws.Context, arg1 *rds.ModifyDBInstanceInput, arg2 ...request.Option) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstanceWithContext mocks base method

func (*MockRDSAPI) ModifyDBParameterGroup added in v0.8.2

func (m *MockRDSAPI) ModifyDBParameterGroup(arg0 *rds.ModifyDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroup mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBParameterGroupRequest(arg0 *rds.ModifyDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ModifyDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBParameterGroupWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) ModifyDBSnapshot(arg0 *rds.ModifyDBSnapshotInput) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshot mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttribute added in v0.8.2

ModifyDBSnapshotAttribute mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBSnapshotAttributeRequest(arg0 *rds.ModifyDBSnapshotAttributeInput) (*request.Request, *rds.ModifyDBSnapshotAttributeOutput)

ModifyDBSnapshotAttributeRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotAttributeWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) ModifyDBSnapshotRequest(arg0 *rds.ModifyDBSnapshotInput) (*request.Request, *rds.ModifyDBSnapshotOutput)

ModifyDBSnapshotRequest mocks base method

func (*MockRDSAPI) ModifyDBSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyDBSnapshotWithContext(arg0 aws.Context, arg1 *rds.ModifyDBSnapshotInput, arg2 ...request.Option) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshotWithContext mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroup added in v0.8.2

func (m *MockRDSAPI) ModifyDBSubnetGroup(arg0 *rds.ModifyDBSubnetGroupInput) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroup mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupRequest added in v0.8.2

func (m *MockRDSAPI) ModifyDBSubnetGroupRequest(arg0 *rds.ModifyDBSubnetGroupInput) (*request.Request, *rds.ModifyDBSubnetGroupOutput)

ModifyDBSubnetGroupRequest mocks base method

func (*MockRDSAPI) ModifyDBSubnetGroupWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyDBSubnetGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyDBSubnetGroupInput, arg2 ...request.Option) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroupWithContext mocks base method

func (*MockRDSAPI) ModifyEventSubscription added in v0.8.2

func (m *MockRDSAPI) ModifyEventSubscription(arg0 *rds.ModifyEventSubscriptionInput) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscription mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionRequest added in v0.8.2

func (m *MockRDSAPI) ModifyEventSubscriptionRequest(arg0 *rds.ModifyEventSubscriptionInput) (*request.Request, *rds.ModifyEventSubscriptionOutput)

ModifyEventSubscriptionRequest mocks base method

func (*MockRDSAPI) ModifyEventSubscriptionWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyEventSubscriptionWithContext(arg0 aws.Context, arg1 *rds.ModifyEventSubscriptionInput, arg2 ...request.Option) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscriptionWithContext mocks base method

func (*MockRDSAPI) ModifyGlobalCluster added in v0.8.2

func (m *MockRDSAPI) ModifyGlobalCluster(arg0 *rds.ModifyGlobalClusterInput) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalCluster mocks base method

func (*MockRDSAPI) ModifyGlobalClusterRequest added in v0.8.2

func (m *MockRDSAPI) ModifyGlobalClusterRequest(arg0 *rds.ModifyGlobalClusterInput) (*request.Request, *rds.ModifyGlobalClusterOutput)

ModifyGlobalClusterRequest mocks base method

func (*MockRDSAPI) ModifyGlobalClusterWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyGlobalClusterWithContext(arg0 aws.Context, arg1 *rds.ModifyGlobalClusterInput, arg2 ...request.Option) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalClusterWithContext mocks base method

func (*MockRDSAPI) ModifyOptionGroup added in v0.8.2

func (m *MockRDSAPI) ModifyOptionGroup(arg0 *rds.ModifyOptionGroupInput) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroup mocks base method

func (*MockRDSAPI) ModifyOptionGroupRequest added in v0.8.2

func (m *MockRDSAPI) ModifyOptionGroupRequest(arg0 *rds.ModifyOptionGroupInput) (*request.Request, *rds.ModifyOptionGroupOutput)

ModifyOptionGroupRequest mocks base method

func (*MockRDSAPI) ModifyOptionGroupWithContext added in v0.8.2

func (m *MockRDSAPI) ModifyOptionGroupWithContext(arg0 aws.Context, arg1 *rds.ModifyOptionGroupInput, arg2 ...request.Option) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroupWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplica added in v0.8.2

func (m *MockRDSAPI) PromoteReadReplica(arg0 *rds.PromoteReadReplicaInput) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplica mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBCluster added in v0.8.2

PromoteReadReplicaDBCluster mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) PromoteReadReplicaDBClusterRequest(arg0 *rds.PromoteReadReplicaDBClusterInput) (*request.Request, *rds.PromoteReadReplicaDBClusterOutput)

PromoteReadReplicaDBClusterRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) PromoteReadReplicaDBClusterWithContext(arg0 aws.Context, arg1 *rds.PromoteReadReplicaDBClusterInput, arg2 ...request.Option) (*rds.PromoteReadReplicaDBClusterOutput, error)

PromoteReadReplicaDBClusterWithContext mocks base method

func (*MockRDSAPI) PromoteReadReplicaRequest added in v0.8.2

func (m *MockRDSAPI) PromoteReadReplicaRequest(arg0 *rds.PromoteReadReplicaInput) (*request.Request, *rds.PromoteReadReplicaOutput)

PromoteReadReplicaRequest mocks base method

func (*MockRDSAPI) PromoteReadReplicaWithContext added in v0.8.2

func (m *MockRDSAPI) PromoteReadReplicaWithContext(arg0 aws.Context, arg1 *rds.PromoteReadReplicaInput, arg2 ...request.Option) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplicaWithContext mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOffering added in v0.8.2

PurchaseReservedDBInstancesOffering mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingRequest added in v0.8.2

PurchaseReservedDBInstancesOfferingRequest mocks base method

func (*MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext added in v0.8.2

func (m *MockRDSAPI) PurchaseReservedDBInstancesOfferingWithContext(arg0 aws.Context, arg1 *rds.PurchaseReservedDBInstancesOfferingInput, arg2 ...request.Option) (*rds.PurchaseReservedDBInstancesOfferingOutput, error)

PurchaseReservedDBInstancesOfferingWithContext mocks base method

func (*MockRDSAPI) RebootDBInstance added in v0.8.2

func (m *MockRDSAPI) RebootDBInstance(arg0 *rds.RebootDBInstanceInput) (*rds.RebootDBInstanceOutput, error)

RebootDBInstance mocks base method

func (*MockRDSAPI) RebootDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) RebootDBInstanceRequest(arg0 *rds.RebootDBInstanceInput) (*request.Request, *rds.RebootDBInstanceOutput)

RebootDBInstanceRequest mocks base method

func (*MockRDSAPI) RebootDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) RebootDBInstanceWithContext(arg0 aws.Context, arg1 *rds.RebootDBInstanceInput, arg2 ...request.Option) (*rds.RebootDBInstanceOutput, error)

RebootDBInstanceWithContext mocks base method

func (*MockRDSAPI) RemoveFromGlobalCluster added in v0.8.2

func (m *MockRDSAPI) RemoveFromGlobalCluster(arg0 *rds.RemoveFromGlobalClusterInput) (*rds.RemoveFromGlobalClusterOutput, error)

RemoveFromGlobalCluster mocks base method

func (*MockRDSAPI) RemoveFromGlobalClusterRequest added in v0.8.2

func (m *MockRDSAPI) RemoveFromGlobalClusterRequest(arg0 *rds.RemoveFromGlobalClusterInput) (*request.Request, *rds.RemoveFromGlobalClusterOutput)

RemoveFromGlobalClusterRequest mocks base method

func (*MockRDSAPI) RemoveFromGlobalClusterWithContext added in v0.8.2

func (m *MockRDSAPI) RemoveFromGlobalClusterWithContext(arg0 aws.Context, arg1 *rds.RemoveFromGlobalClusterInput, arg2 ...request.Option) (*rds.RemoveFromGlobalClusterOutput, error)

RemoveFromGlobalClusterWithContext mocks base method

func (*MockRDSAPI) RemoveRoleFromDBCluster added in v0.8.2

func (m *MockRDSAPI) RemoveRoleFromDBCluster(arg0 *rds.RemoveRoleFromDBClusterInput) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBCluster mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) RemoveRoleFromDBClusterRequest(arg0 *rds.RemoveRoleFromDBClusterInput) (*request.Request, *rds.RemoveRoleFromDBClusterOutput)

RemoveRoleFromDBClusterRequest mocks base method

func (*MockRDSAPI) RemoveRoleFromDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) RemoveRoleFromDBClusterWithContext(arg0 aws.Context, arg1 *rds.RemoveRoleFromDBClusterInput, arg2 ...request.Option) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBClusterWithContext mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstance added in v0.8.2

RemoveRoleFromDBInstance mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) RemoveRoleFromDBInstanceRequest(arg0 *rds.RemoveRoleFromDBInstanceInput) (*request.Request, *rds.RemoveRoleFromDBInstanceOutput)

RemoveRoleFromDBInstanceRequest mocks base method

func (*MockRDSAPI) RemoveRoleFromDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) RemoveRoleFromDBInstanceWithContext(arg0 aws.Context, arg1 *rds.RemoveRoleFromDBInstanceInput, arg2 ...request.Option) (*rds.RemoveRoleFromDBInstanceOutput, error)

RemoveRoleFromDBInstanceWithContext mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscription added in v0.8.2

RemoveSourceIdentifierFromSubscription mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionRequest added in v0.8.2

RemoveSourceIdentifierFromSubscriptionRequest mocks base method

func (*MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext added in v0.8.2

func (m *MockRDSAPI) RemoveSourceIdentifierFromSubscriptionWithContext(arg0 aws.Context, arg1 *rds.RemoveSourceIdentifierFromSubscriptionInput, arg2 ...request.Option) (*rds.RemoveSourceIdentifierFromSubscriptionOutput, error)

RemoveSourceIdentifierFromSubscriptionWithContext mocks base method

func (*MockRDSAPI) RemoveTagsFromResource added in v0.8.2

func (m *MockRDSAPI) RemoveTagsFromResource(arg0 *rds.RemoveTagsFromResourceInput) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResource mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceRequest added in v0.8.2

func (m *MockRDSAPI) RemoveTagsFromResourceRequest(arg0 *rds.RemoveTagsFromResourceInput) (*request.Request, *rds.RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest mocks base method

func (*MockRDSAPI) RemoveTagsFromResourceWithContext added in v0.8.2

func (m *MockRDSAPI) RemoveTagsFromResourceWithContext(arg0 aws.Context, arg1 *rds.RemoveTagsFromResourceInput, arg2 ...request.Option) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroup added in v0.8.2

ResetDBClusterParameterGroup mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) ResetDBClusterParameterGroupRequest(arg0 *rds.ResetDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ResetDBClusterParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBClusterParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) ResetDBClusterParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ResetDBClusterParameterGroupInput, arg2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ResetDBClusterParameterGroupWithContext mocks base method

func (*MockRDSAPI) ResetDBParameterGroup added in v0.8.2

func (m *MockRDSAPI) ResetDBParameterGroup(arg0 *rds.ResetDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroup mocks base method

func (*MockRDSAPI) ResetDBParameterGroupRequest added in v0.8.2

func (m *MockRDSAPI) ResetDBParameterGroupRequest(arg0 *rds.ResetDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ResetDBParameterGroupRequest mocks base method

func (*MockRDSAPI) ResetDBParameterGroupWithContext added in v0.8.2

func (m *MockRDSAPI) ResetDBParameterGroupWithContext(arg0 aws.Context, arg1 *rds.ResetDBParameterGroupInput, arg2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroupWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3 added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterFromS3(arg0 *rds.RestoreDBClusterFromS3Input) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3 mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3Request added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterFromS3Request(arg0 *rds.RestoreDBClusterFromS3Input) (*request.Request, *rds.RestoreDBClusterFromS3Output)

RestoreDBClusterFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBClusterFromS3WithContext added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterFromS3WithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterFromS3Input, arg2 ...request.Option) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshot added in v0.8.2

RestoreDBClusterFromSnapshot mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotRequest(arg0 *rds.RestoreDBClusterFromSnapshotInput) (*request.Request, *rds.RestoreDBClusterFromSnapshotOutput)

RestoreDBClusterFromSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterFromSnapshotWithContext added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterFromSnapshotWithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterFromSnapshotInput, arg2 ...request.Option) (*rds.RestoreDBClusterFromSnapshotOutput, error)

RestoreDBClusterFromSnapshotWithContext mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTime added in v0.8.2

RestoreDBClusterToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeRequest added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeRequest(arg0 *rds.RestoreDBClusterToPointInTimeInput) (*request.Request, *rds.RestoreDBClusterToPointInTimeOutput)

RestoreDBClusterToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBClusterToPointInTimeWithContext added in v0.8.2

func (m *MockRDSAPI) RestoreDBClusterToPointInTimeWithContext(arg0 aws.Context, arg1 *rds.RestoreDBClusterToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBClusterToPointInTimeOutput, error)

RestoreDBClusterToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshot added in v0.8.2

RestoreDBInstanceFromDBSnapshot mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest added in v0.8.2

func (m *MockRDSAPI) RestoreDBInstanceFromDBSnapshotRequest(arg0 *rds.RestoreDBInstanceFromDBSnapshotInput) (*request.Request, *rds.RestoreDBInstanceFromDBSnapshotOutput)

RestoreDBInstanceFromDBSnapshotRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromDBSnapshotWithContext added in v0.8.2

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.8.2

func (m *MockRDSAPI) RestoreDBInstanceFromS3(arg0 *rds.RestoreDBInstanceFromS3Input) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3 mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3Request added in v0.8.2

func (m *MockRDSAPI) RestoreDBInstanceFromS3Request(arg0 *rds.RestoreDBInstanceFromS3Input) (*request.Request, *rds.RestoreDBInstanceFromS3Output)

RestoreDBInstanceFromS3Request mocks base method

func (*MockRDSAPI) RestoreDBInstanceFromS3WithContext added in v0.8.2

func (m *MockRDSAPI) RestoreDBInstanceFromS3WithContext(arg0 aws.Context, arg1 *rds.RestoreDBInstanceFromS3Input, arg2 ...request.Option) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3WithContext mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTime added in v0.8.2

RestoreDBInstanceToPointInTime mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeRequest added in v0.8.2

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeRequest(arg0 *rds.RestoreDBInstanceToPointInTimeInput) (*request.Request, *rds.RestoreDBInstanceToPointInTimeOutput)

RestoreDBInstanceToPointInTimeRequest mocks base method

func (*MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext added in v0.8.2

func (m *MockRDSAPI) RestoreDBInstanceToPointInTimeWithContext(arg0 aws.Context, arg1 *rds.RestoreDBInstanceToPointInTimeInput, arg2 ...request.Option) (*rds.RestoreDBInstanceToPointInTimeOutput, error)

RestoreDBInstanceToPointInTimeWithContext mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngress added in v0.8.2

RevokeDBSecurityGroupIngress mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressRequest added in v0.8.2

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressRequest(arg0 *rds.RevokeDBSecurityGroupIngressInput) (*request.Request, *rds.RevokeDBSecurityGroupIngressOutput)

RevokeDBSecurityGroupIngressRequest mocks base method

func (*MockRDSAPI) RevokeDBSecurityGroupIngressWithContext added in v0.8.2

func (m *MockRDSAPI) RevokeDBSecurityGroupIngressWithContext(arg0 aws.Context, arg1 *rds.RevokeDBSecurityGroupIngressInput, arg2 ...request.Option) (*rds.RevokeDBSecurityGroupIngressOutput, error)

RevokeDBSecurityGroupIngressWithContext mocks base method

func (*MockRDSAPI) StartActivityStream added in v0.8.2

func (m *MockRDSAPI) StartActivityStream(arg0 *rds.StartActivityStreamInput) (*rds.StartActivityStreamOutput, error)

StartActivityStream mocks base method

func (*MockRDSAPI) StartActivityStreamRequest added in v0.8.2

func (m *MockRDSAPI) StartActivityStreamRequest(arg0 *rds.StartActivityStreamInput) (*request.Request, *rds.StartActivityStreamOutput)

StartActivityStreamRequest mocks base method

func (*MockRDSAPI) StartActivityStreamWithContext added in v0.8.2

func (m *MockRDSAPI) StartActivityStreamWithContext(arg0 aws.Context, arg1 *rds.StartActivityStreamInput, arg2 ...request.Option) (*rds.StartActivityStreamOutput, error)

StartActivityStreamWithContext mocks base method

func (*MockRDSAPI) StartDBCluster added in v0.8.2

func (m *MockRDSAPI) StartDBCluster(arg0 *rds.StartDBClusterInput) (*rds.StartDBClusterOutput, error)

StartDBCluster mocks base method

func (*MockRDSAPI) StartDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) StartDBClusterRequest(arg0 *rds.StartDBClusterInput) (*request.Request, *rds.StartDBClusterOutput)

StartDBClusterRequest mocks base method

func (*MockRDSAPI) StartDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) StartDBClusterWithContext(arg0 aws.Context, arg1 *rds.StartDBClusterInput, arg2 ...request.Option) (*rds.StartDBClusterOutput, error)

StartDBClusterWithContext mocks base method

func (*MockRDSAPI) StartDBInstance added in v0.8.2

func (m *MockRDSAPI) StartDBInstance(arg0 *rds.StartDBInstanceInput) (*rds.StartDBInstanceOutput, error)

StartDBInstance mocks base method

func (*MockRDSAPI) StartDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) StartDBInstanceRequest(arg0 *rds.StartDBInstanceInput) (*request.Request, *rds.StartDBInstanceOutput)

StartDBInstanceRequest mocks base method

func (*MockRDSAPI) StartDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) StartDBInstanceWithContext(arg0 aws.Context, arg1 *rds.StartDBInstanceInput, arg2 ...request.Option) (*rds.StartDBInstanceOutput, error)

StartDBInstanceWithContext mocks base method

func (*MockRDSAPI) StopActivityStream added in v0.8.2

func (m *MockRDSAPI) StopActivityStream(arg0 *rds.StopActivityStreamInput) (*rds.StopActivityStreamOutput, error)

StopActivityStream mocks base method

func (*MockRDSAPI) StopActivityStreamRequest added in v0.8.2

func (m *MockRDSAPI) StopActivityStreamRequest(arg0 *rds.StopActivityStreamInput) (*request.Request, *rds.StopActivityStreamOutput)

StopActivityStreamRequest mocks base method

func (*MockRDSAPI) StopActivityStreamWithContext added in v0.8.2

func (m *MockRDSAPI) StopActivityStreamWithContext(arg0 aws.Context, arg1 *rds.StopActivityStreamInput, arg2 ...request.Option) (*rds.StopActivityStreamOutput, error)

StopActivityStreamWithContext mocks base method

func (*MockRDSAPI) StopDBCluster added in v0.8.2

func (m *MockRDSAPI) StopDBCluster(arg0 *rds.StopDBClusterInput) (*rds.StopDBClusterOutput, error)

StopDBCluster mocks base method

func (*MockRDSAPI) StopDBClusterRequest added in v0.8.2

func (m *MockRDSAPI) StopDBClusterRequest(arg0 *rds.StopDBClusterInput) (*request.Request, *rds.StopDBClusterOutput)

StopDBClusterRequest mocks base method

func (*MockRDSAPI) StopDBClusterWithContext added in v0.8.2

func (m *MockRDSAPI) StopDBClusterWithContext(arg0 aws.Context, arg1 *rds.StopDBClusterInput, arg2 ...request.Option) (*rds.StopDBClusterOutput, error)

StopDBClusterWithContext mocks base method

func (*MockRDSAPI) StopDBInstance added in v0.8.2

func (m *MockRDSAPI) StopDBInstance(arg0 *rds.StopDBInstanceInput) (*rds.StopDBInstanceOutput, error)

StopDBInstance mocks base method

func (*MockRDSAPI) StopDBInstanceRequest added in v0.8.2

func (m *MockRDSAPI) StopDBInstanceRequest(arg0 *rds.StopDBInstanceInput) (*request.Request, *rds.StopDBInstanceOutput)

StopDBInstanceRequest mocks base method

func (*MockRDSAPI) StopDBInstanceWithContext added in v0.8.2

func (m *MockRDSAPI) StopDBInstanceWithContext(arg0 aws.Context, arg1 *rds.StopDBInstanceInput, arg2 ...request.Option) (*rds.StopDBInstanceOutput, error)

StopDBInstanceWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotAvailable added in v0.12.1

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotAvailable(arg0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotAvailableWithContext added in v0.12.1

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotAvailableWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotDeleted added in v0.12.1

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotDeleted(arg0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBClusterSnapshotDeletedWithContext added in v0.12.1

func (m *MockRDSAPI) WaitUntilDBClusterSnapshotDeletedWithContext(arg0 aws.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotDeletedWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailable added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBInstanceAvailable(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceAvailableWithContext added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBInstanceAvailableWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceAvailableWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeleted added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBInstanceDeleted(arg0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBInstanceDeletedWithContext added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBInstanceDeletedWithContext(arg0 aws.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilDBInstanceDeletedWithContext mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailable added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBSnapshotAvailable(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotAvailable mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotAvailableWithContext added in v0.8.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.8.2

func (m *MockRDSAPI) WaitUntilDBSnapshotDeleted(arg0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotDeleted mocks base method

func (*MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext added in v0.8.2

func (m *MockRDSAPI) WaitUntilDBSnapshotDeletedWithContext(arg0 aws.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilDBSnapshotDeletedWithContext mocks base method

type MockRDSAPIMockRecorder added in v0.8.2

type MockRDSAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockRDSAPIMockRecorder is the mock recorder for MockRDSAPI

func (*MockRDSAPIMockRecorder) AddRoleToDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBCluster(arg0 interface{}) *gomock.Call

AddRoleToDBCluster indicates an expected call of AddRoleToDBCluster

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterRequest(arg0 interface{}) *gomock.Call

AddRoleToDBClusterRequest indicates an expected call of AddRoleToDBClusterRequest

func (*MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToDBClusterWithContext indicates an expected call of AddRoleToDBClusterWithContext

func (*MockRDSAPIMockRecorder) AddRoleToDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstance(arg0 interface{}) *gomock.Call

AddRoleToDBInstance indicates an expected call of AddRoleToDBInstance

func (*MockRDSAPIMockRecorder) AddRoleToDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstanceRequest(arg0 interface{}) *gomock.Call

AddRoleToDBInstanceRequest indicates an expected call of AddRoleToDBInstanceRequest

func (*MockRDSAPIMockRecorder) AddRoleToDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddRoleToDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToDBInstanceWithContext indicates an expected call of AddRoleToDBInstanceWithContext

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscription(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscription indicates an expected call of AddSourceIdentifierToSubscription

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionRequest(arg0 interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionRequest indicates an expected call of AddSourceIdentifierToSubscriptionRequest

func (*MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddSourceIdentifierToSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddSourceIdentifierToSubscriptionWithContext indicates an expected call of AddSourceIdentifierToSubscriptionWithContext

func (*MockRDSAPIMockRecorder) AddTagsToResource added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddTagsToResource(arg0 interface{}) *gomock.Call

AddTagsToResource indicates an expected call of AddTagsToResource

func (*MockRDSAPIMockRecorder) AddTagsToResourceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceRequest(arg0 interface{}) *gomock.Call

AddTagsToResourceRequest indicates an expected call of AddTagsToResourceRequest

func (*MockRDSAPIMockRecorder) AddTagsToResourceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AddTagsToResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsToResourceWithContext indicates an expected call of AddTagsToResourceWithContext

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceAction(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceAction indicates an expected call of ApplyPendingMaintenanceAction

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionRequest(arg0 interface{}) *gomock.Call

ApplyPendingMaintenanceActionRequest indicates an expected call of ApplyPendingMaintenanceActionRequest

func (*MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ApplyPendingMaintenanceActionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplyPendingMaintenanceActionWithContext indicates an expected call of ApplyPendingMaintenanceActionWithContext

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngress indicates an expected call of AuthorizeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressRequest indicates an expected call of AuthorizeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) AuthorizeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeDBSecurityGroupIngressWithContext indicates an expected call of AuthorizeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) BacktrackDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) BacktrackDBCluster(arg0 interface{}) *gomock.Call

BacktrackDBCluster indicates an expected call of BacktrackDBCluster

func (*MockRDSAPIMockRecorder) BacktrackDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterRequest(arg0 interface{}) *gomock.Call

BacktrackDBClusterRequest indicates an expected call of BacktrackDBClusterRequest

func (*MockRDSAPIMockRecorder) BacktrackDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) BacktrackDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BacktrackDBClusterWithContext indicates an expected call of BacktrackDBClusterWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroup indicates an expected call of CopyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBClusterParameterGroupRequest indicates an expected call of CopyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterParameterGroupWithContext indicates an expected call of CopyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshot(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshot indicates an expected call of CopyDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBClusterSnapshotRequest indicates an expected call of CopyDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBClusterSnapshotWithContext indicates an expected call of CopyDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyDBParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroup(arg0 interface{}) *gomock.Call

CopyDBParameterGroup indicates an expected call of CopyDBParameterGroup

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CopyDBParameterGroupRequest indicates an expected call of CopyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBParameterGroupWithContext indicates an expected call of CopyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CopyDBSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshot(arg0 interface{}) *gomock.Call

CopyDBSnapshot indicates an expected call of CopyDBSnapshot

func (*MockRDSAPIMockRecorder) CopyDBSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotRequest(arg0 interface{}) *gomock.Call

CopyDBSnapshotRequest indicates an expected call of CopyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CopyDBSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyDBSnapshotWithContext indicates an expected call of CopyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CopyOptionGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyOptionGroup(arg0 interface{}) *gomock.Call

CopyOptionGroup indicates an expected call of CopyOptionGroup

func (*MockRDSAPIMockRecorder) CopyOptionGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupRequest(arg0 interface{}) *gomock.Call

CopyOptionGroupRequest indicates an expected call of CopyOptionGroupRequest

func (*MockRDSAPIMockRecorder) CopyOptionGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CopyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyOptionGroupWithContext indicates an expected call of CopyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBCluster(arg0 interface{}) *gomock.Call

CreateDBCluster indicates an expected call of CreateDBCluster

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpoint added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpoint(arg0 interface{}) *gomock.Call

CreateDBClusterEndpoint indicates an expected call of CreateDBClusterEndpoint

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpointRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

CreateDBClusterEndpointRequest indicates an expected call of CreateDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterEndpointWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterEndpointWithContext indicates an expected call of CreateDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroup(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroup indicates an expected call of CreateDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBClusterParameterGroupRequest indicates an expected call of CreateDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterParameterGroupWithContext indicates an expected call of CreateDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterRequest(arg0 interface{}) *gomock.Call

CreateDBClusterRequest indicates an expected call of CreateDBClusterRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshot(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshot indicates an expected call of CreateDBClusterSnapshot

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBClusterSnapshotRequest indicates an expected call of CreateDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterSnapshotWithContext indicates an expected call of CreateDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBClusterWithContext indicates an expected call of CreateDBClusterWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstance(arg0 interface{}) *gomock.Call

CreateDBInstance indicates an expected call of CreateDBInstance

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplica added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplica(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplica indicates an expected call of CreateDBInstanceReadReplica

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceReadReplicaRequest indicates an expected call of CreateDBInstanceReadReplicaRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceReadReplicaWithContext indicates an expected call of CreateDBInstanceReadReplicaWithContext

func (*MockRDSAPIMockRecorder) CreateDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceRequest(arg0 interface{}) *gomock.Call

CreateDBInstanceRequest indicates an expected call of CreateDBInstanceRequest

func (*MockRDSAPIMockRecorder) CreateDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBInstanceWithContext indicates an expected call of CreateDBInstanceWithContext

func (*MockRDSAPIMockRecorder) CreateDBParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroup(arg0 interface{}) *gomock.Call

CreateDBParameterGroup indicates an expected call of CreateDBParameterGroup

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupRequest(arg0 interface{}) *gomock.Call

CreateDBParameterGroupRequest indicates an expected call of CreateDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBParameterGroupWithContext indicates an expected call of CreateDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroup(arg0 interface{}) *gomock.Call

CreateDBSecurityGroup indicates an expected call of CreateDBSecurityGroup

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSecurityGroupRequest indicates an expected call of CreateDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSecurityGroupWithContext indicates an expected call of CreateDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) CreateDBSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshot(arg0 interface{}) *gomock.Call

CreateDBSnapshot indicates an expected call of CreateDBSnapshot

func (*MockRDSAPIMockRecorder) CreateDBSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotRequest(arg0 interface{}) *gomock.Call

CreateDBSnapshotRequest indicates an expected call of CreateDBSnapshotRequest

func (*MockRDSAPIMockRecorder) CreateDBSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSnapshotWithContext indicates an expected call of CreateDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroup(arg0 interface{}) *gomock.Call

CreateDBSubnetGroup indicates an expected call of CreateDBSubnetGroup

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

CreateDBSubnetGroupRequest indicates an expected call of CreateDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDBSubnetGroupWithContext indicates an expected call of CreateDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) CreateEventSubscription added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateEventSubscription(arg0 interface{}) *gomock.Call

CreateEventSubscription indicates an expected call of CreateEventSubscription

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateEventSubscriptionRequest indicates an expected call of CreateEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEventSubscriptionWithContext indicates an expected call of CreateEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) CreateGlobalCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateGlobalCluster(arg0 interface{}) *gomock.Call

CreateGlobalCluster indicates an expected call of CreateGlobalCluster

func (*MockRDSAPIMockRecorder) CreateGlobalClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateGlobalClusterRequest(arg0 interface{}) *gomock.Call

CreateGlobalClusterRequest indicates an expected call of CreateGlobalClusterRequest

func (*MockRDSAPIMockRecorder) CreateGlobalClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGlobalClusterWithContext indicates an expected call of CreateGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) CreateOptionGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateOptionGroup(arg0 interface{}) *gomock.Call

CreateOptionGroup indicates an expected call of CreateOptionGroup

func (*MockRDSAPIMockRecorder) CreateOptionGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupRequest(arg0 interface{}) *gomock.Call

CreateOptionGroupRequest indicates an expected call of CreateOptionGroupRequest

func (*MockRDSAPIMockRecorder) CreateOptionGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) CreateOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOptionGroupWithContext indicates an expected call of CreateOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBCluster(arg0 interface{}) *gomock.Call

DeleteDBCluster indicates an expected call of DeleteDBCluster

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpoint added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpoint(arg0 interface{}) *gomock.Call

DeleteDBClusterEndpoint indicates an expected call of DeleteDBClusterEndpoint

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpointRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterEndpointRequest indicates an expected call of DeleteDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterEndpointWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterEndpointWithContext indicates an expected call of DeleteDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroup indicates an expected call of DeleteDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterParameterGroupRequest indicates an expected call of DeleteDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterParameterGroupWithContext indicates an expected call of DeleteDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterRequest indicates an expected call of DeleteDBClusterRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshot(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshot indicates an expected call of DeleteDBClusterSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBClusterSnapshotRequest indicates an expected call of DeleteDBClusterSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterSnapshotWithContext indicates an expected call of DeleteDBClusterSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBClusterWithContext indicates an expected call of DeleteDBClusterWithContext

func (*MockRDSAPIMockRecorder) DeleteDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstance(arg0 interface{}) *gomock.Call

DeleteDBInstance indicates an expected call of DeleteDBInstance

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackup(arg0 interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackup indicates an expected call of DeleteDBInstanceAutomatedBackup

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupRequest(arg0 interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackupRequest indicates an expected call of DeleteDBInstanceAutomatedBackupRequest

func (*MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceAutomatedBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBInstanceAutomatedBackupWithContext indicates an expected call of DeleteDBInstanceAutomatedBackupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceRequest(arg0 interface{}) *gomock.Call

DeleteDBInstanceRequest indicates an expected call of DeleteDBInstanceRequest

func (*MockRDSAPIMockRecorder) DeleteDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBInstanceWithContext indicates an expected call of DeleteDBInstanceWithContext

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroup(arg0 interface{}) *gomock.Call

DeleteDBParameterGroup indicates an expected call of DeleteDBParameterGroup

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBParameterGroupRequest indicates an expected call of DeleteDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBParameterGroupWithContext indicates an expected call of DeleteDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroup(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroup indicates an expected call of DeleteDBSecurityGroup

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSecurityGroupRequest indicates an expected call of DeleteDBSecurityGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSecurityGroupWithContext indicates an expected call of DeleteDBSecurityGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshot(arg0 interface{}) *gomock.Call

DeleteDBSnapshot indicates an expected call of DeleteDBSnapshot

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteDBSnapshotRequest indicates an expected call of DeleteDBSnapshotRequest

func (*MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSnapshotWithContext indicates an expected call of DeleteDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroup(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroup indicates an expected call of DeleteDBSubnetGroup

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

DeleteDBSubnetGroupRequest indicates an expected call of DeleteDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDBSubnetGroupWithContext indicates an expected call of DeleteDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) DeleteEventSubscription added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscription(arg0 interface{}) *gomock.Call

DeleteEventSubscription indicates an expected call of DeleteEventSubscription

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteEventSubscriptionRequest indicates an expected call of DeleteEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEventSubscriptionWithContext indicates an expected call of DeleteEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) DeleteGlobalCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteGlobalCluster(arg0 interface{}) *gomock.Call

DeleteGlobalCluster indicates an expected call of DeleteGlobalCluster

func (*MockRDSAPIMockRecorder) DeleteGlobalClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteGlobalClusterRequest(arg0 interface{}) *gomock.Call

DeleteGlobalClusterRequest indicates an expected call of DeleteGlobalClusterRequest

func (*MockRDSAPIMockRecorder) DeleteGlobalClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGlobalClusterWithContext indicates an expected call of DeleteGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) DeleteOptionGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroup(arg0 interface{}) *gomock.Call

DeleteOptionGroup indicates an expected call of DeleteOptionGroup

func (*MockRDSAPIMockRecorder) DeleteOptionGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupRequest(arg0 interface{}) *gomock.Call

DeleteOptionGroupRequest indicates an expected call of DeleteOptionGroupRequest

func (*MockRDSAPIMockRecorder) DeleteOptionGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DeleteOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOptionGroupWithContext indicates an expected call of DeleteOptionGroupWithContext

func (*MockRDSAPIMockRecorder) DescribeAccountAttributes added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeCertificates added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeCertificates(arg0 interface{}) *gomock.Call

DescribeCertificates indicates an expected call of DescribeCertificates

func (*MockRDSAPIMockRecorder) DescribeCertificatesRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesRequest(arg0 interface{}) *gomock.Call

DescribeCertificatesRequest indicates an expected call of DescribeCertificatesRequest

func (*MockRDSAPIMockRecorder) DescribeCertificatesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificatesWithContext indicates an expected call of DescribeCertificatesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracks added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracks(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracks indicates an expected call of DescribeDBClusterBacktracks

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterBacktracksRequest indicates an expected call of DescribeDBClusterBacktracksRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterBacktracksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterBacktracksWithContext indicates an expected call of DescribeDBClusterBacktracksWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpoints added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpoints(arg0 interface{}) *gomock.Call

DescribeDBClusterEndpoints indicates an expected call of DescribeDBClusterEndpoints

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterEndpointsRequest indicates an expected call of DescribeDBClusterEndpointsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterEndpointsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterEndpointsWithContext indicates an expected call of DescribeDBClusterEndpointsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroups indicates an expected call of DescribeDBClusterParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParameterGroupsRequest indicates an expected call of DescribeDBClusterParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParameterGroupsWithContext indicates an expected call of DescribeDBClusterParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterParameters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParameters(arg0 interface{}) *gomock.Call

DescribeDBClusterParameters indicates an expected call of DescribeDBClusterParameters

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterParametersRequest indicates an expected call of DescribeDBClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterParametersWithContext indicates an expected call of DescribeDBClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributes indicates an expected call of DescribeDBClusterSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesRequest indicates an expected call of DescribeDBClusterSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotAttributesWithContext indicates an expected call of DescribeDBClusterSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshots added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshots(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshots indicates an expected call of DescribeDBClusterSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBClusterSnapshotsRequest indicates an expected call of DescribeDBClusterSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusterSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusterSnapshotsWithContext indicates an expected call of DescribeDBClusterSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClusters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClusters(arg0 interface{}) *gomock.Call

DescribeDBClusters indicates an expected call of DescribeDBClusters

func (*MockRDSAPIMockRecorder) DescribeDBClustersPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBClustersPages indicates an expected call of DescribeDBClustersPages

func (*MockRDSAPIMockRecorder) DescribeDBClustersPagesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBClustersPagesWithContext indicates an expected call of DescribeDBClustersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBClustersRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersRequest(arg0 interface{}) *gomock.Call

DescribeDBClustersRequest indicates an expected call of DescribeDBClustersRequest

func (*MockRDSAPIMockRecorder) DescribeDBClustersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClustersWithContext indicates an expected call of DescribeDBClustersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersions(arg0 interface{}) *gomock.Call

DescribeDBEngineVersions indicates an expected call of DescribeDBEngineVersions

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBEngineVersionsPages indicates an expected call of DescribeDBEngineVersionsPages

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsRequest(arg0 interface{}) *gomock.Call

DescribeDBEngineVersionsRequest indicates an expected call of DescribeDBEngineVersionsRequest

func (*MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBEngineVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBEngineVersionsWithContext indicates an expected call of DescribeDBEngineVersionsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackups(arg0 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackups indicates an expected call of DescribeDBInstanceAutomatedBackups

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsPages indicates an expected call of DescribeDBInstanceAutomatedBackupsPages

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPagesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsPagesWithContext indicates an expected call of DescribeDBInstanceAutomatedBackupsPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsRequest(arg0 interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsRequest indicates an expected call of DescribeDBInstanceAutomatedBackupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstanceAutomatedBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstanceAutomatedBackupsWithContext indicates an expected call of DescribeDBInstanceAutomatedBackupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBInstances added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstances(arg0 interface{}) *gomock.Call

DescribeDBInstances indicates an expected call of DescribeDBInstances

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBInstancesPages indicates an expected call of DescribeDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeDBInstancesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeDBInstancesRequest indicates an expected call of DescribeDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeDBInstancesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstancesWithContext indicates an expected call of DescribeDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBLogFiles added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFiles(arg0 interface{}) *gomock.Call

DescribeDBLogFiles indicates an expected call of DescribeDBLogFiles

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBLogFilesPages indicates an expected call of DescribeDBLogFilesPages

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesRequest(arg0 interface{}) *gomock.Call

DescribeDBLogFilesRequest indicates an expected call of DescribeDBLogFilesRequest

func (*MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBLogFilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBLogFilesWithContext indicates an expected call of DescribeDBLogFilesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroups(arg0 interface{}) *gomock.Call

DescribeDBParameterGroups indicates an expected call of DescribeDBParameterGroups

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParameterGroupsPages indicates an expected call of DescribeDBParameterGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBParameterGroupsRequest indicates an expected call of DescribeDBParameterGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParameterGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParameterGroupsWithContext indicates an expected call of DescribeDBParameterGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBParameters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParameters(arg0 interface{}) *gomock.Call

DescribeDBParameters indicates an expected call of DescribeDBParameters

func (*MockRDSAPIMockRecorder) DescribeDBParametersPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBParametersPages indicates an expected call of DescribeDBParametersPages

func (*MockRDSAPIMockRecorder) DescribeDBParametersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersRequest(arg0 interface{}) *gomock.Call

DescribeDBParametersRequest indicates an expected call of DescribeDBParametersRequest

func (*MockRDSAPIMockRecorder) DescribeDBParametersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBParametersWithContext indicates an expected call of DescribeDBParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroups(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroups indicates an expected call of DescribeDBSecurityGroups

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSecurityGroupsPages indicates an expected call of DescribeDBSecurityGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSecurityGroupsRequest indicates an expected call of DescribeDBSecurityGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSecurityGroupsWithContext indicates an expected call of DescribeDBSecurityGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributes(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributes indicates an expected call of DescribeDBSnapshotAttributes

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotAttributesRequest indicates an expected call of DescribeDBSnapshotAttributesRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotAttributesWithContext indicates an expected call of DescribeDBSnapshotAttributesWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSnapshots added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshots(arg0 interface{}) *gomock.Call

DescribeDBSnapshots indicates an expected call of DescribeDBSnapshots

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSnapshotsPages indicates an expected call of DescribeDBSnapshotsPages

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeDBSnapshotsRequest indicates an expected call of DescribeDBSnapshotsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSnapshotsWithContext indicates an expected call of DescribeDBSnapshotsWithContext

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroups(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDBSubnetGroupsPages indicates an expected call of DescribeDBSubnetGroupsPages

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsRequest(arg0 interface{}) *gomock.Call

DescribeDBSubnetGroupsRequest indicates an expected call of DescribeDBSubnetGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeDBSubnetGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSubnetGroupsWithContext indicates an expected call of DescribeDBSubnetGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParameters indicates an expected call of DescribeEngineDefaultClusterParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersRequest indicates an expected call of DescribeEngineDefaultClusterParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultClusterParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultClusterParametersWithContext indicates an expected call of DescribeEngineDefaultClusterParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParameters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParameters(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParameters indicates an expected call of DescribeEngineDefaultParameters

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPages(arg0, arg1 interface{}) *gomock.Call

DescribeEngineDefaultParametersPages indicates an expected call of DescribeEngineDefaultParametersPages

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersRequest(arg0 interface{}) *gomock.Call

DescribeEngineDefaultParametersRequest indicates an expected call of DescribeEngineDefaultParametersRequest

func (*MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEngineDefaultParametersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEngineDefaultParametersWithContext indicates an expected call of DescribeEngineDefaultParametersWithContext

func (*MockRDSAPIMockRecorder) DescribeEventCategories added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventCategories(arg0 interface{}) *gomock.Call

DescribeEventCategories indicates an expected call of DescribeEventCategories

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesRequest(arg0 interface{}) *gomock.Call

DescribeEventCategoriesRequest indicates an expected call of DescribeEventCategoriesRequest

func (*MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventCategoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventCategoriesWithContext indicates an expected call of DescribeEventCategoriesWithContext

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptions(arg0 interface{}) *gomock.Call

DescribeEventSubscriptions indicates an expected call of DescribeEventSubscriptions

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventSubscriptionsPages indicates an expected call of DescribeEventSubscriptionsPages

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsRequest(arg0 interface{}) *gomock.Call

DescribeEventSubscriptionsRequest indicates an expected call of DescribeEventSubscriptionsRequest

func (*MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventSubscriptionsWithContext indicates an expected call of DescribeEventSubscriptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeEvents added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockRDSAPIMockRecorder) DescribeEventsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockRDSAPIMockRecorder) DescribeEventsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockRDSAPIMockRecorder) DescribeEventsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockRDSAPIMockRecorder) DescribeGlobalClusters added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClusters(arg0 interface{}) *gomock.Call

DescribeGlobalClusters indicates an expected call of DescribeGlobalClusters

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersPages(arg0, arg1 interface{}) *gomock.Call

DescribeGlobalClustersPages indicates an expected call of DescribeGlobalClustersPages

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersPagesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeGlobalClustersPagesWithContext indicates an expected call of DescribeGlobalClustersPagesWithContext

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersRequest(arg0 interface{}) *gomock.Call

DescribeGlobalClustersRequest indicates an expected call of DescribeGlobalClustersRequest

func (*MockRDSAPIMockRecorder) DescribeGlobalClustersWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeGlobalClustersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalClustersWithContext indicates an expected call of DescribeGlobalClustersWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptions(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptions indicates an expected call of DescribeOptionGroupOptions

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupOptionsPages indicates an expected call of DescribeOptionGroupOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupOptionsRequest indicates an expected call of DescribeOptionGroupOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupOptionsWithContext indicates an expected call of DescribeOptionGroupOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribeOptionGroups added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroups(arg0 interface{}) *gomock.Call

DescribeOptionGroups indicates an expected call of DescribeOptionGroups

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOptionGroupsPages indicates an expected call of DescribeOptionGroupsPages

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsRequest(arg0 interface{}) *gomock.Call

DescribeOptionGroupsRequest indicates an expected call of DescribeOptionGroupsRequest

func (*MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOptionGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOptionGroupsWithContext indicates an expected call of DescribeOptionGroupsWithContext

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptions(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptions indicates an expected call of DescribeOrderableDBInstanceOptions

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsPages indicates an expected call of DescribeOrderableDBInstanceOptionsPages

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsRequest(arg0 interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsRequest indicates an expected call of DescribeOrderableDBInstanceOptionsRequest

func (*MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeOrderableDBInstanceOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrderableDBInstanceOptionsWithContext indicates an expected call of DescribeOrderableDBInstanceOptionsWithContext

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActions(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActions indicates an expected call of DescribePendingMaintenanceActions

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsRequest(arg0 interface{}) *gomock.Call

DescribePendingMaintenanceActionsRequest indicates an expected call of DescribePendingMaintenanceActionsRequest

func (*MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribePendingMaintenanceActionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePendingMaintenanceActionsWithContext indicates an expected call of DescribePendingMaintenanceActionsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstances added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstances(arg0 interface{}) *gomock.Call

DescribeReservedDBInstances indicates an expected call of DescribeReservedDBInstances

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferings indicates an expected call of DescribeReservedDBInstancesOfferings

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsPages indicates an expected call of DescribeReservedDBInstancesOfferingsPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsRequest indicates an expected call of DescribeReservedDBInstancesOfferingsRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesOfferingsWithContext indicates an expected call of DescribeReservedDBInstancesOfferingsWithContext

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedDBInstancesPages indicates an expected call of DescribeReservedDBInstancesPages

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedDBInstancesRequest indicates an expected call of DescribeReservedDBInstancesRequest

func (*MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeReservedDBInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedDBInstancesWithContext indicates an expected call of DescribeReservedDBInstancesWithContext

func (*MockRDSAPIMockRecorder) DescribeSourceRegions added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegions(arg0 interface{}) *gomock.Call

DescribeSourceRegions indicates an expected call of DescribeSourceRegions

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsRequest(arg0 interface{}) *gomock.Call

DescribeSourceRegionsRequest indicates an expected call of DescribeSourceRegionsRequest

func (*MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeSourceRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSourceRegionsWithContext indicates an expected call of DescribeSourceRegionsWithContext

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModifications(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModifications indicates an expected call of DescribeValidDBInstanceModifications

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsRequest(arg0 interface{}) *gomock.Call

DescribeValidDBInstanceModificationsRequest indicates an expected call of DescribeValidDBInstanceModificationsRequest

func (*MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DescribeValidDBInstanceModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeValidDBInstanceModificationsWithContext indicates an expected call of DescribeValidDBInstanceModificationsWithContext

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortion added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortion(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortion indicates an expected call of DownloadDBLogFilePortion

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionPages(arg0, arg1 interface{}) *gomock.Call

DownloadDBLogFilePortionPages indicates an expected call of DownloadDBLogFilePortionPages

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionPagesWithContext added in v0.8.2

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.8.2

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionRequest(arg0 interface{}) *gomock.Call

DownloadDBLogFilePortionRequest indicates an expected call of DownloadDBLogFilePortionRequest

func (*MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) DownloadDBLogFilePortionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DownloadDBLogFilePortionWithContext indicates an expected call of DownloadDBLogFilePortionWithContext

func (*MockRDSAPIMockRecorder) FailoverDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) FailoverDBCluster(arg0 interface{}) *gomock.Call

FailoverDBCluster indicates an expected call of FailoverDBCluster

func (*MockRDSAPIMockRecorder) FailoverDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterRequest(arg0 interface{}) *gomock.Call

FailoverDBClusterRequest indicates an expected call of FailoverDBClusterRequest

func (*MockRDSAPIMockRecorder) FailoverDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) FailoverDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

FailoverDBClusterWithContext indicates an expected call of FailoverDBClusterWithContext

func (*MockRDSAPIMockRecorder) ListTagsForResource added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockRDSAPIMockRecorder) ListTagsForResourceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockRDSAPIMockRecorder) ListTagsForResourceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacity added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacity(arg0 interface{}) *gomock.Call

ModifyCurrentDBClusterCapacity indicates an expected call of ModifyCurrentDBClusterCapacity

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityRequest(arg0 interface{}) *gomock.Call

ModifyCurrentDBClusterCapacityRequest indicates an expected call of ModifyCurrentDBClusterCapacityRequest

func (*MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyCurrentDBClusterCapacityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCurrentDBClusterCapacityWithContext indicates an expected call of ModifyCurrentDBClusterCapacityWithContext

func (*MockRDSAPIMockRecorder) ModifyDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBCluster(arg0 interface{}) *gomock.Call

ModifyDBCluster indicates an expected call of ModifyDBCluster

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpoint added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpoint(arg0 interface{}) *gomock.Call

ModifyDBClusterEndpoint indicates an expected call of ModifyDBClusterEndpoint

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpointRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpointRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterEndpointRequest indicates an expected call of ModifyDBClusterEndpointRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterEndpointWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterEndpointWithContext indicates an expected call of ModifyDBClusterEndpointWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroup indicates an expected call of ModifyDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterParameterGroupRequest indicates an expected call of ModifyDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterParameterGroupWithContext indicates an expected call of ModifyDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterRequest indicates an expected call of ModifyDBClusterRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttribute indicates an expected call of ModifyDBClusterSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeRequest indicates an expected call of ModifyDBClusterSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterSnapshotAttributeWithContext indicates an expected call of ModifyDBClusterSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBClusterWithContext indicates an expected call of ModifyDBClusterWithContext

func (*MockRDSAPIMockRecorder) ModifyDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBInstance(arg0 interface{}) *gomock.Call

ModifyDBInstance indicates an expected call of ModifyDBInstance

func (*MockRDSAPIMockRecorder) ModifyDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceRequest(arg0 interface{}) *gomock.Call

ModifyDBInstanceRequest indicates an expected call of ModifyDBInstanceRequest

func (*MockRDSAPIMockRecorder) ModifyDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBInstanceWithContext indicates an expected call of ModifyDBInstanceWithContext

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroup(arg0 interface{}) *gomock.Call

ModifyDBParameterGroup indicates an expected call of ModifyDBParameterGroup

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBParameterGroupRequest indicates an expected call of ModifyDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBParameterGroupWithContext indicates an expected call of ModifyDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshot(arg0 interface{}) *gomock.Call

ModifyDBSnapshot indicates an expected call of ModifyDBSnapshot

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttribute(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttribute indicates an expected call of ModifyDBSnapshotAttribute

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotAttributeRequest indicates an expected call of ModifyDBSnapshotAttributeRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotAttributeWithContext indicates an expected call of ModifyDBSnapshotAttributeWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotRequest(arg0 interface{}) *gomock.Call

ModifyDBSnapshotRequest indicates an expected call of ModifyDBSnapshotRequest

func (*MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSnapshotWithContext indicates an expected call of ModifyDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroup(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroup indicates an expected call of ModifyDBSubnetGroup

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupRequest(arg0 interface{}) *gomock.Call

ModifyDBSubnetGroupRequest indicates an expected call of ModifyDBSubnetGroupRequest

func (*MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyDBSubnetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDBSubnetGroupWithContext indicates an expected call of ModifyDBSubnetGroupWithContext

func (*MockRDSAPIMockRecorder) ModifyEventSubscription added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscription(arg0 interface{}) *gomock.Call

ModifyEventSubscription indicates an expected call of ModifyEventSubscription

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionRequest(arg0 interface{}) *gomock.Call

ModifyEventSubscriptionRequest indicates an expected call of ModifyEventSubscriptionRequest

func (*MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyEventSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEventSubscriptionWithContext indicates an expected call of ModifyEventSubscriptionWithContext

func (*MockRDSAPIMockRecorder) ModifyGlobalCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyGlobalCluster(arg0 interface{}) *gomock.Call

ModifyGlobalCluster indicates an expected call of ModifyGlobalCluster

func (*MockRDSAPIMockRecorder) ModifyGlobalClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyGlobalClusterRequest(arg0 interface{}) *gomock.Call

ModifyGlobalClusterRequest indicates an expected call of ModifyGlobalClusterRequest

func (*MockRDSAPIMockRecorder) ModifyGlobalClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyGlobalClusterWithContext indicates an expected call of ModifyGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) ModifyOptionGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroup(arg0 interface{}) *gomock.Call

ModifyOptionGroup indicates an expected call of ModifyOptionGroup

func (*MockRDSAPIMockRecorder) ModifyOptionGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupRequest(arg0 interface{}) *gomock.Call

ModifyOptionGroupRequest indicates an expected call of ModifyOptionGroupRequest

func (*MockRDSAPIMockRecorder) ModifyOptionGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ModifyOptionGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyOptionGroupWithContext indicates an expected call of ModifyOptionGroupWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplica added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplica(arg0 interface{}) *gomock.Call

PromoteReadReplica indicates an expected call of PromoteReadReplica

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBCluster(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBCluster indicates an expected call of PromoteReadReplicaDBCluster

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaDBClusterRequest indicates an expected call of PromoteReadReplicaDBClusterRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaDBClusterWithContext indicates an expected call of PromoteReadReplicaDBClusterWithContext

func (*MockRDSAPIMockRecorder) PromoteReadReplicaRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaRequest(arg0 interface{}) *gomock.Call

PromoteReadReplicaRequest indicates an expected call of PromoteReadReplicaRequest

func (*MockRDSAPIMockRecorder) PromoteReadReplicaWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PromoteReadReplicaWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PromoteReadReplicaWithContext indicates an expected call of PromoteReadReplicaWithContext

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOffering indicates an expected call of PurchaseReservedDBInstancesOffering

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingRequest indicates an expected call of PurchaseReservedDBInstancesOfferingRequest

func (*MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) PurchaseReservedDBInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedDBInstancesOfferingWithContext indicates an expected call of PurchaseReservedDBInstancesOfferingWithContext

func (*MockRDSAPIMockRecorder) RebootDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RebootDBInstance(arg0 interface{}) *gomock.Call

RebootDBInstance indicates an expected call of RebootDBInstance

func (*MockRDSAPIMockRecorder) RebootDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceRequest(arg0 interface{}) *gomock.Call

RebootDBInstanceRequest indicates an expected call of RebootDBInstanceRequest

func (*MockRDSAPIMockRecorder) RebootDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RebootDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootDBInstanceWithContext indicates an expected call of RebootDBInstanceWithContext

func (*MockRDSAPIMockRecorder) RemoveFromGlobalCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalCluster(arg0 interface{}) *gomock.Call

RemoveFromGlobalCluster indicates an expected call of RemoveFromGlobalCluster

func (*MockRDSAPIMockRecorder) RemoveFromGlobalClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalClusterRequest(arg0 interface{}) *gomock.Call

RemoveFromGlobalClusterRequest indicates an expected call of RemoveFromGlobalClusterRequest

func (*MockRDSAPIMockRecorder) RemoveFromGlobalClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveFromGlobalClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveFromGlobalClusterWithContext indicates an expected call of RemoveFromGlobalClusterWithContext

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBCluster(arg0 interface{}) *gomock.Call

RemoveRoleFromDBCluster indicates an expected call of RemoveRoleFromDBCluster

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromDBClusterRequest indicates an expected call of RemoveRoleFromDBClusterRequest

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromDBClusterWithContext indicates an expected call of RemoveRoleFromDBClusterWithContext

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstance(arg0 interface{}) *gomock.Call

RemoveRoleFromDBInstance indicates an expected call of RemoveRoleFromDBInstance

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromDBInstanceRequest indicates an expected call of RemoveRoleFromDBInstanceRequest

func (*MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveRoleFromDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromDBInstanceWithContext indicates an expected call of RemoveRoleFromDBInstanceWithContext

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscription(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscription indicates an expected call of RemoveSourceIdentifierFromSubscription

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionRequest(arg0 interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionRequest indicates an expected call of RemoveSourceIdentifierFromSubscriptionRequest

func (*MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveSourceIdentifierFromSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveSourceIdentifierFromSubscriptionWithContext indicates an expected call of RemoveSourceIdentifierFromSubscriptionWithContext

func (*MockRDSAPIMockRecorder) RemoveTagsFromResource added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResource(arg0 interface{}) *gomock.Call

RemoveTagsFromResource indicates an expected call of RemoveTagsFromResource

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceRequest(arg0 interface{}) *gomock.Call

RemoveTagsFromResourceRequest indicates an expected call of RemoveTagsFromResourceRequest

func (*MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RemoveTagsFromResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsFromResourceWithContext indicates an expected call of RemoveTagsFromResourceWithContext

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroup(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroup indicates an expected call of ResetDBClusterParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBClusterParameterGroupRequest indicates an expected call of ResetDBClusterParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBClusterParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBClusterParameterGroupWithContext indicates an expected call of ResetDBClusterParameterGroupWithContext

func (*MockRDSAPIMockRecorder) ResetDBParameterGroup added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroup(arg0 interface{}) *gomock.Call

ResetDBParameterGroup indicates an expected call of ResetDBParameterGroup

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupRequest(arg0 interface{}) *gomock.Call

ResetDBParameterGroupRequest indicates an expected call of ResetDBParameterGroupRequest

func (*MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) ResetDBParameterGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetDBParameterGroupWithContext indicates an expected call of ResetDBParameterGroupWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3 added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3 indicates an expected call of RestoreDBClusterFromS3

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBClusterFromS3Request indicates an expected call of RestoreDBClusterFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromS3WithContext indicates an expected call of RestoreDBClusterFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshot(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshot indicates an expected call of RestoreDBClusterFromSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterFromSnapshotRequest indicates an expected call of RestoreDBClusterFromSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterFromSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterFromSnapshotWithContext indicates an expected call of RestoreDBClusterFromSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTime indicates an expected call of RestoreDBClusterToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBClusterToPointInTimeRequest indicates an expected call of RestoreDBClusterToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBClusterToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBClusterToPointInTimeWithContext indicates an expected call of RestoreDBClusterToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshot(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshot indicates an expected call of RestoreDBInstanceFromDBSnapshot

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotRequest indicates an expected call of RestoreDBInstanceFromDBSnapshotRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromDBSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromDBSnapshotWithContext indicates an expected call of RestoreDBInstanceFromDBSnapshotWithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3 added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3 indicates an expected call of RestoreDBInstanceFromS3

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3Request(arg0 interface{}) *gomock.Call

RestoreDBInstanceFromS3Request indicates an expected call of RestoreDBInstanceFromS3Request

func (*MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceFromS3WithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceFromS3WithContext indicates an expected call of RestoreDBInstanceFromS3WithContext

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTime(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTime indicates an expected call of RestoreDBInstanceToPointInTime

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeRequest(arg0 interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeRequest indicates an expected call of RestoreDBInstanceToPointInTimeRequest

func (*MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RestoreDBInstanceToPointInTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreDBInstanceToPointInTimeWithContext indicates an expected call of RestoreDBInstanceToPointInTimeWithContext

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngress indicates an expected call of RevokeDBSecurityGroupIngress

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeDBSecurityGroupIngressRequest indicates an expected call of RevokeDBSecurityGroupIngressRequest

func (*MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) RevokeDBSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeDBSecurityGroupIngressWithContext indicates an expected call of RevokeDBSecurityGroupIngressWithContext

func (*MockRDSAPIMockRecorder) StartActivityStream added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartActivityStream(arg0 interface{}) *gomock.Call

StartActivityStream indicates an expected call of StartActivityStream

func (*MockRDSAPIMockRecorder) StartActivityStreamRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartActivityStreamRequest(arg0 interface{}) *gomock.Call

StartActivityStreamRequest indicates an expected call of StartActivityStreamRequest

func (*MockRDSAPIMockRecorder) StartActivityStreamWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartActivityStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartActivityStreamWithContext indicates an expected call of StartActivityStreamWithContext

func (*MockRDSAPIMockRecorder) StartDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBCluster(arg0 interface{}) *gomock.Call

StartDBCluster indicates an expected call of StartDBCluster

func (*MockRDSAPIMockRecorder) StartDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBClusterRequest(arg0 interface{}) *gomock.Call

StartDBClusterRequest indicates an expected call of StartDBClusterRequest

func (*MockRDSAPIMockRecorder) StartDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBClusterWithContext indicates an expected call of StartDBClusterWithContext

func (*MockRDSAPIMockRecorder) StartDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBInstance(arg0 interface{}) *gomock.Call

StartDBInstance indicates an expected call of StartDBInstance

func (*MockRDSAPIMockRecorder) StartDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBInstanceRequest(arg0 interface{}) *gomock.Call

StartDBInstanceRequest indicates an expected call of StartDBInstanceRequest

func (*MockRDSAPIMockRecorder) StartDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StartDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartDBInstanceWithContext indicates an expected call of StartDBInstanceWithContext

func (*MockRDSAPIMockRecorder) StopActivityStream added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopActivityStream(arg0 interface{}) *gomock.Call

StopActivityStream indicates an expected call of StopActivityStream

func (*MockRDSAPIMockRecorder) StopActivityStreamRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopActivityStreamRequest(arg0 interface{}) *gomock.Call

StopActivityStreamRequest indicates an expected call of StopActivityStreamRequest

func (*MockRDSAPIMockRecorder) StopActivityStreamWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopActivityStreamWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopActivityStreamWithContext indicates an expected call of StopActivityStreamWithContext

func (*MockRDSAPIMockRecorder) StopDBCluster added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBCluster(arg0 interface{}) *gomock.Call

StopDBCluster indicates an expected call of StopDBCluster

func (*MockRDSAPIMockRecorder) StopDBClusterRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBClusterRequest(arg0 interface{}) *gomock.Call

StopDBClusterRequest indicates an expected call of StopDBClusterRequest

func (*MockRDSAPIMockRecorder) StopDBClusterWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBClusterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBClusterWithContext indicates an expected call of StopDBClusterWithContext

func (*MockRDSAPIMockRecorder) StopDBInstance added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBInstance(arg0 interface{}) *gomock.Call

StopDBInstance indicates an expected call of StopDBInstance

func (*MockRDSAPIMockRecorder) StopDBInstanceRequest added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBInstanceRequest(arg0 interface{}) *gomock.Call

StopDBInstanceRequest indicates an expected call of StopDBInstanceRequest

func (*MockRDSAPIMockRecorder) StopDBInstanceWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) StopDBInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopDBInstanceWithContext indicates an expected call of StopDBInstanceWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailable added in v0.12.1

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBClusterSnapshotAvailable indicates an expected call of WaitUntilDBClusterSnapshotAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailableWithContext added in v0.12.1

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBClusterSnapshotAvailableWithContext indicates an expected call of WaitUntilDBClusterSnapshotAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeleted added in v0.12.1

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBClusterSnapshotDeleted indicates an expected call of WaitUntilDBClusterSnapshotDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeletedWithContext added in v0.12.1

func (mr *MockRDSAPIMockRecorder) WaitUntilDBClusterSnapshotDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBClusterSnapshotDeletedWithContext indicates an expected call of WaitUntilDBClusterSnapshotDeletedWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceAvailable indicates an expected call of WaitUntilDBInstanceAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceAvailableWithContext indicates an expected call of WaitUntilDBInstanceAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBInstanceDeleted indicates an expected call of WaitUntilDBInstanceDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBInstanceDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBInstanceDeletedWithContext indicates an expected call of WaitUntilDBInstanceDeletedWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailable(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotAvailable indicates an expected call of WaitUntilDBSnapshotAvailable

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilDBSnapshotAvailableWithContext indicates an expected call of WaitUntilDBSnapshotAvailableWithContext

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted added in v0.8.2

func (mr *MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeleted(arg0 interface{}) *gomock.Call

WaitUntilDBSnapshotDeleted indicates an expected call of WaitUntilDBSnapshotDeleted

func (*MockRDSAPIMockRecorder) WaitUntilDBSnapshotDeletedWithContext added in v0.8.2

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