aws

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package aws is a generated GoMock package.

Package aws is a generated GoMock package.

Package aws is a generated GoMock package.

Package aws is a generated GoMock package.

Package aws is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppRunnerClient

type AppRunnerClient interface {
	DescribeService(ctx context.Context, params *apprunner.DescribeServiceInput, optFns ...func(*apprunner.Options)) (*apprunner.DescribeServiceOutput, error)
}

type AppRunnerListServicesPaginator

type AppRunnerListServicesPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*apprunner.Options)) (*apprunner.ListServicesOutput, error)
}

type AppRunnerPaginators

type AppRunnerPaginators interface {
	NewListServicesPaginator(params *apprunner.ListServicesInput, optFns ...func(*apprunner.ListServicesPaginatorOptions)) AppRunnerListServicesPaginator
}

type EcrClient

type EcrClient interface {
	ListTagsForResource(ctx context.Context, params *ecr.ListTagsForResourceInput, optFns ...func(*ecr.Options)) (*ecr.ListTagsForResourceOutput, error)
	BatchDeleteImage(ctx context.Context, params *ecr.BatchDeleteImageInput, optFns ...func(*ecr.Options)) (*ecr.BatchDeleteImageOutput, error)
}

type EcrDescribeImagesPaginator

type EcrDescribeImagesPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*ecr.Options)) (*ecr.DescribeImagesOutput, error)
}

type EcrDescribeRepositoriesPaginator

type EcrDescribeRepositoriesPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*ecr.Options)) (*ecr.DescribeRepositoriesOutput, error)
}

type EcrPaginators

type EcrPaginators interface {
	NewDescribeRepositoriesPaginator(params *ecr.DescribeRepositoriesInput, optFns ...func(*ecr.DescribeRepositoriesPaginatorOptions)) EcrDescribeRepositoriesPaginator
	NewDescribeImagesPaginator(params *ecr.DescribeImagesInput, optFns ...func(*ecr.DescribeImagesPaginatorOptions)) EcrDescribeImagesPaginator
}

type EcsClient

type EcsClient interface {
	DescribeServices(ctx context.Context, params *ecs.DescribeServicesInput, optFns ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)
	DescribeTaskDefinition(ctx context.Context, params *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error)
}

type EcsListClustersPaginator

type EcsListClustersPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*ecs.Options)) (*ecs.ListClustersOutput, error)
}

type EcsListServicesPaginator

type EcsListServicesPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*ecs.Options)) (*ecs.ListServicesOutput, error)
}

type EcsPaginators

type EcsPaginators interface {
	NewListClustersPaginator(params *ecs.ListClustersInput, optFns ...func(*ecs.ListClustersPaginatorOptions)) EcsListClustersPaginator
	NewListServicesPaginator(params *ecs.ListServicesInput, optFns ...func(*ecs.ListServicesPaginatorOptions)) EcsListServicesPaginator
}

type LambdaClient

type LambdaClient interface {
	GetFunction(ctx context.Context, params *lambda.GetFunctionInput, optFns ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)
}

type LambdaListFunctionsPaginator

type LambdaListFunctionsPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*lambda.Options)) (*lambda.ListFunctionsOutput, error)
}

type LambdaPaginators

type LambdaPaginators interface {
	NewListFunctionsPaginator(params *lambda.ListFunctionsInput, optFns ...func(*lambda.ListFunctionsPaginatorOptions)) LambdaListFunctionsPaginator
}

type MockAppRunnerClient

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

MockAppRunnerClient is a mock of AppRunnerClient interface.

func NewMockAppRunnerClient

func NewMockAppRunnerClient(ctrl *gomock.Controller) *MockAppRunnerClient

NewMockAppRunnerClient creates a new mock instance.

func (*MockAppRunnerClient) DescribeService

DescribeService mocks base method.

func (*MockAppRunnerClient) EXPECT

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

type MockAppRunnerClientMockRecorder

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

MockAppRunnerClientMockRecorder is the mock recorder for MockAppRunnerClient.

func (*MockAppRunnerClientMockRecorder) DescribeService

func (mr *MockAppRunnerClientMockRecorder) DescribeService(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeService indicates an expected call of DescribeService.

type MockAppRunnerListServicesPaginator

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

MockAppRunnerListServicesPaginator is a mock of AppRunnerListServicesPaginator interface.

func NewMockAppRunnerListServicesPaginator

func NewMockAppRunnerListServicesPaginator(ctrl *gomock.Controller) *MockAppRunnerListServicesPaginator

NewMockAppRunnerListServicesPaginator creates a new mock instance.

func (*MockAppRunnerListServicesPaginator) EXPECT

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

func (*MockAppRunnerListServicesPaginator) HasMorePages

func (m *MockAppRunnerListServicesPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockAppRunnerListServicesPaginator) NextPage

NextPage mocks base method.

type MockAppRunnerListServicesPaginatorMockRecorder

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

MockAppRunnerListServicesPaginatorMockRecorder is the mock recorder for MockAppRunnerListServicesPaginator.

func (*MockAppRunnerListServicesPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockAppRunnerListServicesPaginatorMockRecorder) NextPage

func (mr *MockAppRunnerListServicesPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockAppRunnerPaginators

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

MockAppRunnerPaginators is a mock of AppRunnerPaginators interface.

func NewMockAppRunnerPaginators

func NewMockAppRunnerPaginators(ctrl *gomock.Controller) *MockAppRunnerPaginators

NewMockAppRunnerPaginators creates a new mock instance.

func (*MockAppRunnerPaginators) EXPECT

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

func (*MockAppRunnerPaginators) NewListServicesPaginator

NewListServicesPaginator mocks base method.

type MockAppRunnerPaginatorsMockRecorder

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

MockAppRunnerPaginatorsMockRecorder is the mock recorder for MockAppRunnerPaginators.

func (*MockAppRunnerPaginatorsMockRecorder) NewListServicesPaginator

func (mr *MockAppRunnerPaginatorsMockRecorder) NewListServicesPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewListServicesPaginator indicates an expected call of NewListServicesPaginator.

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

func (m *MockEcrClient) BatchDeleteImage(ctx context.Context, params *ecr.BatchDeleteImageInput, optFns ...func(*ecr.Options)) (*ecr.BatchDeleteImageOutput, error)

BatchDeleteImage 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(ctx context.Context, params *ecr.ListTagsForResourceInput, optFns ...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) BatchDeleteImage

func (mr *MockEcrClientMockRecorder) BatchDeleteImage(ctx, params interface{}, optFns ...interface{}) *gomock.Call

BatchDeleteImage indicates an expected call of BatchDeleteImage.

func (*MockEcrClientMockRecorder) ListTagsForResource

func (mr *MockEcrClientMockRecorder) ListTagsForResource(ctx, params interface{}, optFns ...interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

type MockEcrDescribeImagesPaginator

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

MockEcrDescribeImagesPaginator is a mock of EcrDescribeImagesPaginator interface.

func NewMockEcrDescribeImagesPaginator

func NewMockEcrDescribeImagesPaginator(ctrl *gomock.Controller) *MockEcrDescribeImagesPaginator

NewMockEcrDescribeImagesPaginator creates a new mock instance.

func (*MockEcrDescribeImagesPaginator) EXPECT

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

func (*MockEcrDescribeImagesPaginator) HasMorePages

func (m *MockEcrDescribeImagesPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockEcrDescribeImagesPaginator) NextPage

func (m *MockEcrDescribeImagesPaginator) NextPage(ctx context.Context, optFns ...func(*ecr.Options)) (*ecr.DescribeImagesOutput, error)

NextPage mocks base method.

type MockEcrDescribeImagesPaginatorMockRecorder

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

MockEcrDescribeImagesPaginatorMockRecorder is the mock recorder for MockEcrDescribeImagesPaginator.

func (*MockEcrDescribeImagesPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockEcrDescribeImagesPaginatorMockRecorder) NextPage

func (mr *MockEcrDescribeImagesPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockEcrDescribeRepositoriesPaginator

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

MockEcrDescribeRepositoriesPaginator is a mock of EcrDescribeRepositoriesPaginator interface.

func NewMockEcrDescribeRepositoriesPaginator

func NewMockEcrDescribeRepositoriesPaginator(ctrl *gomock.Controller) *MockEcrDescribeRepositoriesPaginator

NewMockEcrDescribeRepositoriesPaginator creates a new mock instance.

func (*MockEcrDescribeRepositoriesPaginator) EXPECT

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

func (*MockEcrDescribeRepositoriesPaginator) HasMorePages

func (m *MockEcrDescribeRepositoriesPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockEcrDescribeRepositoriesPaginator) NextPage

NextPage mocks base method.

type MockEcrDescribeRepositoriesPaginatorMockRecorder

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

MockEcrDescribeRepositoriesPaginatorMockRecorder is the mock recorder for MockEcrDescribeRepositoriesPaginator.

func (*MockEcrDescribeRepositoriesPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockEcrDescribeRepositoriesPaginatorMockRecorder) NextPage

func (mr *MockEcrDescribeRepositoriesPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockEcrPaginators

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

MockEcrPaginators is a mock of EcrPaginators interface.

func NewMockEcrPaginators

func NewMockEcrPaginators(ctrl *gomock.Controller) *MockEcrPaginators

NewMockEcrPaginators creates a new mock instance.

func (*MockEcrPaginators) EXPECT

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

func (*MockEcrPaginators) NewDescribeImagesPaginator

func (m *MockEcrPaginators) NewDescribeImagesPaginator(params *ecr.DescribeImagesInput, optFns ...func(*ecr.DescribeImagesPaginatorOptions)) EcrDescribeImagesPaginator

NewDescribeImagesPaginator mocks base method.

func (*MockEcrPaginators) NewDescribeRepositoriesPaginator

NewDescribeRepositoriesPaginator mocks base method.

type MockEcrPaginatorsMockRecorder

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

MockEcrPaginatorsMockRecorder is the mock recorder for MockEcrPaginators.

func (*MockEcrPaginatorsMockRecorder) NewDescribeImagesPaginator

func (mr *MockEcrPaginatorsMockRecorder) NewDescribeImagesPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewDescribeImagesPaginator indicates an expected call of NewDescribeImagesPaginator.

func (*MockEcrPaginatorsMockRecorder) NewDescribeRepositoriesPaginator

func (mr *MockEcrPaginatorsMockRecorder) NewDescribeRepositoriesPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewDescribeRepositoriesPaginator indicates an expected call of NewDescribeRepositoriesPaginator.

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

func (m *MockEcsClient) DescribeServices(ctx context.Context, params *ecs.DescribeServicesInput, optFns ...func(*ecs.Options)) (*ecs.DescribeServicesOutput, error)

DescribeServices mocks base method.

func (*MockEcsClient) DescribeTaskDefinition

func (m *MockEcsClient) DescribeTaskDefinition(ctx context.Context, params *ecs.DescribeTaskDefinitionInput, optFns ...func(*ecs.Options)) (*ecs.DescribeTaskDefinitionOutput, error)

DescribeTaskDefinition mocks base method.

func (*MockEcsClient) EXPECT

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

type MockEcsClientMockRecorder

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

MockEcsClientMockRecorder is the mock recorder for MockEcsClient.

func (*MockEcsClientMockRecorder) DescribeServices

func (mr *MockEcsClientMockRecorder) DescribeServices(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices.

func (*MockEcsClientMockRecorder) DescribeTaskDefinition

func (mr *MockEcsClientMockRecorder) DescribeTaskDefinition(ctx, params interface{}, optFns ...interface{}) *gomock.Call

DescribeTaskDefinition indicates an expected call of DescribeTaskDefinition.

type MockEcsListClustersPaginator

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

MockEcsListClustersPaginator is a mock of EcsListClustersPaginator interface.

func NewMockEcsListClustersPaginator

func NewMockEcsListClustersPaginator(ctrl *gomock.Controller) *MockEcsListClustersPaginator

NewMockEcsListClustersPaginator creates a new mock instance.

func (*MockEcsListClustersPaginator) EXPECT

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

func (*MockEcsListClustersPaginator) HasMorePages

func (m *MockEcsListClustersPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockEcsListClustersPaginator) NextPage

func (m *MockEcsListClustersPaginator) NextPage(ctx context.Context, optFns ...func(*ecs.Options)) (*ecs.ListClustersOutput, error)

NextPage mocks base method.

type MockEcsListClustersPaginatorMockRecorder

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

MockEcsListClustersPaginatorMockRecorder is the mock recorder for MockEcsListClustersPaginator.

func (*MockEcsListClustersPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockEcsListClustersPaginatorMockRecorder) NextPage

func (mr *MockEcsListClustersPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockEcsListServicesPaginator

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

MockEcsListServicesPaginator is a mock of EcsListServicesPaginator interface.

func NewMockEcsListServicesPaginator

func NewMockEcsListServicesPaginator(ctrl *gomock.Controller) *MockEcsListServicesPaginator

NewMockEcsListServicesPaginator creates a new mock instance.

func (*MockEcsListServicesPaginator) EXPECT

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

func (*MockEcsListServicesPaginator) HasMorePages

func (m *MockEcsListServicesPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockEcsListServicesPaginator) NextPage

func (m *MockEcsListServicesPaginator) NextPage(ctx context.Context, optFns ...func(*ecs.Options)) (*ecs.ListServicesOutput, error)

NextPage mocks base method.

type MockEcsListServicesPaginatorMockRecorder

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

MockEcsListServicesPaginatorMockRecorder is the mock recorder for MockEcsListServicesPaginator.

func (*MockEcsListServicesPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockEcsListServicesPaginatorMockRecorder) NextPage

func (mr *MockEcsListServicesPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockEcsPaginators

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

MockEcsPaginators is a mock of EcsPaginators interface.

func NewMockEcsPaginators

func NewMockEcsPaginators(ctrl *gomock.Controller) *MockEcsPaginators

NewMockEcsPaginators creates a new mock instance.

func (*MockEcsPaginators) EXPECT

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

func (*MockEcsPaginators) NewListClustersPaginator

func (m *MockEcsPaginators) NewListClustersPaginator(params *ecs.ListClustersInput, optFns ...func(*ecs.ListClustersPaginatorOptions)) EcsListClustersPaginator

NewListClustersPaginator mocks base method.

func (*MockEcsPaginators) NewListServicesPaginator

func (m *MockEcsPaginators) NewListServicesPaginator(params *ecs.ListServicesInput, optFns ...func(*ecs.ListServicesPaginatorOptions)) EcsListServicesPaginator

NewListServicesPaginator mocks base method.

type MockEcsPaginatorsMockRecorder

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

MockEcsPaginatorsMockRecorder is the mock recorder for MockEcsPaginators.

func (*MockEcsPaginatorsMockRecorder) NewListClustersPaginator

func (mr *MockEcsPaginatorsMockRecorder) NewListClustersPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewListClustersPaginator indicates an expected call of NewListClustersPaginator.

func (*MockEcsPaginatorsMockRecorder) NewListServicesPaginator

func (mr *MockEcsPaginatorsMockRecorder) NewListServicesPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewListServicesPaginator indicates an expected call of NewListServicesPaginator.

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

func (m *MockLambdaClient) GetFunction(ctx context.Context, params *lambda.GetFunctionInput, optFns ...func(*lambda.Options)) (*lambda.GetFunctionOutput, error)

GetFunction mocks base method.

type MockLambdaClientMockRecorder

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

MockLambdaClientMockRecorder is the mock recorder for MockLambdaClient.

func (*MockLambdaClientMockRecorder) GetFunction

func (mr *MockLambdaClientMockRecorder) GetFunction(ctx, params interface{}, optFns ...interface{}) *gomock.Call

GetFunction indicates an expected call of GetFunction.

type MockLambdaListFunctionsPaginator

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

MockLambdaListFunctionsPaginator is a mock of LambdaListFunctionsPaginator interface.

func NewMockLambdaListFunctionsPaginator

func NewMockLambdaListFunctionsPaginator(ctrl *gomock.Controller) *MockLambdaListFunctionsPaginator

NewMockLambdaListFunctionsPaginator creates a new mock instance.

func (*MockLambdaListFunctionsPaginator) EXPECT

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

func (*MockLambdaListFunctionsPaginator) HasMorePages

func (m *MockLambdaListFunctionsPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockLambdaListFunctionsPaginator) NextPage

NextPage mocks base method.

type MockLambdaListFunctionsPaginatorMockRecorder

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

MockLambdaListFunctionsPaginatorMockRecorder is the mock recorder for MockLambdaListFunctionsPaginator.

func (*MockLambdaListFunctionsPaginatorMockRecorder) HasMorePages

HasMorePages indicates an expected call of HasMorePages.

func (*MockLambdaListFunctionsPaginatorMockRecorder) NextPage

func (mr *MockLambdaListFunctionsPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockLambdaPaginators

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

MockLambdaPaginators is a mock of LambdaPaginators interface.

func NewMockLambdaPaginators

func NewMockLambdaPaginators(ctrl *gomock.Controller) *MockLambdaPaginators

NewMockLambdaPaginators creates a new mock instance.

func (*MockLambdaPaginators) EXPECT

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

func (*MockLambdaPaginators) NewListFunctionsPaginator

NewListFunctionsPaginator mocks base method.

type MockLambdaPaginatorsMockRecorder

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

MockLambdaPaginatorsMockRecorder is the mock recorder for MockLambdaPaginators.

func (*MockLambdaPaginatorsMockRecorder) NewListFunctionsPaginator

func (mr *MockLambdaPaginatorsMockRecorder) NewListFunctionsPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewListFunctionsPaginator indicates an expected call of NewListFunctionsPaginator.

type MockProvider

type MockProvider struct {
	Provider *Provider

	MockEcsClient           *MockEcsClient
	MockEcsPaginators       *MockEcsPaginators
	MockLambdaClient        *MockLambdaClient
	MockLambdaPaginators    *MockLambdaPaginators
	MockAppRunnerClient     *MockAppRunnerClient
	MockAppRunnerPaginators *MockAppRunnerPaginators
	MockEcrClient           *MockEcrClient
	MockEcrPaginators       *MockEcrPaginators
	MockSsmPaginators       *MockSsmPaginators
}

func NewMockProvider

func NewMockProvider(ctrl *gomock.Controller) *MockProvider

type MockSsmGetParametersByPathPaginator added in v0.1.1

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

MockSsmGetParametersByPathPaginator is a mock of SsmGetParametersByPathPaginator interface.

func NewMockSsmGetParametersByPathPaginator added in v0.1.1

func NewMockSsmGetParametersByPathPaginator(ctrl *gomock.Controller) *MockSsmGetParametersByPathPaginator

NewMockSsmGetParametersByPathPaginator creates a new mock instance.

func (*MockSsmGetParametersByPathPaginator) EXPECT added in v0.1.1

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

func (*MockSsmGetParametersByPathPaginator) HasMorePages added in v0.1.1

func (m *MockSsmGetParametersByPathPaginator) HasMorePages() bool

HasMorePages mocks base method.

func (*MockSsmGetParametersByPathPaginator) NextPage added in v0.1.1

NextPage mocks base method.

type MockSsmGetParametersByPathPaginatorMockRecorder added in v0.1.1

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

MockSsmGetParametersByPathPaginatorMockRecorder is the mock recorder for MockSsmGetParametersByPathPaginator.

func (*MockSsmGetParametersByPathPaginatorMockRecorder) HasMorePages added in v0.1.1

HasMorePages indicates an expected call of HasMorePages.

func (*MockSsmGetParametersByPathPaginatorMockRecorder) NextPage added in v0.1.1

func (mr *MockSsmGetParametersByPathPaginatorMockRecorder) NextPage(ctx interface{}, optFns ...interface{}) *gomock.Call

NextPage indicates an expected call of NextPage.

type MockSsmPaginators added in v0.1.1

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

MockSsmPaginators is a mock of SsmPaginators interface.

func NewMockSsmPaginators added in v0.1.1

func NewMockSsmPaginators(ctrl *gomock.Controller) *MockSsmPaginators

NewMockSsmPaginators creates a new mock instance.

func (*MockSsmPaginators) EXPECT added in v0.1.1

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

func (*MockSsmPaginators) NewGetParametersByPathPaginator added in v0.1.1

func (m *MockSsmPaginators) NewGetParametersByPathPaginator(params *ssm.GetParametersByPathInput, optFns ...func(*ssm.GetParametersByPathPaginatorOptions)) SsmGetParametersByPathPaginator

NewGetParametersByPathPaginator mocks base method.

type MockSsmPaginatorsMockRecorder added in v0.1.1

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

MockSsmPaginatorsMockRecorder is the mock recorder for MockSsmPaginators.

func (*MockSsmPaginatorsMockRecorder) NewGetParametersByPathPaginator added in v0.1.1

func (mr *MockSsmPaginatorsMockRecorder) NewGetParametersByPathPaginator(params interface{}, optFns ...interface{}) *gomock.Call

NewGetParametersByPathPaginator indicates an expected call of NewGetParametersByPathPaginator.

type Provider

type Provider struct {
	Region string

	EcsClient     EcsClient
	EcsPaginators EcsPaginators

	LambdaClient     LambdaClient
	LambdaPaginators LambdaPaginators

	AppRunnerClient     AppRunnerClient
	AppRunnerPaginators AppRunnerPaginators

	EcrClient     EcrClient
	EcrPaginators EcrPaginators

	SsmPaginators SsmPaginators
}

func NewProvider

func NewProvider() (*Provider, error)

type SsmGetParametersByPathPaginator added in v0.1.1

type SsmGetParametersByPathPaginator interface {
	HasMorePages() bool
	NextPage(ctx context.Context, optFns ...func(*ssm.Options)) (*ssm.GetParametersByPathOutput, error)
}

type SsmPaginators added in v0.1.1

type SsmPaginators interface {
	NewGetParametersByPathPaginator(params *ssm.GetParametersByPathInput, optFns ...func(*ssm.GetParametersByPathPaginatorOptions)) SsmGetParametersByPathPaginator
}

Jump to

Keyboard shortcuts

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