mocks

package
v0.13.24 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2022 License: MPL-2.0 Imports: 73 Imported by: 1

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

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 MockACMClient

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

MockACMClient is a mock of ACMClient interface.

func NewMockACMClient

func NewMockACMClient(ctrl *gomock.Controller) *MockACMClient

NewMockACMClient creates a new mock instance.

func (*MockACMClient) DescribeCertificate

func (m *MockACMClient) DescribeCertificate(arg0 context.Context, arg1 *acm.DescribeCertificateInput, arg2 ...func(*acm.Options)) (*acm.DescribeCertificateOutput, error)

DescribeCertificate mocks base method.

func (*MockACMClient) EXPECT

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

func (*MockACMClient) ListCertificates

func (m *MockACMClient) ListCertificates(arg0 context.Context, arg1 *acm.ListCertificatesInput, arg2 ...func(*acm.Options)) (*acm.ListCertificatesOutput, error)

ListCertificates mocks base method.

func (*MockACMClient) ListTagsForCertificate

func (m *MockACMClient) ListTagsForCertificate(arg0 context.Context, arg1 *acm.ListTagsForCertificateInput, arg2 ...func(*acm.Options)) (*acm.ListTagsForCertificateOutput, error)

ListTagsForCertificate mocks base method.

type MockACMClientMockRecorder

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

MockACMClientMockRecorder is the mock recorder for MockACMClient.

func (*MockACMClientMockRecorder) DescribeCertificate

func (mr *MockACMClientMockRecorder) DescribeCertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificate indicates an expected call of DescribeCertificate.

func (*MockACMClientMockRecorder) ListCertificates

func (mr *MockACMClientMockRecorder) ListCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCertificates indicates an expected call of ListCertificates.

func (*MockACMClientMockRecorder) ListTagsForCertificate

func (mr *MockACMClientMockRecorder) ListTagsForCertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForCertificate indicates an expected call of ListTagsForCertificate.

type MockAnalyzerClient

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

MockAnalyzerClient is a mock of AnalyzerClient interface.

func NewMockAnalyzerClient

func NewMockAnalyzerClient(ctrl *gomock.Controller) *MockAnalyzerClient

NewMockAnalyzerClient creates a new mock instance.

func (*MockAnalyzerClient) EXPECT

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

func (*MockAnalyzerClient) ListAnalyzers

ListAnalyzers mocks base method.

func (*MockAnalyzerClient) ListArchiveRules

ListArchiveRules mocks base method.

func (*MockAnalyzerClient) ListFindings

ListFindings mocks base method.

type MockAnalyzerClientMockRecorder

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

MockAnalyzerClientMockRecorder is the mock recorder for MockAnalyzerClient.

func (*MockAnalyzerClientMockRecorder) ListAnalyzers

func (mr *MockAnalyzerClientMockRecorder) ListAnalyzers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAnalyzers indicates an expected call of ListAnalyzers.

func (*MockAnalyzerClientMockRecorder) ListArchiveRules

func (mr *MockAnalyzerClientMockRecorder) ListArchiveRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListArchiveRules indicates an expected call of ListArchiveRules.

func (*MockAnalyzerClientMockRecorder) ListFindings

func (mr *MockAnalyzerClientMockRecorder) ListFindings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFindings indicates an expected call of ListFindings.

type MockApigatewayClient

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

MockApigatewayClient is a mock of ApigatewayClient interface.

func NewMockApigatewayClient

func NewMockApigatewayClient(ctrl *gomock.Controller) *MockApigatewayClient

NewMockApigatewayClient creates a new mock instance.

func (*MockApigatewayClient) EXPECT

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

func (*MockApigatewayClient) GetApiKeys

GetApiKeys mocks base method.

func (*MockApigatewayClient) GetAuthorizers

GetAuthorizers mocks base method.

func (*MockApigatewayClient) GetBasePathMappings

GetBasePathMappings mocks base method.

func (*MockApigatewayClient) GetClientCertificates

GetClientCertificates mocks base method.

func (*MockApigatewayClient) GetDeployments

GetDeployments mocks base method.

func (*MockApigatewayClient) GetDocumentationParts

GetDocumentationParts mocks base method.

func (*MockApigatewayClient) GetDocumentationVersions

GetDocumentationVersions mocks base method.

func (*MockApigatewayClient) GetDomainNames

GetDomainNames mocks base method.

func (*MockApigatewayClient) GetGatewayResponses

GetGatewayResponses mocks base method.

func (*MockApigatewayClient) GetModelTemplate

GetModelTemplate mocks base method.

func (*MockApigatewayClient) GetModels

GetModels mocks base method.

func (*MockApigatewayClient) GetRequestValidators

GetRequestValidators mocks base method.

func (*MockApigatewayClient) GetResources

GetResources mocks base method.

func (*MockApigatewayClient) GetRestApis

GetRestApis mocks base method.

func (*MockApigatewayClient) GetStages

GetStages mocks base method.

func (*MockApigatewayClient) GetUsagePlanKeys

GetUsagePlanKeys mocks base method.

func (*MockApigatewayClient) GetUsagePlans

GetUsagePlans mocks base method.

GetVpcLinks mocks base method.

type MockApigatewayClientMockRecorder

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

MockApigatewayClientMockRecorder is the mock recorder for MockApigatewayClient.

func (*MockApigatewayClientMockRecorder) GetApiKeys

func (mr *MockApigatewayClientMockRecorder) GetApiKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApiKeys indicates an expected call of GetApiKeys.

func (*MockApigatewayClientMockRecorder) GetAuthorizers

func (mr *MockApigatewayClientMockRecorder) GetAuthorizers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthorizers indicates an expected call of GetAuthorizers.

func (*MockApigatewayClientMockRecorder) GetBasePathMappings

func (mr *MockApigatewayClientMockRecorder) GetBasePathMappings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBasePathMappings indicates an expected call of GetBasePathMappings.

func (*MockApigatewayClientMockRecorder) GetClientCertificates

func (mr *MockApigatewayClientMockRecorder) GetClientCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetClientCertificates indicates an expected call of GetClientCertificates.

func (*MockApigatewayClientMockRecorder) GetDeployments

func (mr *MockApigatewayClientMockRecorder) GetDeployments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeployments indicates an expected call of GetDeployments.

func (*MockApigatewayClientMockRecorder) GetDocumentationParts

func (mr *MockApigatewayClientMockRecorder) GetDocumentationParts(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationParts indicates an expected call of GetDocumentationParts.

func (*MockApigatewayClientMockRecorder) GetDocumentationVersions

func (mr *MockApigatewayClientMockRecorder) GetDocumentationVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDocumentationVersions indicates an expected call of GetDocumentationVersions.

func (*MockApigatewayClientMockRecorder) GetDomainNames

func (mr *MockApigatewayClientMockRecorder) GetDomainNames(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDomainNames indicates an expected call of GetDomainNames.

func (*MockApigatewayClientMockRecorder) GetGatewayResponses

func (mr *MockApigatewayClientMockRecorder) GetGatewayResponses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGatewayResponses indicates an expected call of GetGatewayResponses.

func (*MockApigatewayClientMockRecorder) GetModelTemplate

func (mr *MockApigatewayClientMockRecorder) GetModelTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelTemplate indicates an expected call of GetModelTemplate.

func (*MockApigatewayClientMockRecorder) GetModels

func (mr *MockApigatewayClientMockRecorder) GetModels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModels indicates an expected call of GetModels.

func (*MockApigatewayClientMockRecorder) GetRequestValidators

func (mr *MockApigatewayClientMockRecorder) GetRequestValidators(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRequestValidators indicates an expected call of GetRequestValidators.

func (*MockApigatewayClientMockRecorder) GetResources

func (mr *MockApigatewayClientMockRecorder) GetResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResources indicates an expected call of GetResources.

func (*MockApigatewayClientMockRecorder) GetRestApis

func (mr *MockApigatewayClientMockRecorder) GetRestApis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRestApis indicates an expected call of GetRestApis.

func (*MockApigatewayClientMockRecorder) GetStages

func (mr *MockApigatewayClientMockRecorder) GetStages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStages indicates an expected call of GetStages.

func (*MockApigatewayClientMockRecorder) GetUsagePlanKeys

func (mr *MockApigatewayClientMockRecorder) GetUsagePlanKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlanKeys indicates an expected call of GetUsagePlanKeys.

func (*MockApigatewayClientMockRecorder) GetUsagePlans

func (mr *MockApigatewayClientMockRecorder) GetUsagePlans(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUsagePlans indicates an expected call of GetUsagePlans.

func (mr *MockApigatewayClientMockRecorder) GetVpcLinks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpcLinks indicates an expected call of GetVpcLinks.

type MockApigatewayv2Client

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

MockApigatewayv2Client is a mock of Apigatewayv2Client interface.

func NewMockApigatewayv2Client

func NewMockApigatewayv2Client(ctrl *gomock.Controller) *MockApigatewayv2Client

NewMockApigatewayv2Client creates a new mock instance.

func (*MockApigatewayv2Client) EXPECT

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

func (*MockApigatewayv2Client) GetApiMappings

GetApiMappings mocks base method.

func (*MockApigatewayv2Client) GetApis

GetApis mocks base method.

func (*MockApigatewayv2Client) GetAuthorizers

GetAuthorizers mocks base method.

func (*MockApigatewayv2Client) GetDeployments

GetDeployments mocks base method.

func (*MockApigatewayv2Client) GetDomainNames

GetDomainNames mocks base method.

func (*MockApigatewayv2Client) GetIntegrationResponses

GetIntegrationResponses mocks base method.

func (*MockApigatewayv2Client) GetIntegrations

GetIntegrations mocks base method.

func (*MockApigatewayv2Client) GetModelTemplate

GetModelTemplate mocks base method.

func (*MockApigatewayv2Client) GetModels

GetModels mocks base method.

func (*MockApigatewayv2Client) GetRouteResponses

GetRouteResponses mocks base method.

func (*MockApigatewayv2Client) GetRoutes

GetRoutes mocks base method.

func (*MockApigatewayv2Client) GetStages

GetStages mocks base method.

func (*MockApigatewayv2Client) GetTags

GetTags mocks base method.

GetVpcLinks mocks base method.

type MockApigatewayv2ClientMockRecorder

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

MockApigatewayv2ClientMockRecorder is the mock recorder for MockApigatewayv2Client.

func (*MockApigatewayv2ClientMockRecorder) GetApiMappings

func (mr *MockApigatewayv2ClientMockRecorder) GetApiMappings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApiMappings indicates an expected call of GetApiMappings.

func (*MockApigatewayv2ClientMockRecorder) GetApis

func (mr *MockApigatewayv2ClientMockRecorder) GetApis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetApis indicates an expected call of GetApis.

func (*MockApigatewayv2ClientMockRecorder) GetAuthorizers

func (mr *MockApigatewayv2ClientMockRecorder) GetAuthorizers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthorizers indicates an expected call of GetAuthorizers.

func (*MockApigatewayv2ClientMockRecorder) GetDeployments

func (mr *MockApigatewayv2ClientMockRecorder) GetDeployments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDeployments indicates an expected call of GetDeployments.

func (*MockApigatewayv2ClientMockRecorder) GetDomainNames

func (mr *MockApigatewayv2ClientMockRecorder) GetDomainNames(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDomainNames indicates an expected call of GetDomainNames.

func (*MockApigatewayv2ClientMockRecorder) GetIntegrationResponses

func (mr *MockApigatewayv2ClientMockRecorder) GetIntegrationResponses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIntegrationResponses indicates an expected call of GetIntegrationResponses.

func (*MockApigatewayv2ClientMockRecorder) GetIntegrations

func (mr *MockApigatewayv2ClientMockRecorder) GetIntegrations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIntegrations indicates an expected call of GetIntegrations.

func (*MockApigatewayv2ClientMockRecorder) GetModelTemplate

func (mr *MockApigatewayv2ClientMockRecorder) GetModelTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModelTemplate indicates an expected call of GetModelTemplate.

func (*MockApigatewayv2ClientMockRecorder) GetModels

func (mr *MockApigatewayv2ClientMockRecorder) GetModels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetModels indicates an expected call of GetModels.

func (*MockApigatewayv2ClientMockRecorder) GetRouteResponses

func (mr *MockApigatewayv2ClientMockRecorder) GetRouteResponses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRouteResponses indicates an expected call of GetRouteResponses.

func (*MockApigatewayv2ClientMockRecorder) GetRoutes

func (mr *MockApigatewayv2ClientMockRecorder) GetRoutes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoutes indicates an expected call of GetRoutes.

func (*MockApigatewayv2ClientMockRecorder) GetStages

func (mr *MockApigatewayv2ClientMockRecorder) GetStages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStages indicates an expected call of GetStages.

func (*MockApigatewayv2ClientMockRecorder) GetTags

func (mr *MockApigatewayv2ClientMockRecorder) GetTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (mr *MockApigatewayv2ClientMockRecorder) GetVpcLinks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetVpcLinks indicates an expected call of GetVpcLinks.

type MockAppSyncClient

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

MockAppSyncClient is a mock of AppSyncClient interface.

func NewMockAppSyncClient

func NewMockAppSyncClient(ctrl *gomock.Controller) *MockAppSyncClient

NewMockAppSyncClient creates a new mock instance.

func (*MockAppSyncClient) EXPECT

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

func (*MockAppSyncClient) ListGraphqlApis

func (m *MockAppSyncClient) ListGraphqlApis(arg0 context.Context, arg1 *appsync.ListGraphqlApisInput, arg2 ...func(*appsync.Options)) (*appsync.ListGraphqlApisOutput, error)

ListGraphqlApis mocks base method.

type MockAppSyncClientMockRecorder

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

MockAppSyncClientMockRecorder is the mock recorder for MockAppSyncClient.

func (*MockAppSyncClientMockRecorder) ListGraphqlApis

func (mr *MockAppSyncClientMockRecorder) ListGraphqlApis(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGraphqlApis indicates an expected call of ListGraphqlApis.

type MockApplicationAutoscalingClient

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

MockApplicationAutoscalingClient is a mock of ApplicationAutoscalingClient interface.

func NewMockApplicationAutoscalingClient

func NewMockApplicationAutoscalingClient(ctrl *gomock.Controller) *MockApplicationAutoscalingClient

NewMockApplicationAutoscalingClient creates a new mock instance.

func (*MockApplicationAutoscalingClient) DescribeScalingPolicies

DescribeScalingPolicies mocks base method.

func (*MockApplicationAutoscalingClient) EXPECT

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

type MockApplicationAutoscalingClientMockRecorder

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

MockApplicationAutoscalingClientMockRecorder is the mock recorder for MockApplicationAutoscalingClient.

func (*MockApplicationAutoscalingClientMockRecorder) DescribeScalingPolicies

func (mr *MockApplicationAutoscalingClientMockRecorder) DescribeScalingPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScalingPolicies indicates an expected call of DescribeScalingPolicies.

type MockAthenaClient

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

MockAthenaClient is a mock of AthenaClient interface.

func NewMockAthenaClient

func NewMockAthenaClient(ctrl *gomock.Controller) *MockAthenaClient

NewMockAthenaClient creates a new mock instance.

func (*MockAthenaClient) EXPECT

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

func (*MockAthenaClient) GetDataCatalog

func (m *MockAthenaClient) GetDataCatalog(arg0 context.Context, arg1 *athena.GetDataCatalogInput, arg2 ...func(*athena.Options)) (*athena.GetDataCatalogOutput, error)

GetDataCatalog mocks base method.

func (*MockAthenaClient) GetNamedQuery

func (m *MockAthenaClient) GetNamedQuery(arg0 context.Context, arg1 *athena.GetNamedQueryInput, arg2 ...func(*athena.Options)) (*athena.GetNamedQueryOutput, error)

GetNamedQuery mocks base method.

func (*MockAthenaClient) GetPreparedStatement

func (m *MockAthenaClient) GetPreparedStatement(arg0 context.Context, arg1 *athena.GetPreparedStatementInput, arg2 ...func(*athena.Options)) (*athena.GetPreparedStatementOutput, error)

GetPreparedStatement mocks base method.

func (*MockAthenaClient) GetQueryExecution

func (m *MockAthenaClient) GetQueryExecution(arg0 context.Context, arg1 *athena.GetQueryExecutionInput, arg2 ...func(*athena.Options)) (*athena.GetQueryExecutionOutput, error)

GetQueryExecution mocks base method.

func (*MockAthenaClient) GetWorkGroup

func (m *MockAthenaClient) GetWorkGroup(arg0 context.Context, arg1 *athena.GetWorkGroupInput, arg2 ...func(*athena.Options)) (*athena.GetWorkGroupOutput, error)

GetWorkGroup mocks base method.

func (*MockAthenaClient) ListDataCatalogs

func (m *MockAthenaClient) ListDataCatalogs(arg0 context.Context, arg1 *athena.ListDataCatalogsInput, arg2 ...func(*athena.Options)) (*athena.ListDataCatalogsOutput, error)

ListDataCatalogs mocks base method.

func (*MockAthenaClient) ListDatabases

func (m *MockAthenaClient) ListDatabases(arg0 context.Context, arg1 *athena.ListDatabasesInput, arg2 ...func(*athena.Options)) (*athena.ListDatabasesOutput, error)

ListDatabases mocks base method.

func (*MockAthenaClient) ListNamedQueries

func (m *MockAthenaClient) ListNamedQueries(arg0 context.Context, arg1 *athena.ListNamedQueriesInput, arg2 ...func(*athena.Options)) (*athena.ListNamedQueriesOutput, error)

ListNamedQueries mocks base method.

func (*MockAthenaClient) ListPreparedStatements

func (m *MockAthenaClient) ListPreparedStatements(arg0 context.Context, arg1 *athena.ListPreparedStatementsInput, arg2 ...func(*athena.Options)) (*athena.ListPreparedStatementsOutput, error)

ListPreparedStatements mocks base method.

func (*MockAthenaClient) ListQueryExecutions

func (m *MockAthenaClient) ListQueryExecutions(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 ...func(*athena.Options)) (*athena.ListQueryExecutionsOutput, error)

ListQueryExecutions mocks base method.

func (*MockAthenaClient) ListTableMetadata

func (m *MockAthenaClient) ListTableMetadata(arg0 context.Context, arg1 *athena.ListTableMetadataInput, arg2 ...func(*athena.Options)) (*athena.ListTableMetadataOutput, error)

ListTableMetadata mocks base method.

func (*MockAthenaClient) ListTagsForResource

func (m *MockAthenaClient) ListTagsForResource(arg0 context.Context, arg1 *athena.ListTagsForResourceInput, arg2 ...func(*athena.Options)) (*athena.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockAthenaClient) ListWorkGroups

func (m *MockAthenaClient) ListWorkGroups(arg0 context.Context, arg1 *athena.ListWorkGroupsInput, arg2 ...func(*athena.Options)) (*athena.ListWorkGroupsOutput, error)

ListWorkGroups mocks base method.

type MockAthenaClientMockRecorder

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

MockAthenaClientMockRecorder is the mock recorder for MockAthenaClient.

func (*MockAthenaClientMockRecorder) GetDataCatalog

func (mr *MockAthenaClientMockRecorder) GetDataCatalog(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataCatalog indicates an expected call of GetDataCatalog.

func (*MockAthenaClientMockRecorder) GetNamedQuery

func (mr *MockAthenaClientMockRecorder) GetNamedQuery(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNamedQuery indicates an expected call of GetNamedQuery.

func (*MockAthenaClientMockRecorder) GetPreparedStatement

func (mr *MockAthenaClientMockRecorder) GetPreparedStatement(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPreparedStatement indicates an expected call of GetPreparedStatement.

func (*MockAthenaClientMockRecorder) GetQueryExecution

func (mr *MockAthenaClientMockRecorder) GetQueryExecution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryExecution indicates an expected call of GetQueryExecution.

func (*MockAthenaClientMockRecorder) GetWorkGroup

func (mr *MockAthenaClientMockRecorder) GetWorkGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkGroup indicates an expected call of GetWorkGroup.

func (*MockAthenaClientMockRecorder) ListDataCatalogs

func (mr *MockAthenaClientMockRecorder) ListDataCatalogs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataCatalogs indicates an expected call of ListDataCatalogs.

func (*MockAthenaClientMockRecorder) ListDatabases

func (mr *MockAthenaClientMockRecorder) ListDatabases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatabases indicates an expected call of ListDatabases.

func (*MockAthenaClientMockRecorder) ListNamedQueries

func (mr *MockAthenaClientMockRecorder) ListNamedQueries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNamedQueries indicates an expected call of ListNamedQueries.

func (*MockAthenaClientMockRecorder) ListPreparedStatements

func (mr *MockAthenaClientMockRecorder) ListPreparedStatements(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPreparedStatements indicates an expected call of ListPreparedStatements.

func (*MockAthenaClientMockRecorder) ListQueryExecutions

func (mr *MockAthenaClientMockRecorder) ListQueryExecutions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryExecutions indicates an expected call of ListQueryExecutions.

func (*MockAthenaClientMockRecorder) ListTableMetadata

func (mr *MockAthenaClientMockRecorder) ListTableMetadata(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTableMetadata indicates an expected call of ListTableMetadata.

func (*MockAthenaClientMockRecorder) ListTagsForResource

func (mr *MockAthenaClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockAthenaClientMockRecorder) ListWorkGroups

func (mr *MockAthenaClientMockRecorder) ListWorkGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkGroups indicates an expected call of ListWorkGroups.

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) DescribeAutoScalingGroups

DescribeAutoScalingGroups mocks base method.

func (*MockAutoscalingClient) DescribeLaunchConfigurations

DescribeLaunchConfigurations mocks base method.

func (*MockAutoscalingClient) DescribeLifecycleHooks

DescribeLifecycleHooks mocks base method.

func (*MockAutoscalingClient) DescribeLoadBalancerTargetGroups

DescribeLoadBalancerTargetGroups mocks base method.

func (*MockAutoscalingClient) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockAutoscalingClient) DescribeNotificationConfigurations

DescribeNotificationConfigurations mocks base method.

func (*MockAutoscalingClient) DescribePolicies

DescribePolicies mocks base method.

func (*MockAutoscalingClient) DescribeScheduledActions

DescribeScheduledActions mocks base method.

func (*MockAutoscalingClient) DescribeTags

DescribeTags 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) DescribeAutoScalingGroups

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

DescribeAutoScalingGroups indicates an expected call of DescribeAutoScalingGroups.

func (*MockAutoscalingClientMockRecorder) DescribeLaunchConfigurations

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

DescribeLaunchConfigurations indicates an expected call of DescribeLaunchConfigurations.

func (*MockAutoscalingClientMockRecorder) DescribeLifecycleHooks

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

DescribeLifecycleHooks indicates an expected call of DescribeLifecycleHooks.

func (*MockAutoscalingClientMockRecorder) DescribeLoadBalancerTargetGroups

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

DescribeLoadBalancerTargetGroups indicates an expected call of DescribeLoadBalancerTargetGroups.

func (*MockAutoscalingClientMockRecorder) DescribeLoadBalancers

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

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockAutoscalingClientMockRecorder) DescribeNotificationConfigurations

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

DescribeNotificationConfigurations indicates an expected call of DescribeNotificationConfigurations.

func (*MockAutoscalingClientMockRecorder) DescribePolicies

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

DescribePolicies indicates an expected call of DescribePolicies.

func (*MockAutoscalingClientMockRecorder) DescribeScheduledActions

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

DescribeScheduledActions indicates an expected call of DescribeScheduledActions.

func (*MockAutoscalingClientMockRecorder) DescribeTags

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

DescribeTags indicates an expected call of DescribeTags.

type MockBackupClient

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

MockBackupClient is a mock of BackupClient interface.

func NewMockBackupClient

func NewMockBackupClient(ctrl *gomock.Controller) *MockBackupClient

NewMockBackupClient creates a new mock instance.

func (*MockBackupClient) DescribeGlobalSettings

func (m *MockBackupClient) DescribeGlobalSettings(arg0 context.Context, arg1 *backup.DescribeGlobalSettingsInput, arg2 ...func(*backup.Options)) (*backup.DescribeGlobalSettingsOutput, error)

DescribeGlobalSettings mocks base method.

func (*MockBackupClient) DescribeRegionSettings

func (m *MockBackupClient) DescribeRegionSettings(arg0 context.Context, arg1 *backup.DescribeRegionSettingsInput, arg2 ...func(*backup.Options)) (*backup.DescribeRegionSettingsOutput, error)

DescribeRegionSettings mocks base method.

func (*MockBackupClient) EXPECT

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

func (*MockBackupClient) GetBackupPlan

func (m *MockBackupClient) GetBackupPlan(arg0 context.Context, arg1 *backup.GetBackupPlanInput, arg2 ...func(*backup.Options)) (*backup.GetBackupPlanOutput, error)

GetBackupPlan mocks base method.

func (*MockBackupClient) GetBackupSelection

func (m *MockBackupClient) GetBackupSelection(arg0 context.Context, arg1 *backup.GetBackupSelectionInput, arg2 ...func(*backup.Options)) (*backup.GetBackupSelectionOutput, error)

GetBackupSelection mocks base method.

func (*MockBackupClient) GetBackupVaultAccessPolicy

GetBackupVaultAccessPolicy mocks base method.

func (*MockBackupClient) GetBackupVaultNotifications

GetBackupVaultNotifications mocks base method.

func (*MockBackupClient) ListBackupPlans

func (m *MockBackupClient) ListBackupPlans(arg0 context.Context, arg1 *backup.ListBackupPlansInput, arg2 ...func(*backup.Options)) (*backup.ListBackupPlansOutput, error)

ListBackupPlans mocks base method.

func (*MockBackupClient) ListBackupSelections

func (m *MockBackupClient) ListBackupSelections(arg0 context.Context, arg1 *backup.ListBackupSelectionsInput, arg2 ...func(*backup.Options)) (*backup.ListBackupSelectionsOutput, error)

ListBackupSelections mocks base method.

func (*MockBackupClient) ListBackupVaults

func (m *MockBackupClient) ListBackupVaults(arg0 context.Context, arg1 *backup.ListBackupVaultsInput, arg2 ...func(*backup.Options)) (*backup.ListBackupVaultsOutput, error)

ListBackupVaults mocks base method.

func (*MockBackupClient) ListRecoveryPointsByBackupVault

ListRecoveryPointsByBackupVault mocks base method.

func (*MockBackupClient) ListTags

func (m *MockBackupClient) ListTags(arg0 context.Context, arg1 *backup.ListTagsInput, arg2 ...func(*backup.Options)) (*backup.ListTagsOutput, error)

ListTags mocks base method.

type MockBackupClientMockRecorder

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

MockBackupClientMockRecorder is the mock recorder for MockBackupClient.

func (*MockBackupClientMockRecorder) DescribeGlobalSettings

func (mr *MockBackupClientMockRecorder) DescribeGlobalSettings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalSettings indicates an expected call of DescribeGlobalSettings.

func (*MockBackupClientMockRecorder) DescribeRegionSettings

func (mr *MockBackupClientMockRecorder) DescribeRegionSettings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionSettings indicates an expected call of DescribeRegionSettings.

func (*MockBackupClientMockRecorder) GetBackupPlan

func (mr *MockBackupClientMockRecorder) GetBackupPlan(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupPlan indicates an expected call of GetBackupPlan.

func (*MockBackupClientMockRecorder) GetBackupSelection

func (mr *MockBackupClientMockRecorder) GetBackupSelection(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupSelection indicates an expected call of GetBackupSelection.

func (*MockBackupClientMockRecorder) GetBackupVaultAccessPolicy

func (mr *MockBackupClientMockRecorder) GetBackupVaultAccessPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupVaultAccessPolicy indicates an expected call of GetBackupVaultAccessPolicy.

func (*MockBackupClientMockRecorder) GetBackupVaultNotifications

func (mr *MockBackupClientMockRecorder) GetBackupVaultNotifications(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBackupVaultNotifications indicates an expected call of GetBackupVaultNotifications.

func (*MockBackupClientMockRecorder) ListBackupPlans

func (mr *MockBackupClientMockRecorder) ListBackupPlans(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupPlans indicates an expected call of ListBackupPlans.

func (*MockBackupClientMockRecorder) ListBackupSelections

func (mr *MockBackupClientMockRecorder) ListBackupSelections(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupSelections indicates an expected call of ListBackupSelections.

func (*MockBackupClientMockRecorder) ListBackupVaults

func (mr *MockBackupClientMockRecorder) ListBackupVaults(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBackupVaults indicates an expected call of ListBackupVaults.

func (*MockBackupClientMockRecorder) ListRecoveryPointsByBackupVault

func (mr *MockBackupClientMockRecorder) ListRecoveryPointsByBackupVault(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRecoveryPointsByBackupVault indicates an expected call of ListRecoveryPointsByBackupVault.

func (*MockBackupClientMockRecorder) ListTags

func (mr *MockBackupClientMockRecorder) ListTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

type MockCloudFormationClient

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

MockCloudFormationClient is a mock of CloudFormationClient interface.

func NewMockCloudFormationClient

func NewMockCloudFormationClient(ctrl *gomock.Controller) *MockCloudFormationClient

NewMockCloudFormationClient creates a new mock instance.

func (*MockCloudFormationClient) DescribeStacks

DescribeStacks mocks base method.

func (*MockCloudFormationClient) EXPECT

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

func (*MockCloudFormationClient) ListStackResources

ListStackResources mocks base method.

type MockCloudFormationClientMockRecorder

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

MockCloudFormationClientMockRecorder is the mock recorder for MockCloudFormationClient.

func (*MockCloudFormationClientMockRecorder) DescribeStacks

func (mr *MockCloudFormationClientMockRecorder) DescribeStacks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStacks indicates an expected call of DescribeStacks.

func (*MockCloudFormationClientMockRecorder) ListStackResources

func (mr *MockCloudFormationClientMockRecorder) ListStackResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStackResources indicates an expected call of ListStackResources.

type MockCloudfrontClient

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

MockCloudfrontClient is a mock of CloudfrontClient interface.

func NewMockCloudfrontClient

func NewMockCloudfrontClient(ctrl *gomock.Controller) *MockCloudfrontClient

NewMockCloudfrontClient creates a new mock instance.

func (*MockCloudfrontClient) EXPECT

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

func (*MockCloudfrontClient) GetDistribution

GetDistribution mocks base method.

func (*MockCloudfrontClient) ListCachePolicies

ListCachePolicies mocks base method.

func (*MockCloudfrontClient) ListDistributions

ListDistributions mocks base method.

func (*MockCloudfrontClient) ListDistributionsByWebACLId

ListDistributionsByWebACLId mocks base method.

func (*MockCloudfrontClient) ListTagsForResource

ListTagsForResource mocks base method.

type MockCloudfrontClientMockRecorder

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

MockCloudfrontClientMockRecorder is the mock recorder for MockCloudfrontClient.

func (*MockCloudfrontClientMockRecorder) GetDistribution

func (mr *MockCloudfrontClientMockRecorder) GetDistribution(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDistribution indicates an expected call of GetDistribution.

func (*MockCloudfrontClientMockRecorder) ListCachePolicies

func (mr *MockCloudfrontClientMockRecorder) ListCachePolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCachePolicies indicates an expected call of ListCachePolicies.

func (*MockCloudfrontClientMockRecorder) ListDistributions

func (mr *MockCloudfrontClientMockRecorder) ListDistributions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDistributions indicates an expected call of ListDistributions.

func (*MockCloudfrontClientMockRecorder) ListDistributionsByWebACLId

func (mr *MockCloudfrontClientMockRecorder) ListDistributionsByWebACLId(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDistributionsByWebACLId indicates an expected call of ListDistributionsByWebACLId.

func (*MockCloudfrontClientMockRecorder) ListTagsForResource

func (mr *MockCloudfrontClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

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.

func (*MockCloudtrailClient) ListTags

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

func (*MockCloudtrailClientMockRecorder) ListTags

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

ListTags indicates an expected call of ListTags.

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.

func (*MockCloudwatchClient) ListTagsForResource

ListTagsForResource mocks base method.

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.

func (*MockCloudwatchClientMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

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) DescribeLogGroups

DescribeLogGroups mocks base method.

func (*MockCloudwatchLogsClient) DescribeMetricFilters

DescribeMetricFilters mocks base method.

func (*MockCloudwatchLogsClient) EXPECT

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

func (*MockCloudwatchLogsClient) ListTagsLogGroup

ListTagsLogGroup mocks base method.

type MockCloudwatchLogsClientMockRecorder

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

MockCloudwatchLogsClientMockRecorder is the mock recorder for MockCloudwatchLogsClient.

func (*MockCloudwatchLogsClientMockRecorder) DescribeLogGroups

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

DescribeLogGroups indicates an expected call of DescribeLogGroups.

func (*MockCloudwatchLogsClientMockRecorder) DescribeMetricFilters

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

DescribeMetricFilters indicates an expected call of DescribeMetricFilters.

func (*MockCloudwatchLogsClientMockRecorder) ListTagsLogGroup

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

ListTagsLogGroup indicates an expected call of ListTagsLogGroup.

type MockCodePipelineClient

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

MockCodePipelineClient is a mock of CodePipelineClient interface.

func NewMockCodePipelineClient

func NewMockCodePipelineClient(ctrl *gomock.Controller) *MockCodePipelineClient

NewMockCodePipelineClient creates a new mock instance.

func (*MockCodePipelineClient) EXPECT

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

func (*MockCodePipelineClient) GetPipeline

GetPipeline mocks base method.

func (*MockCodePipelineClient) ListPipelines

ListPipelines mocks base method.

func (*MockCodePipelineClient) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockCodePipelineClient) ListWebhooks

ListWebhooks mocks base method.

type MockCodePipelineClientMockRecorder

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

MockCodePipelineClientMockRecorder is the mock recorder for MockCodePipelineClient.

func (*MockCodePipelineClientMockRecorder) GetPipeline

func (mr *MockCodePipelineClientMockRecorder) GetPipeline(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPipeline indicates an expected call of GetPipeline.

func (*MockCodePipelineClientMockRecorder) ListPipelines

func (mr *MockCodePipelineClientMockRecorder) ListPipelines(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPipelines indicates an expected call of ListPipelines.

func (*MockCodePipelineClientMockRecorder) ListTagsForResource

func (mr *MockCodePipelineClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockCodePipelineClientMockRecorder) ListWebhooks

func (mr *MockCodePipelineClientMockRecorder) ListWebhooks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWebhooks indicates an expected call of ListWebhooks.

type MockCodebuildClient

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

MockCodebuildClient is a mock of CodebuildClient interface.

func NewMockCodebuildClient

func NewMockCodebuildClient(ctrl *gomock.Controller) *MockCodebuildClient

NewMockCodebuildClient creates a new mock instance.

func (*MockCodebuildClient) BatchGetProjects

BatchGetProjects mocks base method.

func (*MockCodebuildClient) EXPECT

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

func (*MockCodebuildClient) ListProjects

ListProjects mocks base method.

type MockCodebuildClientMockRecorder

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

MockCodebuildClientMockRecorder is the mock recorder for MockCodebuildClient.

func (*MockCodebuildClientMockRecorder) BatchGetProjects

func (mr *MockCodebuildClientMockRecorder) BatchGetProjects(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetProjects indicates an expected call of BatchGetProjects.

func (*MockCodebuildClientMockRecorder) ListProjects

func (mr *MockCodebuildClientMockRecorder) ListProjects(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProjects indicates an expected call of ListProjects.

type MockCognitoIdentityPoolsClient

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

MockCognitoIdentityPoolsClient is a mock of CognitoIdentityPoolsClient interface.

func NewMockCognitoIdentityPoolsClient

func NewMockCognitoIdentityPoolsClient(ctrl *gomock.Controller) *MockCognitoIdentityPoolsClient

NewMockCognitoIdentityPoolsClient creates a new mock instance.

func (*MockCognitoIdentityPoolsClient) DescribeIdentityPool

DescribeIdentityPool mocks base method.

func (*MockCognitoIdentityPoolsClient) EXPECT

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

func (*MockCognitoIdentityPoolsClient) ListIdentityPools

ListIdentityPools mocks base method.

type MockCognitoIdentityPoolsClientMockRecorder

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

MockCognitoIdentityPoolsClientMockRecorder is the mock recorder for MockCognitoIdentityPoolsClient.

func (*MockCognitoIdentityPoolsClientMockRecorder) DescribeIdentityPool

func (mr *MockCognitoIdentityPoolsClientMockRecorder) DescribeIdentityPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityPool indicates an expected call of DescribeIdentityPool.

func (*MockCognitoIdentityPoolsClientMockRecorder) ListIdentityPools

func (mr *MockCognitoIdentityPoolsClientMockRecorder) ListIdentityPools(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityPools indicates an expected call of ListIdentityPools.

type MockCognitoUserPoolsClient

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

MockCognitoUserPoolsClient is a mock of CognitoUserPoolsClient interface.

func NewMockCognitoUserPoolsClient

func NewMockCognitoUserPoolsClient(ctrl *gomock.Controller) *MockCognitoUserPoolsClient

NewMockCognitoUserPoolsClient creates a new mock instance.

func (*MockCognitoUserPoolsClient) DescribeIdentityProvider

DescribeIdentityProvider mocks base method.

func (*MockCognitoUserPoolsClient) DescribeUserPool

DescribeUserPool mocks base method.

func (*MockCognitoUserPoolsClient) EXPECT

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

func (*MockCognitoUserPoolsClient) ListIdentityProviders

ListIdentityProviders mocks base method.

func (*MockCognitoUserPoolsClient) ListUserPools

ListUserPools mocks base method.

type MockCognitoUserPoolsClientMockRecorder

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

MockCognitoUserPoolsClientMockRecorder is the mock recorder for MockCognitoUserPoolsClient.

func (*MockCognitoUserPoolsClientMockRecorder) DescribeIdentityProvider

func (mr *MockCognitoUserPoolsClientMockRecorder) DescribeIdentityProvider(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityProvider indicates an expected call of DescribeIdentityProvider.

func (*MockCognitoUserPoolsClientMockRecorder) DescribeUserPool

func (mr *MockCognitoUserPoolsClientMockRecorder) DescribeUserPool(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUserPool indicates an expected call of DescribeUserPool.

func (*MockCognitoUserPoolsClientMockRecorder) ListIdentityProviders

func (mr *MockCognitoUserPoolsClientMockRecorder) ListIdentityProviders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIdentityProviders indicates an expected call of ListIdentityProviders.

func (*MockCognitoUserPoolsClientMockRecorder) ListUserPools

func (mr *MockCognitoUserPoolsClientMockRecorder) ListUserPools(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserPools indicates an expected call of ListUserPools.

type MockConfigServiceClient

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

MockConfigServiceClient is a mock of ConfigServiceClient interface.

func NewMockConfigServiceClient

func NewMockConfigServiceClient(ctrl *gomock.Controller) *MockConfigServiceClient

NewMockConfigServiceClient creates a new mock instance.

func (*MockConfigServiceClient) DescribeConfigurationRecorderStatus

DescribeConfigurationRecorderStatus mocks base method.

func (*MockConfigServiceClient) DescribeConfigurationRecorders

DescribeConfigurationRecorders mocks base method.

func (*MockConfigServiceClient) DescribeConformancePackCompliance

DescribeConformancePackCompliance mocks base method.

func (*MockConfigServiceClient) DescribeConformancePacks

DescribeConformancePacks mocks base method.

func (*MockConfigServiceClient) EXPECT

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

func (*MockConfigServiceClient) GetConformancePackComplianceDetails

GetConformancePackComplianceDetails mocks base method.

type MockConfigServiceClientMockRecorder

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

MockConfigServiceClientMockRecorder is the mock recorder for MockConfigServiceClient.

func (*MockConfigServiceClientMockRecorder) DescribeConfigurationRecorderStatus

func (mr *MockConfigServiceClientMockRecorder) DescribeConfigurationRecorderStatus(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRecorderStatus indicates an expected call of DescribeConfigurationRecorderStatus.

func (*MockConfigServiceClientMockRecorder) DescribeConfigurationRecorders

func (mr *MockConfigServiceClientMockRecorder) DescribeConfigurationRecorders(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRecorders indicates an expected call of DescribeConfigurationRecorders.

func (*MockConfigServiceClientMockRecorder) DescribeConformancePackCompliance

func (mr *MockConfigServiceClientMockRecorder) DescribeConformancePackCompliance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConformancePackCompliance indicates an expected call of DescribeConformancePackCompliance.

func (*MockConfigServiceClientMockRecorder) DescribeConformancePacks

func (mr *MockConfigServiceClientMockRecorder) DescribeConformancePacks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConformancePacks indicates an expected call of DescribeConformancePacks.

func (*MockConfigServiceClientMockRecorder) GetConformancePackComplianceDetails

func (mr *MockConfigServiceClientMockRecorder) GetConformancePackComplianceDetails(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConformancePackComplianceDetails indicates an expected call of GetConformancePackComplianceDetails.

type MockDAXClient

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

MockDAXClient is a mock of DAXClient interface.

func NewMockDAXClient

func NewMockDAXClient(ctrl *gomock.Controller) *MockDAXClient

NewMockDAXClient creates a new mock instance.

func (*MockDAXClient) DescribeClusters

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

DescribeClusters mocks base method.

func (*MockDAXClient) EXPECT

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

func (*MockDAXClient) ListTags

func (m *MockDAXClient) ListTags(arg0 context.Context, arg1 *dax.ListTagsInput, arg2 ...func(*dax.Options)) (*dax.ListTagsOutput, error)

ListTags mocks base method.

type MockDAXClientMockRecorder

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

MockDAXClientMockRecorder is the mock recorder for MockDAXClient.

func (*MockDAXClientMockRecorder) DescribeClusters

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

DescribeClusters indicates an expected call of DescribeClusters.

func (*MockDAXClientMockRecorder) ListTags

func (mr *MockDAXClientMockRecorder) ListTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

type MockDatabasemigrationserviceClient

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

MockDatabasemigrationserviceClient is a mock of DatabasemigrationserviceClient interface.

func NewMockDatabasemigrationserviceClient

func NewMockDatabasemigrationserviceClient(ctrl *gomock.Controller) *MockDatabasemigrationserviceClient

NewMockDatabasemigrationserviceClient creates a new mock instance.

func (*MockDatabasemigrationserviceClient) DescribeReplicationInstances

DescribeReplicationInstances mocks base method.

func (*MockDatabasemigrationserviceClient) EXPECT

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

func (*MockDatabasemigrationserviceClient) ListTagsForResource

ListTagsForResource mocks base method.

type MockDatabasemigrationserviceClientMockRecorder

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

MockDatabasemigrationserviceClientMockRecorder is the mock recorder for MockDatabasemigrationserviceClient.

func (*MockDatabasemigrationserviceClientMockRecorder) DescribeReplicationInstances

func (mr *MockDatabasemigrationserviceClientMockRecorder) DescribeReplicationInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationInstances indicates an expected call of DescribeReplicationInstances.

func (*MockDatabasemigrationserviceClientMockRecorder) ListTagsForResource

func (mr *MockDatabasemigrationserviceClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

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) DescribeConnections

DescribeConnections mocks base method.

func (*MockDirectconnectClient) DescribeDirectConnectGatewayAssociations

DescribeDirectConnectGatewayAssociations mocks base method.

func (*MockDirectconnectClient) DescribeDirectConnectGatewayAttachments

DescribeDirectConnectGatewayAttachments mocks base method.

func (*MockDirectconnectClient) DescribeDirectConnectGateways

DescribeDirectConnectGateways mocks base method.

func (*MockDirectconnectClient) DescribeLags

DescribeLags mocks base method.

func (*MockDirectconnectClient) DescribeVirtualGateways

DescribeVirtualGateways mocks base method.

func (*MockDirectconnectClient) DescribeVirtualInterfaces

DescribeVirtualInterfaces 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) DescribeConnections

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

DescribeConnections indicates an expected call of DescribeConnections.

func (*MockDirectconnectClientMockRecorder) DescribeDirectConnectGatewayAssociations

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

DescribeDirectConnectGatewayAssociations indicates an expected call of DescribeDirectConnectGatewayAssociations.

func (*MockDirectconnectClientMockRecorder) DescribeDirectConnectGatewayAttachments

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

DescribeDirectConnectGatewayAttachments indicates an expected call of DescribeDirectConnectGatewayAttachments.

func (*MockDirectconnectClientMockRecorder) DescribeDirectConnectGateways

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

DescribeDirectConnectGateways indicates an expected call of DescribeDirectConnectGateways.

func (*MockDirectconnectClientMockRecorder) DescribeLags

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

DescribeLags indicates an expected call of DescribeLags.

func (*MockDirectconnectClientMockRecorder) DescribeVirtualGateways

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

DescribeVirtualGateways indicates an expected call of DescribeVirtualGateways.

func (*MockDirectconnectClientMockRecorder) DescribeVirtualInterfaces

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

DescribeVirtualInterfaces indicates an expected call of DescribeVirtualInterfaces.

type MockDynamoDBClient

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

MockDynamoDBClient is a mock of DynamoDBClient interface.

func NewMockDynamoDBClient

func NewMockDynamoDBClient(ctrl *gomock.Controller) *MockDynamoDBClient

NewMockDynamoDBClient creates a new mock instance.

func (*MockDynamoDBClient) DescribeContinuousBackups

DescribeContinuousBackups mocks base method.

func (*MockDynamoDBClient) DescribeTable

DescribeTable mocks base method.

func (*MockDynamoDBClient) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling mocks base method.

func (*MockDynamoDBClient) EXPECT

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

func (*MockDynamoDBClient) ListTables

ListTables mocks base method.

func (*MockDynamoDBClient) ListTagsOfResource

ListTagsOfResource mocks base method.

type MockDynamoDBClientMockRecorder

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

MockDynamoDBClientMockRecorder is the mock recorder for MockDynamoDBClient.

func (*MockDynamoDBClientMockRecorder) DescribeContinuousBackups

func (mr *MockDynamoDBClientMockRecorder) DescribeContinuousBackups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeContinuousBackups indicates an expected call of DescribeContinuousBackups.

func (*MockDynamoDBClientMockRecorder) DescribeTable

func (mr *MockDynamoDBClientMockRecorder) DescribeTable(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTable indicates an expected call of DescribeTable.

func (*MockDynamoDBClientMockRecorder) DescribeTableReplicaAutoScaling

func (mr *MockDynamoDBClientMockRecorder) DescribeTableReplicaAutoScaling(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTableReplicaAutoScaling indicates an expected call of DescribeTableReplicaAutoScaling.

func (*MockDynamoDBClientMockRecorder) ListTables

func (mr *MockDynamoDBClientMockRecorder) ListTables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTables indicates an expected call of ListTables.

func (*MockDynamoDBClientMockRecorder) ListTagsOfResource

func (mr *MockDynamoDBClientMockRecorder) ListTagsOfResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsOfResource indicates an expected call of ListTagsOfResource.

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) DescribeAddresses

func (m *MockEc2Client) DescribeAddresses(arg0 context.Context, arg1 *ec2.DescribeAddressesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeAddressesOutput, error)

DescribeAddresses mocks base method.

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) DescribeEgressOnlyInternetGateways

func (m *MockEc2Client) DescribeEgressOnlyInternetGateways(arg0 context.Context, arg1 *ec2.DescribeEgressOnlyInternetGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeEgressOnlyInternetGatewaysOutput, error)

DescribeEgressOnlyInternetGateways 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) DescribeHosts

func (m *MockEc2Client) DescribeHosts(arg0 context.Context, arg1 *ec2.DescribeHostsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeHostsOutput, error)

DescribeHosts mocks base method.

func (*MockEc2Client) DescribeImageAttribute

func (m *MockEc2Client) DescribeImageAttribute(arg0 context.Context, arg1 *ec2.DescribeImageAttributeInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeImageAttributeOutput, error)

DescribeImageAttribute 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) DescribeInstanceStatus

func (m *MockEc2Client) DescribeInstanceStatus(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeInstanceStatusOutput, error)

DescribeInstanceStatus mocks base method.

func (*MockEc2Client) DescribeInstanceTypes

func (m *MockEc2Client) DescribeInstanceTypes(arg0 context.Context, arg1 *ec2.DescribeInstanceTypesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypes 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) DescribeKeyPairs added in v0.13.10

func (m *MockEc2Client) DescribeKeyPairs(arg0 context.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairs 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) DescribeNetworkInterfaces

func (m *MockEc2Client) DescribeNetworkInterfaces(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfaces mocks base method.

func (*MockEc2Client) DescribeRegions

func (m *MockEc2Client) DescribeRegions(arg0 context.Context, arg1 *ec2.DescribeRegionsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeRegionsOutput, error)

DescribeRegions 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) DescribeSnapshotAttribute

func (m *MockEc2Client) DescribeSnapshotAttribute(arg0 context.Context, arg1 *ec2.DescribeSnapshotAttributeInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSnapshotAttributeOutput, error)

DescribeSnapshotAttribute mocks base method.

func (*MockEc2Client) DescribeSnapshots

func (m *MockEc2Client) DescribeSnapshots(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshots 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) DescribeTransitGatewayAttachments

func (m *MockEc2Client) DescribeTransitGatewayAttachments(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayAttachmentsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayAttachmentsOutput, error)

DescribeTransitGatewayAttachments mocks base method.

func (*MockEc2Client) DescribeTransitGatewayMulticastDomains

func (m *MockEc2Client) DescribeTransitGatewayMulticastDomains(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayMulticastDomainsOutput, error)

DescribeTransitGatewayMulticastDomains mocks base method.

func (*MockEc2Client) DescribeTransitGatewayPeeringAttachments

func (m *MockEc2Client) DescribeTransitGatewayPeeringAttachments(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, error)

DescribeTransitGatewayPeeringAttachments mocks base method.

func (*MockEc2Client) DescribeTransitGatewayRouteTables

func (m *MockEc2Client) DescribeTransitGatewayRouteTables(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayRouteTablesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayRouteTablesOutput, error)

DescribeTransitGatewayRouteTables mocks base method.

func (*MockEc2Client) DescribeTransitGatewayVpcAttachments

func (m *MockEc2Client) DescribeTransitGatewayVpcAttachments(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)

DescribeTransitGatewayVpcAttachments mocks base method.

func (*MockEc2Client) DescribeTransitGateways

func (m *MockEc2Client) DescribeTransitGateways(arg0 context.Context, arg1 *ec2.DescribeTransitGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGateways mocks base method.

func (*MockEc2Client) DescribeVolumes

func (m *MockEc2Client) DescribeVolumes(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVolumesOutput, error)

DescribeVolumes mocks base method.

func (*MockEc2Client) DescribeVpcEndpointServiceConfigurations

func (m *MockEc2Client) DescribeVpcEndpointServiceConfigurations(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)

DescribeVpcEndpointServiceConfigurations mocks base method.

func (*MockEc2Client) DescribeVpcEndpointServices

func (m *MockEc2Client) DescribeVpcEndpointServices(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServicesInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcEndpointServicesOutput, error)

DescribeVpcEndpointServices mocks base method.

func (*MockEc2Client) DescribeVpcEndpoints

func (m *MockEc2Client) DescribeVpcEndpoints(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointsInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints 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) DescribeVpnGateways

func (m *MockEc2Client) DescribeVpnGateways(arg0 context.Context, arg1 *ec2.DescribeVpnGatewaysInput, arg2 ...func(*ec2.Options)) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGateways mocks base method.

func (*MockEc2Client) EXPECT

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

func (*MockEc2Client) GetEbsDefaultKmsKeyId

func (m *MockEc2Client) GetEbsDefaultKmsKeyId(arg0 context.Context, arg1 *ec2.GetEbsDefaultKmsKeyIdInput, arg2 ...func(*ec2.Options)) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyId mocks base method.

func (*MockEc2Client) GetEbsEncryptionByDefault

func (m *MockEc2Client) GetEbsEncryptionByDefault(arg0 context.Context, arg1 *ec2.GetEbsEncryptionByDefaultInput, arg2 ...func(*ec2.Options)) (*ec2.GetEbsEncryptionByDefaultOutput, error)

GetEbsEncryptionByDefault mocks base method.

type MockEc2ClientMockRecorder

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

MockEc2ClientMockRecorder is the mock recorder for MockEc2Client.

func (*MockEc2ClientMockRecorder) DescribeAddresses

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

DescribeAddresses indicates an expected call of DescribeAddresses.

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) DescribeEgressOnlyInternetGateways

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

DescribeEgressOnlyInternetGateways indicates an expected call of DescribeEgressOnlyInternetGateways.

func (*MockEc2ClientMockRecorder) DescribeFlowLogs

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

DescribeFlowLogs indicates an expected call of DescribeFlowLogs.

func (*MockEc2ClientMockRecorder) DescribeHosts

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

DescribeHosts indicates an expected call of DescribeHosts.

func (*MockEc2ClientMockRecorder) DescribeImageAttribute

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

DescribeImageAttribute indicates an expected call of DescribeImageAttribute.

func (*MockEc2ClientMockRecorder) DescribeImages

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

DescribeImages indicates an expected call of DescribeImages.

func (*MockEc2ClientMockRecorder) DescribeInstanceStatus

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

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus.

func (*MockEc2ClientMockRecorder) DescribeInstanceTypes

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

DescribeInstanceTypes indicates an expected call of DescribeInstanceTypes.

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) DescribeKeyPairs added in v0.13.10

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

DescribeKeyPairs indicates an expected call of DescribeKeyPairs.

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) DescribeNetworkInterfaces

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

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces.

func (*MockEc2ClientMockRecorder) DescribeRegions

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

DescribeRegions indicates an expected call of DescribeRegions.

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) DescribeSnapshotAttribute

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

DescribeSnapshotAttribute indicates an expected call of DescribeSnapshotAttribute.

func (*MockEc2ClientMockRecorder) DescribeSnapshots

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

DescribeSnapshots indicates an expected call of DescribeSnapshots.

func (*MockEc2ClientMockRecorder) DescribeSubnets

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

DescribeSubnets indicates an expected call of DescribeSubnets.

func (*MockEc2ClientMockRecorder) DescribeTransitGatewayAttachments

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

DescribeTransitGatewayAttachments indicates an expected call of DescribeTransitGatewayAttachments.

func (*MockEc2ClientMockRecorder) DescribeTransitGatewayMulticastDomains

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

DescribeTransitGatewayMulticastDomains indicates an expected call of DescribeTransitGatewayMulticastDomains.

func (*MockEc2ClientMockRecorder) DescribeTransitGatewayPeeringAttachments

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

DescribeTransitGatewayPeeringAttachments indicates an expected call of DescribeTransitGatewayPeeringAttachments.

func (*MockEc2ClientMockRecorder) DescribeTransitGatewayRouteTables

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

DescribeTransitGatewayRouteTables indicates an expected call of DescribeTransitGatewayRouteTables.

func (*MockEc2ClientMockRecorder) DescribeTransitGatewayVpcAttachments

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

DescribeTransitGatewayVpcAttachments indicates an expected call of DescribeTransitGatewayVpcAttachments.

func (*MockEc2ClientMockRecorder) DescribeTransitGateways

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

DescribeTransitGateways indicates an expected call of DescribeTransitGateways.

func (*MockEc2ClientMockRecorder) DescribeVolumes

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

DescribeVolumes indicates an expected call of DescribeVolumes.

func (*MockEc2ClientMockRecorder) DescribeVpcEndpointServiceConfigurations

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

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations.

func (*MockEc2ClientMockRecorder) DescribeVpcEndpointServices

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

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices.

func (*MockEc2ClientMockRecorder) DescribeVpcEndpoints

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

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints.

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.

func (*MockEc2ClientMockRecorder) DescribeVpnGateways

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

DescribeVpnGateways indicates an expected call of DescribeVpnGateways.

func (*MockEc2ClientMockRecorder) GetEbsDefaultKmsKeyId

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

GetEbsDefaultKmsKeyId indicates an expected call of GetEbsDefaultKmsKeyId.

func (*MockEc2ClientMockRecorder) GetEbsEncryptionByDefault

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

GetEbsEncryptionByDefault indicates an expected call of GetEbsEncryptionByDefault.

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.

func (*MockEcrClient) ListTagsForResource

func (m *MockEcrClient) ListTagsForResource(arg0 context.Context, arg1 *ecr.ListTagsForResourceInput, arg2 ...func(*ecr.Options)) (*ecr.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

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.

func (*MockEcrClientMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

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) DescribeContainerInstances

func (m *MockEcsClient) DescribeContainerInstances(arg0 context.Context, arg1 *ecs.DescribeContainerInstancesInput, arg2 ...func(*ecs.Options)) (*ecs.DescribeContainerInstancesOutput, error)

DescribeContainerInstances mocks base method.

func (*MockEcsClient) DescribeServices

func (m *MockEcsClient) DescribeServices(arg0 context.Context, arg1 *ecs.DescribeServicesInput, arg2 ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method.

func (*MockEcsClient) DescribeTaskDefinition

func (m *MockEcsClient) DescribeTaskDefinition(arg0 context.Context, arg1 *ecs.DescribeTaskDefinitionInput, arg2 ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method.

func (*MockEcsClient) DescribeTasks

func (m *MockEcsClient) DescribeTasks(arg0 context.Context, arg1 *ecs.DescribeTasksInput, arg2 ...func(*ecs.Options)) (*ecs.DescribeTasksOutput, error)

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

func (*MockEcsClient) ListContainerInstances

func (m *MockEcsClient) ListContainerInstances(arg0 context.Context, arg1 *ecs.ListContainerInstancesInput, arg2 ...func(*ecs.Options)) (*ecs.ListContainerInstancesOutput, error)

ListContainerInstances mocks base method.

func (*MockEcsClient) ListServices

func (m *MockEcsClient) ListServices(arg0 context.Context, arg1 *ecs.ListServicesInput, arg2 ...func(*ecs.Options)) (*ecs.ListServicesOutput, error)

ListServices mocks base method.

func (*MockEcsClient) ListTaskDefinitions

func (m *MockEcsClient) ListTaskDefinitions(arg0 context.Context, arg1 *ecs.ListTaskDefinitionsInput, arg2 ...func(*ecs.Options)) (*ecs.ListTaskDefinitionsOutput, error)

ListTaskDefinitions mocks base method.

func (*MockEcsClient) ListTasks

func (m *MockEcsClient) ListTasks(arg0 context.Context, arg1 *ecs.ListTasksInput, arg2 ...func(*ecs.Options)) (*ecs.ListTasksOutput, error)

ListTasks 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) DescribeContainerInstances

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

DescribeContainerInstances indicates an expected call of DescribeContainerInstances.

func (*MockEcsClientMockRecorder) DescribeServices

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

DescribeServices indicates an expected call of DescribeServices.

func (*MockEcsClientMockRecorder) DescribeTaskDefinition

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

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition.

func (*MockEcsClientMockRecorder) DescribeTasks

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

DescribeTasks indicates an expected call of DescribeTasks.

func (*MockEcsClientMockRecorder) ListClusters

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

ListClusters indicates an expected call of ListClusters.

func (*MockEcsClientMockRecorder) ListContainerInstances

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

ListContainerInstances indicates an expected call of ListContainerInstances.

func (*MockEcsClientMockRecorder) ListServices

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

ListServices indicates an expected call of ListServices.

func (*MockEcsClientMockRecorder) ListTaskDefinitions

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

ListTaskDefinitions indicates an expected call of ListTaskDefinitions.

func (*MockEcsClientMockRecorder) ListTasks

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

ListTasks indicates an expected call of ListTasks.

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) DescribeBackupPolicy

func (m *MockEfsClient) DescribeBackupPolicy(arg0 context.Context, arg1 *efs.DescribeBackupPolicyInput, arg2 ...func(*efs.Options)) (*efs.DescribeBackupPolicyOutput, error)

DescribeBackupPolicy mocks base method.

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) DescribeBackupPolicy

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

DescribeBackupPolicy indicates an expected call of DescribeBackupPolicy.

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 MockElastiCache

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

MockElastiCache is a mock of ElastiCache interface.

func NewMockElastiCache

func NewMockElastiCache(ctrl *gomock.Controller) *MockElastiCache

NewMockElastiCache creates a new mock instance.

func (*MockElastiCache) DescribeCacheClusters

DescribeCacheClusters mocks base method.

func (*MockElastiCache) DescribeCacheEngineVersions added in v0.13.12

DescribeCacheEngineVersions mocks base method.

func (*MockElastiCache) DescribeCacheParameterGroups added in v0.13.12

DescribeCacheParameterGroups mocks base method.

func (*MockElastiCache) DescribeCacheParameters added in v0.13.12

DescribeCacheParameters mocks base method.

func (*MockElastiCache) DescribeCacheSubnetGroups added in v0.13.12

DescribeCacheSubnetGroups mocks base method.

func (*MockElastiCache) DescribeGlobalReplicationGroups added in v0.13.12

DescribeGlobalReplicationGroups mocks base method.

func (*MockElastiCache) DescribeReplicationGroups added in v0.13.12

DescribeReplicationGroups mocks base method.

func (*MockElastiCache) DescribeReservedCacheNodes added in v0.13.12

DescribeReservedCacheNodes mocks base method.

func (*MockElastiCache) DescribeReservedCacheNodesOfferings added in v0.13.12

DescribeReservedCacheNodesOfferings mocks base method.

func (*MockElastiCache) DescribeServiceUpdates added in v0.13.12

DescribeServiceUpdates mocks base method.

func (*MockElastiCache) DescribeSnapshots added in v0.13.12

DescribeSnapshots mocks base method.

func (*MockElastiCache) DescribeUserGroups added in v0.13.12

DescribeUserGroups mocks base method.

func (*MockElastiCache) DescribeUsers added in v0.13.12

DescribeUsers mocks base method.

func (*MockElastiCache) EXPECT

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

type MockElastiCacheMockRecorder

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

MockElastiCacheMockRecorder is the mock recorder for MockElastiCache.

func (*MockElastiCacheMockRecorder) DescribeCacheClusters

func (mr *MockElastiCacheMockRecorder) DescribeCacheClusters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheClusters indicates an expected call of DescribeCacheClusters.

func (*MockElastiCacheMockRecorder) DescribeCacheEngineVersions added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeCacheEngineVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheEngineVersions indicates an expected call of DescribeCacheEngineVersions.

func (*MockElastiCacheMockRecorder) DescribeCacheParameterGroups added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeCacheParameterGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParameterGroups indicates an expected call of DescribeCacheParameterGroups.

func (*MockElastiCacheMockRecorder) DescribeCacheParameters added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeCacheParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheParameters indicates an expected call of DescribeCacheParameters.

func (*MockElastiCacheMockRecorder) DescribeCacheSubnetGroups added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeCacheSubnetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCacheSubnetGroups indicates an expected call of DescribeCacheSubnetGroups.

func (*MockElastiCacheMockRecorder) DescribeGlobalReplicationGroups added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeGlobalReplicationGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeGlobalReplicationGroups indicates an expected call of DescribeGlobalReplicationGroups.

func (*MockElastiCacheMockRecorder) DescribeReplicationGroups added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeReplicationGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationGroups indicates an expected call of DescribeReplicationGroups.

func (*MockElastiCacheMockRecorder) DescribeReservedCacheNodes added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeReservedCacheNodes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodes indicates an expected call of DescribeReservedCacheNodes.

func (*MockElastiCacheMockRecorder) DescribeReservedCacheNodesOfferings added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeReservedCacheNodesOfferings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedCacheNodesOfferings indicates an expected call of DescribeReservedCacheNodesOfferings.

func (*MockElastiCacheMockRecorder) DescribeServiceUpdates added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeServiceUpdates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServiceUpdates indicates an expected call of DescribeServiceUpdates.

func (*MockElastiCacheMockRecorder) DescribeSnapshots added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots.

func (*MockElastiCacheMockRecorder) DescribeUserGroups added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeUserGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUserGroups indicates an expected call of DescribeUserGroups.

func (*MockElastiCacheMockRecorder) DescribeUsers added in v0.13.12

func (mr *MockElastiCacheMockRecorder) DescribeUsers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUsers indicates an expected call of DescribeUsers.

type MockElasticSearch

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

MockElasticSearch is a mock of ElasticSearch interface.

func NewMockElasticSearch

func NewMockElasticSearch(ctrl *gomock.Controller) *MockElasticSearch

NewMockElasticSearch creates a new mock instance.

func (*MockElasticSearch) DescribeElasticsearchDomain

DescribeElasticsearchDomain mocks base method.

func (*MockElasticSearch) EXPECT

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

func (*MockElasticSearch) ListDomainNames

ListDomainNames mocks base method.

func (*MockElasticSearch) ListTags

ListTags mocks base method.

type MockElasticSearchMockRecorder

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

MockElasticSearchMockRecorder is the mock recorder for MockElasticSearch.

func (*MockElasticSearchMockRecorder) DescribeElasticsearchDomain

func (mr *MockElasticSearchMockRecorder) DescribeElasticsearchDomain(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeElasticsearchDomain indicates an expected call of DescribeElasticsearchDomain.

func (*MockElasticSearchMockRecorder) ListDomainNames

func (mr *MockElasticSearchMockRecorder) ListDomainNames(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDomainNames indicates an expected call of ListDomainNames.

func (*MockElasticSearchMockRecorder) ListTags

func (mr *MockElasticSearchMockRecorder) ListTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

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) DescribeApplicationVersions

DescribeApplicationVersions mocks base method.

func (*MockElasticbeanstalkClient) DescribeApplications

DescribeApplications mocks base method.

func (*MockElasticbeanstalkClient) DescribeConfigurationOptions

DescribeConfigurationOptions mocks base method.

func (*MockElasticbeanstalkClient) DescribeConfigurationSettings

DescribeConfigurationSettings mocks base method.

func (*MockElasticbeanstalkClient) DescribeEnvironments

DescribeEnvironments mocks base method.

func (*MockElasticbeanstalkClient) EXPECT

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

func (*MockElasticbeanstalkClient) ListTagsForResource

ListTagsForResource mocks base method.

type MockElasticbeanstalkClientMockRecorder

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

MockElasticbeanstalkClientMockRecorder is the mock recorder for MockElasticbeanstalkClient.

func (*MockElasticbeanstalkClientMockRecorder) DescribeApplicationVersions

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

DescribeApplicationVersions indicates an expected call of DescribeApplicationVersions.

func (*MockElasticbeanstalkClientMockRecorder) DescribeApplications

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

DescribeApplications indicates an expected call of DescribeApplications.

func (*MockElasticbeanstalkClientMockRecorder) DescribeConfigurationOptions

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

DescribeConfigurationOptions indicates an expected call of DescribeConfigurationOptions.

func (*MockElasticbeanstalkClientMockRecorder) DescribeConfigurationSettings

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

DescribeConfigurationSettings indicates an expected call of DescribeConfigurationSettings.

func (*MockElasticbeanstalkClientMockRecorder) DescribeEnvironments

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

DescribeEnvironments indicates an expected call of DescribeEnvironments.

func (*MockElasticbeanstalkClientMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockElbV1Client

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

MockElbV1Client is a mock of ElbV1Client interface.

func NewMockElbV1Client

func NewMockElbV1Client(ctrl *gomock.Controller) *MockElbV1Client

NewMockElbV1Client creates a new mock instance.

func (*MockElbV1Client) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes mocks base method.

func (*MockElbV1Client) DescribeLoadBalancerPolicies

DescribeLoadBalancerPolicies mocks base method.

func (*MockElbV1Client) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockElbV1Client) DescribeTags

DescribeTags mocks base method.

func (*MockElbV1Client) EXPECT

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

type MockElbV1ClientMockRecorder

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

MockElbV1ClientMockRecorder is the mock recorder for MockElbV1Client.

func (*MockElbV1ClientMockRecorder) DescribeLoadBalancerAttributes

func (mr *MockElbV1ClientMockRecorder) DescribeLoadBalancerAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes.

func (*MockElbV1ClientMockRecorder) DescribeLoadBalancerPolicies

func (mr *MockElbV1ClientMockRecorder) DescribeLoadBalancerPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLoadBalancerPolicies indicates an expected call of DescribeLoadBalancerPolicies.

func (*MockElbV1ClientMockRecorder) DescribeLoadBalancers

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

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockElbV1ClientMockRecorder) DescribeTags

func (mr *MockElbV1ClientMockRecorder) DescribeTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

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) DescribeListenerCertificates

DescribeListenerCertificates mocks base method.

func (*MockElbV2Client) DescribeListeners

DescribeListeners mocks base method.

func (*MockElbV2Client) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes mocks base method.

func (*MockElbV2Client) DescribeLoadBalancers

DescribeLoadBalancers mocks base method.

func (*MockElbV2Client) DescribeTags

DescribeTags mocks base method.

func (*MockElbV2Client) DescribeTargetGroups

DescribeTargetGroups mocks base method.

func (*MockElbV2Client) DescribeTargetHealth

DescribeTargetHealth 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) DescribeListenerCertificates

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

DescribeListenerCertificates indicates an expected call of DescribeListenerCertificates.

func (*MockElbV2ClientMockRecorder) DescribeListeners

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

DescribeListeners indicates an expected call of DescribeListeners.

func (*MockElbV2ClientMockRecorder) DescribeLoadBalancerAttributes

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

DescribeLoadBalancerAttributes indicates an expected call of DescribeLoadBalancerAttributes.

func (*MockElbV2ClientMockRecorder) DescribeLoadBalancers

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

DescribeLoadBalancers indicates an expected call of DescribeLoadBalancers.

func (*MockElbV2ClientMockRecorder) DescribeTags

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

DescribeTags indicates an expected call of DescribeTags.

func (*MockElbV2ClientMockRecorder) DescribeTargetGroups

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

DescribeTargetGroups indicates an expected call of DescribeTargetGroups.

func (*MockElbV2ClientMockRecorder) DescribeTargetHealth

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

DescribeTargetHealth indicates an expected call of DescribeTargetHealth.

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) DescribeCluster

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

DescribeCluster mocks base method.

func (*MockEmrClient) EXPECT

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

func (*MockEmrClient) GetBlockPublicAccessConfiguration

func (m *MockEmrClient) GetBlockPublicAccessConfiguration(arg0 context.Context, arg1 *emr.GetBlockPublicAccessConfigurationInput, arg2 ...func(*emr.Options)) (*emr.GetBlockPublicAccessConfigurationOutput, error)

GetBlockPublicAccessConfiguration mocks base method.

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) DescribeCluster

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

DescribeCluster indicates an expected call of DescribeCluster.

func (*MockEmrClientMockRecorder) GetBlockPublicAccessConfiguration

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

GetBlockPublicAccessConfiguration indicates an expected call of GetBlockPublicAccessConfiguration.

func (*MockEmrClientMockRecorder) ListClusters

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

ListClusters indicates an expected call of ListClusters.

type MockEventBridgeClient

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

MockEventBridgeClient is a mock of EventBridgeClient interface.

func NewMockEventBridgeClient

func NewMockEventBridgeClient(ctrl *gomock.Controller) *MockEventBridgeClient

NewMockEventBridgeClient creates a new mock instance.

func (*MockEventBridgeClient) EXPECT

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

func (*MockEventBridgeClient) ListEventBuses

ListEventBuses mocks base method.

func (*MockEventBridgeClient) ListRules

ListRules mocks base method.

func (*MockEventBridgeClient) ListTagsForResource

ListTagsForResource mocks base method.

type MockEventBridgeClientMockRecorder

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

MockEventBridgeClientMockRecorder is the mock recorder for MockEventBridgeClient.

func (*MockEventBridgeClientMockRecorder) ListEventBuses

func (mr *MockEventBridgeClientMockRecorder) ListEventBuses(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventBuses indicates an expected call of ListEventBuses.

func (*MockEventBridgeClientMockRecorder) ListRules

func (mr *MockEventBridgeClientMockRecorder) ListRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockEventBridgeClientMockRecorder) ListTagsForResource

func (mr *MockEventBridgeClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockFirehoseClient

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

MockFirehoseClient is a mock of FirehoseClient interface.

func NewMockFirehoseClient

func NewMockFirehoseClient(ctrl *gomock.Controller) *MockFirehoseClient

NewMockFirehoseClient creates a new mock instance.

func (*MockFirehoseClient) DescribeDeliveryStream

DescribeDeliveryStream mocks base method.

func (*MockFirehoseClient) EXPECT

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

func (*MockFirehoseClient) ListDeliveryStreams

ListDeliveryStreams mocks base method.

func (*MockFirehoseClient) ListTagsForDeliveryStream

ListTagsForDeliveryStream mocks base method.

type MockFirehoseClientMockRecorder

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

MockFirehoseClientMockRecorder is the mock recorder for MockFirehoseClient.

func (*MockFirehoseClientMockRecorder) DescribeDeliveryStream

func (mr *MockFirehoseClientMockRecorder) DescribeDeliveryStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDeliveryStream indicates an expected call of DescribeDeliveryStream.

func (*MockFirehoseClientMockRecorder) ListDeliveryStreams

func (mr *MockFirehoseClientMockRecorder) ListDeliveryStreams(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDeliveryStreams indicates an expected call of ListDeliveryStreams.

func (*MockFirehoseClientMockRecorder) ListTagsForDeliveryStream

func (mr *MockFirehoseClientMockRecorder) ListTagsForDeliveryStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForDeliveryStream indicates an expected call of ListTagsForDeliveryStream.

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) DescribeDataRepositoryAssociations added in v0.13.15

func (m *MockFsxClient) DescribeDataRepositoryAssociations(arg0 context.Context, arg1 *fsx.DescribeDataRepositoryAssociationsInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeDataRepositoryAssociationsOutput, error)

DescribeDataRepositoryAssociations mocks base method.

func (*MockFsxClient) DescribeDataRepositoryTasks added in v0.13.15

func (m *MockFsxClient) DescribeDataRepositoryTasks(arg0 context.Context, arg1 *fsx.DescribeDataRepositoryTasksInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeDataRepositoryTasksOutput, error)

DescribeDataRepositoryTasks mocks base method.

func (*MockFsxClient) DescribeFileSystems added in v0.13.13

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

DescribeFileSystems mocks base method.

func (*MockFsxClient) DescribeSnapshots added in v0.13.14

func (m *MockFsxClient) DescribeSnapshots(arg0 context.Context, arg1 *fsx.DescribeSnapshotsInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeSnapshotsOutput, error)

DescribeSnapshots mocks base method.

func (*MockFsxClient) DescribeStorageVirtualMachines added in v0.13.15

func (m *MockFsxClient) DescribeStorageVirtualMachines(arg0 context.Context, arg1 *fsx.DescribeStorageVirtualMachinesInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeStorageVirtualMachinesOutput, error)

DescribeStorageVirtualMachines mocks base method.

func (*MockFsxClient) DescribeVolumes added in v0.13.16

func (m *MockFsxClient) DescribeVolumes(arg0 context.Context, arg1 *fsx.DescribeVolumesInput, arg2 ...func(*fsx.Options)) (*fsx.DescribeVolumesOutput, error)

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

func (*MockFsxClientMockRecorder) DescribeDataRepositoryAssociations added in v0.13.15

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

DescribeDataRepositoryAssociations indicates an expected call of DescribeDataRepositoryAssociations.

func (*MockFsxClientMockRecorder) DescribeDataRepositoryTasks added in v0.13.15

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

DescribeDataRepositoryTasks indicates an expected call of DescribeDataRepositoryTasks.

func (*MockFsxClientMockRecorder) DescribeFileSystems added in v0.13.13

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

DescribeFileSystems indicates an expected call of DescribeFileSystems.

func (*MockFsxClientMockRecorder) DescribeSnapshots added in v0.13.14

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

DescribeSnapshots indicates an expected call of DescribeSnapshots.

func (*MockFsxClientMockRecorder) DescribeStorageVirtualMachines added in v0.13.15

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

DescribeStorageVirtualMachines indicates an expected call of DescribeStorageVirtualMachines.

func (*MockFsxClientMockRecorder) DescribeVolumes added in v0.13.16

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

DescribeVolumes indicates an expected call of DescribeVolumes.

type MockGlueClient

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

MockGlueClient is a mock of GlueClient interface.

func NewMockGlueClient

func NewMockGlueClient(ctrl *gomock.Controller) *MockGlueClient

NewMockGlueClient creates a new mock instance.

func (*MockGlueClient) EXPECT

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

func (*MockGlueClient) GetClassifiers

func (m *MockGlueClient) GetClassifiers(arg0 context.Context, arg1 *glue.GetClassifiersInput, arg2 ...func(*glue.Options)) (*glue.GetClassifiersOutput, error)

GetClassifiers mocks base method.

func (*MockGlueClient) GetConnections

func (m *MockGlueClient) GetConnections(arg0 context.Context, arg1 *glue.GetConnectionsInput, arg2 ...func(*glue.Options)) (*glue.GetConnectionsOutput, error)

GetConnections mocks base method.

func (*MockGlueClient) GetCrawlers

func (m *MockGlueClient) GetCrawlers(arg0 context.Context, arg1 *glue.GetCrawlersInput, arg2 ...func(*glue.Options)) (*glue.GetCrawlersOutput, error)

GetCrawlers mocks base method.

func (*MockGlueClient) GetDataCatalogEncryptionSettings

func (m *MockGlueClient) GetDataCatalogEncryptionSettings(arg0 context.Context, arg1 *glue.GetDataCatalogEncryptionSettingsInput, arg2 ...func(*glue.Options)) (*glue.GetDataCatalogEncryptionSettingsOutput, error)

GetDataCatalogEncryptionSettings mocks base method.

func (*MockGlueClient) GetDatabases

func (m *MockGlueClient) GetDatabases(arg0 context.Context, arg1 *glue.GetDatabasesInput, arg2 ...func(*glue.Options)) (*glue.GetDatabasesOutput, error)

GetDatabases mocks base method.

func (*MockGlueClient) GetDevEndpoints

func (m *MockGlueClient) GetDevEndpoints(arg0 context.Context, arg1 *glue.GetDevEndpointsInput, arg2 ...func(*glue.Options)) (*glue.GetDevEndpointsOutput, error)

GetDevEndpoints mocks base method.

func (*MockGlueClient) GetJobRuns

func (m *MockGlueClient) GetJobRuns(arg0 context.Context, arg1 *glue.GetJobRunsInput, arg2 ...func(*glue.Options)) (*glue.GetJobRunsOutput, error)

GetJobRuns mocks base method.

func (*MockGlueClient) GetJobs

func (m *MockGlueClient) GetJobs(arg0 context.Context, arg1 *glue.GetJobsInput, arg2 ...func(*glue.Options)) (*glue.GetJobsOutput, error)

GetJobs mocks base method.

func (*MockGlueClient) GetMLTaskRuns

func (m *MockGlueClient) GetMLTaskRuns(arg0 context.Context, arg1 *glue.GetMLTaskRunsInput, arg2 ...func(*glue.Options)) (*glue.GetMLTaskRunsOutput, error)

GetMLTaskRuns mocks base method.

func (*MockGlueClient) GetMLTransforms

func (m *MockGlueClient) GetMLTransforms(arg0 context.Context, arg1 *glue.GetMLTransformsInput, arg2 ...func(*glue.Options)) (*glue.GetMLTransformsOutput, error)

GetMLTransforms mocks base method.

func (*MockGlueClient) GetPartitionIndexes

func (m *MockGlueClient) GetPartitionIndexes(arg0 context.Context, arg1 *glue.GetPartitionIndexesInput, arg2 ...func(*glue.Options)) (*glue.GetPartitionIndexesOutput, error)

GetPartitionIndexes mocks base method.

func (*MockGlueClient) GetSchema

func (m *MockGlueClient) GetSchema(arg0 context.Context, arg1 *glue.GetSchemaInput, arg2 ...func(*glue.Options)) (*glue.GetSchemaOutput, error)

GetSchema mocks base method.

func (*MockGlueClient) GetSchemaVersion

func (m *MockGlueClient) GetSchemaVersion(arg0 context.Context, arg1 *glue.GetSchemaVersionInput, arg2 ...func(*glue.Options)) (*glue.GetSchemaVersionOutput, error)

GetSchemaVersion mocks base method.

func (*MockGlueClient) GetSecurityConfigurations

func (m *MockGlueClient) GetSecurityConfigurations(arg0 context.Context, arg1 *glue.GetSecurityConfigurationsInput, arg2 ...func(*glue.Options)) (*glue.GetSecurityConfigurationsOutput, error)

GetSecurityConfigurations mocks base method.

func (*MockGlueClient) GetTables

func (m *MockGlueClient) GetTables(arg0 context.Context, arg1 *glue.GetTablesInput, arg2 ...func(*glue.Options)) (*glue.GetTablesOutput, error)

GetTables mocks base method.

func (*MockGlueClient) GetTags

func (m *MockGlueClient) GetTags(arg0 context.Context, arg1 *glue.GetTagsInput, arg2 ...func(*glue.Options)) (*glue.GetTagsOutput, error)

GetTags mocks base method.

func (*MockGlueClient) GetTrigger

func (m *MockGlueClient) GetTrigger(arg0 context.Context, arg1 *glue.GetTriggerInput, arg2 ...func(*glue.Options)) (*glue.GetTriggerOutput, error)

GetTrigger mocks base method.

func (*MockGlueClient) GetWorkflow

func (m *MockGlueClient) GetWorkflow(arg0 context.Context, arg1 *glue.GetWorkflowInput, arg2 ...func(*glue.Options)) (*glue.GetWorkflowOutput, error)

GetWorkflow mocks base method.

func (*MockGlueClient) ListRegistries

func (m *MockGlueClient) ListRegistries(arg0 context.Context, arg1 *glue.ListRegistriesInput, arg2 ...func(*glue.Options)) (*glue.ListRegistriesOutput, error)

ListRegistries mocks base method.

func (*MockGlueClient) ListSchemaVersions

func (m *MockGlueClient) ListSchemaVersions(arg0 context.Context, arg1 *glue.ListSchemaVersionsInput, arg2 ...func(*glue.Options)) (*glue.ListSchemaVersionsOutput, error)

ListSchemaVersions mocks base method.

func (*MockGlueClient) ListSchemas

func (m *MockGlueClient) ListSchemas(arg0 context.Context, arg1 *glue.ListSchemasInput, arg2 ...func(*glue.Options)) (*glue.ListSchemasOutput, error)

ListSchemas mocks base method.

func (*MockGlueClient) ListTriggers

func (m *MockGlueClient) ListTriggers(arg0 context.Context, arg1 *glue.ListTriggersInput, arg2 ...func(*glue.Options)) (*glue.ListTriggersOutput, error)

ListTriggers mocks base method.

func (*MockGlueClient) ListWorkflows

func (m *MockGlueClient) ListWorkflows(arg0 context.Context, arg1 *glue.ListWorkflowsInput, arg2 ...func(*glue.Options)) (*glue.ListWorkflowsOutput, error)

ListWorkflows mocks base method.

func (*MockGlueClient) QuerySchemaVersionMetadata

func (m *MockGlueClient) QuerySchemaVersionMetadata(arg0 context.Context, arg1 *glue.QuerySchemaVersionMetadataInput, arg2 ...func(*glue.Options)) (*glue.QuerySchemaVersionMetadataOutput, error)

QuerySchemaVersionMetadata mocks base method.

type MockGlueClientMockRecorder

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

MockGlueClientMockRecorder is the mock recorder for MockGlueClient.

func (*MockGlueClientMockRecorder) GetClassifiers

func (mr *MockGlueClientMockRecorder) GetClassifiers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetClassifiers indicates an expected call of GetClassifiers.

func (*MockGlueClientMockRecorder) GetConnections

func (mr *MockGlueClientMockRecorder) GetConnections(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConnections indicates an expected call of GetConnections.

func (*MockGlueClientMockRecorder) GetCrawlers

func (mr *MockGlueClientMockRecorder) GetCrawlers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCrawlers indicates an expected call of GetCrawlers.

func (*MockGlueClientMockRecorder) GetDataCatalogEncryptionSettings

func (mr *MockGlueClientMockRecorder) GetDataCatalogEncryptionSettings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataCatalogEncryptionSettings indicates an expected call of GetDataCatalogEncryptionSettings.

func (*MockGlueClientMockRecorder) GetDatabases

func (mr *MockGlueClientMockRecorder) GetDatabases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDatabases indicates an expected call of GetDatabases.

func (*MockGlueClientMockRecorder) GetDevEndpoints

func (mr *MockGlueClientMockRecorder) GetDevEndpoints(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDevEndpoints indicates an expected call of GetDevEndpoints.

func (*MockGlueClientMockRecorder) GetJobRuns

func (mr *MockGlueClientMockRecorder) GetJobRuns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetJobRuns indicates an expected call of GetJobRuns.

func (*MockGlueClientMockRecorder) GetJobs

func (mr *MockGlueClientMockRecorder) GetJobs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetJobs indicates an expected call of GetJobs.

func (*MockGlueClientMockRecorder) GetMLTaskRuns

func (mr *MockGlueClientMockRecorder) GetMLTaskRuns(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMLTaskRuns indicates an expected call of GetMLTaskRuns.

func (*MockGlueClientMockRecorder) GetMLTransforms

func (mr *MockGlueClientMockRecorder) GetMLTransforms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMLTransforms indicates an expected call of GetMLTransforms.

func (*MockGlueClientMockRecorder) GetPartitionIndexes

func (mr *MockGlueClientMockRecorder) GetPartitionIndexes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPartitionIndexes indicates an expected call of GetPartitionIndexes.

func (*MockGlueClientMockRecorder) GetSchema

func (mr *MockGlueClientMockRecorder) GetSchema(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSchema indicates an expected call of GetSchema.

func (*MockGlueClientMockRecorder) GetSchemaVersion

func (mr *MockGlueClientMockRecorder) GetSchemaVersion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSchemaVersion indicates an expected call of GetSchemaVersion.

func (*MockGlueClientMockRecorder) GetSecurityConfigurations

func (mr *MockGlueClientMockRecorder) GetSecurityConfigurations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSecurityConfigurations indicates an expected call of GetSecurityConfigurations.

func (*MockGlueClientMockRecorder) GetTables

func (mr *MockGlueClientMockRecorder) GetTables(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTables indicates an expected call of GetTables.

func (*MockGlueClientMockRecorder) GetTags

func (mr *MockGlueClientMockRecorder) GetTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockGlueClientMockRecorder) GetTrigger

func (mr *MockGlueClientMockRecorder) GetTrigger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrigger indicates an expected call of GetTrigger.

func (*MockGlueClientMockRecorder) GetWorkflow

func (mr *MockGlueClientMockRecorder) GetWorkflow(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkflow indicates an expected call of GetWorkflow.

func (*MockGlueClientMockRecorder) ListRegistries

func (mr *MockGlueClientMockRecorder) ListRegistries(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRegistries indicates an expected call of ListRegistries.

func (*MockGlueClientMockRecorder) ListSchemaVersions

func (mr *MockGlueClientMockRecorder) ListSchemaVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSchemaVersions indicates an expected call of ListSchemaVersions.

func (*MockGlueClientMockRecorder) ListSchemas

func (mr *MockGlueClientMockRecorder) ListSchemas(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSchemas indicates an expected call of ListSchemas.

func (*MockGlueClientMockRecorder) ListTriggers

func (mr *MockGlueClientMockRecorder) ListTriggers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTriggers indicates an expected call of ListTriggers.

func (*MockGlueClientMockRecorder) ListWorkflows

func (mr *MockGlueClientMockRecorder) ListWorkflows(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkflows indicates an expected call of ListWorkflows.

func (*MockGlueClientMockRecorder) QuerySchemaVersionMetadata

func (mr *MockGlueClientMockRecorder) QuerySchemaVersionMetadata(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

QuerySchemaVersionMetadata indicates an expected call of QuerySchemaVersionMetadata.

type MockGuardDutyClient

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

MockGuardDutyClient is a mock of GuardDutyClient interface.

func NewMockGuardDutyClient

func NewMockGuardDutyClient(ctrl *gomock.Controller) *MockGuardDutyClient

NewMockGuardDutyClient creates a new mock instance.

func (*MockGuardDutyClient) EXPECT

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

func (*MockGuardDutyClient) GetDetector

GetDetector mocks base method.

func (*MockGuardDutyClient) ListDetectors

ListDetectors mocks base method.

func (*MockGuardDutyClient) ListMembers

ListMembers mocks base method.

type MockGuardDutyClientMockRecorder

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

MockGuardDutyClientMockRecorder is the mock recorder for MockGuardDutyClient.

func (*MockGuardDutyClientMockRecorder) GetDetector

func (mr *MockGuardDutyClientMockRecorder) GetDetector(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDetector indicates an expected call of GetDetector.

func (*MockGuardDutyClientMockRecorder) ListDetectors

func (mr *MockGuardDutyClientMockRecorder) ListDetectors(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDetectors indicates an expected call of ListDetectors.

func (*MockGuardDutyClientMockRecorder) ListMembers

func (mr *MockGuardDutyClientMockRecorder) ListMembers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMembers indicates an expected call of ListMembers.

type MockIOTClient

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

MockIOTClient is a mock of IOTClient interface.

func NewMockIOTClient

func NewMockIOTClient(ctrl *gomock.Controller) *MockIOTClient

NewMockIOTClient creates a new mock instance.

func (*MockIOTClient) DescribeBillingGroup

func (m *MockIOTClient) DescribeBillingGroup(arg0 context.Context, arg1 *iot.DescribeBillingGroupInput, arg2 ...func(*iot.Options)) (*iot.DescribeBillingGroupOutput, error)

DescribeBillingGroup mocks base method.

func (*MockIOTClient) DescribeCACertificate

func (m *MockIOTClient) DescribeCACertificate(arg0 context.Context, arg1 *iot.DescribeCACertificateInput, arg2 ...func(*iot.Options)) (*iot.DescribeCACertificateOutput, error)

DescribeCACertificate mocks base method.

func (*MockIOTClient) DescribeCertificate

func (m *MockIOTClient) DescribeCertificate(arg0 context.Context, arg1 *iot.DescribeCertificateInput, arg2 ...func(*iot.Options)) (*iot.DescribeCertificateOutput, error)

DescribeCertificate mocks base method.

func (*MockIOTClient) DescribeJob

func (m *MockIOTClient) DescribeJob(arg0 context.Context, arg1 *iot.DescribeJobInput, arg2 ...func(*iot.Options)) (*iot.DescribeJobOutput, error)

DescribeJob mocks base method.

func (*MockIOTClient) DescribeSecurityProfile

func (m *MockIOTClient) DescribeSecurityProfile(arg0 context.Context, arg1 *iot.DescribeSecurityProfileInput, arg2 ...func(*iot.Options)) (*iot.DescribeSecurityProfileOutput, error)

DescribeSecurityProfile mocks base method.

func (*MockIOTClient) DescribeStream

func (m *MockIOTClient) DescribeStream(arg0 context.Context, arg1 *iot.DescribeStreamInput, arg2 ...func(*iot.Options)) (*iot.DescribeStreamOutput, error)

DescribeStream mocks base method.

func (*MockIOTClient) DescribeThingGroup

func (m *MockIOTClient) DescribeThingGroup(arg0 context.Context, arg1 *iot.DescribeThingGroupInput, arg2 ...func(*iot.Options)) (*iot.DescribeThingGroupOutput, error)

DescribeThingGroup mocks base method.

func (*MockIOTClient) EXPECT

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

func (*MockIOTClient) GetPolicy

func (m *MockIOTClient) GetPolicy(arg0 context.Context, arg1 *iot.GetPolicyInput, arg2 ...func(*iot.Options)) (*iot.GetPolicyOutput, error)

GetPolicy mocks base method.

func (*MockIOTClient) GetTopicRule

func (m *MockIOTClient) GetTopicRule(arg0 context.Context, arg1 *iot.GetTopicRuleInput, arg2 ...func(*iot.Options)) (*iot.GetTopicRuleOutput, error)

GetTopicRule mocks base method.

func (*MockIOTClient) ListAttachedPolicies

func (m *MockIOTClient) ListAttachedPolicies(arg0 context.Context, arg1 *iot.ListAttachedPoliciesInput, arg2 ...func(*iot.Options)) (*iot.ListAttachedPoliciesOutput, error)

ListAttachedPolicies mocks base method.

func (*MockIOTClient) ListBillingGroups

func (m *MockIOTClient) ListBillingGroups(arg0 context.Context, arg1 *iot.ListBillingGroupsInput, arg2 ...func(*iot.Options)) (*iot.ListBillingGroupsOutput, error)

ListBillingGroups mocks base method.

func (*MockIOTClient) ListCACertificates

func (m *MockIOTClient) ListCACertificates(arg0 context.Context, arg1 *iot.ListCACertificatesInput, arg2 ...func(*iot.Options)) (*iot.ListCACertificatesOutput, error)

ListCACertificates mocks base method.

func (*MockIOTClient) ListCertificates

func (m *MockIOTClient) ListCertificates(arg0 context.Context, arg1 *iot.ListCertificatesInput, arg2 ...func(*iot.Options)) (*iot.ListCertificatesOutput, error)

ListCertificates mocks base method.

func (*MockIOTClient) ListCertificatesByCA

func (m *MockIOTClient) ListCertificatesByCA(arg0 context.Context, arg1 *iot.ListCertificatesByCAInput, arg2 ...func(*iot.Options)) (*iot.ListCertificatesByCAOutput, error)

ListCertificatesByCA mocks base method.

func (*MockIOTClient) ListJobs

func (m *MockIOTClient) ListJobs(arg0 context.Context, arg1 *iot.ListJobsInput, arg2 ...func(*iot.Options)) (*iot.ListJobsOutput, error)

ListJobs mocks base method.

func (*MockIOTClient) ListPolicies

func (m *MockIOTClient) ListPolicies(arg0 context.Context, arg1 *iot.ListPoliciesInput, arg2 ...func(*iot.Options)) (*iot.ListPoliciesOutput, error)

ListPolicies mocks base method.

func (*MockIOTClient) ListSecurityProfiles

func (m *MockIOTClient) ListSecurityProfiles(arg0 context.Context, arg1 *iot.ListSecurityProfilesInput, arg2 ...func(*iot.Options)) (*iot.ListSecurityProfilesOutput, error)

ListSecurityProfiles mocks base method.

func (*MockIOTClient) ListStreams

func (m *MockIOTClient) ListStreams(arg0 context.Context, arg1 *iot.ListStreamsInput, arg2 ...func(*iot.Options)) (*iot.ListStreamsOutput, error)

ListStreams mocks base method.

func (*MockIOTClient) ListTagsForResource

func (m *MockIOTClient) ListTagsForResource(arg0 context.Context, arg1 *iot.ListTagsForResourceInput, arg2 ...func(*iot.Options)) (*iot.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockIOTClient) ListTargetsForSecurityProfile

func (m *MockIOTClient) ListTargetsForSecurityProfile(arg0 context.Context, arg1 *iot.ListTargetsForSecurityProfileInput, arg2 ...func(*iot.Options)) (*iot.ListTargetsForSecurityProfileOutput, error)

ListTargetsForSecurityProfile mocks base method.

func (*MockIOTClient) ListThingGroups

func (m *MockIOTClient) ListThingGroups(arg0 context.Context, arg1 *iot.ListThingGroupsInput, arg2 ...func(*iot.Options)) (*iot.ListThingGroupsOutput, error)

ListThingGroups mocks base method.

func (*MockIOTClient) ListThingPrincipals

func (m *MockIOTClient) ListThingPrincipals(arg0 context.Context, arg1 *iot.ListThingPrincipalsInput, arg2 ...func(*iot.Options)) (*iot.ListThingPrincipalsOutput, error)

ListThingPrincipals mocks base method.

func (*MockIOTClient) ListThingTypes

func (m *MockIOTClient) ListThingTypes(arg0 context.Context, arg1 *iot.ListThingTypesInput, arg2 ...func(*iot.Options)) (*iot.ListThingTypesOutput, error)

ListThingTypes mocks base method.

func (*MockIOTClient) ListThings

func (m *MockIOTClient) ListThings(arg0 context.Context, arg1 *iot.ListThingsInput, arg2 ...func(*iot.Options)) (*iot.ListThingsOutput, error)

ListThings mocks base method.

func (*MockIOTClient) ListThingsInBillingGroup

func (m *MockIOTClient) ListThingsInBillingGroup(arg0 context.Context, arg1 *iot.ListThingsInBillingGroupInput, arg2 ...func(*iot.Options)) (*iot.ListThingsInBillingGroupOutput, error)

ListThingsInBillingGroup mocks base method.

func (*MockIOTClient) ListThingsInThingGroup

func (m *MockIOTClient) ListThingsInThingGroup(arg0 context.Context, arg1 *iot.ListThingsInThingGroupInput, arg2 ...func(*iot.Options)) (*iot.ListThingsInThingGroupOutput, error)

ListThingsInThingGroup mocks base method.

func (*MockIOTClient) ListTopicRules

func (m *MockIOTClient) ListTopicRules(arg0 context.Context, arg1 *iot.ListTopicRulesInput, arg2 ...func(*iot.Options)) (*iot.ListTopicRulesOutput, error)

ListTopicRules mocks base method.

type MockIOTClientMockRecorder

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

MockIOTClientMockRecorder is the mock recorder for MockIOTClient.

func (*MockIOTClientMockRecorder) DescribeBillingGroup

func (mr *MockIOTClientMockRecorder) DescribeBillingGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBillingGroup indicates an expected call of DescribeBillingGroup.

func (*MockIOTClientMockRecorder) DescribeCACertificate

func (mr *MockIOTClientMockRecorder) DescribeCACertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCACertificate indicates an expected call of DescribeCACertificate.

func (*MockIOTClientMockRecorder) DescribeCertificate

func (mr *MockIOTClientMockRecorder) DescribeCertificate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCertificate indicates an expected call of DescribeCertificate.

func (*MockIOTClientMockRecorder) DescribeJob

func (mr *MockIOTClientMockRecorder) DescribeJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeJob indicates an expected call of DescribeJob.

func (*MockIOTClientMockRecorder) DescribeSecurityProfile

func (mr *MockIOTClientMockRecorder) DescribeSecurityProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityProfile indicates an expected call of DescribeSecurityProfile.

func (*MockIOTClientMockRecorder) DescribeStream

func (mr *MockIOTClientMockRecorder) DescribeStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStream indicates an expected call of DescribeStream.

func (*MockIOTClientMockRecorder) DescribeThingGroup

func (mr *MockIOTClientMockRecorder) DescribeThingGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeThingGroup indicates an expected call of DescribeThingGroup.

func (*MockIOTClientMockRecorder) GetPolicy

func (mr *MockIOTClientMockRecorder) GetPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy.

func (*MockIOTClientMockRecorder) GetTopicRule

func (mr *MockIOTClientMockRecorder) GetTopicRule(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTopicRule indicates an expected call of GetTopicRule.

func (*MockIOTClientMockRecorder) ListAttachedPolicies

func (mr *MockIOTClientMockRecorder) ListAttachedPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedPolicies indicates an expected call of ListAttachedPolicies.

func (*MockIOTClientMockRecorder) ListBillingGroups

func (mr *MockIOTClientMockRecorder) ListBillingGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBillingGroups indicates an expected call of ListBillingGroups.

func (*MockIOTClientMockRecorder) ListCACertificates

func (mr *MockIOTClientMockRecorder) ListCACertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCACertificates indicates an expected call of ListCACertificates.

func (*MockIOTClientMockRecorder) ListCertificates

func (mr *MockIOTClientMockRecorder) ListCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCertificates indicates an expected call of ListCertificates.

func (*MockIOTClientMockRecorder) ListCertificatesByCA

func (mr *MockIOTClientMockRecorder) ListCertificatesByCA(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCertificatesByCA indicates an expected call of ListCertificatesByCA.

func (*MockIOTClientMockRecorder) ListJobs

func (mr *MockIOTClientMockRecorder) ListJobs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListJobs indicates an expected call of ListJobs.

func (*MockIOTClientMockRecorder) ListPolicies

func (mr *MockIOTClientMockRecorder) ListPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies.

func (*MockIOTClientMockRecorder) ListSecurityProfiles

func (mr *MockIOTClientMockRecorder) ListSecurityProfiles(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSecurityProfiles indicates an expected call of ListSecurityProfiles.

func (*MockIOTClientMockRecorder) ListStreams

func (mr *MockIOTClientMockRecorder) ListStreams(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStreams indicates an expected call of ListStreams.

func (*MockIOTClientMockRecorder) ListTagsForResource

func (mr *MockIOTClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockIOTClientMockRecorder) ListTargetsForSecurityProfile

func (mr *MockIOTClientMockRecorder) ListTargetsForSecurityProfile(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTargetsForSecurityProfile indicates an expected call of ListTargetsForSecurityProfile.

func (*MockIOTClientMockRecorder) ListThingGroups

func (mr *MockIOTClientMockRecorder) ListThingGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThingGroups indicates an expected call of ListThingGroups.

func (*MockIOTClientMockRecorder) ListThingPrincipals

func (mr *MockIOTClientMockRecorder) ListThingPrincipals(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThingPrincipals indicates an expected call of ListThingPrincipals.

func (*MockIOTClientMockRecorder) ListThingTypes

func (mr *MockIOTClientMockRecorder) ListThingTypes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThingTypes indicates an expected call of ListThingTypes.

func (*MockIOTClientMockRecorder) ListThings

func (mr *MockIOTClientMockRecorder) ListThings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThings indicates an expected call of ListThings.

func (*MockIOTClientMockRecorder) ListThingsInBillingGroup

func (mr *MockIOTClientMockRecorder) ListThingsInBillingGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThingsInBillingGroup indicates an expected call of ListThingsInBillingGroup.

func (*MockIOTClientMockRecorder) ListThingsInThingGroup

func (mr *MockIOTClientMockRecorder) ListThingsInThingGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListThingsInThingGroup indicates an expected call of ListThingsInThingGroup.

func (*MockIOTClientMockRecorder) ListTopicRules

func (mr *MockIOTClientMockRecorder) ListTopicRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTopicRules indicates an expected call of ListTopicRules.

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) GetAccountSummary

func (m *MockIamClient) GetAccountSummary(arg0 context.Context, arg1 *iam.GetAccountSummaryInput, arg2 ...func(*iam.Options)) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary 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) GetGroupPolicy

func (m *MockIamClient) GetGroupPolicy(arg0 context.Context, arg1 *iam.GetGroupPolicyInput, arg2 ...func(*iam.Options)) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy mocks base method.

func (*MockIamClient) GetOpenIDConnectProvider

func (m *MockIamClient) GetOpenIDConnectProvider(arg0 context.Context, arg1 *iam.GetOpenIDConnectProviderInput, arg2 ...func(*iam.Options)) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProvider mocks base method.

func (*MockIamClient) GetRole added in v0.13.19

func (m *MockIamClient) GetRole(arg0 context.Context, arg1 *iam.GetRoleInput, arg2 ...func(*iam.Options)) (*iam.GetRoleOutput, error)

GetRole mocks base method.

func (*MockIamClient) GetRolePolicy

func (m *MockIamClient) GetRolePolicy(arg0 context.Context, arg1 *iam.GetRolePolicyInput, arg2 ...func(*iam.Options)) (*iam.GetRolePolicyOutput, error)

GetRolePolicy mocks base method.

func (*MockIamClient) GetSAMLProvider

func (m *MockIamClient) GetSAMLProvider(arg0 context.Context, arg1 *iam.GetSAMLProviderInput, arg2 ...func(*iam.Options)) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider 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) GetUserPolicy

func (m *MockIamClient) GetUserPolicy(arg0 context.Context, arg1 *iam.GetUserPolicyInput, arg2 ...func(*iam.Options)) (*iam.GetUserPolicyOutput, error)

GetUserPolicy 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) ListAccountAliases

func (m *MockIamClient) ListAccountAliases(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...func(*iam.Options)) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases 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) ListGroupPolicies

func (m *MockIamClient) ListGroupPolicies(arg0 context.Context, arg1 *iam.ListGroupPoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies 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) ListOpenIDConnectProviders

func (m *MockIamClient) ListOpenIDConnectProviders(arg0 context.Context, arg1 *iam.ListOpenIDConnectProvidersInput, arg2 ...func(*iam.Options)) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProviders mocks base method.

func (*MockIamClient) ListPolicyTags added in v0.13.13

func (m *MockIamClient) ListPolicyTags(arg0 context.Context, arg1 *iam.ListPolicyTagsInput, arg2 ...func(*iam.Options)) (*iam.ListPolicyTagsOutput, error)

ListPolicyTags mocks base method.

func (*MockIamClient) ListRolePolicies

func (m *MockIamClient) ListRolePolicies(arg0 context.Context, arg1 *iam.ListRolePoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies 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) ListSAMLProviders

func (m *MockIamClient) ListSAMLProviders(arg0 context.Context, arg1 *iam.ListSAMLProvidersInput, arg2 ...func(*iam.Options)) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders mocks base method.

func (*MockIamClient) ListServerCertificates

func (m *MockIamClient) ListServerCertificates(arg0 context.Context, arg1 *iam.ListServerCertificatesInput, arg2 ...func(*iam.Options)) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates mocks base method.

func (*MockIamClient) ListUserPolicies

func (m *MockIamClient) ListUserPolicies(arg0 context.Context, arg1 *iam.ListUserPoliciesInput, arg2 ...func(*iam.Options)) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies 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) GetAccountSummary

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

GetAccountSummary indicates an expected call of GetAccountSummary.

func (*MockIamClientMockRecorder) GetCredentialReport

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

GetCredentialReport indicates an expected call of GetCredentialReport.

func (*MockIamClientMockRecorder) GetGroupPolicy

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

GetGroupPolicy indicates an expected call of GetGroupPolicy.

func (*MockIamClientMockRecorder) GetOpenIDConnectProvider

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

GetOpenIDConnectProvider indicates an expected call of GetOpenIDConnectProvider.

func (*MockIamClientMockRecorder) GetRole added in v0.13.19

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

GetRole indicates an expected call of GetRole.

func (*MockIamClientMockRecorder) GetRolePolicy

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

GetRolePolicy indicates an expected call of GetRolePolicy.

func (*MockIamClientMockRecorder) GetSAMLProvider

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

GetSAMLProvider indicates an expected call of GetSAMLProvider.

func (*MockIamClientMockRecorder) GetUser

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

GetUser indicates an expected call of GetUser.

func (*MockIamClientMockRecorder) GetUserPolicy

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

GetUserPolicy indicates an expected call of GetUserPolicy.

func (*MockIamClientMockRecorder) ListAccessKeys

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

ListAccessKeys indicates an expected call of ListAccessKeys.

func (*MockIamClientMockRecorder) ListAccountAliases

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

ListAccountAliases indicates an expected call of ListAccountAliases.

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) ListGroupPolicies

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

ListGroupPolicies indicates an expected call of ListGroupPolicies.

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) ListOpenIDConnectProviders

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

ListOpenIDConnectProviders indicates an expected call of ListOpenIDConnectProviders.

func (*MockIamClientMockRecorder) ListPolicyTags added in v0.13.13

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

ListPolicyTags indicates an expected call of ListPolicyTags.

func (*MockIamClientMockRecorder) ListRolePolicies

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

ListRolePolicies indicates an expected call of ListRolePolicies.

func (*MockIamClientMockRecorder) ListRoles

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

ListRoles indicates an expected call of ListRoles.

func (*MockIamClientMockRecorder) ListSAMLProviders

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

ListSAMLProviders indicates an expected call of ListSAMLProviders.

func (*MockIamClientMockRecorder) ListServerCertificates

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

ListServerCertificates indicates an expected call of ListServerCertificates.

func (*MockIamClientMockRecorder) ListUserPolicies

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

ListUserPolicies indicates an expected call of ListUserPolicies.

func (*MockIamClientMockRecorder) ListVirtualMFADevices

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

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices.

type MockInspectorClient

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

MockInspectorClient is a mock of InspectorClient interface.

func NewMockInspectorClient

func NewMockInspectorClient(ctrl *gomock.Controller) *MockInspectorClient

NewMockInspectorClient creates a new mock instance.

func (*MockInspectorClient) DescribeFindings

DescribeFindings mocks base method.

func (*MockInspectorClient) EXPECT

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

func (*MockInspectorClient) ListFindings

ListFindings mocks base method.

type MockInspectorClientMockRecorder

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

MockInspectorClientMockRecorder is the mock recorder for MockInspectorClient.

func (*MockInspectorClientMockRecorder) DescribeFindings

func (mr *MockInspectorClientMockRecorder) DescribeFindings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFindings indicates an expected call of DescribeFindings.

func (*MockInspectorClientMockRecorder) ListFindings

func (mr *MockInspectorClientMockRecorder) ListFindings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFindings indicates an expected call of ListFindings.

type MockInspectorV2Client

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

MockInspectorV2Client is a mock of InspectorV2Client interface.

func NewMockInspectorV2Client

func NewMockInspectorV2Client(ctrl *gomock.Controller) *MockInspectorV2Client

NewMockInspectorV2Client creates a new mock instance.

func (*MockInspectorV2Client) EXPECT

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

func (*MockInspectorV2Client) ListFindings

ListFindings mocks base method.

type MockInspectorV2ClientMockRecorder

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

MockInspectorV2ClientMockRecorder is the mock recorder for MockInspectorV2Client.

func (*MockInspectorV2ClientMockRecorder) ListFindings

func (mr *MockInspectorV2ClientMockRecorder) ListFindings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFindings indicates an expected call of ListFindings.

type MockKinesisClient

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

MockKinesisClient is a mock of KinesisClient interface.

func NewMockKinesisClient

func NewMockKinesisClient(ctrl *gomock.Controller) *MockKinesisClient

NewMockKinesisClient creates a new mock instance.

func (*MockKinesisClient) DescribeStreamSummary

DescribeStreamSummary mocks base method.

func (*MockKinesisClient) EXPECT

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

func (*MockKinesisClient) ListStreams

func (m *MockKinesisClient) ListStreams(arg0 context.Context, arg1 *kinesis.ListStreamsInput, arg2 ...func(*kinesis.Options)) (*kinesis.ListStreamsOutput, error)

ListStreams mocks base method.

func (*MockKinesisClient) ListTagsForStream

ListTagsForStream mocks base method.

type MockKinesisClientMockRecorder

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

MockKinesisClientMockRecorder is the mock recorder for MockKinesisClient.

func (*MockKinesisClientMockRecorder) DescribeStreamSummary

func (mr *MockKinesisClientMockRecorder) DescribeStreamSummary(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStreamSummary indicates an expected call of DescribeStreamSummary.

func (*MockKinesisClientMockRecorder) ListStreams

func (mr *MockKinesisClientMockRecorder) ListStreams(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListStreams indicates an expected call of ListStreams.

func (*MockKinesisClientMockRecorder) ListTagsForStream

func (mr *MockKinesisClientMockRecorder) ListTagsForStream(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForStream indicates an expected call of ListTagsForStream.

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.

func (*MockKmsClient) ListResourceTags

func (m *MockKmsClient) ListResourceTags(arg0 context.Context, arg1 *kms.ListResourceTagsInput, arg2 ...func(*kms.Options)) (*kms.ListResourceTagsOutput, error)

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

func (*MockKmsClientMockRecorder) ListResourceTags

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

ListResourceTags indicates an expected call of ListResourceTags.

type MockLambdaClient

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

MockLambdaClient is a mock of LambdaClient interface.

func NewMockLambdaClient

func NewMockLambdaClient(ctrl *gomock.Controller) *MockLambdaClient

NewMockLambdaClient creates a new mock instance.

func (*MockLambdaClient) EXPECT

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

func (*MockLambdaClient) GetCodeSigningConfig

func (m *MockLambdaClient) GetCodeSigningConfig(arg0 context.Context, arg1 *lambda.GetCodeSigningConfigInput, arg2 ...func(*lambda.Options)) (*lambda.GetCodeSigningConfigOutput, error)

GetCodeSigningConfig mocks base method.

func (*MockLambdaClient) GetFunction

func (m *MockLambdaClient) GetFunction(arg0 context.Context, arg1 *lambda.GetFunctionInput, arg2 ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)

GetFunction mocks base method.

func (*MockLambdaClient) GetFunctionCodeSigningConfig

GetFunctionCodeSigningConfig mocks base method.

func (*MockLambdaClient) GetFunctionUrlConfig

func (m *MockLambdaClient) GetFunctionUrlConfig(arg0 context.Context, arg1 *lambda.GetFunctionUrlConfigInput, arg2 ...func(*lambda.Options)) (*lambda.GetFunctionUrlConfigOutput, error)

GetFunctionUrlConfig mocks base method.

func (*MockLambdaClient) GetLayerVersionPolicy

func (m *MockLambdaClient) GetLayerVersionPolicy(arg0 context.Context, arg1 *lambda.GetLayerVersionPolicyInput, arg2 ...func(*lambda.Options)) (*lambda.GetLayerVersionPolicyOutput, error)

GetLayerVersionPolicy mocks base method.

func (*MockLambdaClient) GetPolicy

func (m *MockLambdaClient) GetPolicy(arg0 context.Context, arg1 *lambda.GetPolicyInput, arg2 ...func(*lambda.Options)) (*lambda.GetPolicyOutput, error)

GetPolicy mocks base method.

func (*MockLambdaClient) ListAliases

func (m *MockLambdaClient) ListAliases(arg0 context.Context, arg1 *lambda.ListAliasesInput, arg2 ...func(*lambda.Options)) (*lambda.ListAliasesOutput, error)

ListAliases mocks base method.

func (*MockLambdaClient) ListEventSourceMappings

func (m *MockLambdaClient) ListEventSourceMappings(arg0 context.Context, arg1 *lambda.ListEventSourceMappingsInput, arg2 ...func(*lambda.Options)) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappings mocks base method.

func (*MockLambdaClient) ListFunctionEventInvokeConfigs

ListFunctionEventInvokeConfigs mocks base method.

func (*MockLambdaClient) ListFunctions

func (m *MockLambdaClient) ListFunctions(arg0 context.Context, arg1 *lambda.ListFunctionsInput, arg2 ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error)

ListFunctions mocks base method.

func (*MockLambdaClient) ListLayerVersions

func (m *MockLambdaClient) ListLayerVersions(arg0 context.Context, arg1 *lambda.ListLayerVersionsInput, arg2 ...func(*lambda.Options)) (*lambda.ListLayerVersionsOutput, error)

ListLayerVersions mocks base method.

func (*MockLambdaClient) ListLayers

func (m *MockLambdaClient) ListLayers(arg0 context.Context, arg1 *lambda.ListLayersInput, arg2 ...func(*lambda.Options)) (*lambda.ListLayersOutput, error)

ListLayers mocks base method.

func (*MockLambdaClient) ListProvisionedConcurrencyConfigs

ListProvisionedConcurrencyConfigs mocks base method.

func (*MockLambdaClient) ListVersionsByFunction

func (m *MockLambdaClient) ListVersionsByFunction(arg0 context.Context, arg1 *lambda.ListVersionsByFunctionInput, arg2 ...func(*lambda.Options)) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunction mocks base method.

type MockLambdaClientMockRecorder

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

MockLambdaClientMockRecorder is the mock recorder for MockLambdaClient.

func (*MockLambdaClientMockRecorder) GetCodeSigningConfig

func (mr *MockLambdaClientMockRecorder) GetCodeSigningConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCodeSigningConfig indicates an expected call of GetCodeSigningConfig.

func (*MockLambdaClientMockRecorder) GetFunction

func (mr *MockLambdaClientMockRecorder) GetFunction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction.

func (*MockLambdaClientMockRecorder) GetFunctionCodeSigningConfig

func (mr *MockLambdaClientMockRecorder) GetFunctionCodeSigningConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionCodeSigningConfig indicates an expected call of GetFunctionCodeSigningConfig.

func (*MockLambdaClientMockRecorder) GetFunctionUrlConfig

func (mr *MockLambdaClientMockRecorder) GetFunctionUrlConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFunctionUrlConfig indicates an expected call of GetFunctionUrlConfig.

func (*MockLambdaClientMockRecorder) GetLayerVersionPolicy

func (mr *MockLambdaClientMockRecorder) GetLayerVersionPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLayerVersionPolicy indicates an expected call of GetLayerVersionPolicy.

func (*MockLambdaClientMockRecorder) GetPolicy

func (mr *MockLambdaClientMockRecorder) GetPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy.

func (*MockLambdaClientMockRecorder) ListAliases

func (mr *MockLambdaClientMockRecorder) ListAliases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAliases indicates an expected call of ListAliases.

func (*MockLambdaClientMockRecorder) ListEventSourceMappings

func (mr *MockLambdaClientMockRecorder) ListEventSourceMappings(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventSourceMappings indicates an expected call of ListEventSourceMappings.

func (*MockLambdaClientMockRecorder) ListFunctionEventInvokeConfigs

func (mr *MockLambdaClientMockRecorder) ListFunctionEventInvokeConfigs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFunctionEventInvokeConfigs indicates an expected call of ListFunctionEventInvokeConfigs.

func (*MockLambdaClientMockRecorder) ListFunctions

func (mr *MockLambdaClientMockRecorder) ListFunctions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFunctions indicates an expected call of ListFunctions.

func (*MockLambdaClientMockRecorder) ListLayerVersions

func (mr *MockLambdaClientMockRecorder) ListLayerVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLayerVersions indicates an expected call of ListLayerVersions.

func (*MockLambdaClientMockRecorder) ListLayers

func (mr *MockLambdaClientMockRecorder) ListLayers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLayers indicates an expected call of ListLayers.

func (*MockLambdaClientMockRecorder) ListProvisionedConcurrencyConfigs

func (mr *MockLambdaClientMockRecorder) ListProvisionedConcurrencyConfigs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProvisionedConcurrencyConfigs indicates an expected call of ListProvisionedConcurrencyConfigs.

func (*MockLambdaClientMockRecorder) ListVersionsByFunction

func (mr *MockLambdaClientMockRecorder) ListVersionsByFunction(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVersionsByFunction indicates an expected call of ListVersionsByFunction.

type MockLightsailClient

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

MockLightsailClient is a mock of LightsailClient interface.

func NewMockLightsailClient

func NewMockLightsailClient(ctrl *gomock.Controller) *MockLightsailClient

NewMockLightsailClient creates a new mock instance.

func (*MockLightsailClient) EXPECT

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

func (*MockLightsailClient) GetAlarms

GetAlarms mocks base method.

func (*MockLightsailClient) GetBucketAccessKeys

GetBucketAccessKeys mocks base method.

func (*MockLightsailClient) GetBuckets

GetBuckets mocks base method.

func (*MockLightsailClient) GetCertificates

GetCertificates mocks base method.

func (*MockLightsailClient) GetContainerImages

GetContainerImages mocks base method.

func (*MockLightsailClient) GetContainerServiceDeployments

GetContainerServiceDeployments mocks base method.

func (*MockLightsailClient) GetContainerServices

GetContainerServices mocks base method.

func (*MockLightsailClient) GetDiskSnapshots

GetDiskSnapshots mocks base method.

func (*MockLightsailClient) GetDisks

GetDisks mocks base method.

func (*MockLightsailClient) GetDistributionLatestCacheReset

GetDistributionLatestCacheReset mocks base method.

func (*MockLightsailClient) GetDistributions

GetDistributions mocks base method.

func (*MockLightsailClient) GetInstanceAccessDetails

GetInstanceAccessDetails mocks base method.

func (*MockLightsailClient) GetInstancePortStates

GetInstancePortStates mocks base method.

func (*MockLightsailClient) GetInstanceSnapshots

GetInstanceSnapshots mocks base method.

func (*MockLightsailClient) GetInstances

GetInstances mocks base method.

func (*MockLightsailClient) GetLoadBalancerTlsCertificates

GetLoadBalancerTlsCertificates mocks base method.

func (*MockLightsailClient) GetLoadBalancers

GetLoadBalancers mocks base method.

func (*MockLightsailClient) GetRelationalDatabaseEvents

GetRelationalDatabaseEvents mocks base method.

func (*MockLightsailClient) GetRelationalDatabaseLogEvents

GetRelationalDatabaseLogEvents mocks base method.

func (*MockLightsailClient) GetRelationalDatabaseLogStreams

GetRelationalDatabaseLogStreams mocks base method.

func (*MockLightsailClient) GetRelationalDatabaseParameters

GetRelationalDatabaseParameters mocks base method.

func (*MockLightsailClient) GetRelationalDatabaseSnapshots

GetRelationalDatabaseSnapshots mocks base method.

func (*MockLightsailClient) GetRelationalDatabases

GetRelationalDatabases mocks base method.

func (*MockLightsailClient) GetStaticIps

GetStaticIps mocks base method.

type MockLightsailClientMockRecorder

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

MockLightsailClientMockRecorder is the mock recorder for MockLightsailClient.

func (*MockLightsailClientMockRecorder) GetAlarms

func (mr *MockLightsailClientMockRecorder) GetAlarms(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAlarms indicates an expected call of GetAlarms.

func (*MockLightsailClientMockRecorder) GetBucketAccessKeys

func (mr *MockLightsailClientMockRecorder) GetBucketAccessKeys(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketAccessKeys indicates an expected call of GetBucketAccessKeys.

func (*MockLightsailClientMockRecorder) GetBuckets

func (mr *MockLightsailClientMockRecorder) GetBuckets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBuckets indicates an expected call of GetBuckets.

func (*MockLightsailClientMockRecorder) GetCertificates

func (mr *MockLightsailClientMockRecorder) GetCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCertificates indicates an expected call of GetCertificates.

func (*MockLightsailClientMockRecorder) GetContainerImages

func (mr *MockLightsailClientMockRecorder) GetContainerImages(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContainerImages indicates an expected call of GetContainerImages.

func (*MockLightsailClientMockRecorder) GetContainerServiceDeployments

func (mr *MockLightsailClientMockRecorder) GetContainerServiceDeployments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContainerServiceDeployments indicates an expected call of GetContainerServiceDeployments.

func (*MockLightsailClientMockRecorder) GetContainerServices

func (mr *MockLightsailClientMockRecorder) GetContainerServices(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContainerServices indicates an expected call of GetContainerServices.

func (*MockLightsailClientMockRecorder) GetDiskSnapshots

func (mr *MockLightsailClientMockRecorder) GetDiskSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDiskSnapshots indicates an expected call of GetDiskSnapshots.

func (*MockLightsailClientMockRecorder) GetDisks

func (mr *MockLightsailClientMockRecorder) GetDisks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDisks indicates an expected call of GetDisks.

func (*MockLightsailClientMockRecorder) GetDistributionLatestCacheReset

func (mr *MockLightsailClientMockRecorder) GetDistributionLatestCacheReset(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDistributionLatestCacheReset indicates an expected call of GetDistributionLatestCacheReset.

func (*MockLightsailClientMockRecorder) GetDistributions

func (mr *MockLightsailClientMockRecorder) GetDistributions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDistributions indicates an expected call of GetDistributions.

func (*MockLightsailClientMockRecorder) GetInstanceAccessDetails

func (mr *MockLightsailClientMockRecorder) GetInstanceAccessDetails(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceAccessDetails indicates an expected call of GetInstanceAccessDetails.

func (*MockLightsailClientMockRecorder) GetInstancePortStates

func (mr *MockLightsailClientMockRecorder) GetInstancePortStates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstancePortStates indicates an expected call of GetInstancePortStates.

func (*MockLightsailClientMockRecorder) GetInstanceSnapshots

func (mr *MockLightsailClientMockRecorder) GetInstanceSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceSnapshots indicates an expected call of GetInstanceSnapshots.

func (*MockLightsailClientMockRecorder) GetInstances

func (mr *MockLightsailClientMockRecorder) GetInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstances indicates an expected call of GetInstances.

func (*MockLightsailClientMockRecorder) GetLoadBalancerTlsCertificates

func (mr *MockLightsailClientMockRecorder) GetLoadBalancerTlsCertificates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoadBalancerTlsCertificates indicates an expected call of GetLoadBalancerTlsCertificates.

func (*MockLightsailClientMockRecorder) GetLoadBalancers

func (mr *MockLightsailClientMockRecorder) GetLoadBalancers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoadBalancers indicates an expected call of GetLoadBalancers.

func (*MockLightsailClientMockRecorder) GetRelationalDatabaseEvents

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabaseEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabaseEvents indicates an expected call of GetRelationalDatabaseEvents.

func (*MockLightsailClientMockRecorder) GetRelationalDatabaseLogEvents

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabaseLogEvents(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabaseLogEvents indicates an expected call of GetRelationalDatabaseLogEvents.

func (*MockLightsailClientMockRecorder) GetRelationalDatabaseLogStreams

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabaseLogStreams(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabaseLogStreams indicates an expected call of GetRelationalDatabaseLogStreams.

func (*MockLightsailClientMockRecorder) GetRelationalDatabaseParameters

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabaseParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabaseParameters indicates an expected call of GetRelationalDatabaseParameters.

func (*MockLightsailClientMockRecorder) GetRelationalDatabaseSnapshots

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabaseSnapshots(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabaseSnapshots indicates an expected call of GetRelationalDatabaseSnapshots.

func (*MockLightsailClientMockRecorder) GetRelationalDatabases

func (mr *MockLightsailClientMockRecorder) GetRelationalDatabases(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRelationalDatabases indicates an expected call of GetRelationalDatabases.

func (*MockLightsailClientMockRecorder) GetStaticIps

func (mr *MockLightsailClientMockRecorder) GetStaticIps(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetStaticIps indicates an expected call of GetStaticIps.

type MockMQClient

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

MockMQClient is a mock of MQClient interface.

func NewMockMQClient

func NewMockMQClient(ctrl *gomock.Controller) *MockMQClient

NewMockMQClient creates a new mock instance.

func (*MockMQClient) DescribeBroker

func (m *MockMQClient) DescribeBroker(arg0 context.Context, arg1 *mq.DescribeBrokerInput, arg2 ...func(*mq.Options)) (*mq.DescribeBrokerOutput, error)

DescribeBroker mocks base method.

func (*MockMQClient) DescribeConfiguration

func (m *MockMQClient) DescribeConfiguration(arg0 context.Context, arg1 *mq.DescribeConfigurationInput, arg2 ...func(*mq.Options)) (*mq.DescribeConfigurationOutput, error)

DescribeConfiguration mocks base method.

func (*MockMQClient) DescribeConfigurationRevision

func (m *MockMQClient) DescribeConfigurationRevision(arg0 context.Context, arg1 *mq.DescribeConfigurationRevisionInput, arg2 ...func(*mq.Options)) (*mq.DescribeConfigurationRevisionOutput, error)

DescribeConfigurationRevision mocks base method.

func (*MockMQClient) DescribeUser

func (m *MockMQClient) DescribeUser(arg0 context.Context, arg1 *mq.DescribeUserInput, arg2 ...func(*mq.Options)) (*mq.DescribeUserOutput, error)

DescribeUser mocks base method.

func (*MockMQClient) EXPECT

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

func (*MockMQClient) ListBrokers

func (m *MockMQClient) ListBrokers(arg0 context.Context, arg1 *mq.ListBrokersInput, arg2 ...func(*mq.Options)) (*mq.ListBrokersOutput, error)

ListBrokers mocks base method.

func (*MockMQClient) ListConfigurationRevisions

func (m *MockMQClient) ListConfigurationRevisions(arg0 context.Context, arg1 *mq.ListConfigurationRevisionsInput, arg2 ...func(*mq.Options)) (*mq.ListConfigurationRevisionsOutput, error)

ListConfigurationRevisions mocks base method.

type MockMQClientMockRecorder

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

MockMQClientMockRecorder is the mock recorder for MockMQClient.

func (*MockMQClientMockRecorder) DescribeBroker

func (mr *MockMQClientMockRecorder) DescribeBroker(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBroker indicates an expected call of DescribeBroker.

func (*MockMQClientMockRecorder) DescribeConfiguration

func (mr *MockMQClientMockRecorder) DescribeConfiguration(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfiguration indicates an expected call of DescribeConfiguration.

func (*MockMQClientMockRecorder) DescribeConfigurationRevision

func (mr *MockMQClientMockRecorder) DescribeConfigurationRevision(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRevision indicates an expected call of DescribeConfigurationRevision.

func (*MockMQClientMockRecorder) DescribeUser

func (mr *MockMQClientMockRecorder) DescribeUser(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeUser indicates an expected call of DescribeUser.

func (*MockMQClientMockRecorder) ListBrokers

func (mr *MockMQClientMockRecorder) ListBrokers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListBrokers indicates an expected call of ListBrokers.

func (*MockMQClientMockRecorder) ListConfigurationRevisions

func (mr *MockMQClientMockRecorder) ListConfigurationRevisions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListConfigurationRevisions indicates an expected call of ListConfigurationRevisions.

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.

func (*MockOrganizationsClient) ListAccountsForParent

ListAccountsForParent mocks base method.

func (*MockOrganizationsClient) ListTagsForResource

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

func (*MockOrganizationsClientMockRecorder) ListAccountsForParent

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

ListAccountsForParent indicates an expected call of ListAccountsForParent.

func (*MockOrganizationsClientMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockQLDBClient

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

MockQLDBClient is a mock of QLDBClient interface.

func NewMockQLDBClient

func NewMockQLDBClient(ctrl *gomock.Controller) *MockQLDBClient

NewMockQLDBClient creates a new mock instance.

func (*MockQLDBClient) DescribeLedger

func (m *MockQLDBClient) DescribeLedger(arg0 context.Context, arg1 *qldb.DescribeLedgerInput, arg2 ...func(*qldb.Options)) (*qldb.DescribeLedgerOutput, error)

DescribeLedger mocks base method.

func (*MockQLDBClient) EXPECT

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

func (*MockQLDBClient) ListJournalKinesisStreamsForLedger

func (m *MockQLDBClient) ListJournalKinesisStreamsForLedger(arg0 context.Context, arg1 *qldb.ListJournalKinesisStreamsForLedgerInput, arg2 ...func(*qldb.Options)) (*qldb.ListJournalKinesisStreamsForLedgerOutput, error)

ListJournalKinesisStreamsForLedger mocks base method.

func (*MockQLDBClient) ListJournalS3ExportsForLedger

func (m *MockQLDBClient) ListJournalS3ExportsForLedger(arg0 context.Context, arg1 *qldb.ListJournalS3ExportsForLedgerInput, arg2 ...func(*qldb.Options)) (*qldb.ListJournalS3ExportsForLedgerOutput, error)

ListJournalS3ExportsForLedger mocks base method.

func (*MockQLDBClient) ListLedgers

func (m *MockQLDBClient) ListLedgers(arg0 context.Context, arg1 *qldb.ListLedgersInput, arg2 ...func(*qldb.Options)) (*qldb.ListLedgersOutput, error)

ListLedgers mocks base method.

func (*MockQLDBClient) ListTagsForResource

func (m *MockQLDBClient) ListTagsForResource(arg0 context.Context, arg1 *qldb.ListTagsForResourceInput, arg2 ...func(*qldb.Options)) (*qldb.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

type MockQLDBClientMockRecorder

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

MockQLDBClientMockRecorder is the mock recorder for MockQLDBClient.

func (*MockQLDBClientMockRecorder) DescribeLedger

func (mr *MockQLDBClientMockRecorder) DescribeLedger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLedger indicates an expected call of DescribeLedger.

func (*MockQLDBClientMockRecorder) ListJournalKinesisStreamsForLedger

func (mr *MockQLDBClientMockRecorder) ListJournalKinesisStreamsForLedger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListJournalKinesisStreamsForLedger indicates an expected call of ListJournalKinesisStreamsForLedger.

func (*MockQLDBClientMockRecorder) ListJournalS3ExportsForLedger

func (mr *MockQLDBClientMockRecorder) ListJournalS3ExportsForLedger(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListJournalS3ExportsForLedger indicates an expected call of ListJournalS3ExportsForLedger.

func (*MockQLDBClientMockRecorder) ListLedgers

func (mr *MockQLDBClientMockRecorder) ListLedgers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLedgers indicates an expected call of ListLedgers.

func (*MockQLDBClientMockRecorder) ListTagsForResource

func (mr *MockQLDBClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

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) DescribeDBClusterParameterGroups

func (m *MockRdsClient) DescribeDBClusterParameterGroups(arg0 context.Context, arg1 *rds.DescribeDBClusterParameterGroupsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClusterParameterGroupsOutput, error)

DescribeDBClusterParameterGroups mocks base method.

func (*MockRdsClient) DescribeDBClusterParameters

func (m *MockRdsClient) DescribeDBClusterParameters(arg0 context.Context, arg1 *rds.DescribeDBClusterParametersInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClusterParametersOutput, error)

DescribeDBClusterParameters mocks base method.

func (*MockRdsClient) DescribeDBClusterSnapshotAttributes

func (m *MockRdsClient) DescribeDBClusterSnapshotAttributes(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotAttributesInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClusterSnapshotAttributesOutput, error)

DescribeDBClusterSnapshotAttributes mocks base method.

func (*MockRdsClient) DescribeDBClusterSnapshots

func (m *MockRdsClient) DescribeDBClusterSnapshots(arg0 context.Context, arg1 *rds.DescribeDBClusterSnapshotsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBClusterSnapshotsOutput, error)

DescribeDBClusterSnapshots 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) DescribeDBParameterGroups

func (m *MockRdsClient) DescribeDBParameterGroups(arg0 context.Context, arg1 *rds.DescribeDBParameterGroupsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBParameterGroupsOutput, error)

DescribeDBParameterGroups mocks base method.

func (*MockRdsClient) DescribeDBParameters

func (m *MockRdsClient) DescribeDBParameters(arg0 context.Context, arg1 *rds.DescribeDBParametersInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBParametersOutput, error)

DescribeDBParameters mocks base method.

func (*MockRdsClient) DescribeDBSecurityGroups

func (m *MockRdsClient) DescribeDBSecurityGroups(arg0 context.Context, arg1 *rds.DescribeDBSecurityGroupsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBSecurityGroupsOutput, error)

DescribeDBSecurityGroups mocks base method.

func (*MockRdsClient) DescribeDBSnapshotAttributes

func (m *MockRdsClient) DescribeDBSnapshotAttributes(arg0 context.Context, arg1 *rds.DescribeDBSnapshotAttributesInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBSnapshotAttributesOutput, error)

DescribeDBSnapshotAttributes mocks base method.

func (*MockRdsClient) DescribeDBSnapshots

func (m *MockRdsClient) DescribeDBSnapshots(arg0 context.Context, arg1 *rds.DescribeDBSnapshotsInput, arg2 ...func(*rds.Options)) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshots 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) DescribeEventSubscriptions

func (m *MockRdsClient) DescribeEventSubscriptions(arg0 context.Context, arg1 *rds.DescribeEventSubscriptionsInput, arg2 ...func(*rds.Options)) (*rds.DescribeEventSubscriptionsOutput, error)

DescribeEventSubscriptions mocks base method.

func (*MockRdsClient) EXPECT

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

func (*MockRdsClient) ListTagsForResource

func (m *MockRdsClient) ListTagsForResource(arg0 context.Context, arg1 *rds.ListTagsForResourceInput, arg2 ...func(*rds.Options)) (*rds.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

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) DescribeDBClusterParameterGroups

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

DescribeDBClusterParameterGroups indicates an expected call of DescribeDBClusterParameterGroups.

func (*MockRdsClientMockRecorder) DescribeDBClusterParameters

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

DescribeDBClusterParameters indicates an expected call of DescribeDBClusterParameters.

func (*MockRdsClientMockRecorder) DescribeDBClusterSnapshotAttributes

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

DescribeDBClusterSnapshotAttributes indicates an expected call of DescribeDBClusterSnapshotAttributes.

func (*MockRdsClientMockRecorder) DescribeDBClusterSnapshots

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

DescribeDBClusterSnapshots indicates an expected call of DescribeDBClusterSnapshots.

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) DescribeDBParameterGroups

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

DescribeDBParameterGroups indicates an expected call of DescribeDBParameterGroups.

func (*MockRdsClientMockRecorder) DescribeDBParameters

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

DescribeDBParameters indicates an expected call of DescribeDBParameters.

func (*MockRdsClientMockRecorder) DescribeDBSecurityGroups

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

DescribeDBSecurityGroups indicates an expected call of DescribeDBSecurityGroups.

func (*MockRdsClientMockRecorder) DescribeDBSnapshotAttributes

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

DescribeDBSnapshotAttributes indicates an expected call of DescribeDBSnapshotAttributes.

func (*MockRdsClientMockRecorder) DescribeDBSnapshots

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

DescribeDBSnapshots indicates an expected call of DescribeDBSnapshots.

func (*MockRdsClientMockRecorder) DescribeDBSubnetGroups

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

DescribeDBSubnetGroups indicates an expected call of DescribeDBSubnetGroups.

func (*MockRdsClientMockRecorder) DescribeEventSubscriptions

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

DescribeEventSubscriptions indicates an expected call of DescribeEventSubscriptions.

func (*MockRdsClientMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

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) DescribeClusterParameters

DescribeClusterParameters mocks base method.

func (*MockRedshiftClient) DescribeClusterSnapshots

DescribeClusterSnapshots mocks base method.

func (*MockRedshiftClient) DescribeClusterSubnetGroups

DescribeClusterSubnetGroups mocks base method.

func (*MockRedshiftClient) DescribeClusters

DescribeClusters mocks base method.

func (*MockRedshiftClient) DescribeEventSubscriptions

DescribeEventSubscriptions mocks base method.

func (*MockRedshiftClient) DescribeLoggingStatus

DescribeLoggingStatus 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) DescribeClusterParameters

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

DescribeClusterParameters indicates an expected call of DescribeClusterParameters.

func (*MockRedshiftClientMockRecorder) DescribeClusterSnapshots

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

DescribeClusterSnapshots indicates an expected call of DescribeClusterSnapshots.

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.

func (*MockRedshiftClientMockRecorder) DescribeEventSubscriptions

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

DescribeEventSubscriptions indicates an expected call of DescribeEventSubscriptions.

func (*MockRedshiftClientMockRecorder) DescribeLoggingStatus

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

DescribeLoggingStatus indicates an expected call of DescribeLoggingStatus.

type MockResourceGroupsClient

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

MockResourceGroupsClient is a mock of ResourceGroupsClient interface.

func NewMockResourceGroupsClient

func NewMockResourceGroupsClient(ctrl *gomock.Controller) *MockResourceGroupsClient

NewMockResourceGroupsClient creates a new mock instance.

func (*MockResourceGroupsClient) EXPECT

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

func (*MockResourceGroupsClient) GetGroup

GetGroup mocks base method.

func (*MockResourceGroupsClient) GetGroupQuery

GetGroupQuery mocks base method.

func (*MockResourceGroupsClient) GetTags

GetTags mocks base method.

func (*MockResourceGroupsClient) ListGroups

ListGroups mocks base method.

type MockResourceGroupsClientMockRecorder

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

MockResourceGroupsClientMockRecorder is the mock recorder for MockResourceGroupsClient.

func (*MockResourceGroupsClientMockRecorder) GetGroup

func (mr *MockResourceGroupsClientMockRecorder) GetGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup.

func (*MockResourceGroupsClientMockRecorder) GetGroupQuery

func (mr *MockResourceGroupsClientMockRecorder) GetGroupQuery(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupQuery indicates an expected call of GetGroupQuery.

func (*MockResourceGroupsClientMockRecorder) GetTags

func (mr *MockResourceGroupsClientMockRecorder) GetTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTags indicates an expected call of GetTags.

func (*MockResourceGroupsClientMockRecorder) ListGroups

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

ListGroups indicates an expected call of ListGroups.

type MockRoute53Client

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

MockRoute53Client is a mock of Route53Client interface.

func NewMockRoute53Client

func NewMockRoute53Client(ctrl *gomock.Controller) *MockRoute53Client

NewMockRoute53Client creates a new mock instance.

func (*MockRoute53Client) EXPECT

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

func (*MockRoute53Client) GetHostedZone

func (m *MockRoute53Client) GetHostedZone(arg0 context.Context, arg1 *route53.GetHostedZoneInput, arg2 ...func(*route53.Options)) (*route53.GetHostedZoneOutput, error)

GetHostedZone mocks base method.

func (*MockRoute53Client) GetTrafficPolicy

GetTrafficPolicy mocks base method.

func (*MockRoute53Client) ListHealthChecks

ListHealthChecks mocks base method.

func (*MockRoute53Client) ListHostedZones

func (m *MockRoute53Client) ListHostedZones(arg0 context.Context, arg1 *route53.ListHostedZonesInput, arg2 ...func(*route53.Options)) (*route53.ListHostedZonesOutput, error)

ListHostedZones mocks base method.

func (*MockRoute53Client) ListQueryLoggingConfigs

ListQueryLoggingConfigs mocks base method.

func (*MockRoute53Client) ListResourceRecordSets

ListResourceRecordSets mocks base method.

func (*MockRoute53Client) ListReusableDelegationSets

ListReusableDelegationSets mocks base method.

func (*MockRoute53Client) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockRoute53Client) ListTagsForResources

ListTagsForResources mocks base method.

func (*MockRoute53Client) ListTrafficPolicies

ListTrafficPolicies mocks base method.

func (*MockRoute53Client) ListTrafficPolicyInstancesByHostedZone

ListTrafficPolicyInstancesByHostedZone mocks base method.

func (*MockRoute53Client) ListTrafficPolicyVersions

ListTrafficPolicyVersions mocks base method.

func (*MockRoute53Client) ListVPCAssociationAuthorizations

ListVPCAssociationAuthorizations mocks base method.

type MockRoute53ClientMockRecorder

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

MockRoute53ClientMockRecorder is the mock recorder for MockRoute53Client.

func (*MockRoute53ClientMockRecorder) GetHostedZone

func (mr *MockRoute53ClientMockRecorder) GetHostedZone(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostedZone indicates an expected call of GetHostedZone.

func (*MockRoute53ClientMockRecorder) GetTrafficPolicy

func (mr *MockRoute53ClientMockRecorder) GetTrafficPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrafficPolicy indicates an expected call of GetTrafficPolicy.

func (*MockRoute53ClientMockRecorder) ListHealthChecks

func (mr *MockRoute53ClientMockRecorder) ListHealthChecks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHealthChecks indicates an expected call of ListHealthChecks.

func (*MockRoute53ClientMockRecorder) ListHostedZones

func (mr *MockRoute53ClientMockRecorder) ListHostedZones(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListHostedZones indicates an expected call of ListHostedZones.

func (*MockRoute53ClientMockRecorder) ListQueryLoggingConfigs

func (mr *MockRoute53ClientMockRecorder) ListQueryLoggingConfigs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryLoggingConfigs indicates an expected call of ListQueryLoggingConfigs.

func (*MockRoute53ClientMockRecorder) ListResourceRecordSets

func (mr *MockRoute53ClientMockRecorder) ListResourceRecordSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourceRecordSets indicates an expected call of ListResourceRecordSets.

func (*MockRoute53ClientMockRecorder) ListReusableDelegationSets

func (mr *MockRoute53ClientMockRecorder) ListReusableDelegationSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListReusableDelegationSets indicates an expected call of ListReusableDelegationSets.

func (*MockRoute53ClientMockRecorder) ListTagsForResource

func (mr *MockRoute53ClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockRoute53ClientMockRecorder) ListTagsForResources

func (mr *MockRoute53ClientMockRecorder) ListTagsForResources(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResources indicates an expected call of ListTagsForResources.

func (*MockRoute53ClientMockRecorder) ListTrafficPolicies

func (mr *MockRoute53ClientMockRecorder) ListTrafficPolicies(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicies indicates an expected call of ListTrafficPolicies.

func (*MockRoute53ClientMockRecorder) ListTrafficPolicyInstancesByHostedZone

func (mr *MockRoute53ClientMockRecorder) ListTrafficPolicyInstancesByHostedZone(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyInstancesByHostedZone indicates an expected call of ListTrafficPolicyInstancesByHostedZone.

func (*MockRoute53ClientMockRecorder) ListTrafficPolicyVersions

func (mr *MockRoute53ClientMockRecorder) ListTrafficPolicyVersions(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrafficPolicyVersions indicates an expected call of ListTrafficPolicyVersions.

func (*MockRoute53ClientMockRecorder) ListVPCAssociationAuthorizations

func (mr *MockRoute53ClientMockRecorder) ListVPCAssociationAuthorizations(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVPCAssociationAuthorizations indicates an expected call of ListVPCAssociationAuthorizations.

type MockRoute53DomainsClient

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

MockRoute53DomainsClient is a mock of Route53DomainsClient interface.

func NewMockRoute53DomainsClient

func NewMockRoute53DomainsClient(ctrl *gomock.Controller) *MockRoute53DomainsClient

NewMockRoute53DomainsClient creates a new mock instance.

func (*MockRoute53DomainsClient) EXPECT

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

func (*MockRoute53DomainsClient) GetDomainDetail

GetDomainDetail mocks base method.

func (*MockRoute53DomainsClient) ListDomains

ListDomains mocks base method.

func (*MockRoute53DomainsClient) ListTagsForDomain

ListTagsForDomain mocks base method.

type MockRoute53DomainsClientMockRecorder

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

MockRoute53DomainsClientMockRecorder is the mock recorder for MockRoute53DomainsClient.

func (*MockRoute53DomainsClientMockRecorder) GetDomainDetail

func (mr *MockRoute53DomainsClientMockRecorder) GetDomainDetail(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDomainDetail indicates an expected call of GetDomainDetail.

func (*MockRoute53DomainsClientMockRecorder) ListDomains

func (mr *MockRoute53DomainsClientMockRecorder) ListDomains(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDomains indicates an expected call of ListDomains.

func (*MockRoute53DomainsClientMockRecorder) ListTagsForDomain

func (mr *MockRoute53DomainsClientMockRecorder) ListTagsForDomain(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForDomain indicates an expected call of ListTagsForDomain.

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) GetBucketLifecycleConfiguration

func (m *MockS3Client) GetBucketLifecycleConfiguration(arg0 context.Context, arg1 *s3.GetBucketLifecycleConfigurationInput, arg2 ...func(*s3.Options)) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfiguration 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) GetBucketOwnershipControls

func (m *MockS3Client) GetBucketOwnershipControls(arg0 context.Context, arg1 *s3.GetBucketOwnershipControlsInput, arg2 ...func(*s3.Options)) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControls 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) GetBucketReplication

func (m *MockS3Client) GetBucketReplication(arg0 context.Context, arg1 *s3.GetBucketReplicationInput, arg2 ...func(*s3.Options)) (*s3.GetBucketReplicationOutput, error)

GetBucketReplication mocks base method.

func (*MockS3Client) GetBucketTagging

func (m *MockS3Client) GetBucketTagging(arg0 context.Context, arg1 *s3.GetBucketTaggingInput, arg2 ...func(*s3.Options)) (*s3.GetBucketTaggingOutput, error)

GetBucketTagging 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) GetPublicAccessBlock

func (m *MockS3Client) GetPublicAccessBlock(arg0 context.Context, arg1 *s3.GetPublicAccessBlockInput, arg2 ...func(*s3.Options)) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlock 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) GetBucketLifecycleConfiguration

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

GetBucketLifecycleConfiguration indicates an expected call of GetBucketLifecycleConfiguration.

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) GetBucketOwnershipControls

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

GetBucketOwnershipControls indicates an expected call of GetBucketOwnershipControls.

func (*MockS3ClientMockRecorder) GetBucketPolicy

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

GetBucketPolicy indicates an expected call of GetBucketPolicy.

func (*MockS3ClientMockRecorder) GetBucketReplication

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

GetBucketReplication indicates an expected call of GetBucketReplication.

func (*MockS3ClientMockRecorder) GetBucketTagging

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

GetBucketTagging indicates an expected call of GetBucketTagging.

func (*MockS3ClientMockRecorder) GetBucketVersioning

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

GetBucketVersioning indicates an expected call of GetBucketVersioning.

func (*MockS3ClientMockRecorder) GetPublicAccessBlock

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

GetPublicAccessBlock indicates an expected call of GetPublicAccessBlock.

func (*MockS3ClientMockRecorder) ListBuckets

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

ListBuckets indicates an expected call of ListBuckets.

type MockS3ControlClient

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

MockS3ControlClient is a mock of S3ControlClient interface.

func NewMockS3ControlClient

func NewMockS3ControlClient(ctrl *gomock.Controller) *MockS3ControlClient

NewMockS3ControlClient creates a new mock instance.

func (*MockS3ControlClient) EXPECT

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

func (*MockS3ControlClient) GetPublicAccessBlock

GetPublicAccessBlock mocks base method.

type MockS3ControlClientMockRecorder

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

MockS3ControlClientMockRecorder is the mock recorder for MockS3ControlClient.

func (*MockS3ControlClientMockRecorder) GetPublicAccessBlock

func (mr *MockS3ControlClientMockRecorder) GetPublicAccessBlock(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPublicAccessBlock indicates an expected call of GetPublicAccessBlock.

type MockS3ManagerClient

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

MockS3ManagerClient is a mock of S3ManagerClient interface.

func NewMockS3ManagerClient

func NewMockS3ManagerClient(ctrl *gomock.Controller) *MockS3ManagerClient

NewMockS3ManagerClient creates a new mock instance.

func (*MockS3ManagerClient) EXPECT

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

func (*MockS3ManagerClient) GetBucketRegion

func (m *MockS3ManagerClient) GetBucketRegion(arg0 context.Context, arg1 string, arg2 ...func(*s3.Options)) (string, error)

GetBucketRegion mocks base method.

type MockS3ManagerClientMockRecorder

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

MockS3ManagerClientMockRecorder is the mock recorder for MockS3ManagerClient.

func (*MockS3ManagerClientMockRecorder) GetBucketRegion

func (mr *MockS3ManagerClientMockRecorder) GetBucketRegion(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetBucketRegion indicates an expected call of GetBucketRegion.

type MockSESClient

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

MockSESClient is a mock of SESClient interface.

func NewMockSESClient

func NewMockSESClient(ctrl *gomock.Controller) *MockSESClient

NewMockSESClient creates a new mock instance.

func (*MockSESClient) EXPECT

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

func (*MockSESClient) GetEmailTemplate

func (m *MockSESClient) GetEmailTemplate(arg0 context.Context, arg1 *sesv2.GetEmailTemplateInput, arg2 ...func(*sesv2.Options)) (*sesv2.GetEmailTemplateOutput, error)

GetEmailTemplate mocks base method.

func (*MockSESClient) ListEmailTemplates

func (m *MockSESClient) ListEmailTemplates(arg0 context.Context, arg1 *sesv2.ListEmailTemplatesInput, arg2 ...func(*sesv2.Options)) (*sesv2.ListEmailTemplatesOutput, error)

ListEmailTemplates mocks base method.

type MockSESClientMockRecorder

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

MockSESClientMockRecorder is the mock recorder for MockSESClient.

func (*MockSESClientMockRecorder) GetEmailTemplate

func (mr *MockSESClientMockRecorder) GetEmailTemplate(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEmailTemplate indicates an expected call of GetEmailTemplate.

func (*MockSESClientMockRecorder) ListEmailTemplates

func (mr *MockSESClientMockRecorder) ListEmailTemplates(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEmailTemplates indicates an expected call of ListEmailTemplates.

type MockSQSClient

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

MockSQSClient is a mock of SQSClient interface.

func NewMockSQSClient

func NewMockSQSClient(ctrl *gomock.Controller) *MockSQSClient

NewMockSQSClient creates a new mock instance.

func (*MockSQSClient) EXPECT

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

func (*MockSQSClient) GetQueueAttributes

func (m *MockSQSClient) GetQueueAttributes(arg0 context.Context, arg1 *sqs.GetQueueAttributesInput, arg2 ...func(*sqs.Options)) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes mocks base method.

func (*MockSQSClient) ListQueueTags

func (m *MockSQSClient) ListQueueTags(arg0 context.Context, arg1 *sqs.ListQueueTagsInput, arg2 ...func(*sqs.Options)) (*sqs.ListQueueTagsOutput, error)

ListQueueTags mocks base method.

func (*MockSQSClient) ListQueues

func (m *MockSQSClient) ListQueues(arg0 context.Context, arg1 *sqs.ListQueuesInput, arg2 ...func(*sqs.Options)) (*sqs.ListQueuesOutput, error)

ListQueues mocks base method.

type MockSQSClientMockRecorder

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

MockSQSClientMockRecorder is the mock recorder for MockSQSClient.

func (*MockSQSClientMockRecorder) GetQueueAttributes

func (mr *MockSQSClientMockRecorder) GetQueueAttributes(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueueAttributes indicates an expected call of GetQueueAttributes.

func (*MockSQSClientMockRecorder) ListQueueTags

func (mr *MockSQSClientMockRecorder) ListQueueTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueueTags indicates an expected call of ListQueueTags.

func (*MockSQSClientMockRecorder) ListQueues

func (mr *MockSQSClientMockRecorder) ListQueues(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueues indicates an expected call of ListQueues.

type MockSSMClient

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

MockSSMClient is a mock of SSMClient interface.

func NewMockSSMClient

func NewMockSSMClient(ctrl *gomock.Controller) *MockSSMClient

NewMockSSMClient creates a new mock instance.

func (*MockSSMClient) DescribeDocument

func (m *MockSSMClient) DescribeDocument(arg0 context.Context, arg1 *ssm.DescribeDocumentInput, arg2 ...func(*ssm.Options)) (*ssm.DescribeDocumentOutput, error)

DescribeDocument mocks base method.

func (*MockSSMClient) DescribeDocumentPermission

func (m *MockSSMClient) DescribeDocumentPermission(arg0 context.Context, arg1 *ssm.DescribeDocumentPermissionInput, arg2 ...func(*ssm.Options)) (*ssm.DescribeDocumentPermissionOutput, error)

DescribeDocumentPermission mocks base method.

func (*MockSSMClient) DescribeInstanceInformation

func (m *MockSSMClient) DescribeInstanceInformation(arg0 context.Context, arg1 *ssm.DescribeInstanceInformationInput, arg2 ...func(*ssm.Options)) (*ssm.DescribeInstanceInformationOutput, error)

DescribeInstanceInformation mocks base method.

func (*MockSSMClient) DescribeParameters added in v0.13.13

func (m *MockSSMClient) DescribeParameters(arg0 context.Context, arg1 *ssm.DescribeParametersInput, arg2 ...func(*ssm.Options)) (*ssm.DescribeParametersOutput, error)

DescribeParameters mocks base method.

func (*MockSSMClient) EXPECT

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

func (*MockSSMClient) ListComplianceItems

func (m *MockSSMClient) ListComplianceItems(arg0 context.Context, arg1 *ssm.ListComplianceItemsInput, arg2 ...func(*ssm.Options)) (*ssm.ListComplianceItemsOutput, error)

ListComplianceItems mocks base method.

func (*MockSSMClient) ListDocuments

func (m *MockSSMClient) ListDocuments(arg0 context.Context, arg1 *ssm.ListDocumentsInput, arg2 ...func(*ssm.Options)) (*ssm.ListDocumentsOutput, error)

ListDocuments mocks base method.

type MockSSMClientMockRecorder

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

MockSSMClientMockRecorder is the mock recorder for MockSSMClient.

func (*MockSSMClientMockRecorder) DescribeDocument

func (mr *MockSSMClientMockRecorder) DescribeDocument(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDocument indicates an expected call of DescribeDocument.

func (*MockSSMClientMockRecorder) DescribeDocumentPermission

func (mr *MockSSMClientMockRecorder) DescribeDocumentPermission(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDocumentPermission indicates an expected call of DescribeDocumentPermission.

func (*MockSSMClientMockRecorder) DescribeInstanceInformation

func (mr *MockSSMClientMockRecorder) DescribeInstanceInformation(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceInformation indicates an expected call of DescribeInstanceInformation.

func (*MockSSMClientMockRecorder) DescribeParameters added in v0.13.13

func (mr *MockSSMClientMockRecorder) DescribeParameters(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeParameters indicates an expected call of DescribeParameters.

func (*MockSSMClientMockRecorder) ListComplianceItems

func (mr *MockSSMClientMockRecorder) ListComplianceItems(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListComplianceItems indicates an expected call of ListComplianceItems.

func (*MockSSMClientMockRecorder) ListDocuments

func (mr *MockSSMClientMockRecorder) ListDocuments(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDocuments indicates an expected call of ListDocuments.

type MockSageMakerClient

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

MockSageMakerClient is a mock of SageMakerClient interface.

func NewMockSageMakerClient

func NewMockSageMakerClient(ctrl *gomock.Controller) *MockSageMakerClient

NewMockSageMakerClient creates a new mock instance.

func (*MockSageMakerClient) DescribeEndpointConfig

DescribeEndpointConfig mocks base method.

func (*MockSageMakerClient) DescribeModel

DescribeModel mocks base method.

func (*MockSageMakerClient) DescribeNotebookInstance

DescribeNotebookInstance mocks base method.

func (*MockSageMakerClient) DescribeTrainingJob

DescribeTrainingJob mocks base method.

func (*MockSageMakerClient) EXPECT

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

func (*MockSageMakerClient) ListEndpointConfigs

ListEndpointConfigs mocks base method.

func (*MockSageMakerClient) ListModels

ListModels mocks base method.

func (*MockSageMakerClient) ListNotebookInstances

ListNotebookInstances mocks base method.

func (*MockSageMakerClient) ListTags

ListTags mocks base method.

func (*MockSageMakerClient) ListTrainingJobs

ListTrainingJobs mocks base method.

type MockSageMakerClientMockRecorder

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

MockSageMakerClientMockRecorder is the mock recorder for MockSageMakerClient.

func (*MockSageMakerClientMockRecorder) DescribeEndpointConfig

func (mr *MockSageMakerClientMockRecorder) DescribeEndpointConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEndpointConfig indicates an expected call of DescribeEndpointConfig.

func (*MockSageMakerClientMockRecorder) DescribeModel

func (mr *MockSageMakerClientMockRecorder) DescribeModel(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeModel indicates an expected call of DescribeModel.

func (*MockSageMakerClientMockRecorder) DescribeNotebookInstance

func (mr *MockSageMakerClientMockRecorder) DescribeNotebookInstance(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNotebookInstance indicates an expected call of DescribeNotebookInstance.

func (*MockSageMakerClientMockRecorder) DescribeTrainingJob

func (mr *MockSageMakerClientMockRecorder) DescribeTrainingJob(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrainingJob indicates an expected call of DescribeTrainingJob.

func (*MockSageMakerClientMockRecorder) ListEndpointConfigs

func (mr *MockSageMakerClientMockRecorder) ListEndpointConfigs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEndpointConfigs indicates an expected call of ListEndpointConfigs.

func (*MockSageMakerClientMockRecorder) ListModels

func (mr *MockSageMakerClientMockRecorder) ListModels(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListModels indicates an expected call of ListModels.

func (*MockSageMakerClientMockRecorder) ListNotebookInstances

func (mr *MockSageMakerClientMockRecorder) ListNotebookInstances(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNotebookInstances indicates an expected call of ListNotebookInstances.

func (*MockSageMakerClientMockRecorder) ListTags

func (mr *MockSageMakerClientMockRecorder) ListTags(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTags indicates an expected call of ListTags.

func (*MockSageMakerClientMockRecorder) ListTrainingJobs

func (mr *MockSageMakerClientMockRecorder) ListTrainingJobs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrainingJobs indicates an expected call of ListTrainingJobs.

type MockSecretsManagerClient

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

MockSecretsManagerClient is a mock of SecretsManagerClient interface.

func NewMockSecretsManagerClient

func NewMockSecretsManagerClient(ctrl *gomock.Controller) *MockSecretsManagerClient

NewMockSecretsManagerClient creates a new mock instance.

func (*MockSecretsManagerClient) DescribeSecret

DescribeSecret mocks base method.

func (*MockSecretsManagerClient) EXPECT

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

func (*MockSecretsManagerClient) GetResourcePolicy

GetResourcePolicy mocks base method.

func (*MockSecretsManagerClient) ListSecrets

ListSecrets mocks base method.

type MockSecretsManagerClientMockRecorder

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

MockSecretsManagerClientMockRecorder is the mock recorder for MockSecretsManagerClient.

func (*MockSecretsManagerClientMockRecorder) DescribeSecret

func (mr *MockSecretsManagerClientMockRecorder) DescribeSecret(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecret indicates an expected call of DescribeSecret.

func (*MockSecretsManagerClientMockRecorder) GetResourcePolicy

func (mr *MockSecretsManagerClientMockRecorder) GetResourcePolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourcePolicy indicates an expected call of GetResourcePolicy.

func (*MockSecretsManagerClientMockRecorder) ListSecrets

func (mr *MockSecretsManagerClientMockRecorder) ListSecrets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSecrets indicates an expected call of ListSecrets.

type MockShieldClient

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

MockShieldClient is a mock of ShieldClient interface.

func NewMockShieldClient

func NewMockShieldClient(ctrl *gomock.Controller) *MockShieldClient

NewMockShieldClient creates a new mock instance.

func (*MockShieldClient) DescribeAttack

func (m *MockShieldClient) DescribeAttack(arg0 context.Context, arg1 *shield.DescribeAttackInput, arg2 ...func(*shield.Options)) (*shield.DescribeAttackOutput, error)

DescribeAttack mocks base method.

func (*MockShieldClient) DescribeSubscription

func (m *MockShieldClient) DescribeSubscription(arg0 context.Context, arg1 *shield.DescribeSubscriptionInput, arg2 ...func(*shield.Options)) (*shield.DescribeSubscriptionOutput, error)

DescribeSubscription mocks base method.

func (*MockShieldClient) EXPECT

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

func (*MockShieldClient) ListAttacks

func (m *MockShieldClient) ListAttacks(arg0 context.Context, arg1 *shield.ListAttacksInput, arg2 ...func(*shield.Options)) (*shield.ListAttacksOutput, error)

ListAttacks mocks base method.

func (*MockShieldClient) ListProtectionGroups

func (m *MockShieldClient) ListProtectionGroups(arg0 context.Context, arg1 *shield.ListProtectionGroupsInput, arg2 ...func(*shield.Options)) (*shield.ListProtectionGroupsOutput, error)

ListProtectionGroups mocks base method.

func (*MockShieldClient) ListProtections

func (m *MockShieldClient) ListProtections(arg0 context.Context, arg1 *shield.ListProtectionsInput, arg2 ...func(*shield.Options)) (*shield.ListProtectionsOutput, error)

ListProtections mocks base method.

func (*MockShieldClient) ListTagsForResource

func (m *MockShieldClient) ListTagsForResource(arg0 context.Context, arg1 *shield.ListTagsForResourceInput, arg2 ...func(*shield.Options)) (*shield.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

type MockShieldClientMockRecorder

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

MockShieldClientMockRecorder is the mock recorder for MockShieldClient.

func (*MockShieldClientMockRecorder) DescribeAttack

func (mr *MockShieldClientMockRecorder) DescribeAttack(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAttack indicates an expected call of DescribeAttack.

func (*MockShieldClientMockRecorder) DescribeSubscription

func (mr *MockShieldClientMockRecorder) DescribeSubscription(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubscription indicates an expected call of DescribeSubscription.

func (*MockShieldClientMockRecorder) ListAttacks

func (mr *MockShieldClientMockRecorder) ListAttacks(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttacks indicates an expected call of ListAttacks.

func (*MockShieldClientMockRecorder) ListProtectionGroups

func (mr *MockShieldClientMockRecorder) ListProtectionGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtectionGroups indicates an expected call of ListProtectionGroups.

func (*MockShieldClientMockRecorder) ListProtections

func (mr *MockShieldClientMockRecorder) ListProtections(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListProtections indicates an expected call of ListProtections.

func (*MockShieldClientMockRecorder) ListTagsForResource

func (mr *MockShieldClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

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) GetSubscriptionAttributes added in v0.13.14

func (m *MockSnsClient) GetSubscriptionAttributes(arg0 context.Context, arg1 *sns.GetSubscriptionAttributesInput, arg2 ...func(*sns.Options)) (*sns.GetSubscriptionAttributesOutput, error)

GetSubscriptionAttributes mocks base method.

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) ListTagsForResource

func (m *MockSnsClient) ListTagsForResource(arg0 context.Context, arg1 *sns.ListTagsForResourceInput, arg2 ...func(*sns.Options)) (*sns.ListTagsForResourceOutput, error)

ListTagsForResource 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) GetSubscriptionAttributes added in v0.13.14

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

GetSubscriptionAttributes indicates an expected call of GetSubscriptionAttributes.

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) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockSnsClientMockRecorder) ListTopics

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

ListTopics indicates an expected call of ListTopics.

type MockTransferClient added in v0.13.14

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

MockTransferClient is a mock of TransferClient interface.

func NewMockTransferClient added in v0.13.14

func NewMockTransferClient(ctrl *gomock.Controller) *MockTransferClient

NewMockTransferClient creates a new mock instance.

func (*MockTransferClient) DescribeServer added in v0.13.14

DescribeServer mocks base method.

func (*MockTransferClient) EXPECT added in v0.13.14

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

func (*MockTransferClient) ListServers added in v0.13.14

ListServers mocks base method.

func (*MockTransferClient) ListTagsForResource added in v0.13.14

ListTagsForResource mocks base method.

type MockTransferClientMockRecorder added in v0.13.14

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

MockTransferClientMockRecorder is the mock recorder for MockTransferClient.

func (*MockTransferClientMockRecorder) DescribeServer added in v0.13.14

func (mr *MockTransferClientMockRecorder) DescribeServer(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServer indicates an expected call of DescribeServer.

func (*MockTransferClientMockRecorder) ListServers added in v0.13.14

func (mr *MockTransferClientMockRecorder) ListServers(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServers indicates an expected call of ListServers.

func (*MockTransferClientMockRecorder) ListTagsForResource added in v0.13.14

func (mr *MockTransferClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockWafClient

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

MockWafClient is a mock of WafClient interface.

func NewMockWafClient

func NewMockWafClient(ctrl *gomock.Controller) *MockWafClient

NewMockWafClient creates a new mock instance.

func (*MockWafClient) EXPECT

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

func (*MockWafClient) GetLoggingConfiguration

func (m *MockWafClient) GetLoggingConfiguration(arg0 context.Context, arg1 *waf.GetLoggingConfigurationInput, arg2 ...func(*waf.Options)) (*waf.GetLoggingConfigurationOutput, error)

GetLoggingConfiguration mocks base method.

func (*MockWafClient) GetRule

func (m *MockWafClient) GetRule(arg0 context.Context, arg1 *waf.GetRuleInput, arg2 ...func(*waf.Options)) (*waf.GetRuleOutput, error)

GetRule mocks base method.

func (*MockWafClient) GetRuleGroup

func (m *MockWafClient) GetRuleGroup(arg0 context.Context, arg1 *waf.GetRuleGroupInput, arg2 ...func(*waf.Options)) (*waf.GetRuleGroupOutput, error)

GetRuleGroup mocks base method.

func (*MockWafClient) GetWebACL

func (m *MockWafClient) GetWebACL(arg0 context.Context, arg1 *waf.GetWebACLInput, arg2 ...func(*waf.Options)) (*waf.GetWebACLOutput, error)

GetWebACL mocks base method.

func (*MockWafClient) ListActivatedRulesInRuleGroup

func (m *MockWafClient) ListActivatedRulesInRuleGroup(arg0 context.Context, arg1 *waf.ListActivatedRulesInRuleGroupInput, arg2 ...func(*waf.Options)) (*waf.ListActivatedRulesInRuleGroupOutput, error)

ListActivatedRulesInRuleGroup mocks base method.

func (*MockWafClient) ListRuleGroups

func (m *MockWafClient) ListRuleGroups(arg0 context.Context, arg1 *waf.ListRuleGroupsInput, arg2 ...func(*waf.Options)) (*waf.ListRuleGroupsOutput, error)

ListRuleGroups mocks base method.

func (*MockWafClient) ListRules

func (m *MockWafClient) ListRules(arg0 context.Context, arg1 *waf.ListRulesInput, arg2 ...func(*waf.Options)) (*waf.ListRulesOutput, error)

ListRules mocks base method.

func (*MockWafClient) ListSubscribedRuleGroups

func (m *MockWafClient) ListSubscribedRuleGroups(arg0 context.Context, arg1 *waf.ListSubscribedRuleGroupsInput, arg2 ...func(*waf.Options)) (*waf.ListSubscribedRuleGroupsOutput, error)

ListSubscribedRuleGroups mocks base method.

func (*MockWafClient) ListTagsForResource

func (m *MockWafClient) ListTagsForResource(arg0 context.Context, arg1 *waf.ListTagsForResourceInput, arg2 ...func(*waf.Options)) (*waf.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockWafClient) ListWebACLs

func (m *MockWafClient) ListWebACLs(arg0 context.Context, arg1 *waf.ListWebACLsInput, arg2 ...func(*waf.Options)) (*waf.ListWebACLsOutput, error)

ListWebACLs mocks base method.

type MockWafClientMockRecorder

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

MockWafClientMockRecorder is the mock recorder for MockWafClient.

func (*MockWafClientMockRecorder) GetLoggingConfiguration

func (mr *MockWafClientMockRecorder) GetLoggingConfiguration(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration.

func (*MockWafClientMockRecorder) GetRule

func (mr *MockWafClientMockRecorder) GetRule(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

func (*MockWafClientMockRecorder) GetRuleGroup

func (mr *MockWafClientMockRecorder) GetRuleGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWafClientMockRecorder) GetWebACL

func (mr *MockWafClientMockRecorder) GetWebACL(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACL indicates an expected call of GetWebACL.

func (*MockWafClientMockRecorder) ListActivatedRulesInRuleGroup

func (mr *MockWafClientMockRecorder) ListActivatedRulesInRuleGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListActivatedRulesInRuleGroup indicates an expected call of ListActivatedRulesInRuleGroup.

func (*MockWafClientMockRecorder) ListRuleGroups

func (mr *MockWafClientMockRecorder) ListRuleGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWafClientMockRecorder) ListRules

func (mr *MockWafClientMockRecorder) ListRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockWafClientMockRecorder) ListSubscribedRuleGroups

func (mr *MockWafClientMockRecorder) ListSubscribedRuleGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSubscribedRuleGroups indicates an expected call of ListSubscribedRuleGroups.

func (*MockWafClientMockRecorder) ListTagsForResource

func (mr *MockWafClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWafClientMockRecorder) ListWebACLs

func (mr *MockWafClientMockRecorder) ListWebACLs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWebACLs indicates an expected call of ListWebACLs.

type MockWafRegionalClient

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

MockWafRegionalClient is a mock of WafRegionalClient interface.

func NewMockWafRegionalClient

func NewMockWafRegionalClient(ctrl *gomock.Controller) *MockWafRegionalClient

NewMockWafRegionalClient creates a new mock instance.

func (*MockWafRegionalClient) EXPECT

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

func (*MockWafRegionalClient) GetRateBasedRule

GetRateBasedRule mocks base method.

func (*MockWafRegionalClient) GetRule

GetRule mocks base method.

func (*MockWafRegionalClient) GetRuleGroup

GetRuleGroup mocks base method.

func (*MockWafRegionalClient) GetWebACL

GetWebACL mocks base method.

func (*MockWafRegionalClient) ListRateBasedRules

ListRateBasedRules mocks base method.

func (*MockWafRegionalClient) ListRuleGroups

ListRuleGroups mocks base method.

func (*MockWafRegionalClient) ListRules

ListRules mocks base method.

func (*MockWafRegionalClient) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockWafRegionalClient) ListWebACLs

ListWebACLs mocks base method.

type MockWafRegionalClientMockRecorder

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

MockWafRegionalClientMockRecorder is the mock recorder for MockWafRegionalClient.

func (*MockWafRegionalClientMockRecorder) GetRateBasedRule

func (mr *MockWafRegionalClientMockRecorder) GetRateBasedRule(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRateBasedRule indicates an expected call of GetRateBasedRule.

func (*MockWafRegionalClientMockRecorder) GetRule

func (mr *MockWafRegionalClientMockRecorder) GetRule(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

func (*MockWafRegionalClientMockRecorder) GetRuleGroup

func (mr *MockWafRegionalClientMockRecorder) GetRuleGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWafRegionalClientMockRecorder) GetWebACL

func (mr *MockWafRegionalClientMockRecorder) GetWebACL(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACL indicates an expected call of GetWebACL.

func (*MockWafRegionalClientMockRecorder) ListRateBasedRules

func (mr *MockWafRegionalClientMockRecorder) ListRateBasedRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRateBasedRules indicates an expected call of ListRateBasedRules.

func (*MockWafRegionalClientMockRecorder) ListRuleGroups

func (mr *MockWafRegionalClientMockRecorder) ListRuleGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWafRegionalClientMockRecorder) ListRules

func (mr *MockWafRegionalClientMockRecorder) ListRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockWafRegionalClientMockRecorder) ListTagsForResource

func (mr *MockWafRegionalClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWafRegionalClientMockRecorder) ListWebACLs

func (mr *MockWafRegionalClientMockRecorder) ListWebACLs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWebACLs indicates an expected call of ListWebACLs.

type MockWafV2Client

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

MockWafV2Client is a mock of WafV2Client interface.

func NewMockWafV2Client

func NewMockWafV2Client(ctrl *gomock.Controller) *MockWafV2Client

NewMockWafV2Client creates a new mock instance.

func (*MockWafV2Client) DescribeManagedRuleGroup

func (m *MockWafV2Client) DescribeManagedRuleGroup(arg0 context.Context, arg1 *wafv2.DescribeManagedRuleGroupInput, arg2 ...func(*wafv2.Options)) (*wafv2.DescribeManagedRuleGroupOutput, error)

DescribeManagedRuleGroup mocks base method.

func (*MockWafV2Client) EXPECT

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

func (*MockWafV2Client) GetIPSet

func (m *MockWafV2Client) GetIPSet(arg0 context.Context, arg1 *wafv2.GetIPSetInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetIPSetOutput, error)

GetIPSet mocks base method.

func (*MockWafV2Client) GetLoggingConfiguration

func (m *MockWafV2Client) GetLoggingConfiguration(arg0 context.Context, arg1 *wafv2.GetLoggingConfigurationInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetLoggingConfigurationOutput, error)

GetLoggingConfiguration mocks base method.

func (*MockWafV2Client) GetPermissionPolicy

func (m *MockWafV2Client) GetPermissionPolicy(arg0 context.Context, arg1 *wafv2.GetPermissionPolicyInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetPermissionPolicyOutput, error)

GetPermissionPolicy mocks base method.

func (*MockWafV2Client) GetRegexPatternSet

func (m *MockWafV2Client) GetRegexPatternSet(arg0 context.Context, arg1 *wafv2.GetRegexPatternSetInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetRegexPatternSetOutput, error)

GetRegexPatternSet mocks base method.

func (*MockWafV2Client) GetRuleGroup

func (m *MockWafV2Client) GetRuleGroup(arg0 context.Context, arg1 *wafv2.GetRuleGroupInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetRuleGroupOutput, error)

GetRuleGroup mocks base method.

func (*MockWafV2Client) GetWebACL

func (m *MockWafV2Client) GetWebACL(arg0 context.Context, arg1 *wafv2.GetWebACLInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetWebACLOutput, error)

GetWebACL mocks base method.

func (*MockWafV2Client) GetWebACLForResource

func (m *MockWafV2Client) GetWebACLForResource(arg0 context.Context, arg1 *wafv2.GetWebACLForResourceInput, arg2 ...func(*wafv2.Options)) (*wafv2.GetWebACLForResourceOutput, error)

GetWebACLForResource mocks base method.

func (*MockWafV2Client) ListAvailableManagedRuleGroups

func (m *MockWafV2Client) ListAvailableManagedRuleGroups(arg0 context.Context, arg1 *wafv2.ListAvailableManagedRuleGroupsInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListAvailableManagedRuleGroupsOutput, error)

ListAvailableManagedRuleGroups mocks base method.

func (*MockWafV2Client) ListIPSets

func (m *MockWafV2Client) ListIPSets(arg0 context.Context, arg1 *wafv2.ListIPSetsInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListIPSetsOutput, error)

ListIPSets mocks base method.

func (*MockWafV2Client) ListRegexPatternSets

func (m *MockWafV2Client) ListRegexPatternSets(arg0 context.Context, arg1 *wafv2.ListRegexPatternSetsInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListRegexPatternSetsOutput, error)

ListRegexPatternSets mocks base method.

func (*MockWafV2Client) ListResourcesForWebACL

func (m *MockWafV2Client) ListResourcesForWebACL(arg0 context.Context, arg1 *wafv2.ListResourcesForWebACLInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListResourcesForWebACLOutput, error)

ListResourcesForWebACL mocks base method.

func (*MockWafV2Client) ListRuleGroups

func (m *MockWafV2Client) ListRuleGroups(arg0 context.Context, arg1 *wafv2.ListRuleGroupsInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListRuleGroupsOutput, error)

ListRuleGroups mocks base method.

func (*MockWafV2Client) ListTagsForResource

func (m *MockWafV2Client) ListTagsForResource(arg0 context.Context, arg1 *wafv2.ListTagsForResourceInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockWafV2Client) ListWebACLs

func (m *MockWafV2Client) ListWebACLs(arg0 context.Context, arg1 *wafv2.ListWebACLsInput, arg2 ...func(*wafv2.Options)) (*wafv2.ListWebACLsOutput, error)

ListWebACLs mocks base method.

type MockWafV2ClientMockRecorder

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

MockWafV2ClientMockRecorder is the mock recorder for MockWafV2Client.

func (*MockWafV2ClientMockRecorder) DescribeManagedRuleGroup

func (mr *MockWafV2ClientMockRecorder) DescribeManagedRuleGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeManagedRuleGroup indicates an expected call of DescribeManagedRuleGroup.

func (*MockWafV2ClientMockRecorder) GetIPSet

func (mr *MockWafV2ClientMockRecorder) GetIPSet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIPSet indicates an expected call of GetIPSet.

func (*MockWafV2ClientMockRecorder) GetLoggingConfiguration

func (mr *MockWafV2ClientMockRecorder) GetLoggingConfiguration(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration.

func (*MockWafV2ClientMockRecorder) GetPermissionPolicy

func (mr *MockWafV2ClientMockRecorder) GetPermissionPolicy(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPermissionPolicy indicates an expected call of GetPermissionPolicy.

func (*MockWafV2ClientMockRecorder) GetRegexPatternSet

func (mr *MockWafV2ClientMockRecorder) GetRegexPatternSet(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRegexPatternSet indicates an expected call of GetRegexPatternSet.

func (*MockWafV2ClientMockRecorder) GetRuleGroup

func (mr *MockWafV2ClientMockRecorder) GetRuleGroup(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWafV2ClientMockRecorder) GetWebACL

func (mr *MockWafV2ClientMockRecorder) GetWebACL(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACL indicates an expected call of GetWebACL.

func (*MockWafV2ClientMockRecorder) GetWebACLForResource

func (mr *MockWafV2ClientMockRecorder) GetWebACLForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACLForResource indicates an expected call of GetWebACLForResource.

func (*MockWafV2ClientMockRecorder) ListAvailableManagedRuleGroups

func (mr *MockWafV2ClientMockRecorder) ListAvailableManagedRuleGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAvailableManagedRuleGroups indicates an expected call of ListAvailableManagedRuleGroups.

func (*MockWafV2ClientMockRecorder) ListIPSets

func (mr *MockWafV2ClientMockRecorder) ListIPSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIPSets indicates an expected call of ListIPSets.

func (*MockWafV2ClientMockRecorder) ListRegexPatternSets

func (mr *MockWafV2ClientMockRecorder) ListRegexPatternSets(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRegexPatternSets indicates an expected call of ListRegexPatternSets.

func (*MockWafV2ClientMockRecorder) ListResourcesForWebACL

func (mr *MockWafV2ClientMockRecorder) ListResourcesForWebACL(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourcesForWebACL indicates an expected call of ListResourcesForWebACL.

func (*MockWafV2ClientMockRecorder) ListRuleGroups

func (mr *MockWafV2ClientMockRecorder) ListRuleGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWafV2ClientMockRecorder) ListTagsForResource

func (mr *MockWafV2ClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWafV2ClientMockRecorder) ListWebACLs

func (mr *MockWafV2ClientMockRecorder) ListWebACLs(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWebACLs indicates an expected call of ListWebACLs.

type MockWorkspacesClient

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

MockWorkspacesClient is a mock of WorkspacesClient interface.

func NewMockWorkspacesClient

func NewMockWorkspacesClient(ctrl *gomock.Controller) *MockWorkspacesClient

NewMockWorkspacesClient creates a new mock instance.

func (*MockWorkspacesClient) DescribeWorkspaceDirectories

DescribeWorkspaceDirectories mocks base method.

func (*MockWorkspacesClient) DescribeWorkspaces

DescribeWorkspaces mocks base method.

func (*MockWorkspacesClient) EXPECT

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

type MockWorkspacesClientMockRecorder

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

MockWorkspacesClientMockRecorder is the mock recorder for MockWorkspacesClient.

func (*MockWorkspacesClientMockRecorder) DescribeWorkspaceDirectories

func (mr *MockWorkspacesClientMockRecorder) DescribeWorkspaceDirectories(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkspaceDirectories indicates an expected call of DescribeWorkspaceDirectories.

func (*MockWorkspacesClientMockRecorder) DescribeWorkspaces

func (mr *MockWorkspacesClientMockRecorder) DescribeWorkspaces(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkspaces indicates an expected call of DescribeWorkspaces.

type MockXrayClient

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

MockXrayClient is a mock of XrayClient interface.

func NewMockXrayClient

func NewMockXrayClient(ctrl *gomock.Controller) *MockXrayClient

NewMockXrayClient creates a new mock instance.

func (*MockXrayClient) EXPECT

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

func (*MockXrayClient) GetEncryptionConfig

func (m *MockXrayClient) GetEncryptionConfig(arg0 context.Context, arg1 *xray.GetEncryptionConfigInput, arg2 ...func(*xray.Options)) (*xray.GetEncryptionConfigOutput, error)

GetEncryptionConfig mocks base method.

func (*MockXrayClient) GetGroups

func (m *MockXrayClient) GetGroups(arg0 context.Context, arg1 *xray.GetGroupsInput, arg2 ...func(*xray.Options)) (*xray.GetGroupsOutput, error)

GetGroups mocks base method.

func (*MockXrayClient) GetSamplingRules

func (m *MockXrayClient) GetSamplingRules(arg0 context.Context, arg1 *xray.GetSamplingRulesInput, arg2 ...func(*xray.Options)) (*xray.GetSamplingRulesOutput, error)

GetSamplingRules mocks base method.

func (*MockXrayClient) ListTagsForResource

func (m *MockXrayClient) ListTagsForResource(arg0 context.Context, arg1 *xray.ListTagsForResourceInput, arg2 ...func(*xray.Options)) (*xray.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

type MockXrayClientMockRecorder

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

MockXrayClientMockRecorder is the mock recorder for MockXrayClient.

func (*MockXrayClientMockRecorder) GetEncryptionConfig

func (mr *MockXrayClientMockRecorder) GetEncryptionConfig(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEncryptionConfig indicates an expected call of GetEncryptionConfig.

func (*MockXrayClientMockRecorder) GetGroups

func (mr *MockXrayClientMockRecorder) GetGroups(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroups indicates an expected call of GetGroups.

func (*MockXrayClientMockRecorder) GetSamplingRules

func (mr *MockXrayClientMockRecorder) GetSamplingRules(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSamplingRules indicates an expected call of GetSamplingRules.

func (*MockXrayClientMockRecorder) ListTagsForResource

func (mr *MockXrayClientMockRecorder) ListTagsForResource(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

Jump to

Keyboard shortcuts

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