mocks

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2021 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAutoscalingClient

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

MockAutoscalingClient is a mock of AutoscalingClient interface.

func NewMockAutoscalingClient

func NewMockAutoscalingClient(ctrl *gomock.Controller) *MockAutoscalingClient

NewMockAutoscalingClient creates a new mock instance.

func (*MockAutoscalingClient) DescribeLaunchConfigurations

DescribeLaunchConfigurations mocks base method.

func (*MockAutoscalingClient) EXPECT

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

type MockAutoscalingClientMockRecorder

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

MockAutoscalingClientMockRecorder is the mock recorder for MockAutoscalingClient.

func (*MockAutoscalingClientMockRecorder) DescribeLaunchConfigurations

func (mr *MockAutoscalingClientMockRecorder) DescribeLaunchConfigurations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchConfigurations indicates an expected call of DescribeLaunchConfigurations.

type MockCloudtrailClient

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

MockCloudtrailClient is a mock of CloudtrailClient interface.

func NewMockCloudtrailClient

func NewMockCloudtrailClient(ctrl *gomock.Controller) *MockCloudtrailClient

NewMockCloudtrailClient creates a new mock instance.

func (*MockCloudtrailClient) DescribeTrails

DescribeTrails mocks base method.

func (*MockCloudtrailClient) EXPECT

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

func (*MockCloudtrailClient) GetEventSelectors

GetEventSelectors mocks base method.

func (*MockCloudtrailClient) GetTrailStatus

GetTrailStatus mocks base method.

type MockCloudtrailClientMockRecorder

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

MockCloudtrailClientMockRecorder is the mock recorder for MockCloudtrailClient.

func (*MockCloudtrailClientMockRecorder) DescribeTrails

func (mr *MockCloudtrailClientMockRecorder) DescribeTrails(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrails indicates an expected call of DescribeTrails.

func (*MockCloudtrailClientMockRecorder) GetEventSelectors

func (mr *MockCloudtrailClientMockRecorder) GetEventSelectors(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventSelectors indicates an expected call of GetEventSelectors.

func (*MockCloudtrailClientMockRecorder) GetTrailStatus

func (mr *MockCloudtrailClientMockRecorder) GetTrailStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrailStatus indicates an expected call of GetTrailStatus.

type MockCloudwatchClient

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

MockCloudwatchClient is a mock of CloudwatchClient interface.

func NewMockCloudwatchClient

func NewMockCloudwatchClient(ctrl *gomock.Controller) *MockCloudwatchClient

NewMockCloudwatchClient creates a new mock instance.

func (*MockCloudwatchClient) DescribeAlarms

DescribeAlarms mocks base method.

func (*MockCloudwatchClient) EXPECT

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

type MockCloudwatchClientMockRecorder

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

MockCloudwatchClientMockRecorder is the mock recorder for MockCloudwatchClient.

func (*MockCloudwatchClientMockRecorder) DescribeAlarms

func (mr *MockCloudwatchClientMockRecorder) DescribeAlarms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAlarms indicates an expected call of DescribeAlarms.

type MockCloudwatchLogsClient

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

MockCloudwatchLogsClient is a mock of CloudwatchLogsClient interface.

func NewMockCloudwatchLogsClient

func NewMockCloudwatchLogsClient(ctrl *gomock.Controller) *MockCloudwatchLogsClient

NewMockCloudwatchLogsClient creates a new mock instance.

func (*MockCloudwatchLogsClient) DescribeMetricFilters

DescribeMetricFilters mocks base method.

func (*MockCloudwatchLogsClient) EXPECT

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

type MockCloudwatchLogsClientMockRecorder

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

MockCloudwatchLogsClientMockRecorder is the mock recorder for MockCloudwatchLogsClient.

func (*MockCloudwatchLogsClientMockRecorder) DescribeMetricFilters

func (mr *MockCloudwatchLogsClientMockRecorder) DescribeMetricFilters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMetricFilters indicates an expected call of DescribeMetricFilters.

type MockDirectconnectClient

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

MockDirectconnectClient is a mock of DirectconnectClient interface.

func NewMockDirectconnectClient

func NewMockDirectconnectClient(ctrl *gomock.Controller) *MockDirectconnectClient

NewMockDirectconnectClient creates a new mock instance.

func (*MockDirectconnectClient) DescribeDirectConnectGateways

DescribeDirectConnectGateways mocks base method.

func (*MockDirectconnectClient) EXPECT

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

type MockDirectconnectClientMockRecorder

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

MockDirectconnectClientMockRecorder is the mock recorder for MockDirectconnectClient.

func (*MockDirectconnectClientMockRecorder) DescribeDirectConnectGateways

func (mr *MockDirectconnectClientMockRecorder) DescribeDirectConnectGateways(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDirectConnectGateways indicates an expected call of DescribeDirectConnectGateways.

type MockEc2Client

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

MockEc2Client is a mock of Ec2Client interface.

func NewMockEc2Client

func NewMockEc2Client(ctrl *gomock.Controller) *MockEc2Client

NewMockEc2Client creates a new mock instance.

func (*MockEc2Client) DescribeByoipCidrs

func (m *MockEc2Client) DescribeByoipCidrs(arg0 context.Context, arg1 *ec2.DescribeByoipCidrsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeByoipCidrsOutput, error)

DescribeByoipCidrs mocks base method.

func (*MockEc2Client) DescribeCustomerGateways

func (m *MockEc2Client) DescribeCustomerGateways(arg0 context.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeCustomerGatewaysOutput, error)

DescribeCustomerGateways mocks base method.

func (*MockEc2Client) DescribeFlowLogs

func (m *MockEc2Client) DescribeFlowLogs(arg0 context.Context, arg1 *ec2.DescribeFlowLogsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogs mocks base method.

func (*MockEc2Client) DescribeImages

func (m *MockEc2Client) DescribeImages(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeImagesOutput, error)

DescribeImages mocks base method.

func (*MockEc2Client) DescribeInstances

func (m *MockEc2Client) DescribeInstances(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeInstancesOutput, error)

DescribeInstances mocks base method.

func (*MockEc2Client) DescribeInternetGateways

func (m *MockEc2Client) DescribeInternetGateways(arg0 context.Context, arg1 *ec2.DescribeInternetGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeInternetGatewaysOutput, error)

DescribeInternetGateways mocks base method.

func (*MockEc2Client) DescribeNatGateways

func (m *MockEc2Client) DescribeNatGateways(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGateways mocks base method.

func (*MockEc2Client) DescribeNetworkAcls

func (m *MockEc2Client) DescribeNetworkAcls(arg0 context.Context, arg1 *ec2.DescribeNetworkAclsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAcls mocks base method.

func (*MockEc2Client) DescribeRouteTables

func (m *MockEc2Client) DescribeRouteTables(arg0 context.Context, arg1 *ec2.DescribeRouteTablesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTables mocks base method.

func (*MockEc2Client) DescribeSecurityGroups

func (m *MockEc2Client) DescribeSecurityGroups(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroups mocks base method.

func (*MockEc2Client) DescribeSubnets

func (m *MockEc2Client) DescribeSubnets(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets mocks base method.

func (*MockEc2Client) DescribeVpcPeeringConnections

func (m *MockEc2Client) DescribeVpcPeeringConnections(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcPeeringConnectionsOutput, error)

DescribeVpcPeeringConnections mocks base method.

func (*MockEc2Client) DescribeVpcs

func (m *MockEc2Client) DescribeVpcs(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs mocks base method.

func (*MockEc2Client) EXPECT

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

type MockEc2ClientMockRecorder

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

MockEc2ClientMockRecorder is the mock recorder for MockEc2Client.

func (*MockEc2ClientMockRecorder) DescribeByoipCidrs

func (mr *MockEc2ClientMockRecorder) DescribeByoipCidrs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeByoipCidrs indicates an expected call of DescribeByoipCidrs.

func (*MockEc2ClientMockRecorder) DescribeCustomerGateways

func (mr *MockEc2ClientMockRecorder) DescribeCustomerGateways(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomerGateways indicates an expected call of DescribeCustomerGateways.

func (*MockEc2ClientMockRecorder) DescribeFlowLogs

func (mr *MockEc2ClientMockRecorder) DescribeFlowLogs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFlowLogs indicates an expected call of DescribeFlowLogs.

func (*MockEc2ClientMockRecorder) DescribeImages

func (mr *MockEc2ClientMockRecorder) DescribeImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages.

func (*MockEc2ClientMockRecorder) DescribeInstances

func (mr *MockEc2ClientMockRecorder) DescribeInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances.

func (*MockEc2ClientMockRecorder) DescribeInternetGateways

func (mr *MockEc2ClientMockRecorder) DescribeInternetGateways(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInternetGateways indicates an expected call of DescribeInternetGateways.

func (*MockEc2ClientMockRecorder) DescribeNatGateways

func (mr *MockEc2ClientMockRecorder) DescribeNatGateways(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways.

func (*MockEc2ClientMockRecorder) DescribeNetworkAcls

func (mr *MockEc2ClientMockRecorder) DescribeNetworkAcls(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkAcls indicates an expected call of DescribeNetworkAcls.

func (*MockEc2ClientMockRecorder) DescribeRouteTables

func (mr *MockEc2ClientMockRecorder) DescribeRouteTables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables.

func (*MockEc2ClientMockRecorder) DescribeSecurityGroups

func (mr *MockEc2ClientMockRecorder) DescribeSecurityGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups.

func (*MockEc2ClientMockRecorder) DescribeSubnets

func (mr *MockEc2ClientMockRecorder) DescribeSubnets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets.

func (*MockEc2ClientMockRecorder) DescribeVpcPeeringConnections

func (mr *MockEc2ClientMockRecorder) DescribeVpcPeeringConnections(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcPeeringConnections indicates an expected call of DescribeVpcPeeringConnections.

func (*MockEc2ClientMockRecorder) DescribeVpcs

func (mr *MockEc2ClientMockRecorder) DescribeVpcs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs.

type MockEcrClient

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

MockEcrClient is a mock of EcrClient interface.

func NewMockEcrClient

func NewMockEcrClient(ctrl *gomock.Controller) *MockEcrClient

NewMockEcrClient creates a new mock instance.

func (*MockEcrClient) DescribeImages

func (m *MockEcrClient) DescribeImages(arg0 context.Context, arg1 *ecr.DescribeImagesInput, arg2 ...func(*ecr.Options)) (*ecr.DescribeImagesOutput, error)

DescribeImages mocks base method.

func (*MockEcrClient) DescribeRepositories

func (m *MockEcrClient) DescribeRepositories(arg0 context.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 ...func(*ecr.Options)) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositories mocks base method.

func (*MockEcrClient) EXPECT

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

type MockEcrClientMockRecorder

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

MockEcrClientMockRecorder is the mock recorder for MockEcrClient.

func (*MockEcrClientMockRecorder) DescribeImages

func (mr *MockEcrClientMockRecorder) DescribeImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages.

func (*MockEcrClientMockRecorder) DescribeRepositories

func (mr *MockEcrClientMockRecorder) DescribeRepositories(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRepositories indicates an expected call of DescribeRepositories.

type MockEcsClient

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

MockEcsClient is a mock of EcsClient interface.

func NewMockEcsClient

func NewMockEcsClient(ctrl *gomock.Controller) *MockEcsClient

NewMockEcsClient creates a new mock instance.

func (*MockEcsClient) DescribeClusters

func (m *MockEcsClient) DescribeClusters(arg0 context.Context, arg1 *ecs.DescribeClustersInput, arg2 ...func(*ecs.Options)) (*ecs.DescribeClustersOutput, error)

DescribeClusters mocks base method.

func (*MockEcsClient) EXPECT

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

func (*MockEcsClient) ListClusters

func (m *MockEcsClient) ListClusters(arg0 context.Context, arg1 *ecs.ListClustersInput, arg2 ...func(*ecs.Options)) (*ecs.ListClustersOutput, error)

ListClusters mocks base method.

type MockEcsClientMockRecorder

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

MockEcsClientMockRecorder is the mock recorder for MockEcsClient.

func (*MockEcsClientMockRecorder) DescribeClusters

func (mr *MockEcsClientMockRecorder) DescribeClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters.

func (*MockEcsClientMockRecorder) ListClusters

func (mr *MockEcsClientMockRecorder) ListClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

type MockEfsClient

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

MockEfsClient is a mock of EfsClient interface.

func NewMockEfsClient

func NewMockEfsClient(ctrl *gomock.Controller) *MockEfsClient

NewMockEfsClient creates a new mock instance.

func (*MockEfsClient) DescribeFileSystems

func (m *MockEfsClient) DescribeFileSystems(arg0 context.Context, arg1 *efs.DescribeFileSystemsInput, arg2 ...func(*efs.Options)) (*efs.DescribeFileSystemsOutput, error)

DescribeFileSystems mocks base method.

func (*MockEfsClient) EXPECT

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

type MockEfsClientMockRecorder

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

MockEfsClientMockRecorder is the mock recorder for MockEfsClient.

func (*MockEfsClientMockRecorder) DescribeFileSystems

func (mr *MockEfsClientMockRecorder) DescribeFileSystems(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFileSystems indicates an expected call of DescribeFileSystems.

type MockEksClient

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

MockEksClient is a mock of EksClient interface.

func NewMockEksClient

func NewMockEksClient(ctrl *gomock.Controller) *MockEksClient

NewMockEksClient creates a new mock instance.

func (*MockEksClient) DescribeCluster

func (m *MockEksClient) DescribeCluster(arg0 context.Context, arg1 *eks.DescribeClusterInput, arg2 ...func(*eks.Options)) (*eks.DescribeClusterOutput, error)

DescribeCluster mocks base method.

func (*MockEksClient) EXPECT

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

func (*MockEksClient) ListClusters

func (m *MockEksClient) ListClusters(arg0 context.Context, arg1 *eks.ListClustersInput, arg2 ...func(*eks.Options)) (*eks.ListClustersOutput, error)

ListClusters mocks base method.

type MockEksClientMockRecorder

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

MockEksClientMockRecorder is the mock recorder for MockEksClient.

func (*MockEksClientMockRecorder) DescribeCluster

func (mr *MockEksClientMockRecorder) DescribeCluster(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCluster indicates an expected call of DescribeCluster.

func (*MockEksClientMockRecorder) ListClusters

func (mr *MockEksClientMockRecorder) ListClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

type MockElasticbeanstalkClient

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

MockElasticbeanstalkClient is a mock of ElasticbeanstalkClient interface.

func NewMockElasticbeanstalkClient

func NewMockElasticbeanstalkClient(ctrl *gomock.Controller) *MockElasticbeanstalkClient

NewMockElasticbeanstalkClient creates a new mock instance.

func (*MockElasticbeanstalkClient) DescribeEnvironments

DescribeEnvironments mocks base method.

func (*MockElasticbeanstalkClient) EXPECT

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

type MockElasticbeanstalkClientMockRecorder

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

MockElasticbeanstalkClientMockRecorder is the mock recorder for MockElasticbeanstalkClient.

func (*MockElasticbeanstalkClientMockRecorder) DescribeEnvironments

func (mr *MockElasticbeanstalkClientMockRecorder) DescribeEnvironments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEnvironments indicates an expected call of DescribeEnvironments.

type MockElbV2Client

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

MockElbV2Client is a mock of ElbV2Client interface.

func NewMockElbV2Client

func NewMockElbV2Client(ctrl *gomock.Controller) *MockElbV2Client

NewMockElbV2Client creates a new mock instance.

func (*MockElbV2Client) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockElbV2Client) DescribeTargetGroups

DescribeTargetGroups mocks base method.

func (*MockElbV2Client) EXPECT

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

type MockElbV2ClientMockRecorder

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

MockElbV2ClientMockRecorder is the mock recorder for MockElbV2Client.

func (*MockElbV2ClientMockRecorder) DescribeLoadBalancers

func (mr *MockElbV2ClientMockRecorder) DescribeLoadBalancers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockElbV2ClientMockRecorder) DescribeTargetGroups

func (mr *MockElbV2ClientMockRecorder) DescribeTargetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTargetGroups indicates an expected call of DescribeTargetGroups.

type MockEmrClient

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

MockEmrClient is a mock of EmrClient interface.

func NewMockEmrClient

func NewMockEmrClient(ctrl *gomock.Controller) *MockEmrClient

NewMockEmrClient creates a new mock instance.

func (*MockEmrClient) EXPECT

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

func (*MockEmrClient) ListClusters

func (m *MockEmrClient) ListClusters(arg0 context.Context, arg1 *emr.ListClustersInput, arg2 ...func(*emr.Options)) (*emr.ListClustersOutput, error)

ListClusters mocks base method.

type MockEmrClientMockRecorder

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

MockEmrClientMockRecorder is the mock recorder for MockEmrClient.

func (*MockEmrClientMockRecorder) ListClusters

func (mr *MockEmrClientMockRecorder) ListClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListClusters indicates an expected call of ListClusters.

type MockFsxClient

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

MockFsxClient is a mock of FsxClient interface.

func NewMockFsxClient

func NewMockFsxClient(ctrl *gomock.Controller) *MockFsxClient

NewMockFsxClient creates a new mock instance.

func (*MockFsxClient) DescribeBackups

func (m *MockFsxClient) DescribeBackups(arg0 context.Context, arg1 *fsx.DescribeBackupsInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeBackupsOutput, error)

DescribeBackups mocks base method.

func (*MockFsxClient) EXPECT

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

type MockFsxClientMockRecorder

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

MockFsxClientMockRecorder is the mock recorder for MockFsxClient.

func (*MockFsxClientMockRecorder) DescribeBackups

func (mr *MockFsxClientMockRecorder) DescribeBackups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackups indicates an expected call of DescribeBackups.

type MockIamClient

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

MockIamClient is a mock of IamClient interface.

func NewMockIamClient

func NewMockIamClient(ctrl *gomock.Controller) *MockIamClient

NewMockIamClient creates a new mock instance.

func (*MockIamClient) EXPECT

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

func (*MockIamClient) GenerateCredentialReport

func (m *MockIamClient) GenerateCredentialReport(arg0 context.Context, arg1 *iam.GenerateCredentialReportInput, arg2 ...func(*iam.Options)) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReport mocks base method.

func (*MockIamClient) GetAccessKeyLastUsed

func (m *MockIamClient) GetAccessKeyLastUsed(arg0 context.Context, arg1 *iam.GetAccessKeyLastUsedInput, arg2 ...func(*iam.Options)) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed mocks base method.

func (*MockIamClient) GetAccountAuthorizationDetails

func (m *MockIamClient) GetAccountAuthorizationDetails(arg0 context.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 ...func(*iam.Options)) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetails mocks base method.

func (*MockIamClient) GetAccountPasswordPolicy

func (m *MockIamClient) GetAccountPasswordPolicy(arg0 context.Context, arg1 *iam.GetAccountPasswordPolicyInput, arg2 ...func(*iam.Options)) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicy mocks base method.

func (*MockIamClient) GetCredentialReport

func (m *MockIamClient) GetCredentialReport(arg0 context.Context, arg1 *iam.GetCredentialReportInput, arg2 ...func(*iam.Options)) (*iam.GetCredentialReportOutput, error)

GetCredentialReport mocks base method.

func (*MockIamClient) GetUser

func (m *MockIamClient) GetUser(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...func(*iam.Options)) (*iam.GetUserOutput, error)

GetUser mocks base method.

func (*MockIamClient) ListAccessKeys

func (m *MockIamClient) ListAccessKeys(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 ...func(*iam.Options)) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method.

func (*MockIamClient) ListAttachedGroupPolicies

func (m *MockIamClient) ListAttachedGroupPolicies(arg0 context.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPolicies mocks base method.

func (*MockIamClient) ListAttachedRolePolicies

func (m *MockIamClient) ListAttachedRolePolicies(arg0 context.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePolicies mocks base method.

func (*MockIamClient) ListAttachedUserPolicies

func (m *MockIamClient) ListAttachedUserPolicies(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPolicies mocks base method.

func (*MockIamClient) ListGroups

func (m *MockIamClient) ListGroups(arg0 context.Context, arg1 *iam.ListGroupsInput, arg2 ...func(*iam.Options)) (*iam.ListGroupsOutput, error)

ListGroups mocks base method.

func (*MockIamClient) ListGroupsForUser

func (m *MockIamClient) ListGroupsForUser(arg0 context.Context, arg1 *iam.ListGroupsForUserInput, arg2 ...func(*iam.Options)) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser mocks base method.

func (*MockIamClient) ListRoles

func (m *MockIamClient) ListRoles(arg0 context.Context, arg1 *iam.ListRolesInput, arg2 ...func(*iam.Options)) (*iam.ListRolesOutput, error)

ListRoles mocks base method.

func (*MockIamClient) ListUserTags

func (m *MockIamClient) ListUserTags(arg0 context.Context, arg1 *iam.ListUserTagsInput, arg2 ...func(*iam.Options)) (*iam.ListUserTagsOutput, error)

ListUserTags mocks base method.

func (*MockIamClient) ListUsers

func (m *MockIamClient) ListUsers(arg0 context.Context, arg1 *iam.ListUsersInput, arg2 ...func(*iam.Options)) (*iam.ListUsersOutput, error)

ListUsers mocks base method.

func (*MockIamClient) ListVirtualMFADevices

func (m *MockIamClient) ListVirtualMFADevices(arg0 context.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 ...func(*iam.Options)) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices mocks base method.

type MockIamClientMockRecorder

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

MockIamClientMockRecorder is the mock recorder for MockIamClient.

func (*MockIamClientMockRecorder) GenerateCredentialReport

func (mr *MockIamClientMockRecorder) GenerateCredentialReport(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCredentialReport indicates an expected call of GenerateCredentialReport.

func (*MockIamClientMockRecorder) GetAccessKeyLastUsed

func (mr *MockIamClientMockRecorder) GetAccessKeyLastUsed(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyLastUsed indicates an expected call of GetAccessKeyLastUsed.

func (*MockIamClientMockRecorder) GetAccountAuthorizationDetails

func (mr *MockIamClientMockRecorder) GetAccountAuthorizationDetails(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAuthorizationDetails indicates an expected call of GetAccountAuthorizationDetails.

func (*MockIamClientMockRecorder) GetAccountPasswordPolicy

func (mr *MockIamClientMockRecorder) GetAccountPasswordPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountPasswordPolicy indicates an expected call of GetAccountPasswordPolicy.

func (*MockIamClientMockRecorder) GetCredentialReport

func (mr *MockIamClientMockRecorder) GetCredentialReport(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCredentialReport indicates an expected call of GetCredentialReport.

func (*MockIamClientMockRecorder) GetUser

func (mr *MockIamClientMockRecorder) GetUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUser indicates an expected call of GetUser.

func (*MockIamClientMockRecorder) ListAccessKeys

func (mr *MockIamClientMockRecorder) ListAccessKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys.

func (*MockIamClientMockRecorder) ListAttachedGroupPolicies

func (mr *MockIamClientMockRecorder) ListAttachedGroupPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedGroupPolicies indicates an expected call of ListAttachedGroupPolicies.

func (*MockIamClientMockRecorder) ListAttachedRolePolicies

func (mr *MockIamClientMockRecorder) ListAttachedRolePolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedRolePolicies indicates an expected call of ListAttachedRolePolicies.

func (*MockIamClientMockRecorder) ListAttachedUserPolicies

func (mr *MockIamClientMockRecorder) ListAttachedUserPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies.

func (*MockIamClientMockRecorder) ListGroups

func (mr *MockIamClientMockRecorder) ListGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups.

func (*MockIamClientMockRecorder) ListGroupsForUser

func (mr *MockIamClientMockRecorder) ListGroupsForUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsForUser indicates an expected call of ListGroupsForUser.

func (*MockIamClientMockRecorder) ListRoles

func (mr *MockIamClientMockRecorder) ListRoles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles.

func (*MockIamClientMockRecorder) ListUserTags

func (mr *MockIamClientMockRecorder) ListUserTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserTags indicates an expected call of ListUserTags.

func (*MockIamClientMockRecorder) ListUsers

func (mr *MockIamClientMockRecorder) ListUsers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers.

func (*MockIamClientMockRecorder) ListVirtualMFADevices

func (mr *MockIamClientMockRecorder) ListVirtualMFADevices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices.

type MockKmsClient

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

MockKmsClient is a mock of KmsClient interface.

func NewMockKmsClient

func NewMockKmsClient(ctrl *gomock.Controller) *MockKmsClient

NewMockKmsClient creates a new mock instance.

func (*MockKmsClient) DescribeKey

func (m *MockKmsClient) DescribeKey(arg0 context.Context, arg1 *kms.DescribeKeyInput, arg2 ...func(*kms.Options)) (*kms.DescribeKeyOutput, error)

DescribeKey mocks base method.

func (*MockKmsClient) EXPECT

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

func (*MockKmsClient) GetKeyRotationStatus

func (m *MockKmsClient) GetKeyRotationStatus(arg0 context.Context, arg1 *kms.GetKeyRotationStatusInput, arg2 ...func(*kms.Options)) (*kms.GetKeyRotationStatusOutput, error)

GetKeyRotationStatus mocks base method.

func (*MockKmsClient) ListKeys

func (m *MockKmsClient) ListKeys(arg0 context.Context, arg1 *kms.ListKeysInput, arg2 ...func(*kms.Options)) (*kms.ListKeysOutput, error)

ListKeys mocks base method.

type MockKmsClientMockRecorder

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

MockKmsClientMockRecorder is the mock recorder for MockKmsClient.

func (*MockKmsClientMockRecorder) DescribeKey

func (mr *MockKmsClientMockRecorder) DescribeKey(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKey indicates an expected call of DescribeKey.

func (*MockKmsClientMockRecorder) GetKeyRotationStatus

func (mr *MockKmsClientMockRecorder) GetKeyRotationStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetKeyRotationStatus indicates an expected call of GetKeyRotationStatus.

func (*MockKmsClientMockRecorder) ListKeys

func (mr *MockKmsClientMockRecorder) ListKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListKeys indicates an expected call of ListKeys.

type MockOrganizationsClient

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

MockOrganizationsClient is a mock of OrganizationsClient interface.

func NewMockOrganizationsClient

func NewMockOrganizationsClient(ctrl *gomock.Controller) *MockOrganizationsClient

NewMockOrganizationsClient creates a new mock instance.

func (*MockOrganizationsClient) EXPECT

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

func (*MockOrganizationsClient) ListAccounts

ListAccounts mocks base method.

type MockOrganizationsClientMockRecorder

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

MockOrganizationsClientMockRecorder is the mock recorder for MockOrganizationsClient.

func (*MockOrganizationsClientMockRecorder) ListAccounts

func (mr *MockOrganizationsClientMockRecorder) ListAccounts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccounts indicates an expected call of ListAccounts.

type MockRdsClient

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

MockRdsClient is a mock of RdsClient interface.

func NewMockRdsClient

func NewMockRdsClient(ctrl *gomock.Controller) *MockRdsClient

NewMockRdsClient creates a new mock instance.

func (*MockRdsClient) DescribeCertificates

func (m *MockRdsClient) DescribeCertificates(arg0 context.Context, arg1 *rds.DescribeCertificatesInput, arg2 ...func(*rds.Options)) (*rds.DescribeCertificatesOutput, error)

DescribeCertificates mocks base method.

func (*MockRdsClient) DescribeDBClusters

func (m *MockRdsClient) DescribeDBClusters(arg0 context.Context, arg1 *rds.DescribeDBClustersInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClustersOutput, error)

DescribeDBClusters mocks base method.

func (*MockRdsClient) DescribeDBInstances

func (m *MockRdsClient) DescribeDBInstances(arg0 context.Context, arg1 *rds.DescribeDBInstancesInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstances mocks base method.

func (*MockRdsClient) DescribeDBSubnetGroups

func (m *MockRdsClient) DescribeDBSubnetGroups(arg0 context.Context, arg1 *rds.DescribeDBSubnetGroupsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroups mocks base method.

func (*MockRdsClient) EXPECT

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

type MockRdsClientMockRecorder

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

MockRdsClientMockRecorder is the mock recorder for MockRdsClient.

func (*MockRdsClientMockRecorder) DescribeCertificates

func (mr *MockRdsClientMockRecorder) DescribeCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificates indicates an expected call of DescribeCertificates.

func (*MockRdsClientMockRecorder) DescribeDBClusters

func (mr *MockRdsClientMockRecorder) DescribeDBClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBClusters indicates an expected call of DescribeDBClusters.

func (*MockRdsClientMockRecorder) DescribeDBInstances

func (mr *MockRdsClientMockRecorder) DescribeDBInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBInstances indicates an expected call of DescribeDBInstances.

func (*MockRdsClientMockRecorder) DescribeDBSubnetGroups

func (mr *MockRdsClientMockRecorder) DescribeDBSubnetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups.

type MockRedshiftClient

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

MockRedshiftClient is a mock of RedshiftClient interface.

func NewMockRedshiftClient

func NewMockRedshiftClient(ctrl *gomock.Controller) *MockRedshiftClient

NewMockRedshiftClient creates a new mock instance.

func (*MockRedshiftClient) DescribeClusterSubnetGroups

DescribeClusterSubnetGroups mocks base method.

func (*MockRedshiftClient) DescribeClusters

DescribeClusters mocks base method.

func (*MockRedshiftClient) EXPECT

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

type MockRedshiftClientMockRecorder

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

MockRedshiftClientMockRecorder is the mock recorder for MockRedshiftClient.

func (*MockRedshiftClientMockRecorder) DescribeClusterSubnetGroups

func (mr *MockRedshiftClientMockRecorder) DescribeClusterSubnetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClusterSubnetGroups indicates an expected call of DescribeClusterSubnetGroups.

func (*MockRedshiftClientMockRecorder) DescribeClusters

func (mr *MockRedshiftClientMockRecorder) DescribeClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClusters indicates an expected call of DescribeClusters.

type MockS3Client

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

MockS3Client is a mock of S3Client interface.

func NewMockS3Client

func NewMockS3Client(ctrl *gomock.Controller) *MockS3Client

NewMockS3Client creates a new mock instance.

func (*MockS3Client) EXPECT

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

func (*MockS3Client) GetBucketAcl

func (m *MockS3Client) GetBucketAcl(arg0 context.Context, arg1 *s3.GetBucketAclInput, arg2 ...func(*s3.Options)) (*s3.GetBucketAclOutput, error)

GetBucketAcl mocks base method.

func (*MockS3Client) GetBucketCors

func (m *MockS3Client) GetBucketCors(arg0 context.Context, arg1 *s3.GetBucketCorsInput, arg2 ...func(*s3.Options)) (*s3.GetBucketCorsOutput, error)

GetBucketCors mocks base method.

func (*MockS3Client) GetBucketEncryption

func (m *MockS3Client) GetBucketEncryption(arg0 context.Context, arg1 *s3.GetBucketEncryptionInput, arg2 ...func(*s3.Options)) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryption mocks base method.

func (*MockS3Client) GetBucketLocation

func (m *MockS3Client) GetBucketLocation(arg0 context.Context, arg1 *s3.GetBucketLocationInput, arg2 ...func(*s3.Options)) (*s3.GetBucketLocationOutput, error)

GetBucketLocation mocks base method.

func (*MockS3Client) GetBucketLogging

func (m *MockS3Client) GetBucketLogging(arg0 context.Context, arg1 *s3.GetBucketLoggingInput, arg2 ...func(*s3.Options)) (*s3.GetBucketLoggingOutput, error)

GetBucketLogging mocks base method.

func (*MockS3Client) GetBucketPolicy

func (m *MockS3Client) GetBucketPolicy(arg0 context.Context, arg1 *s3.GetBucketPolicyInput, arg2 ...func(*s3.Options)) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicy mocks base method.

func (*MockS3Client) GetBucketVersioning

func (m *MockS3Client) GetBucketVersioning(arg0 context.Context, arg1 *s3.GetBucketVersioningInput, arg2 ...func(*s3.Options)) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioning mocks base method.

func (*MockS3Client) ListBuckets

func (m *MockS3Client) ListBuckets(arg0 context.Context, arg1 *s3.ListBucketsInput, arg2 ...func(*s3.Options)) (*s3.ListBucketsOutput, error)

ListBuckets mocks base method.

type MockS3ClientMockRecorder

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

MockS3ClientMockRecorder is the mock recorder for MockS3Client.

func (*MockS3ClientMockRecorder) GetBucketAcl

func (mr *MockS3ClientMockRecorder) GetBucketAcl(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketAcl indicates an expected call of GetBucketAcl.

func (*MockS3ClientMockRecorder) GetBucketCors

func (mr *MockS3ClientMockRecorder) GetBucketCors(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketCors indicates an expected call of GetBucketCors.

func (*MockS3ClientMockRecorder) GetBucketEncryption

func (mr *MockS3ClientMockRecorder) GetBucketEncryption(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketEncryption indicates an expected call of GetBucketEncryption.

func (*MockS3ClientMockRecorder) GetBucketLocation

func (mr *MockS3ClientMockRecorder) GetBucketLocation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLocation indicates an expected call of GetBucketLocation.

func (*MockS3ClientMockRecorder) GetBucketLogging

func (mr *MockS3ClientMockRecorder) GetBucketLogging(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketLogging indicates an expected call of GetBucketLogging.

func (*MockS3ClientMockRecorder) GetBucketPolicy

func (mr *MockS3ClientMockRecorder) GetBucketPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketPolicy indicates an expected call of GetBucketPolicy.

func (*MockS3ClientMockRecorder) GetBucketVersioning

func (mr *MockS3ClientMockRecorder) GetBucketVersioning(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketVersioning indicates an expected call of GetBucketVersioning.

func (*MockS3ClientMockRecorder) ListBuckets

func (mr *MockS3ClientMockRecorder) ListBuckets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBuckets indicates an expected call of ListBuckets.

type MockSnsClient

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

MockSnsClient is a mock of SnsClient interface.

func NewMockSnsClient

func NewMockSnsClient(ctrl *gomock.Controller) *MockSnsClient

NewMockSnsClient creates a new mock instance.

func (*MockSnsClient) EXPECT

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

func (*MockSnsClient) GetTopicAttributes

func (m *MockSnsClient) GetTopicAttributes(arg0 context.Context, arg1 *sns.GetTopicAttributesInput, arg2 ...func(*sns.Options)) (*sns.GetTopicAttributesOutput, error)

GetTopicAttributes mocks base method.

func (*MockSnsClient) ListSubscriptions

func (m *MockSnsClient) ListSubscriptions(arg0 context.Context, arg1 *sns.ListSubscriptionsInput, arg2 ...func(*sns.Options)) (*sns.ListSubscriptionsOutput, error)

ListSubscriptions mocks base method.

func (*MockSnsClient) ListTopics

func (m *MockSnsClient) ListTopics(arg0 context.Context, arg1 *sns.ListTopicsInput, arg2 ...func(*sns.Options)) (*sns.ListTopicsOutput, error)

ListTopics mocks base method.

type MockSnsClientMockRecorder

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

MockSnsClientMockRecorder is the mock recorder for MockSnsClient.

func (*MockSnsClientMockRecorder) GetTopicAttributes

func (mr *MockSnsClientMockRecorder) GetTopicAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTopicAttributes indicates an expected call of GetTopicAttributes.

func (*MockSnsClientMockRecorder) ListSubscriptions

func (mr *MockSnsClientMockRecorder) ListSubscriptions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSubscriptions indicates an expected call of ListSubscriptions.

func (*MockSnsClientMockRecorder) ListTopics

func (mr *MockSnsClientMockRecorder) ListTopics(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTopics indicates an expected call of ListTopics.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL