aws

package
v0.38.0 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: Apache-2.0 Imports: 47 Imported by: 0

README

These interface wrappers are only used to generate mock.

You can generate a mock with mockery --name SNSCLient --dir ./test/aws

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeApiGateway

type FakeApiGateway interface {
	apigatewayiface.APIGatewayAPI
}

type FakeApiGatewayV2

type FakeApiGatewayV2 interface {
	apigatewayv2iface.ApiGatewayV2API
}

type FakeApplicationAutoScaling

type FakeApplicationAutoScaling interface {
	applicationautoscalingiface.ApplicationAutoScalingAPI
}

type FakeAutoscaling

type FakeAutoscaling interface {
	autoscalingiface.AutoScalingAPI
}

type FakeCloudFront

type FakeCloudFront interface {
	cloudfrontiface.CloudFrontAPI
}

type FakeCloudformation

type FakeCloudformation interface {
	cloudformationiface.CloudFormationAPI
}

type FakeCloudtrail

type FakeCloudtrail interface {
	cloudtrailiface.CloudTrailAPI
}

type FakeDynamoDB

type FakeDynamoDB interface {
	dynamodbiface.DynamoDBAPI
}

type FakeEC2

type FakeEC2 interface {
	ec2iface.EC2API
}

type FakeECR

type FakeECR interface {
	ecriface.ECRAPI
}

type FakeELB

type FakeELB interface {
	elbiface.ELBAPI
}

type FakeELBV2

type FakeELBV2 interface {
	elbv2iface.ELBV2API
}

type FakeElastiCache

type FakeElastiCache interface {
	elasticacheiface.ElastiCacheAPI
}

type FakeIAM

type FakeIAM interface {
	iamiface.IAMAPI
}

type FakeKMS

type FakeKMS interface {
	kmsiface.KMSAPI
}

type FakeLambda

type FakeLambda interface {
	lambdaiface.LambdaAPI
}

type FakeRDS

type FakeRDS interface {
	rdsiface.RDSAPI
}

type FakeRequestFailure

type FakeRequestFailure interface {
	s3.RequestFailure
}

type FakeRoute53

type FakeRoute53 interface {
	route53iface.Route53API
}

type FakeS3

type FakeS3 interface {
	s3iface.S3API
}

type FakeS3Control

type FakeS3Control interface {
	s3controliface.S3ControlAPI
}

type FakeSNS

type FakeSNS interface {
	snsiface.SNSAPI
}

type FakeSQS

type FakeSQS interface {
	sqsiface.SQSAPI
}

type MockFakeApiGateway

type MockFakeApiGateway struct {
	mock.Mock
}

MockFakeApiGateway is an autogenerated mock type for the FakeApiGateway type

func NewMockFakeApiGateway

func NewMockFakeApiGateway(t mockConstructorTestingTNewMockFakeApiGateway) *MockFakeApiGateway

NewMockFakeApiGateway creates a new instance of MockFakeApiGateway. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeApiGateway) CreateApiKey

CreateApiKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateApiKeyRequest

func (_m *MockFakeApiGateway) CreateApiKeyRequest(_a0 *apigateway.CreateApiKeyInput) (*request.Request, *apigateway.ApiKey)

CreateApiKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateApiKeyWithContext

func (_m *MockFakeApiGateway) CreateApiKeyWithContext(_a0 context.Context, _a1 *apigateway.CreateApiKeyInput, _a2 ...request.Option) (*apigateway.ApiKey, error)

CreateApiKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateAuthorizer

CreateAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateAuthorizerRequest

CreateAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateAuthorizerWithContext

func (_m *MockFakeApiGateway) CreateAuthorizerWithContext(_a0 context.Context, _a1 *apigateway.CreateAuthorizerInput, _a2 ...request.Option) (*apigateway.Authorizer, error)

CreateAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateBasePathMapping

CreateBasePathMapping provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateBasePathMappingRequest

CreateBasePathMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateBasePathMappingWithContext

func (_m *MockFakeApiGateway) CreateBasePathMappingWithContext(_a0 context.Context, _a1 *apigateway.CreateBasePathMappingInput, _a2 ...request.Option) (*apigateway.BasePathMapping, error)

CreateBasePathMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateDeployment

CreateDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDeploymentRequest

CreateDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDeploymentWithContext

func (_m *MockFakeApiGateway) CreateDeploymentWithContext(_a0 context.Context, _a1 *apigateway.CreateDeploymentInput, _a2 ...request.Option) (*apigateway.Deployment, error)

CreateDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateDocumentationPart

CreateDocumentationPart provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDocumentationPartRequest

CreateDocumentationPartRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDocumentationPartWithContext

func (_m *MockFakeApiGateway) CreateDocumentationPartWithContext(_a0 context.Context, _a1 *apigateway.CreateDocumentationPartInput, _a2 ...request.Option) (*apigateway.DocumentationPart, error)

CreateDocumentationPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateDocumentationVersion

CreateDocumentationVersion provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDocumentationVersionRequest

CreateDocumentationVersionRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDocumentationVersionWithContext

func (_m *MockFakeApiGateway) CreateDocumentationVersionWithContext(_a0 context.Context, _a1 *apigateway.CreateDocumentationVersionInput, _a2 ...request.Option) (*apigateway.DocumentationVersion, error)

CreateDocumentationVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateDomainName

CreateDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDomainNameRequest

CreateDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateDomainNameWithContext

func (_m *MockFakeApiGateway) CreateDomainNameWithContext(_a0 context.Context, _a1 *apigateway.CreateDomainNameInput, _a2 ...request.Option) (*apigateway.DomainName, error)

CreateDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateModel

CreateModel provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateModelRequest

func (_m *MockFakeApiGateway) CreateModelRequest(_a0 *apigateway.CreateModelInput) (*request.Request, *apigateway.Model)

CreateModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateModelWithContext

func (_m *MockFakeApiGateway) CreateModelWithContext(_a0 context.Context, _a1 *apigateway.CreateModelInput, _a2 ...request.Option) (*apigateway.Model, error)

CreateModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateRequestValidator

CreateRequestValidator provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateRequestValidatorRequest

CreateRequestValidatorRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateRequestValidatorWithContext

CreateRequestValidatorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateResource

CreateResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateResourceRequest

CreateResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateResourceWithContext

func (_m *MockFakeApiGateway) CreateResourceWithContext(_a0 context.Context, _a1 *apigateway.CreateResourceInput, _a2 ...request.Option) (*apigateway.Resource, error)

CreateResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateRestApi

CreateRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateRestApiRequest

CreateRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateRestApiWithContext

func (_m *MockFakeApiGateway) CreateRestApiWithContext(_a0 context.Context, _a1 *apigateway.CreateRestApiInput, _a2 ...request.Option) (*apigateway.RestApi, error)

CreateRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateStage

CreateStage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateStageRequest

func (_m *MockFakeApiGateway) CreateStageRequest(_a0 *apigateway.CreateStageInput) (*request.Request, *apigateway.Stage)

CreateStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateStageWithContext

func (_m *MockFakeApiGateway) CreateStageWithContext(_a0 context.Context, _a1 *apigateway.CreateStageInput, _a2 ...request.Option) (*apigateway.Stage, error)

CreateStageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateUsagePlan

CreateUsagePlan provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateUsagePlanKey

CreateUsagePlanKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateUsagePlanKeyRequest

CreateUsagePlanKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateUsagePlanKeyWithContext

func (_m *MockFakeApiGateway) CreateUsagePlanKeyWithContext(_a0 context.Context, _a1 *apigateway.CreateUsagePlanKeyInput, _a2 ...request.Option) (*apigateway.UsagePlanKey, error)

CreateUsagePlanKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) CreateUsagePlanRequest

CreateUsagePlanRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateUsagePlanWithContext

func (_m *MockFakeApiGateway) CreateUsagePlanWithContext(_a0 context.Context, _a1 *apigateway.CreateUsagePlanInput, _a2 ...request.Option) (*apigateway.UsagePlan, error)

CreateUsagePlanWithContext provides a mock function with given fields: _a0, _a1, _a2

CreateVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateVpcLinkRequest

CreateVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) CreateVpcLinkWithContext

CreateVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteApiKey

DeleteApiKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteApiKeyRequest

DeleteApiKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteApiKeyWithContext

DeleteApiKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteAuthorizer

DeleteAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteAuthorizerRequest

DeleteAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteAuthorizerWithContext

DeleteAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteBasePathMapping

DeleteBasePathMapping provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteBasePathMappingRequest

DeleteBasePathMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteBasePathMappingWithContext

DeleteBasePathMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteClientCertificate

DeleteClientCertificate provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteClientCertificateRequest

DeleteClientCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteClientCertificateWithContext

DeleteClientCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteDeployment

DeleteDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDeploymentRequest

DeleteDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDeploymentWithContext

DeleteDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteDocumentationPart

DeleteDocumentationPart provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDocumentationPartRequest

DeleteDocumentationPartRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDocumentationPartWithContext

DeleteDocumentationPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteDocumentationVersion

DeleteDocumentationVersion provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDocumentationVersionRequest

DeleteDocumentationVersionRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDocumentationVersionWithContext

DeleteDocumentationVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteDomainName

DeleteDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDomainNameRequest

DeleteDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteDomainNameWithContext

DeleteDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteGatewayResponse

DeleteGatewayResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteGatewayResponseRequest

DeleteGatewayResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteGatewayResponseWithContext

DeleteGatewayResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteIntegration

DeleteIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteIntegrationRequest

DeleteIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteIntegrationResponse

DeleteIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteIntegrationResponseRequest

DeleteIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteIntegrationResponseWithContext

DeleteIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteIntegrationWithContext

DeleteIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteMethod

DeleteMethod provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteMethodRequest

DeleteMethodRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteMethodResponse

DeleteMethodResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteMethodResponseRequest

DeleteMethodResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteMethodResponseWithContext

DeleteMethodResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteMethodWithContext

DeleteMethodWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteModel

DeleteModel provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteModelRequest

DeleteModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteModelWithContext

DeleteModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteRequestValidator

DeleteRequestValidator provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteRequestValidatorRequest

DeleteRequestValidatorRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteRequestValidatorWithContext

DeleteRequestValidatorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteResource

DeleteResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteResourceRequest

DeleteResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteResourceWithContext

DeleteResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteRestApi

DeleteRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteRestApiRequest

DeleteRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteRestApiWithContext

DeleteRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteStage

DeleteStage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteStageRequest

DeleteStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteStageWithContext

DeleteStageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteUsagePlan

DeleteUsagePlan provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteUsagePlanKey

DeleteUsagePlanKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteUsagePlanKeyRequest

DeleteUsagePlanKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteUsagePlanKeyWithContext

DeleteUsagePlanKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) DeleteUsagePlanRequest

DeleteUsagePlanRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteUsagePlanWithContext

DeleteUsagePlanWithContext provides a mock function with given fields: _a0, _a1, _a2

DeleteVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteVpcLinkRequest

DeleteVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) DeleteVpcLinkWithContext

DeleteVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) FlushStageAuthorizersCache

FlushStageAuthorizersCache provides a mock function with given fields: _a0

func (*MockFakeApiGateway) FlushStageAuthorizersCacheRequest

FlushStageAuthorizersCacheRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) FlushStageAuthorizersCacheWithContext

FlushStageAuthorizersCacheWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) FlushStageCache

FlushStageCache provides a mock function with given fields: _a0

func (*MockFakeApiGateway) FlushStageCacheRequest

FlushStageCacheRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) FlushStageCacheWithContext

FlushStageCacheWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GenerateClientCertificate

GenerateClientCertificate provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GenerateClientCertificateRequest

GenerateClientCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GenerateClientCertificateWithContext

func (_m *MockFakeApiGateway) GenerateClientCertificateWithContext(_a0 context.Context, _a1 *apigateway.GenerateClientCertificateInput, _a2 ...request.Option) (*apigateway.ClientCertificate, error)

GenerateClientCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetAccount

GetAccount provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAccountRequest

GetAccountRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAccountWithContext

func (_m *MockFakeApiGateway) GetAccountWithContext(_a0 context.Context, _a1 *apigateway.GetAccountInput, _a2 ...request.Option) (*apigateway.Account, error)

GetAccountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetApiKey

GetApiKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetApiKeyRequest

GetApiKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetApiKeyWithContext

func (_m *MockFakeApiGateway) GetApiKeyWithContext(_a0 context.Context, _a1 *apigateway.GetApiKeyInput, _a2 ...request.Option) (*apigateway.ApiKey, error)

GetApiKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetApiKeys

GetApiKeys provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetApiKeysPages

func (_m *MockFakeApiGateway) GetApiKeysPages(_a0 *apigateway.GetApiKeysInput, _a1 func(*apigateway.GetApiKeysOutput, bool) bool) error

GetApiKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetApiKeysPagesWithContext

func (_m *MockFakeApiGateway) GetApiKeysPagesWithContext(_a0 context.Context, _a1 *apigateway.GetApiKeysInput, _a2 func(*apigateway.GetApiKeysOutput, bool) bool, _a3 ...request.Option) error

GetApiKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetApiKeysRequest

GetApiKeysRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetApiKeysWithContext

GetApiKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetAuthorizer

GetAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAuthorizerRequest

GetAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAuthorizerWithContext

func (_m *MockFakeApiGateway) GetAuthorizerWithContext(_a0 context.Context, _a1 *apigateway.GetAuthorizerInput, _a2 ...request.Option) (*apigateway.Authorizer, error)

GetAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetAuthorizers

GetAuthorizers provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAuthorizersRequest

GetAuthorizersRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetAuthorizersWithContext

GetAuthorizersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetBasePathMapping

GetBasePathMapping provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetBasePathMappingRequest

GetBasePathMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetBasePathMappingWithContext

func (_m *MockFakeApiGateway) GetBasePathMappingWithContext(_a0 context.Context, _a1 *apigateway.GetBasePathMappingInput, _a2 ...request.Option) (*apigateway.BasePathMapping, error)

GetBasePathMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetBasePathMappings

GetBasePathMappings provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetBasePathMappingsPages

GetBasePathMappingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetBasePathMappingsPagesWithContext

func (_m *MockFakeApiGateway) GetBasePathMappingsPagesWithContext(_a0 context.Context, _a1 *apigateway.GetBasePathMappingsInput, _a2 func(*apigateway.GetBasePathMappingsOutput, bool) bool, _a3 ...request.Option) error

GetBasePathMappingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetBasePathMappingsRequest

GetBasePathMappingsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetBasePathMappingsWithContext

GetBasePathMappingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetClientCertificate

GetClientCertificate provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetClientCertificateRequest

GetClientCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetClientCertificateWithContext

func (_m *MockFakeApiGateway) GetClientCertificateWithContext(_a0 context.Context, _a1 *apigateway.GetClientCertificateInput, _a2 ...request.Option) (*apigateway.ClientCertificate, error)

GetClientCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetClientCertificates

GetClientCertificates provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetClientCertificatesPages

GetClientCertificatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetClientCertificatesPagesWithContext

func (_m *MockFakeApiGateway) GetClientCertificatesPagesWithContext(_a0 context.Context, _a1 *apigateway.GetClientCertificatesInput, _a2 func(*apigateway.GetClientCertificatesOutput, bool) bool, _a3 ...request.Option) error

GetClientCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetClientCertificatesRequest

GetClientCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetClientCertificatesWithContext

GetClientCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDeployment

GetDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDeploymentRequest

GetDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDeploymentWithContext

func (_m *MockFakeApiGateway) GetDeploymentWithContext(_a0 context.Context, _a1 *apigateway.GetDeploymentInput, _a2 ...request.Option) (*apigateway.Deployment, error)

GetDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDeployments

GetDeployments provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDeploymentsPages

GetDeploymentsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetDeploymentsPagesWithContext

func (_m *MockFakeApiGateway) GetDeploymentsPagesWithContext(_a0 context.Context, _a1 *apigateway.GetDeploymentsInput, _a2 func(*apigateway.GetDeploymentsOutput, bool) bool, _a3 ...request.Option) error

GetDeploymentsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetDeploymentsRequest

GetDeploymentsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDeploymentsWithContext

GetDeploymentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDocumentationPart

GetDocumentationPart provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationPartRequest

GetDocumentationPartRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationPartWithContext

func (_m *MockFakeApiGateway) GetDocumentationPartWithContext(_a0 context.Context, _a1 *apigateway.GetDocumentationPartInput, _a2 ...request.Option) (*apigateway.DocumentationPart, error)

GetDocumentationPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDocumentationParts

GetDocumentationParts provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationPartsRequest

GetDocumentationPartsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationPartsWithContext

GetDocumentationPartsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDocumentationVersion

GetDocumentationVersion provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationVersionRequest

GetDocumentationVersionRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationVersionWithContext

func (_m *MockFakeApiGateway) GetDocumentationVersionWithContext(_a0 context.Context, _a1 *apigateway.GetDocumentationVersionInput, _a2 ...request.Option) (*apigateway.DocumentationVersion, error)

GetDocumentationVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDocumentationVersions

GetDocumentationVersions provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationVersionsRequest

GetDocumentationVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDocumentationVersionsWithContext

GetDocumentationVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDomainName

GetDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDomainNameRequest

GetDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDomainNameWithContext

func (_m *MockFakeApiGateway) GetDomainNameWithContext(_a0 context.Context, _a1 *apigateway.GetDomainNameInput, _a2 ...request.Option) (*apigateway.DomainName, error)

GetDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetDomainNames

GetDomainNames provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDomainNamesPages

GetDomainNamesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetDomainNamesPagesWithContext

func (_m *MockFakeApiGateway) GetDomainNamesPagesWithContext(_a0 context.Context, _a1 *apigateway.GetDomainNamesInput, _a2 func(*apigateway.GetDomainNamesOutput, bool) bool, _a3 ...request.Option) error

GetDomainNamesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetDomainNamesRequest

GetDomainNamesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetDomainNamesWithContext

GetDomainNamesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetExport

GetExport provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetExportRequest

GetExportRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetExportWithContext

func (_m *MockFakeApiGateway) GetExportWithContext(_a0 context.Context, _a1 *apigateway.GetExportInput, _a2 ...request.Option) (*apigateway.GetExportOutput, error)

GetExportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetGatewayResponse

GetGatewayResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetGatewayResponseRequest

GetGatewayResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetGatewayResponseWithContext

GetGatewayResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetGatewayResponses

GetGatewayResponses provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetGatewayResponsesRequest

GetGatewayResponsesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetGatewayResponsesWithContext

GetGatewayResponsesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetIntegration

GetIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetIntegrationRequest

GetIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetIntegrationResponse

GetIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetIntegrationResponseRequest

GetIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetIntegrationResponseWithContext

func (_m *MockFakeApiGateway) GetIntegrationResponseWithContext(_a0 context.Context, _a1 *apigateway.GetIntegrationResponseInput, _a2 ...request.Option) (*apigateway.IntegrationResponse, error)

GetIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetIntegrationWithContext

func (_m *MockFakeApiGateway) GetIntegrationWithContext(_a0 context.Context, _a1 *apigateway.GetIntegrationInput, _a2 ...request.Option) (*apigateway.Integration, error)

GetIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetMethod

GetMethod provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetMethodRequest

GetMethodRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetMethodResponse

GetMethodResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetMethodResponseRequest

GetMethodResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetMethodResponseWithContext

func (_m *MockFakeApiGateway) GetMethodResponseWithContext(_a0 context.Context, _a1 *apigateway.GetMethodResponseInput, _a2 ...request.Option) (*apigateway.MethodResponse, error)

GetMethodResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetMethodWithContext

func (_m *MockFakeApiGateway) GetMethodWithContext(_a0 context.Context, _a1 *apigateway.GetMethodInput, _a2 ...request.Option) (*apigateway.Method, error)

GetMethodWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetModel

GetModel provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelRequest

GetModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelTemplate

GetModelTemplate provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelTemplateRequest

GetModelTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelTemplateWithContext

GetModelTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetModelWithContext

func (_m *MockFakeApiGateway) GetModelWithContext(_a0 context.Context, _a1 *apigateway.GetModelInput, _a2 ...request.Option) (*apigateway.Model, error)

GetModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetModels

GetModels provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelsPages

func (_m *MockFakeApiGateway) GetModelsPages(_a0 *apigateway.GetModelsInput, _a1 func(*apigateway.GetModelsOutput, bool) bool) error

GetModelsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetModelsPagesWithContext

func (_m *MockFakeApiGateway) GetModelsPagesWithContext(_a0 context.Context, _a1 *apigateway.GetModelsInput, _a2 func(*apigateway.GetModelsOutput, bool) bool, _a3 ...request.Option) error

GetModelsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetModelsRequest

GetModelsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetModelsWithContext

func (_m *MockFakeApiGateway) GetModelsWithContext(_a0 context.Context, _a1 *apigateway.GetModelsInput, _a2 ...request.Option) (*apigateway.GetModelsOutput, error)

GetModelsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetRequestValidator

GetRequestValidator provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRequestValidatorRequest

GetRequestValidatorRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRequestValidatorWithContext

GetRequestValidatorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetRequestValidators

GetRequestValidators provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRequestValidatorsRequest

GetRequestValidatorsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRequestValidatorsWithContext

GetRequestValidatorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetResource

GetResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetResourceRequest

GetResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetResourceWithContext

func (_m *MockFakeApiGateway) GetResourceWithContext(_a0 context.Context, _a1 *apigateway.GetResourceInput, _a2 ...request.Option) (*apigateway.Resource, error)

GetResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetResources

GetResources provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetResourcesPages

GetResourcesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetResourcesPagesWithContext

func (_m *MockFakeApiGateway) GetResourcesPagesWithContext(_a0 context.Context, _a1 *apigateway.GetResourcesInput, _a2 func(*apigateway.GetResourcesOutput, bool) bool, _a3 ...request.Option) error

GetResourcesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetResourcesRequest

GetResourcesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetResourcesWithContext

GetResourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetRestApi

GetRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRestApiRequest

GetRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRestApiWithContext

func (_m *MockFakeApiGateway) GetRestApiWithContext(_a0 context.Context, _a1 *apigateway.GetRestApiInput, _a2 ...request.Option) (*apigateway.RestApi, error)

GetRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetRestApis

GetRestApis provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRestApisPages

func (_m *MockFakeApiGateway) GetRestApisPages(_a0 *apigateway.GetRestApisInput, _a1 func(*apigateway.GetRestApisOutput, bool) bool) error

GetRestApisPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetRestApisPagesWithContext

func (_m *MockFakeApiGateway) GetRestApisPagesWithContext(_a0 context.Context, _a1 *apigateway.GetRestApisInput, _a2 func(*apigateway.GetRestApisOutput, bool) bool, _a3 ...request.Option) error

GetRestApisPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetRestApisRequest

GetRestApisRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetRestApisWithContext

GetRestApisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetSdk

GetSdk provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkRequest

GetSdkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkType

GetSdkType provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkTypeRequest

GetSdkTypeRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkTypeWithContext

func (_m *MockFakeApiGateway) GetSdkTypeWithContext(_a0 context.Context, _a1 *apigateway.GetSdkTypeInput, _a2 ...request.Option) (*apigateway.SdkType, error)

GetSdkTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetSdkTypes

GetSdkTypes provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkTypesRequest

GetSdkTypesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetSdkTypesWithContext

GetSdkTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetSdkWithContext

func (_m *MockFakeApiGateway) GetSdkWithContext(_a0 context.Context, _a1 *apigateway.GetSdkInput, _a2 ...request.Option) (*apigateway.GetSdkOutput, error)

GetSdkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetStage

GetStage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetStageRequest

GetStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetStageWithContext

func (_m *MockFakeApiGateway) GetStageWithContext(_a0 context.Context, _a1 *apigateway.GetStageInput, _a2 ...request.Option) (*apigateway.Stage, error)

GetStageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetStages

GetStages provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetStagesRequest

GetStagesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetStagesWithContext

func (_m *MockFakeApiGateway) GetStagesWithContext(_a0 context.Context, _a1 *apigateway.GetStagesInput, _a2 ...request.Option) (*apigateway.GetStagesOutput, error)

GetStagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetTags

GetTags provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetTagsRequest

GetTagsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetTagsWithContext

func (_m *MockFakeApiGateway) GetTagsWithContext(_a0 context.Context, _a1 *apigateway.GetTagsInput, _a2 ...request.Option) (*apigateway.GetTagsOutput, error)

GetTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetUsage

GetUsage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePages

func (_m *MockFakeApiGateway) GetUsagePages(_a0 *apigateway.GetUsageInput, _a1 func(*apigateway.Usage, bool) bool) error

GetUsagePages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetUsagePagesWithContext

func (_m *MockFakeApiGateway) GetUsagePagesWithContext(_a0 context.Context, _a1 *apigateway.GetUsageInput, _a2 func(*apigateway.Usage, bool) bool, _a3 ...request.Option) error

GetUsagePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetUsagePlan

GetUsagePlan provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanKey

GetUsagePlanKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanKeyRequest

GetUsagePlanKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanKeyWithContext

func (_m *MockFakeApiGateway) GetUsagePlanKeyWithContext(_a0 context.Context, _a1 *apigateway.GetUsagePlanKeyInput, _a2 ...request.Option) (*apigateway.UsagePlanKey, error)

GetUsagePlanKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetUsagePlanKeys

GetUsagePlanKeys provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanKeysPages

GetUsagePlanKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetUsagePlanKeysPagesWithContext

func (_m *MockFakeApiGateway) GetUsagePlanKeysPagesWithContext(_a0 context.Context, _a1 *apigateway.GetUsagePlanKeysInput, _a2 func(*apigateway.GetUsagePlanKeysOutput, bool) bool, _a3 ...request.Option) error

GetUsagePlanKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetUsagePlanKeysRequest

GetUsagePlanKeysRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanKeysWithContext

GetUsagePlanKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetUsagePlanRequest

GetUsagePlanRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlanWithContext

func (_m *MockFakeApiGateway) GetUsagePlanWithContext(_a0 context.Context, _a1 *apigateway.GetUsagePlanInput, _a2 ...request.Option) (*apigateway.UsagePlan, error)

GetUsagePlanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetUsagePlans

GetUsagePlans provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlansPages

GetUsagePlansPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetUsagePlansPagesWithContext

func (_m *MockFakeApiGateway) GetUsagePlansPagesWithContext(_a0 context.Context, _a1 *apigateway.GetUsagePlansInput, _a2 func(*apigateway.GetUsagePlansOutput, bool) bool, _a3 ...request.Option) error

GetUsagePlansPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetUsagePlansRequest

GetUsagePlansRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsagePlansWithContext

GetUsagePlansWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) GetUsageRequest

GetUsageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetUsageWithContext

func (_m *MockFakeApiGateway) GetUsageWithContext(_a0 context.Context, _a1 *apigateway.GetUsageInput, _a2 ...request.Option) (*apigateway.Usage, error)

GetUsageWithContext provides a mock function with given fields: _a0, _a1, _a2

GetVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetVpcLinkRequest

GetVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetVpcLinkWithContext

GetVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

GetVpcLinks provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetVpcLinksPages

func (_m *MockFakeApiGateway) GetVpcLinksPages(_a0 *apigateway.GetVpcLinksInput, _a1 func(*apigateway.GetVpcLinksOutput, bool) bool) error

GetVpcLinksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApiGateway) GetVpcLinksPagesWithContext

func (_m *MockFakeApiGateway) GetVpcLinksPagesWithContext(_a0 context.Context, _a1 *apigateway.GetVpcLinksInput, _a2 func(*apigateway.GetVpcLinksOutput, bool) bool, _a3 ...request.Option) error

GetVpcLinksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApiGateway) GetVpcLinksRequest

GetVpcLinksRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) GetVpcLinksWithContext

GetVpcLinksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) ImportApiKeys

ImportApiKeys provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportApiKeysRequest

ImportApiKeysRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportApiKeysWithContext

ImportApiKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) ImportDocumentationParts

ImportDocumentationParts provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportDocumentationPartsRequest

ImportDocumentationPartsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportDocumentationPartsWithContext

ImportDocumentationPartsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) ImportRestApi

ImportRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportRestApiRequest

ImportRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) ImportRestApiWithContext

func (_m *MockFakeApiGateway) ImportRestApiWithContext(_a0 context.Context, _a1 *apigateway.ImportRestApiInput, _a2 ...request.Option) (*apigateway.RestApi, error)

ImportRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutGatewayResponse

PutGatewayResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutGatewayResponseRequest

PutGatewayResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutGatewayResponseWithContext

PutGatewayResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutIntegration

PutIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutIntegrationRequest

PutIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutIntegrationResponse

PutIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutIntegrationResponseRequest

PutIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutIntegrationResponseWithContext

func (_m *MockFakeApiGateway) PutIntegrationResponseWithContext(_a0 context.Context, _a1 *apigateway.PutIntegrationResponseInput, _a2 ...request.Option) (*apigateway.IntegrationResponse, error)

PutIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutIntegrationWithContext

func (_m *MockFakeApiGateway) PutIntegrationWithContext(_a0 context.Context, _a1 *apigateway.PutIntegrationInput, _a2 ...request.Option) (*apigateway.Integration, error)

PutIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutMethod

PutMethod provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutMethodRequest

PutMethodRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutMethodResponse

PutMethodResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutMethodResponseRequest

PutMethodResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutMethodResponseWithContext

func (_m *MockFakeApiGateway) PutMethodResponseWithContext(_a0 context.Context, _a1 *apigateway.PutMethodResponseInput, _a2 ...request.Option) (*apigateway.MethodResponse, error)

PutMethodResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutMethodWithContext

func (_m *MockFakeApiGateway) PutMethodWithContext(_a0 context.Context, _a1 *apigateway.PutMethodInput, _a2 ...request.Option) (*apigateway.Method, error)

PutMethodWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) PutRestApi

PutRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutRestApiRequest

PutRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) PutRestApiWithContext

func (_m *MockFakeApiGateway) PutRestApiWithContext(_a0 context.Context, _a1 *apigateway.PutRestApiInput, _a2 ...request.Option) (*apigateway.RestApi, error)

PutRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TagResourceWithContext

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) TestInvokeAuthorizer

TestInvokeAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TestInvokeAuthorizerRequest

TestInvokeAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TestInvokeAuthorizerWithContext

TestInvokeAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) TestInvokeMethod

TestInvokeMethod provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TestInvokeMethodRequest

TestInvokeMethodRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) TestInvokeMethodWithContext

TestInvokeMethodWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UntagResourceWithContext

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateAccount

UpdateAccount provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateAccountRequest

UpdateAccountRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateAccountWithContext

func (_m *MockFakeApiGateway) UpdateAccountWithContext(_a0 context.Context, _a1 *apigateway.UpdateAccountInput, _a2 ...request.Option) (*apigateway.Account, error)

UpdateAccountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateApiKey

UpdateApiKey provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateApiKeyRequest

func (_m *MockFakeApiGateway) UpdateApiKeyRequest(_a0 *apigateway.UpdateApiKeyInput) (*request.Request, *apigateway.ApiKey)

UpdateApiKeyRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateApiKeyWithContext

func (_m *MockFakeApiGateway) UpdateApiKeyWithContext(_a0 context.Context, _a1 *apigateway.UpdateApiKeyInput, _a2 ...request.Option) (*apigateway.ApiKey, error)

UpdateApiKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateAuthorizer

UpdateAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateAuthorizerRequest

UpdateAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateAuthorizerWithContext

func (_m *MockFakeApiGateway) UpdateAuthorizerWithContext(_a0 context.Context, _a1 *apigateway.UpdateAuthorizerInput, _a2 ...request.Option) (*apigateway.Authorizer, error)

UpdateAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateBasePathMapping

UpdateBasePathMapping provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateBasePathMappingRequest

UpdateBasePathMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateBasePathMappingWithContext

func (_m *MockFakeApiGateway) UpdateBasePathMappingWithContext(_a0 context.Context, _a1 *apigateway.UpdateBasePathMappingInput, _a2 ...request.Option) (*apigateway.BasePathMapping, error)

UpdateBasePathMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateClientCertificate

UpdateClientCertificate provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateClientCertificateRequest

UpdateClientCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateClientCertificateWithContext

func (_m *MockFakeApiGateway) UpdateClientCertificateWithContext(_a0 context.Context, _a1 *apigateway.UpdateClientCertificateInput, _a2 ...request.Option) (*apigateway.ClientCertificate, error)

UpdateClientCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateDeployment

UpdateDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDeploymentRequest

UpdateDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDeploymentWithContext

func (_m *MockFakeApiGateway) UpdateDeploymentWithContext(_a0 context.Context, _a1 *apigateway.UpdateDeploymentInput, _a2 ...request.Option) (*apigateway.Deployment, error)

UpdateDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateDocumentationPart

UpdateDocumentationPart provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDocumentationPartRequest

UpdateDocumentationPartRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDocumentationPartWithContext

func (_m *MockFakeApiGateway) UpdateDocumentationPartWithContext(_a0 context.Context, _a1 *apigateway.UpdateDocumentationPartInput, _a2 ...request.Option) (*apigateway.DocumentationPart, error)

UpdateDocumentationPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateDocumentationVersion

UpdateDocumentationVersion provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDocumentationVersionRequest

UpdateDocumentationVersionRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDocumentationVersionWithContext

func (_m *MockFakeApiGateway) UpdateDocumentationVersionWithContext(_a0 context.Context, _a1 *apigateway.UpdateDocumentationVersionInput, _a2 ...request.Option) (*apigateway.DocumentationVersion, error)

UpdateDocumentationVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateDomainName

UpdateDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDomainNameRequest

UpdateDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateDomainNameWithContext

func (_m *MockFakeApiGateway) UpdateDomainNameWithContext(_a0 context.Context, _a1 *apigateway.UpdateDomainNameInput, _a2 ...request.Option) (*apigateway.DomainName, error)

UpdateDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateGatewayResponse

UpdateGatewayResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateGatewayResponseRequest

UpdateGatewayResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateGatewayResponseWithContext

UpdateGatewayResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateIntegration

UpdateIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateIntegrationRequest

UpdateIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateIntegrationResponse

UpdateIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateIntegrationResponseRequest

UpdateIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateIntegrationResponseWithContext

func (_m *MockFakeApiGateway) UpdateIntegrationResponseWithContext(_a0 context.Context, _a1 *apigateway.UpdateIntegrationResponseInput, _a2 ...request.Option) (*apigateway.IntegrationResponse, error)

UpdateIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateIntegrationWithContext

func (_m *MockFakeApiGateway) UpdateIntegrationWithContext(_a0 context.Context, _a1 *apigateway.UpdateIntegrationInput, _a2 ...request.Option) (*apigateway.Integration, error)

UpdateIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateMethod

UpdateMethod provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateMethodRequest

func (_m *MockFakeApiGateway) UpdateMethodRequest(_a0 *apigateway.UpdateMethodInput) (*request.Request, *apigateway.Method)

UpdateMethodRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateMethodResponse

UpdateMethodResponse provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateMethodResponseRequest

UpdateMethodResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateMethodResponseWithContext

func (_m *MockFakeApiGateway) UpdateMethodResponseWithContext(_a0 context.Context, _a1 *apigateway.UpdateMethodResponseInput, _a2 ...request.Option) (*apigateway.MethodResponse, error)

UpdateMethodResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateMethodWithContext

func (_m *MockFakeApiGateway) UpdateMethodWithContext(_a0 context.Context, _a1 *apigateway.UpdateMethodInput, _a2 ...request.Option) (*apigateway.Method, error)

UpdateMethodWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateModel

UpdateModel provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateModelRequest

func (_m *MockFakeApiGateway) UpdateModelRequest(_a0 *apigateway.UpdateModelInput) (*request.Request, *apigateway.Model)

UpdateModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateModelWithContext

func (_m *MockFakeApiGateway) UpdateModelWithContext(_a0 context.Context, _a1 *apigateway.UpdateModelInput, _a2 ...request.Option) (*apigateway.Model, error)

UpdateModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateRequestValidator

UpdateRequestValidator provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateRequestValidatorRequest

UpdateRequestValidatorRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateRequestValidatorWithContext

UpdateRequestValidatorWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateResource

UpdateResource provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateResourceRequest

UpdateResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateResourceWithContext

func (_m *MockFakeApiGateway) UpdateResourceWithContext(_a0 context.Context, _a1 *apigateway.UpdateResourceInput, _a2 ...request.Option) (*apigateway.Resource, error)

UpdateResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateRestApi

UpdateRestApi provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateRestApiRequest

UpdateRestApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateRestApiWithContext

func (_m *MockFakeApiGateway) UpdateRestApiWithContext(_a0 context.Context, _a1 *apigateway.UpdateRestApiInput, _a2 ...request.Option) (*apigateway.RestApi, error)

UpdateRestApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateStage

UpdateStage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateStageRequest

func (_m *MockFakeApiGateway) UpdateStageRequest(_a0 *apigateway.UpdateStageInput) (*request.Request, *apigateway.Stage)

UpdateStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateStageWithContext

func (_m *MockFakeApiGateway) UpdateStageWithContext(_a0 context.Context, _a1 *apigateway.UpdateStageInput, _a2 ...request.Option) (*apigateway.Stage, error)

UpdateStageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateUsage

UpdateUsage provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateUsagePlan

UpdateUsagePlan provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateUsagePlanRequest

UpdateUsagePlanRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateUsagePlanWithContext

func (_m *MockFakeApiGateway) UpdateUsagePlanWithContext(_a0 context.Context, _a1 *apigateway.UpdateUsagePlanInput, _a2 ...request.Option) (*apigateway.UsagePlan, error)

UpdateUsagePlanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGateway) UpdateUsageRequest

func (_m *MockFakeApiGateway) UpdateUsageRequest(_a0 *apigateway.UpdateUsageInput) (*request.Request, *apigateway.Usage)

UpdateUsageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateUsageWithContext

func (_m *MockFakeApiGateway) UpdateUsageWithContext(_a0 context.Context, _a1 *apigateway.UpdateUsageInput, _a2 ...request.Option) (*apigateway.Usage, error)

UpdateUsageWithContext provides a mock function with given fields: _a0, _a1, _a2

UpdateVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateVpcLinkRequest

UpdateVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGateway) UpdateVpcLinkWithContext

UpdateVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeApiGatewayV2

type MockFakeApiGatewayV2 struct {
	mock.Mock
}

MockFakeApiGatewayV2 is an autogenerated mock type for the FakeApiGatewayV2 type

func NewMockFakeApiGatewayV2

func NewMockFakeApiGatewayV2(t mockConstructorTestingTNewMockFakeApiGatewayV2) *MockFakeApiGatewayV2

NewMockFakeApiGatewayV2 creates a new instance of MockFakeApiGatewayV2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeApiGatewayV2) CreateApi

CreateApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateApiMapping

CreateApiMapping provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateApiMappingRequest

CreateApiMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateApiMappingWithContext

CreateApiMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateApiRequest

CreateApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateApiWithContext

CreateApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateAuthorizer

CreateAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateAuthorizerRequest

CreateAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateAuthorizerWithContext

CreateAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateDeployment

CreateDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateDeploymentRequest

CreateDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateDeploymentWithContext

CreateDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateDomainName

CreateDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateDomainNameRequest

CreateDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateDomainNameWithContext

CreateDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateIntegration

CreateIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateIntegrationRequest

CreateIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateIntegrationResponse

CreateIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateIntegrationResponseRequest

CreateIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateIntegrationResponseWithContext

CreateIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateIntegrationWithContext

CreateIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateModel

CreateModel provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateModelRequest

CreateModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateModelWithContext

CreateModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateRoute

CreateRoute provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateRouteRequest

CreateRouteRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateRouteResponse

CreateRouteResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateRouteResponseRequest

CreateRouteResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateRouteResponseWithContext

CreateRouteResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateRouteWithContext

CreateRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) CreateStage

CreateStage provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateStageRequest

CreateStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateStageWithContext

CreateStageWithContext provides a mock function with given fields: _a0, _a1, _a2

CreateVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateVpcLinkRequest

CreateVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) CreateVpcLinkWithContext

CreateVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteAccessLogSettings

DeleteAccessLogSettings provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteAccessLogSettingsRequest

DeleteAccessLogSettingsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteAccessLogSettingsWithContext

DeleteAccessLogSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteApi

DeleteApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteApiMapping

DeleteApiMapping provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteApiMappingRequest

DeleteApiMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteApiMappingWithContext

DeleteApiMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteApiRequest

DeleteApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteApiWithContext

DeleteApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteAuthorizer

DeleteAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteAuthorizerRequest

DeleteAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteAuthorizerWithContext

DeleteAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteCorsConfiguration

DeleteCorsConfiguration provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteCorsConfigurationRequest

DeleteCorsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteCorsConfigurationWithContext

DeleteCorsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteDeployment

DeleteDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteDeploymentRequest

DeleteDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteDeploymentWithContext

DeleteDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteDomainName

DeleteDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteDomainNameRequest

DeleteDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteDomainNameWithContext

DeleteDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteIntegration

DeleteIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteIntegrationRequest

DeleteIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteIntegrationResponse

DeleteIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteIntegrationResponseRequest

DeleteIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteIntegrationResponseWithContext

DeleteIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteIntegrationWithContext

DeleteIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteModel

DeleteModel provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteModelRequest

DeleteModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteModelWithContext

DeleteModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteRoute

DeleteRoute provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteRequest

DeleteRouteRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteRequestParameter

DeleteRouteRequestParameter provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteRequestParameterRequest

DeleteRouteRequestParameterRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteRequestParameterWithContext

DeleteRouteRequestParameterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteRouteResponse

DeleteRouteResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteResponseRequest

DeleteRouteResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteResponseWithContext

DeleteRouteResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteRouteSettings

DeleteRouteSettings provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteSettingsRequest

DeleteRouteSettingsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteRouteSettingsWithContext

DeleteRouteSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteRouteWithContext

DeleteRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) DeleteStage

DeleteStage provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteStageRequest

DeleteStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteStageWithContext

DeleteStageWithContext provides a mock function with given fields: _a0, _a1, _a2

DeleteVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteVpcLinkRequest

DeleteVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) DeleteVpcLinkWithContext

DeleteVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) ExportApi

ExportApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ExportApiRequest

ExportApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ExportApiWithContext

ExportApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetApi

GetApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiMapping

GetApiMapping provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiMappingRequest

GetApiMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiMappingWithContext

GetApiMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetApiMappings

GetApiMappings provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiMappingsRequest

GetApiMappingsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiMappingsWithContext

GetApiMappingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetApiRequest

GetApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApiWithContext

GetApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetApis

GetApis provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApisRequest

GetApisRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetApisWithContext

GetApisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetAuthorizer

GetAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetAuthorizerRequest

GetAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetAuthorizerWithContext

GetAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetAuthorizers

GetAuthorizers provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetAuthorizersRequest

GetAuthorizersRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetAuthorizersWithContext

GetAuthorizersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetDeployment

GetDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDeploymentRequest

GetDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDeploymentWithContext

GetDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetDeployments

GetDeployments provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDeploymentsRequest

GetDeploymentsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDeploymentsWithContext

GetDeploymentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetDomainName

GetDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDomainNameRequest

GetDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDomainNameWithContext

GetDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetDomainNames

GetDomainNames provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDomainNamesRequest

GetDomainNamesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetDomainNamesWithContext

GetDomainNamesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetIntegration

GetIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationRequest

GetIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationResponse

GetIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationResponseRequest

GetIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationResponseWithContext

GetIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetIntegrationResponses

GetIntegrationResponses provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationResponsesRequest

GetIntegrationResponsesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationResponsesWithContext

GetIntegrationResponsesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetIntegrationWithContext

GetIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetIntegrations

GetIntegrations provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationsRequest

GetIntegrationsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetIntegrationsWithContext

GetIntegrationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetModel

GetModel provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelRequest

GetModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelTemplate

GetModelTemplate provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelTemplateRequest

GetModelTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelTemplateWithContext

GetModelTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetModelWithContext

GetModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetModels

GetModels provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelsRequest

GetModelsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetModelsWithContext

GetModelsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetRoute

GetRoute provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteRequest

GetRouteRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteResponse

GetRouteResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteResponseRequest

GetRouteResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteResponseWithContext

GetRouteResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetRouteResponses

GetRouteResponses provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteResponsesRequest

GetRouteResponsesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRouteResponsesWithContext

GetRouteResponsesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetRouteWithContext

GetRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetRoutes

GetRoutes provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRoutesRequest

GetRoutesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetRoutesWithContext

GetRoutesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetStage

GetStage provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetStageRequest

GetStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetStageWithContext

GetStageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetStages

GetStages provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetStagesRequest

GetStagesRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetStagesWithContext

GetStagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) GetTags

GetTags provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetTagsRequest

GetTagsRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetTagsWithContext

GetTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

GetVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetVpcLinkRequest

GetVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetVpcLinkWithContext

GetVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

GetVpcLinks provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetVpcLinksRequest

GetVpcLinksRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) GetVpcLinksWithContext

GetVpcLinksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) ImportApi

ImportApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ImportApiRequest

ImportApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ImportApiWithContext

ImportApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) ReimportApi

ReimportApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ReimportApiRequest

ReimportApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ReimportApiWithContext

ReimportApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) ResetAuthorizersCache

ResetAuthorizersCache provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ResetAuthorizersCacheRequest

ResetAuthorizersCacheRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) ResetAuthorizersCacheWithContext

ResetAuthorizersCacheWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) TagResourceWithContext

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UntagResourceWithContext

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateApi

UpdateApi provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateApiMapping

UpdateApiMapping provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateApiMappingRequest

UpdateApiMappingRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateApiMappingWithContext

UpdateApiMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateApiRequest

UpdateApiRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateApiWithContext

UpdateApiWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateAuthorizer

UpdateAuthorizer provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateAuthorizerRequest

UpdateAuthorizerRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateAuthorizerWithContext

UpdateAuthorizerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateDeployment

UpdateDeployment provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateDeploymentRequest

UpdateDeploymentRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateDeploymentWithContext

UpdateDeploymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateDomainName

UpdateDomainName provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateDomainNameRequest

UpdateDomainNameRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateDomainNameWithContext

UpdateDomainNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateIntegration

UpdateIntegration provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateIntegrationRequest

UpdateIntegrationRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateIntegrationResponse

UpdateIntegrationResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateIntegrationResponseRequest

UpdateIntegrationResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateIntegrationResponseWithContext

UpdateIntegrationResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateIntegrationWithContext

UpdateIntegrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateModel

UpdateModel provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateModelRequest

UpdateModelRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateModelWithContext

UpdateModelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateRoute

UpdateRoute provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateRouteRequest

UpdateRouteRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateRouteResponse

UpdateRouteResponse provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateRouteResponseRequest

UpdateRouteResponseRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateRouteResponseWithContext

UpdateRouteResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateRouteWithContext

UpdateRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApiGatewayV2) UpdateStage

UpdateStage provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateStageRequest

UpdateStageRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateStageWithContext

UpdateStageWithContext provides a mock function with given fields: _a0, _a1, _a2

UpdateVpcLink provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateVpcLinkRequest

UpdateVpcLinkRequest provides a mock function with given fields: _a0

func (*MockFakeApiGatewayV2) UpdateVpcLinkWithContext

UpdateVpcLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeApplicationAutoScaling

type MockFakeApplicationAutoScaling struct {
	mock.Mock
}

MockFakeApplicationAutoScaling is an autogenerated mock type for the FakeApplicationAutoScaling type

func NewMockFakeApplicationAutoScaling

func NewMockFakeApplicationAutoScaling(t mockConstructorTestingTNewMockFakeApplicationAutoScaling) *MockFakeApplicationAutoScaling

NewMockFakeApplicationAutoScaling creates a new instance of MockFakeApplicationAutoScaling. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeApplicationAutoScaling) DeleteScalingPolicy

DeleteScalingPolicy provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeleteScalingPolicyRequest

DeleteScalingPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeleteScalingPolicyWithContext

DeleteScalingPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DeleteScheduledAction

DeleteScheduledAction provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeleteScheduledActionRequest

DeleteScheduledActionRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeleteScheduledActionWithContext

DeleteScheduledActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DeregisterScalableTarget

DeregisterScalableTarget provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeregisterScalableTargetRequest

DeregisterScalableTargetRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DeregisterScalableTargetWithContext

DeregisterScalableTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DescribeScalableTargets

DescribeScalableTargets provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalableTargetsPages

DescribeScalableTargetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApplicationAutoScaling) DescribeScalableTargetsPagesWithContext

DescribeScalableTargetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApplicationAutoScaling) DescribeScalableTargetsRequest

DescribeScalableTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalableTargetsWithContext

DescribeScalableTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DescribeScalingActivities

DescribeScalingActivities provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalingActivitiesPages

DescribeScalingActivitiesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApplicationAutoScaling) DescribeScalingActivitiesPagesWithContext

DescribeScalingActivitiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApplicationAutoScaling) DescribeScalingActivitiesRequest

DescribeScalingActivitiesRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalingActivitiesWithContext

DescribeScalingActivitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DescribeScalingPolicies

DescribeScalingPolicies provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalingPoliciesPages

DescribeScalingPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApplicationAutoScaling) DescribeScalingPoliciesPagesWithContext

DescribeScalingPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApplicationAutoScaling) DescribeScalingPoliciesRequest

DescribeScalingPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScalingPoliciesWithContext

DescribeScalingPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) DescribeScheduledActions

DescribeScheduledActions provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScheduledActionsPages

DescribeScheduledActionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeApplicationAutoScaling) DescribeScheduledActionsPagesWithContext

DescribeScheduledActionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeApplicationAutoScaling) DescribeScheduledActionsRequest

DescribeScheduledActionsRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) DescribeScheduledActionsWithContext

DescribeScheduledActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) PutScalingPolicy

PutScalingPolicy provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) PutScalingPolicyRequest

PutScalingPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) PutScalingPolicyWithContext

PutScalingPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) PutScheduledAction

PutScheduledAction provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) PutScheduledActionRequest

PutScheduledActionRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) PutScheduledActionWithContext

PutScheduledActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeApplicationAutoScaling) RegisterScalableTarget

RegisterScalableTarget provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) RegisterScalableTargetRequest

RegisterScalableTargetRequest provides a mock function with given fields: _a0

func (*MockFakeApplicationAutoScaling) RegisterScalableTargetWithContext

RegisterScalableTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeAutoscaling

type MockFakeAutoscaling struct {
	mock.Mock
}

MockFakeAutoscaling is an autogenerated mock type for the FakeAutoscaling type

func NewMockFakeAutoscaling

func NewMockFakeAutoscaling(t mockConstructorTestingTNewMockFakeAutoscaling) *MockFakeAutoscaling

NewMockFakeAutoscaling creates a new instance of MockFakeAutoscaling. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeAutoscaling) AttachInstances

AttachInstances provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachInstancesRequest

AttachInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachInstancesWithContext

AttachInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) AttachLoadBalancerTargetGroups

AttachLoadBalancerTargetGroups provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachLoadBalancerTargetGroupsRequest

AttachLoadBalancerTargetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachLoadBalancerTargetGroupsWithContext

AttachLoadBalancerTargetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) AttachLoadBalancers

AttachLoadBalancers provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachLoadBalancersRequest

AttachLoadBalancersRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) AttachLoadBalancersWithContext

AttachLoadBalancersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) BatchDeleteScheduledAction

BatchDeleteScheduledAction provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) BatchDeleteScheduledActionRequest

BatchDeleteScheduledActionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) BatchDeleteScheduledActionWithContext

BatchDeleteScheduledActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) BatchPutScheduledUpdateGroupAction

BatchPutScheduledUpdateGroupAction provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) BatchPutScheduledUpdateGroupActionRequest

BatchPutScheduledUpdateGroupActionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) BatchPutScheduledUpdateGroupActionWithContext

BatchPutScheduledUpdateGroupActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) CancelInstanceRefresh

CancelInstanceRefresh provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CancelInstanceRefreshRequest

CancelInstanceRefreshRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CancelInstanceRefreshWithContext

CancelInstanceRefreshWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) CompleteLifecycleAction

CompleteLifecycleAction provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CompleteLifecycleActionRequest

CompleteLifecycleActionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CompleteLifecycleActionWithContext

CompleteLifecycleActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) CreateAutoScalingGroup

CreateAutoScalingGroup provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateAutoScalingGroupRequest

CreateAutoScalingGroupRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateAutoScalingGroupWithContext

CreateAutoScalingGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) CreateLaunchConfiguration

CreateLaunchConfiguration provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateLaunchConfigurationRequest

CreateLaunchConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateLaunchConfigurationWithContext

CreateLaunchConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) CreateOrUpdateTags

CreateOrUpdateTags provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateOrUpdateTagsRequest

CreateOrUpdateTagsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) CreateOrUpdateTagsWithContext

CreateOrUpdateTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteAutoScalingGroup

DeleteAutoScalingGroup provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteAutoScalingGroupRequest

DeleteAutoScalingGroupRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteAutoScalingGroupWithContext

DeleteAutoScalingGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteLaunchConfiguration

DeleteLaunchConfiguration provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteLaunchConfigurationRequest

DeleteLaunchConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteLaunchConfigurationWithContext

DeleteLaunchConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteLifecycleHook

DeleteLifecycleHook provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteLifecycleHookRequest

DeleteLifecycleHookRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteLifecycleHookWithContext

DeleteLifecycleHookWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteNotificationConfiguration

DeleteNotificationConfiguration provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteNotificationConfigurationRequest

DeleteNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteNotificationConfigurationWithContext

DeleteNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeletePolicy

DeletePolicy provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeletePolicyRequest

DeletePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeletePolicyWithContext

DeletePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteScheduledAction

DeleteScheduledAction provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteScheduledActionRequest

DeleteScheduledActionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteScheduledActionWithContext

DeleteScheduledActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteTags

DeleteTags provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteTagsRequest

DeleteTagsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteTagsWithContext

DeleteTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DeleteWarmPool

DeleteWarmPool provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteWarmPoolRequest

DeleteWarmPoolRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DeleteWarmPoolWithContext

DeleteWarmPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeAccountLimits

DescribeAccountLimits provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAccountLimitsRequest

DescribeAccountLimitsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAccountLimitsWithContext

DescribeAccountLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeAdjustmentTypes

DescribeAdjustmentTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAdjustmentTypesRequest

DescribeAdjustmentTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAdjustmentTypesWithContext

DescribeAdjustmentTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeAutoScalingGroups

DescribeAutoScalingGroups provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingGroupsPages

DescribeAutoScalingGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeAutoScalingGroupsPagesWithContext

func (_m *MockFakeAutoscaling) DescribeAutoScalingGroupsPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeAutoScalingGroupsInput, _a2 func(*autoscaling.DescribeAutoScalingGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeAutoScalingGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeAutoScalingGroupsRequest

DescribeAutoScalingGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingGroupsWithContext

DescribeAutoScalingGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeAutoScalingInstances

DescribeAutoScalingInstances provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingInstancesPages

DescribeAutoScalingInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeAutoScalingInstancesPagesWithContext

func (_m *MockFakeAutoscaling) DescribeAutoScalingInstancesPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeAutoScalingInstancesInput, _a2 func(*autoscaling.DescribeAutoScalingInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeAutoScalingInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeAutoScalingInstancesRequest

DescribeAutoScalingInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingInstancesWithContext

DescribeAutoScalingInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeAutoScalingNotificationTypes

DescribeAutoScalingNotificationTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingNotificationTypesRequest

DescribeAutoScalingNotificationTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeAutoScalingNotificationTypesWithContext

DescribeAutoScalingNotificationTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeInstanceRefreshes

DescribeInstanceRefreshes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeInstanceRefreshesRequest

DescribeInstanceRefreshesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeInstanceRefreshesWithContext

DescribeInstanceRefreshesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeLaunchConfigurations

DescribeLaunchConfigurations provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLaunchConfigurationsPages

DescribeLaunchConfigurationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeLaunchConfigurationsPagesWithContext

func (_m *MockFakeAutoscaling) DescribeLaunchConfigurationsPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeLaunchConfigurationsInput, _a2 func(*autoscaling.DescribeLaunchConfigurationsOutput, bool) bool, _a3 ...request.Option) error

DescribeLaunchConfigurationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeLaunchConfigurationsRequest

DescribeLaunchConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLaunchConfigurationsWithContext

DescribeLaunchConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeLifecycleHookTypes

DescribeLifecycleHookTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLifecycleHookTypesRequest

DescribeLifecycleHookTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLifecycleHookTypesWithContext

DescribeLifecycleHookTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeLifecycleHooks

DescribeLifecycleHooks provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLifecycleHooksRequest

DescribeLifecycleHooksRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLifecycleHooksWithContext

DescribeLifecycleHooksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeLoadBalancerTargetGroups

DescribeLoadBalancerTargetGroups provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLoadBalancerTargetGroupsRequest

DescribeLoadBalancerTargetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLoadBalancerTargetGroupsWithContext

DescribeLoadBalancerTargetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeLoadBalancers

DescribeLoadBalancers provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLoadBalancersRequest

DescribeLoadBalancersRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeLoadBalancersWithContext

DescribeLoadBalancersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeMetricCollectionTypes

DescribeMetricCollectionTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeMetricCollectionTypesRequest

DescribeMetricCollectionTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeMetricCollectionTypesWithContext

DescribeMetricCollectionTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeNotificationConfigurations

DescribeNotificationConfigurations provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeNotificationConfigurationsPages

DescribeNotificationConfigurationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeNotificationConfigurationsPagesWithContext

func (_m *MockFakeAutoscaling) DescribeNotificationConfigurationsPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeNotificationConfigurationsInput, _a2 func(*autoscaling.DescribeNotificationConfigurationsOutput, bool) bool, _a3 ...request.Option) error

DescribeNotificationConfigurationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeNotificationConfigurationsRequest

DescribeNotificationConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeNotificationConfigurationsWithContext

DescribeNotificationConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribePolicies

DescribePolicies provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribePoliciesPages

DescribePoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribePoliciesPagesWithContext

func (_m *MockFakeAutoscaling) DescribePoliciesPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribePoliciesInput, _a2 func(*autoscaling.DescribePoliciesOutput, bool) bool, _a3 ...request.Option) error

DescribePoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribePoliciesRequest

DescribePoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribePoliciesWithContext

DescribePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeScalingActivities

DescribeScalingActivities provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScalingActivitiesPages

DescribeScalingActivitiesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeScalingActivitiesPagesWithContext

func (_m *MockFakeAutoscaling) DescribeScalingActivitiesPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeScalingActivitiesInput, _a2 func(*autoscaling.DescribeScalingActivitiesOutput, bool) bool, _a3 ...request.Option) error

DescribeScalingActivitiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeScalingActivitiesRequest

DescribeScalingActivitiesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScalingActivitiesWithContext

DescribeScalingActivitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeScalingProcessTypes

DescribeScalingProcessTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScalingProcessTypesRequest

DescribeScalingProcessTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScalingProcessTypesWithContext

DescribeScalingProcessTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeScheduledActions

DescribeScheduledActions provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScheduledActionsPages

DescribeScheduledActionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeScheduledActionsPagesWithContext

func (_m *MockFakeAutoscaling) DescribeScheduledActionsPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeScheduledActionsInput, _a2 func(*autoscaling.DescribeScheduledActionsOutput, bool) bool, _a3 ...request.Option) error

DescribeScheduledActionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeScheduledActionsRequest

DescribeScheduledActionsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeScheduledActionsWithContext

DescribeScheduledActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeTags

DescribeTags provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeTagsPages

DescribeTagsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeAutoscaling) DescribeTagsPagesWithContext

func (_m *MockFakeAutoscaling) DescribeTagsPagesWithContext(_a0 context.Context, _a1 *autoscaling.DescribeTagsInput, _a2 func(*autoscaling.DescribeTagsOutput, bool) bool, _a3 ...request.Option) error

DescribeTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeAutoscaling) DescribeTagsRequest

DescribeTagsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeTagsWithContext

DescribeTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeTerminationPolicyTypes

DescribeTerminationPolicyTypes provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeTerminationPolicyTypesRequest

DescribeTerminationPolicyTypesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeTerminationPolicyTypesWithContext

DescribeTerminationPolicyTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DescribeWarmPool

DescribeWarmPool provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeWarmPoolRequest

DescribeWarmPoolRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DescribeWarmPoolWithContext

DescribeWarmPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DetachInstances

DetachInstances provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachInstancesRequest

DetachInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachInstancesWithContext

DetachInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DetachLoadBalancerTargetGroups

DetachLoadBalancerTargetGroups provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachLoadBalancerTargetGroupsRequest

DetachLoadBalancerTargetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachLoadBalancerTargetGroupsWithContext

DetachLoadBalancerTargetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DetachLoadBalancers

DetachLoadBalancers provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachLoadBalancersRequest

DetachLoadBalancersRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DetachLoadBalancersWithContext

DetachLoadBalancersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) DisableMetricsCollection

DisableMetricsCollection provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DisableMetricsCollectionRequest

DisableMetricsCollectionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) DisableMetricsCollectionWithContext

DisableMetricsCollectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) EnableMetricsCollection

EnableMetricsCollection provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) EnableMetricsCollectionRequest

EnableMetricsCollectionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) EnableMetricsCollectionWithContext

EnableMetricsCollectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) EnterStandby

EnterStandby provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) EnterStandbyRequest

EnterStandbyRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) EnterStandbyWithContext

EnterStandbyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) ExecutePolicy

ExecutePolicy provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ExecutePolicyRequest

ExecutePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ExecutePolicyWithContext

ExecutePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) ExitStandby

ExitStandby provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ExitStandbyRequest

ExitStandbyRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ExitStandbyWithContext

ExitStandbyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) GetPredictiveScalingForecast

GetPredictiveScalingForecast provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) GetPredictiveScalingForecastRequest

GetPredictiveScalingForecastRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) GetPredictiveScalingForecastWithContext

GetPredictiveScalingForecastWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) PutLifecycleHook

PutLifecycleHook provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutLifecycleHookRequest

PutLifecycleHookRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutLifecycleHookWithContext

PutLifecycleHookWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) PutNotificationConfiguration

PutNotificationConfiguration provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutNotificationConfigurationRequest

PutNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutNotificationConfigurationWithContext

PutNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) PutScalingPolicy

PutScalingPolicy provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutScalingPolicyRequest

PutScalingPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutScalingPolicyWithContext

PutScalingPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) PutScheduledUpdateGroupAction

PutScheduledUpdateGroupAction provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutScheduledUpdateGroupActionRequest

PutScheduledUpdateGroupActionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutScheduledUpdateGroupActionWithContext

PutScheduledUpdateGroupActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) PutWarmPool

PutWarmPool provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutWarmPoolRequest

PutWarmPoolRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) PutWarmPoolWithContext

PutWarmPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) RecordLifecycleActionHeartbeat

RecordLifecycleActionHeartbeat provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) RecordLifecycleActionHeartbeatRequest

RecordLifecycleActionHeartbeatRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) RecordLifecycleActionHeartbeatWithContext

RecordLifecycleActionHeartbeatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) ResumeProcesses

ResumeProcesses provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ResumeProcessesRequest

ResumeProcessesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) ResumeProcessesWithContext

ResumeProcessesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) SetDesiredCapacity

SetDesiredCapacity provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetDesiredCapacityRequest

SetDesiredCapacityRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetDesiredCapacityWithContext

SetDesiredCapacityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) SetInstanceHealth

SetInstanceHealth provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetInstanceHealthRequest

SetInstanceHealthRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetInstanceHealthWithContext

SetInstanceHealthWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) SetInstanceProtection

SetInstanceProtection provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetInstanceProtectionRequest

SetInstanceProtectionRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SetInstanceProtectionWithContext

SetInstanceProtectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) StartInstanceRefresh

StartInstanceRefresh provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) StartInstanceRefreshRequest

StartInstanceRefreshRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) StartInstanceRefreshWithContext

StartInstanceRefreshWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) SuspendProcesses

SuspendProcesses provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SuspendProcessesRequest

SuspendProcessesRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) SuspendProcessesWithContext

SuspendProcessesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) TerminateInstanceInAutoScalingGroup

TerminateInstanceInAutoScalingGroup provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) TerminateInstanceInAutoScalingGroupRequest

TerminateInstanceInAutoScalingGroupRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) TerminateInstanceInAutoScalingGroupWithContext

TerminateInstanceInAutoScalingGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) UpdateAutoScalingGroup

UpdateAutoScalingGroup provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) UpdateAutoScalingGroupRequest

UpdateAutoScalingGroupRequest provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) UpdateAutoScalingGroupWithContext

UpdateAutoScalingGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) WaitUntilGroupExists

WaitUntilGroupExists provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) WaitUntilGroupExistsWithContext

func (_m *MockFakeAutoscaling) WaitUntilGroupExistsWithContext(_a0 context.Context, _a1 *autoscaling.DescribeAutoScalingGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilGroupExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) WaitUntilGroupInService

func (_m *MockFakeAutoscaling) WaitUntilGroupInService(_a0 *autoscaling.DescribeAutoScalingGroupsInput) error

WaitUntilGroupInService provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) WaitUntilGroupInServiceWithContext

func (_m *MockFakeAutoscaling) WaitUntilGroupInServiceWithContext(_a0 context.Context, _a1 *autoscaling.DescribeAutoScalingGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilGroupInServiceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeAutoscaling) WaitUntilGroupNotExists

func (_m *MockFakeAutoscaling) WaitUntilGroupNotExists(_a0 *autoscaling.DescribeAutoScalingGroupsInput) error

WaitUntilGroupNotExists provides a mock function with given fields: _a0

func (*MockFakeAutoscaling) WaitUntilGroupNotExistsWithContext

func (_m *MockFakeAutoscaling) WaitUntilGroupNotExistsWithContext(_a0 context.Context, _a1 *autoscaling.DescribeAutoScalingGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilGroupNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeCloudFront

type MockFakeCloudFront struct {
	mock.Mock
}

MockFakeCloudFront is an autogenerated mock type for the FakeCloudFront type

func NewMockFakeCloudFront

func NewMockFakeCloudFront(t mockConstructorTestingTNewMockFakeCloudFront) *MockFakeCloudFront

NewMockFakeCloudFront creates a new instance of MockFakeCloudFront. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeCloudFront) AssociateAlias

AssociateAlias provides a mock function with given fields: _a0

func (*MockFakeCloudFront) AssociateAliasRequest

AssociateAliasRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) AssociateAliasWithContext

AssociateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateCachePolicy

CreateCachePolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateCachePolicyRequest

CreateCachePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateCachePolicyWithContext

CreateCachePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateCloudFrontOriginAccessIdentity

CreateCloudFrontOriginAccessIdentity provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateCloudFrontOriginAccessIdentityRequest

CreateCloudFrontOriginAccessIdentityRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateCloudFrontOriginAccessIdentityWithContext

CreateCloudFrontOriginAccessIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateDistribution

CreateDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateDistributionRequest

CreateDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateDistributionWithContext

CreateDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateDistributionWithTags

CreateDistributionWithTags provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateDistributionWithTagsRequest

CreateDistributionWithTagsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateDistributionWithTagsWithContext

CreateDistributionWithTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateFieldLevelEncryptionConfig

CreateFieldLevelEncryptionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFieldLevelEncryptionConfigRequest

CreateFieldLevelEncryptionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFieldLevelEncryptionConfigWithContext

CreateFieldLevelEncryptionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateFieldLevelEncryptionProfile

CreateFieldLevelEncryptionProfile provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFieldLevelEncryptionProfileRequest

CreateFieldLevelEncryptionProfileRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFieldLevelEncryptionProfileWithContext

CreateFieldLevelEncryptionProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateFunction

CreateFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFunctionRequest

CreateFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateFunctionWithContext

CreateFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateInvalidation

CreateInvalidation provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateInvalidationRequest

CreateInvalidationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateInvalidationWithContext

CreateInvalidationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateKeyGroup

CreateKeyGroup provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateKeyGroupRequest

CreateKeyGroupRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateKeyGroupWithContext

CreateKeyGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateMonitoringSubscription

CreateMonitoringSubscription provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateMonitoringSubscriptionRequest

CreateMonitoringSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateMonitoringSubscriptionWithContext

CreateMonitoringSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateOriginAccessControl

CreateOriginAccessControl provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateOriginAccessControlRequest

CreateOriginAccessControlRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateOriginAccessControlWithContext

CreateOriginAccessControlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateOriginRequestPolicy

CreateOriginRequestPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateOriginRequestPolicyRequest

CreateOriginRequestPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateOriginRequestPolicyWithContext

CreateOriginRequestPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreatePublicKey

CreatePublicKey provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreatePublicKeyRequest

CreatePublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreatePublicKeyWithContext

CreatePublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateRealtimeLogConfig

CreateRealtimeLogConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateRealtimeLogConfigRequest

CreateRealtimeLogConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateRealtimeLogConfigWithContext

CreateRealtimeLogConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateResponseHeadersPolicy

CreateResponseHeadersPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateResponseHeadersPolicyRequest

CreateResponseHeadersPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateResponseHeadersPolicyWithContext

CreateResponseHeadersPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateStreamingDistribution

CreateStreamingDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateStreamingDistributionRequest

CreateStreamingDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateStreamingDistributionWithContext

CreateStreamingDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) CreateStreamingDistributionWithTags

CreateStreamingDistributionWithTags provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateStreamingDistributionWithTagsRequest

CreateStreamingDistributionWithTagsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) CreateStreamingDistributionWithTagsWithContext

CreateStreamingDistributionWithTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteCachePolicy

DeleteCachePolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteCachePolicyRequest

DeleteCachePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteCachePolicyWithContext

DeleteCachePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteCloudFrontOriginAccessIdentity

DeleteCloudFrontOriginAccessIdentity provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteCloudFrontOriginAccessIdentityRequest

DeleteCloudFrontOriginAccessIdentityRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteCloudFrontOriginAccessIdentityWithContext

DeleteCloudFrontOriginAccessIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteDistribution

DeleteDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteDistributionRequest

DeleteDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteDistributionWithContext

DeleteDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionConfig

DeleteFieldLevelEncryptionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionConfigRequest

DeleteFieldLevelEncryptionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionConfigWithContext

DeleteFieldLevelEncryptionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionProfile

DeleteFieldLevelEncryptionProfile provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionProfileRequest

DeleteFieldLevelEncryptionProfileRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFieldLevelEncryptionProfileWithContext

DeleteFieldLevelEncryptionProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteFunction

DeleteFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFunctionRequest

DeleteFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteFunctionWithContext

DeleteFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteKeyGroup

DeleteKeyGroup provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteKeyGroupRequest

DeleteKeyGroupRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteKeyGroupWithContext

DeleteKeyGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteMonitoringSubscription

DeleteMonitoringSubscription provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteMonitoringSubscriptionRequest

DeleteMonitoringSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteMonitoringSubscriptionWithContext

DeleteMonitoringSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteOriginAccessControl

DeleteOriginAccessControl provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteOriginAccessControlRequest

DeleteOriginAccessControlRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteOriginAccessControlWithContext

DeleteOriginAccessControlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteOriginRequestPolicy

DeleteOriginRequestPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteOriginRequestPolicyRequest

DeleteOriginRequestPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteOriginRequestPolicyWithContext

DeleteOriginRequestPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeletePublicKey

DeletePublicKey provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeletePublicKeyRequest

DeletePublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeletePublicKeyWithContext

DeletePublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteRealtimeLogConfig

DeleteRealtimeLogConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteRealtimeLogConfigRequest

DeleteRealtimeLogConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteRealtimeLogConfigWithContext

DeleteRealtimeLogConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteResponseHeadersPolicy

DeleteResponseHeadersPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteResponseHeadersPolicyRequest

DeleteResponseHeadersPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteResponseHeadersPolicyWithContext

DeleteResponseHeadersPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DeleteStreamingDistribution

DeleteStreamingDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteStreamingDistributionRequest

DeleteStreamingDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DeleteStreamingDistributionWithContext

DeleteStreamingDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) DescribeFunction

DescribeFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DescribeFunctionRequest

DescribeFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) DescribeFunctionWithContext

DescribeFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetCachePolicy

GetCachePolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCachePolicyConfig

GetCachePolicyConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCachePolicyConfigRequest

GetCachePolicyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCachePolicyConfigWithContext

GetCachePolicyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetCachePolicyRequest

GetCachePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCachePolicyWithContext

GetCachePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentity

GetCloudFrontOriginAccessIdentity provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentityConfig

GetCloudFrontOriginAccessIdentityConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentityConfigRequest

GetCloudFrontOriginAccessIdentityConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentityConfigWithContext

GetCloudFrontOriginAccessIdentityConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentityRequest

GetCloudFrontOriginAccessIdentityRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetCloudFrontOriginAccessIdentityWithContext

GetCloudFrontOriginAccessIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetDistribution

GetDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetDistributionConfig

GetDistributionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetDistributionConfigRequest

GetDistributionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetDistributionConfigWithContext

GetDistributionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetDistributionRequest

GetDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetDistributionWithContext

GetDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetFieldLevelEncryption

GetFieldLevelEncryption provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionConfig

GetFieldLevelEncryptionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionConfigRequest

GetFieldLevelEncryptionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionConfigWithContext

GetFieldLevelEncryptionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfile

GetFieldLevelEncryptionProfile provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfileConfig

GetFieldLevelEncryptionProfileConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfileConfigRequest

GetFieldLevelEncryptionProfileConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfileConfigWithContext

GetFieldLevelEncryptionProfileConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfileRequest

GetFieldLevelEncryptionProfileRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionProfileWithContext

GetFieldLevelEncryptionProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetFieldLevelEncryptionRequest

GetFieldLevelEncryptionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFieldLevelEncryptionWithContext

GetFieldLevelEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetFunction

GetFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFunctionRequest

GetFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetFunctionWithContext

GetFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetInvalidation

GetInvalidation provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetInvalidationRequest

GetInvalidationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetInvalidationWithContext

GetInvalidationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetKeyGroup

GetKeyGroup provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetKeyGroupConfig

GetKeyGroupConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetKeyGroupConfigRequest

GetKeyGroupConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetKeyGroupConfigWithContext

GetKeyGroupConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetKeyGroupRequest

GetKeyGroupRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetKeyGroupWithContext

GetKeyGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetMonitoringSubscription

GetMonitoringSubscription provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetMonitoringSubscriptionRequest

GetMonitoringSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetMonitoringSubscriptionWithContext

GetMonitoringSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetOriginAccessControl

GetOriginAccessControl provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginAccessControlConfig

GetOriginAccessControlConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginAccessControlConfigRequest

GetOriginAccessControlConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginAccessControlConfigWithContext

GetOriginAccessControlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetOriginAccessControlRequest

GetOriginAccessControlRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginAccessControlWithContext

GetOriginAccessControlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetOriginRequestPolicy

GetOriginRequestPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginRequestPolicyConfig

GetOriginRequestPolicyConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginRequestPolicyConfigRequest

GetOriginRequestPolicyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginRequestPolicyConfigWithContext

GetOriginRequestPolicyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetOriginRequestPolicyRequest

GetOriginRequestPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetOriginRequestPolicyWithContext

GetOriginRequestPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetPublicKey

GetPublicKey provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetPublicKeyConfig

GetPublicKeyConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetPublicKeyConfigRequest

GetPublicKeyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetPublicKeyConfigWithContext

GetPublicKeyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetPublicKeyRequest

GetPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetPublicKeyWithContext

GetPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetRealtimeLogConfig

GetRealtimeLogConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetRealtimeLogConfigRequest

GetRealtimeLogConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetRealtimeLogConfigWithContext

GetRealtimeLogConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetResponseHeadersPolicy

GetResponseHeadersPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetResponseHeadersPolicyConfig

GetResponseHeadersPolicyConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetResponseHeadersPolicyConfigRequest

GetResponseHeadersPolicyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetResponseHeadersPolicyConfigWithContext

GetResponseHeadersPolicyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetResponseHeadersPolicyRequest

GetResponseHeadersPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetResponseHeadersPolicyWithContext

GetResponseHeadersPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetStreamingDistribution

GetStreamingDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetStreamingDistributionConfig

GetStreamingDistributionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetStreamingDistributionConfigRequest

GetStreamingDistributionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetStreamingDistributionConfigWithContext

GetStreamingDistributionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) GetStreamingDistributionRequest

GetStreamingDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) GetStreamingDistributionWithContext

GetStreamingDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListCachePolicies

ListCachePolicies provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListCachePoliciesRequest

ListCachePoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListCachePoliciesWithContext

ListCachePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListCloudFrontOriginAccessIdentities

ListCloudFrontOriginAccessIdentities provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListCloudFrontOriginAccessIdentitiesPages

ListCloudFrontOriginAccessIdentitiesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext

func (_m *MockFakeCloudFront) ListCloudFrontOriginAccessIdentitiesPagesWithContext(_a0 context.Context, _a1 *cloudfront.ListCloudFrontOriginAccessIdentitiesInput, _a2 func(*cloudfront.ListCloudFrontOriginAccessIdentitiesOutput, bool) bool, _a3 ...request.Option) error

ListCloudFrontOriginAccessIdentitiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudFront) ListCloudFrontOriginAccessIdentitiesRequest

ListCloudFrontOriginAccessIdentitiesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListCloudFrontOriginAccessIdentitiesWithContext

ListCloudFrontOriginAccessIdentitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListConflictingAliases

ListConflictingAliases provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListConflictingAliasesRequest

ListConflictingAliasesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListConflictingAliasesWithContext

ListConflictingAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributions

ListDistributions provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByCachePolicyId

ListDistributionsByCachePolicyId provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByCachePolicyIdRequest

ListDistributionsByCachePolicyIdRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByCachePolicyIdWithContext

ListDistributionsByCachePolicyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsByKeyGroup

ListDistributionsByKeyGroup provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByKeyGroupRequest

ListDistributionsByKeyGroupRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByKeyGroupWithContext

ListDistributionsByKeyGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsByOriginRequestPolicyId

ListDistributionsByOriginRequestPolicyId provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByOriginRequestPolicyIdRequest

ListDistributionsByOriginRequestPolicyIdRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByOriginRequestPolicyIdWithContext

ListDistributionsByOriginRequestPolicyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsByRealtimeLogConfig

ListDistributionsByRealtimeLogConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByRealtimeLogConfigRequest

ListDistributionsByRealtimeLogConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByRealtimeLogConfigWithContext

ListDistributionsByRealtimeLogConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsByResponseHeadersPolicyId

ListDistributionsByResponseHeadersPolicyId provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByResponseHeadersPolicyIdRequest

ListDistributionsByResponseHeadersPolicyIdRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByResponseHeadersPolicyIdWithContext

ListDistributionsByResponseHeadersPolicyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsByWebACLId

ListDistributionsByWebACLId provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByWebACLIdRequest

ListDistributionsByWebACLIdRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsByWebACLIdWithContext

ListDistributionsByWebACLIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListDistributionsPages

ListDistributionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudFront) ListDistributionsPagesWithContext

func (_m *MockFakeCloudFront) ListDistributionsPagesWithContext(_a0 context.Context, _a1 *cloudfront.ListDistributionsInput, _a2 func(*cloudfront.ListDistributionsOutput, bool) bool, _a3 ...request.Option) error

ListDistributionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudFront) ListDistributionsRequest

ListDistributionsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListDistributionsWithContext

ListDistributionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListFieldLevelEncryptionConfigs

ListFieldLevelEncryptionConfigs provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFieldLevelEncryptionConfigsRequest

ListFieldLevelEncryptionConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFieldLevelEncryptionConfigsWithContext

ListFieldLevelEncryptionConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListFieldLevelEncryptionProfiles

ListFieldLevelEncryptionProfiles provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFieldLevelEncryptionProfilesRequest

ListFieldLevelEncryptionProfilesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFieldLevelEncryptionProfilesWithContext

ListFieldLevelEncryptionProfilesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListFunctions

ListFunctions provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFunctionsRequest

ListFunctionsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListFunctionsWithContext

ListFunctionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListInvalidations

ListInvalidations provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListInvalidationsPages

ListInvalidationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudFront) ListInvalidationsPagesWithContext

func (_m *MockFakeCloudFront) ListInvalidationsPagesWithContext(_a0 context.Context, _a1 *cloudfront.ListInvalidationsInput, _a2 func(*cloudfront.ListInvalidationsOutput, bool) bool, _a3 ...request.Option) error

ListInvalidationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudFront) ListInvalidationsRequest

ListInvalidationsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListInvalidationsWithContext

ListInvalidationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListKeyGroups

ListKeyGroups provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListKeyGroupsRequest

ListKeyGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListKeyGroupsWithContext

ListKeyGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListOriginAccessControls

ListOriginAccessControls provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListOriginAccessControlsRequest

ListOriginAccessControlsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListOriginAccessControlsWithContext

ListOriginAccessControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListOriginRequestPolicies

ListOriginRequestPolicies provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListOriginRequestPoliciesRequest

ListOriginRequestPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListOriginRequestPoliciesWithContext

ListOriginRequestPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListPublicKeys

ListPublicKeys provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListPublicKeysRequest

ListPublicKeysRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListPublicKeysWithContext

ListPublicKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListRealtimeLogConfigs

ListRealtimeLogConfigs provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListRealtimeLogConfigsRequest

ListRealtimeLogConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListRealtimeLogConfigsWithContext

ListRealtimeLogConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListResponseHeadersPolicies

ListResponseHeadersPolicies provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListResponseHeadersPoliciesRequest

ListResponseHeadersPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListResponseHeadersPoliciesWithContext

ListResponseHeadersPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListStreamingDistributions

ListStreamingDistributions provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListStreamingDistributionsPages

ListStreamingDistributionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudFront) ListStreamingDistributionsPagesWithContext

func (_m *MockFakeCloudFront) ListStreamingDistributionsPagesWithContext(_a0 context.Context, _a1 *cloudfront.ListStreamingDistributionsInput, _a2 func(*cloudfront.ListStreamingDistributionsOutput, bool) bool, _a3 ...request.Option) error

ListStreamingDistributionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudFront) ListStreamingDistributionsRequest

ListStreamingDistributionsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListStreamingDistributionsWithContext

ListStreamingDistributionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) ListTagsForResourceWithContext

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) PublishFunction

PublishFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) PublishFunctionRequest

PublishFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) PublishFunctionWithContext

PublishFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockFakeCloudFront) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) TagResourceWithContext

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) TestFunction

TestFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) TestFunctionRequest

TestFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) TestFunctionWithContext

TestFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UntagResourceWithContext

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateCachePolicy

UpdateCachePolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateCachePolicyRequest

UpdateCachePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateCachePolicyWithContext

UpdateCachePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateCloudFrontOriginAccessIdentity

UpdateCloudFrontOriginAccessIdentity provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateCloudFrontOriginAccessIdentityRequest

UpdateCloudFrontOriginAccessIdentityRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateCloudFrontOriginAccessIdentityWithContext

UpdateCloudFrontOriginAccessIdentityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateDistribution

UpdateDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateDistributionRequest

UpdateDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateDistributionWithContext

UpdateDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionConfig

UpdateFieldLevelEncryptionConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionConfigRequest

UpdateFieldLevelEncryptionConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionConfigWithContext

UpdateFieldLevelEncryptionConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionProfile

UpdateFieldLevelEncryptionProfile provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionProfileRequest

UpdateFieldLevelEncryptionProfileRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFieldLevelEncryptionProfileWithContext

UpdateFieldLevelEncryptionProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateFunction

UpdateFunction provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFunctionRequest

UpdateFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateFunctionWithContext

UpdateFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateKeyGroup

UpdateKeyGroup provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateKeyGroupRequest

UpdateKeyGroupRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateKeyGroupWithContext

UpdateKeyGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateOriginAccessControl

UpdateOriginAccessControl provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateOriginAccessControlRequest

UpdateOriginAccessControlRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateOriginAccessControlWithContext

UpdateOriginAccessControlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateOriginRequestPolicy

UpdateOriginRequestPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateOriginRequestPolicyRequest

UpdateOriginRequestPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateOriginRequestPolicyWithContext

UpdateOriginRequestPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdatePublicKey

UpdatePublicKey provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdatePublicKeyRequest

UpdatePublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdatePublicKeyWithContext

UpdatePublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateRealtimeLogConfig

UpdateRealtimeLogConfig provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateRealtimeLogConfigRequest

UpdateRealtimeLogConfigRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateRealtimeLogConfigWithContext

UpdateRealtimeLogConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateResponseHeadersPolicy

UpdateResponseHeadersPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateResponseHeadersPolicyRequest

UpdateResponseHeadersPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateResponseHeadersPolicyWithContext

UpdateResponseHeadersPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) UpdateStreamingDistribution

UpdateStreamingDistribution provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateStreamingDistributionRequest

UpdateStreamingDistributionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudFront) UpdateStreamingDistributionWithContext

UpdateStreamingDistributionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) WaitUntilDistributionDeployed

func (_m *MockFakeCloudFront) WaitUntilDistributionDeployed(_a0 *cloudfront.GetDistributionInput) error

WaitUntilDistributionDeployed provides a mock function with given fields: _a0

func (*MockFakeCloudFront) WaitUntilDistributionDeployedWithContext

func (_m *MockFakeCloudFront) WaitUntilDistributionDeployedWithContext(_a0 context.Context, _a1 *cloudfront.GetDistributionInput, _a2 ...request.WaiterOption) error

WaitUntilDistributionDeployedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) WaitUntilInvalidationCompleted

func (_m *MockFakeCloudFront) WaitUntilInvalidationCompleted(_a0 *cloudfront.GetInvalidationInput) error

WaitUntilInvalidationCompleted provides a mock function with given fields: _a0

func (*MockFakeCloudFront) WaitUntilInvalidationCompletedWithContext

func (_m *MockFakeCloudFront) WaitUntilInvalidationCompletedWithContext(_a0 context.Context, _a1 *cloudfront.GetInvalidationInput, _a2 ...request.WaiterOption) error

WaitUntilInvalidationCompletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudFront) WaitUntilStreamingDistributionDeployed

func (_m *MockFakeCloudFront) WaitUntilStreamingDistributionDeployed(_a0 *cloudfront.GetStreamingDistributionInput) error

WaitUntilStreamingDistributionDeployed provides a mock function with given fields: _a0

func (*MockFakeCloudFront) WaitUntilStreamingDistributionDeployedWithContext

func (_m *MockFakeCloudFront) WaitUntilStreamingDistributionDeployedWithContext(_a0 context.Context, _a1 *cloudfront.GetStreamingDistributionInput, _a2 ...request.WaiterOption) error

WaitUntilStreamingDistributionDeployedWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeCloudformation

type MockFakeCloudformation struct {
	mock.Mock
}

MockFakeCloudformation is an autogenerated mock type for the FakeCloudformation type

func NewMockFakeCloudformation

func NewMockFakeCloudformation(t mockConstructorTestingTNewMockFakeCloudformation) *MockFakeCloudformation

NewMockFakeCloudformation creates a new instance of MockFakeCloudformation. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeCloudformation) ActivateType

ActivateType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ActivateTypeRequest

ActivateTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ActivateTypeWithContext

ActivateTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) BatchDescribeTypeConfigurations

BatchDescribeTypeConfigurations provides a mock function with given fields: _a0

func (*MockFakeCloudformation) BatchDescribeTypeConfigurationsRequest

BatchDescribeTypeConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) BatchDescribeTypeConfigurationsWithContext

BatchDescribeTypeConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) CancelUpdateStack

CancelUpdateStack provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CancelUpdateStackRequest

CancelUpdateStackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CancelUpdateStackWithContext

CancelUpdateStackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ContinueUpdateRollback

ContinueUpdateRollback provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ContinueUpdateRollbackRequest

ContinueUpdateRollbackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ContinueUpdateRollbackWithContext

ContinueUpdateRollbackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) CreateChangeSet

CreateChangeSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateChangeSetRequest

CreateChangeSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateChangeSetWithContext

CreateChangeSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) CreateStack

CreateStack provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackInstances

CreateStackInstances provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackInstancesRequest

CreateStackInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackInstancesWithContext

CreateStackInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) CreateStackRequest

CreateStackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackSet

CreateStackSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackSetRequest

CreateStackSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) CreateStackSetWithContext

CreateStackSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) CreateStackWithContext

CreateStackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeactivateType

DeactivateType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeactivateTypeRequest

DeactivateTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeactivateTypeWithContext

DeactivateTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeleteChangeSet

DeleteChangeSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteChangeSetRequest

DeleteChangeSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteChangeSetWithContext

DeleteChangeSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeleteStack

DeleteStack provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackInstances

DeleteStackInstances provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackInstancesRequest

DeleteStackInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackInstancesWithContext

DeleteStackInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeleteStackRequest

DeleteStackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackSet

DeleteStackSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackSetRequest

DeleteStackSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeleteStackSetWithContext

DeleteStackSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeleteStackWithContext

DeleteStackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DeregisterType

DeregisterType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeregisterTypeRequest

DeregisterTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DeregisterTypeWithContext

DeregisterTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeAccountLimits

DescribeAccountLimits provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeAccountLimitsPages

DescribeAccountLimitsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) DescribeAccountLimitsPagesWithContext

DescribeAccountLimitsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) DescribeAccountLimitsRequest

DescribeAccountLimitsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeAccountLimitsWithContext

DescribeAccountLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeChangeSet

DescribeChangeSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeChangeSetHooks

DescribeChangeSetHooks provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeChangeSetHooksRequest

DescribeChangeSetHooksRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeChangeSetHooksWithContext

DescribeChangeSetHooksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeChangeSetRequest

DescribeChangeSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeChangeSetWithContext

DescribeChangeSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribePublisher

DescribePublisher provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribePublisherRequest

DescribePublisherRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribePublisherWithContext

DescribePublisherWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackDriftDetectionStatus

DescribeStackDriftDetectionStatus provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackDriftDetectionStatusRequest

DescribeStackDriftDetectionStatusRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackDriftDetectionStatusWithContext

DescribeStackDriftDetectionStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackEvents

DescribeStackEvents provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackEventsPages

DescribeStackEventsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) DescribeStackEventsPagesWithContext

DescribeStackEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) DescribeStackEventsRequest

DescribeStackEventsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackEventsWithContext

DescribeStackEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackInstance

DescribeStackInstance provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackInstanceRequest

DescribeStackInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackInstanceWithContext

DescribeStackInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackResource

DescribeStackResource provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourceDrifts

DescribeStackResourceDrifts provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourceDriftsPages

DescribeStackResourceDriftsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) DescribeStackResourceDriftsPagesWithContext

DescribeStackResourceDriftsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) DescribeStackResourceDriftsRequest

DescribeStackResourceDriftsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourceDriftsWithContext

DescribeStackResourceDriftsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackResourceRequest

DescribeStackResourceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourceWithContext

DescribeStackResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackResources

DescribeStackResources provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourcesRequest

DescribeStackResourcesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackResourcesWithContext

DescribeStackResourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackSet

DescribeStackSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackSetOperation

DescribeStackSetOperation provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackSetOperationRequest

DescribeStackSetOperationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackSetOperationWithContext

DescribeStackSetOperationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStackSetRequest

DescribeStackSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStackSetWithContext

DescribeStackSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeStacks

DescribeStacks provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStacksPages

DescribeStacksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) DescribeStacksPagesWithContext

func (_m *MockFakeCloudformation) DescribeStacksPagesWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 func(*cloudformation.DescribeStacksOutput, bool) bool, _a3 ...request.Option) error

DescribeStacksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) DescribeStacksRequest

DescribeStacksRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeStacksWithContext

DescribeStacksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeType

DescribeType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeTypeRegistration

DescribeTypeRegistration provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeTypeRegistrationRequest

DescribeTypeRegistrationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeTypeRegistrationWithContext

DescribeTypeRegistrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DescribeTypeRequest

DescribeTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DescribeTypeWithContext

DescribeTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DetectStackDrift

DetectStackDrift provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackDriftRequest

DetectStackDriftRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackDriftWithContext

DetectStackDriftWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DetectStackResourceDrift

DetectStackResourceDrift provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackResourceDriftRequest

DetectStackResourceDriftRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackResourceDriftWithContext

DetectStackResourceDriftWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) DetectStackSetDrift

DetectStackSetDrift provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackSetDriftRequest

DetectStackSetDriftRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) DetectStackSetDriftWithContext

DetectStackSetDriftWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) EstimateTemplateCost

EstimateTemplateCost provides a mock function with given fields: _a0

func (*MockFakeCloudformation) EstimateTemplateCostRequest

EstimateTemplateCostRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) EstimateTemplateCostWithContext

EstimateTemplateCostWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ExecuteChangeSet

ExecuteChangeSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ExecuteChangeSetRequest

ExecuteChangeSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ExecuteChangeSetWithContext

ExecuteChangeSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) GetStackPolicy

GetStackPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetStackPolicyRequest

GetStackPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetStackPolicyWithContext

GetStackPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) GetTemplate

GetTemplate provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetTemplateRequest

GetTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetTemplateSummary

GetTemplateSummary provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetTemplateSummaryRequest

GetTemplateSummaryRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) GetTemplateSummaryWithContext

GetTemplateSummaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) GetTemplateWithContext

GetTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ImportStacksToStackSet

ImportStacksToStackSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ImportStacksToStackSetRequest

ImportStacksToStackSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ImportStacksToStackSetWithContext

ImportStacksToStackSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListChangeSets

ListChangeSets provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListChangeSetsPages

ListChangeSetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListChangeSetsPagesWithContext

func (_m *MockFakeCloudformation) ListChangeSetsPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListChangeSetsInput, _a2 func(*cloudformation.ListChangeSetsOutput, bool) bool, _a3 ...request.Option) error

ListChangeSetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListChangeSetsRequest

ListChangeSetsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListChangeSetsWithContext

ListChangeSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListExports

ListExports provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListExportsPages

ListExportsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListExportsPagesWithContext

func (_m *MockFakeCloudformation) ListExportsPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListExportsInput, _a2 func(*cloudformation.ListExportsOutput, bool) bool, _a3 ...request.Option) error

ListExportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListExportsRequest

ListExportsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListExportsWithContext

ListExportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListImports

ListImports provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListImportsPages

ListImportsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListImportsPagesWithContext

func (_m *MockFakeCloudformation) ListImportsPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListImportsInput, _a2 func(*cloudformation.ListImportsOutput, bool) bool, _a3 ...request.Option) error

ListImportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListImportsRequest

ListImportsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListImportsWithContext

ListImportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStackInstances

ListStackInstances provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackInstancesPages

ListStackInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStackInstancesPagesWithContext

ListStackInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStackInstancesRequest

ListStackInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackInstancesWithContext

ListStackInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStackResources

ListStackResources provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackResourcesPages

ListStackResourcesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStackResourcesPagesWithContext

ListStackResourcesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStackResourcesRequest

ListStackResourcesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackResourcesWithContext

ListStackResourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStackSetOperationResults

ListStackSetOperationResults provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetOperationResultsPages

ListStackSetOperationResultsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStackSetOperationResultsPagesWithContext

ListStackSetOperationResultsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStackSetOperationResultsRequest

ListStackSetOperationResultsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetOperationResultsWithContext

ListStackSetOperationResultsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStackSetOperations

ListStackSetOperations provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetOperationsPages

ListStackSetOperationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStackSetOperationsPagesWithContext

ListStackSetOperationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStackSetOperationsRequest

ListStackSetOperationsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetOperationsWithContext

ListStackSetOperationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStackSets

ListStackSets provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetsPages

ListStackSetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStackSetsPagesWithContext

func (_m *MockFakeCloudformation) ListStackSetsPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListStackSetsInput, _a2 func(*cloudformation.ListStackSetsOutput, bool) bool, _a3 ...request.Option) error

ListStackSetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStackSetsRequest

ListStackSetsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStackSetsWithContext

ListStackSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListStacks

ListStacks provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStacksPages

ListStacksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListStacksPagesWithContext

func (_m *MockFakeCloudformation) ListStacksPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListStacksInput, _a2 func(*cloudformation.ListStacksOutput, bool) bool, _a3 ...request.Option) error

ListStacksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListStacksRequest

ListStacksRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListStacksWithContext

ListStacksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListTypeRegistrations

ListTypeRegistrations provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypeRegistrationsPages

ListTypeRegistrationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListTypeRegistrationsPagesWithContext

ListTypeRegistrationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListTypeRegistrationsRequest

ListTypeRegistrationsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypeRegistrationsWithContext

ListTypeRegistrationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListTypeVersions

ListTypeVersions provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypeVersionsPages

ListTypeVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListTypeVersionsPagesWithContext

func (_m *MockFakeCloudformation) ListTypeVersionsPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListTypeVersionsInput, _a2 func(*cloudformation.ListTypeVersionsOutput, bool) bool, _a3 ...request.Option) error

ListTypeVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListTypeVersionsRequest

ListTypeVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypeVersionsWithContext

ListTypeVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ListTypes

ListTypes provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypesPages

ListTypesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudformation) ListTypesPagesWithContext

func (_m *MockFakeCloudformation) ListTypesPagesWithContext(_a0 context.Context, _a1 *cloudformation.ListTypesInput, _a2 func(*cloudformation.ListTypesOutput, bool) bool, _a3 ...request.Option) error

ListTypesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudformation) ListTypesRequest

ListTypesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ListTypesWithContext

ListTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) PublishType

PublishType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) PublishTypeRequest

PublishTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) PublishTypeWithContext

PublishTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) RecordHandlerProgress

RecordHandlerProgress provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RecordHandlerProgressRequest

RecordHandlerProgressRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RecordHandlerProgressWithContext

RecordHandlerProgressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) RegisterPublisher

RegisterPublisher provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RegisterPublisherRequest

RegisterPublisherRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RegisterPublisherWithContext

RegisterPublisherWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) RegisterType

RegisterType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RegisterTypeRequest

RegisterTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RegisterTypeWithContext

RegisterTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) RollbackStack

RollbackStack provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RollbackStackRequest

RollbackStackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) RollbackStackWithContext

RollbackStackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) SetStackPolicy

SetStackPolicy provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetStackPolicyRequest

SetStackPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetStackPolicyWithContext

SetStackPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) SetTypeConfiguration

SetTypeConfiguration provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetTypeConfigurationRequest

SetTypeConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetTypeConfigurationWithContext

SetTypeConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) SetTypeDefaultVersion

SetTypeDefaultVersion provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetTypeDefaultVersionRequest

SetTypeDefaultVersionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SetTypeDefaultVersionWithContext

SetTypeDefaultVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) SignalResource

SignalResource provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SignalResourceRequest

SignalResourceRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) SignalResourceWithContext

SignalResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) StopStackSetOperation

StopStackSetOperation provides a mock function with given fields: _a0

func (*MockFakeCloudformation) StopStackSetOperationRequest

StopStackSetOperationRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) StopStackSetOperationWithContext

StopStackSetOperationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) TestType

TestType provides a mock function with given fields: _a0

func (*MockFakeCloudformation) TestTypeRequest

TestTypeRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) TestTypeWithContext

TestTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) UpdateStack

UpdateStack provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackInstances

UpdateStackInstances provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackInstancesRequest

UpdateStackInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackInstancesWithContext

UpdateStackInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) UpdateStackRequest

UpdateStackRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackSet

UpdateStackSet provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackSetRequest

UpdateStackSetRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateStackSetWithContext

UpdateStackSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) UpdateStackWithContext

UpdateStackWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) UpdateTerminationProtection

UpdateTerminationProtection provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateTerminationProtectionRequest

UpdateTerminationProtectionRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) UpdateTerminationProtectionWithContext

UpdateTerminationProtectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) ValidateTemplate

ValidateTemplate provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ValidateTemplateRequest

ValidateTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeCloudformation) ValidateTemplateWithContext

ValidateTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilChangeSetCreateComplete

func (_m *MockFakeCloudformation) WaitUntilChangeSetCreateComplete(_a0 *cloudformation.DescribeChangeSetInput) error

WaitUntilChangeSetCreateComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilChangeSetCreateCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilChangeSetCreateCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeChangeSetInput, _a2 ...request.WaiterOption) error

WaitUntilChangeSetCreateCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackCreateComplete

func (_m *MockFakeCloudformation) WaitUntilStackCreateComplete(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackCreateComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackCreateCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilStackCreateCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackCreateCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackDeleteComplete

func (_m *MockFakeCloudformation) WaitUntilStackDeleteComplete(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackDeleteComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackDeleteCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilStackDeleteCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackDeleteCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackExists

func (_m *MockFakeCloudformation) WaitUntilStackExists(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackExists provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackExistsWithContext

func (_m *MockFakeCloudformation) WaitUntilStackExistsWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackImportComplete

func (_m *MockFakeCloudformation) WaitUntilStackImportComplete(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackImportComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackImportCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilStackImportCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackImportCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackRollbackComplete

func (_m *MockFakeCloudformation) WaitUntilStackRollbackComplete(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackRollbackComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackRollbackCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilStackRollbackCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackRollbackCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilStackUpdateComplete

func (_m *MockFakeCloudformation) WaitUntilStackUpdateComplete(_a0 *cloudformation.DescribeStacksInput) error

WaitUntilStackUpdateComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilStackUpdateCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilStackUpdateCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeStacksInput, _a2 ...request.WaiterOption) error

WaitUntilStackUpdateCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudformation) WaitUntilTypeRegistrationComplete

func (_m *MockFakeCloudformation) WaitUntilTypeRegistrationComplete(_a0 *cloudformation.DescribeTypeRegistrationInput) error

WaitUntilTypeRegistrationComplete provides a mock function with given fields: _a0

func (*MockFakeCloudformation) WaitUntilTypeRegistrationCompleteWithContext

func (_m *MockFakeCloudformation) WaitUntilTypeRegistrationCompleteWithContext(_a0 context.Context, _a1 *cloudformation.DescribeTypeRegistrationInput, _a2 ...request.WaiterOption) error

WaitUntilTypeRegistrationCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeCloudtrail

type MockFakeCloudtrail struct {
	mock.Mock
}

MockFakeCloudtrail is an autogenerated mock type for the FakeCloudtrail type

func NewMockFakeCloudtrail

func NewMockFakeCloudtrail(t mockConstructorTestingTNewMockFakeCloudtrail) *MockFakeCloudtrail

NewMockFakeCloudtrail creates a new instance of MockFakeCloudtrail. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeCloudtrail) AddTags

AddTags provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) AddTagsRequest

AddTagsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) AddTagsWithContext

func (_m *MockFakeCloudtrail) AddTagsWithContext(_a0 context.Context, _a1 *cloudtrail.AddTagsInput, _a2 ...request.Option) (*cloudtrail.AddTagsOutput, error)

AddTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) CancelQuery

CancelQuery provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CancelQueryRequest

CancelQueryRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CancelQueryWithContext

CancelQueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) CreateEventDataStore

CreateEventDataStore provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CreateEventDataStoreRequest

CreateEventDataStoreRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CreateEventDataStoreWithContext

CreateEventDataStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) CreateTrail

CreateTrail provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CreateTrailRequest

CreateTrailRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) CreateTrailWithContext

CreateTrailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) DeleteEventDataStore

DeleteEventDataStore provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DeleteEventDataStoreRequest

DeleteEventDataStoreRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DeleteEventDataStoreWithContext

DeleteEventDataStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) DeleteTrail

DeleteTrail provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DeleteTrailRequest

DeleteTrailRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DeleteTrailWithContext

DeleteTrailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) DescribeQuery

DescribeQuery provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DescribeQueryRequest

DescribeQueryRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DescribeQueryWithContext

DescribeQueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) DescribeTrails

DescribeTrails provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DescribeTrailsRequest

DescribeTrailsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) DescribeTrailsWithContext

DescribeTrailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetChannel

GetChannel provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetChannelRequest

GetChannelRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetChannelWithContext

GetChannelWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetEventDataStore

GetEventDataStore provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetEventDataStoreRequest

GetEventDataStoreRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetEventDataStoreWithContext

GetEventDataStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetEventSelectors

GetEventSelectors provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetEventSelectorsRequest

GetEventSelectorsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetEventSelectorsWithContext

GetEventSelectorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetImport

GetImport provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetImportRequest

GetImportRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetImportWithContext

func (_m *MockFakeCloudtrail) GetImportWithContext(_a0 context.Context, _a1 *cloudtrail.GetImportInput, _a2 ...request.Option) (*cloudtrail.GetImportOutput, error)

GetImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetInsightSelectors

GetInsightSelectors provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetInsightSelectorsRequest

GetInsightSelectorsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetInsightSelectorsWithContext

GetInsightSelectorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetQueryResults

GetQueryResults provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetQueryResultsPages

GetQueryResultsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) GetQueryResultsPagesWithContext

func (_m *MockFakeCloudtrail) GetQueryResultsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.GetQueryResultsInput, _a2 func(*cloudtrail.GetQueryResultsOutput, bool) bool, _a3 ...request.Option) error

GetQueryResultsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) GetQueryResultsRequest

GetQueryResultsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetQueryResultsWithContext

GetQueryResultsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetTrail

GetTrail provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetTrailRequest

GetTrailRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetTrailStatus

GetTrailStatus provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetTrailStatusRequest

GetTrailStatusRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) GetTrailStatusWithContext

GetTrailStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) GetTrailWithContext

func (_m *MockFakeCloudtrail) GetTrailWithContext(_a0 context.Context, _a1 *cloudtrail.GetTrailInput, _a2 ...request.Option) (*cloudtrail.GetTrailOutput, error)

GetTrailWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListChannels

ListChannels provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListChannelsPages

ListChannelsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListChannelsPagesWithContext

func (_m *MockFakeCloudtrail) ListChannelsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListChannelsInput, _a2 func(*cloudtrail.ListChannelsOutput, bool) bool, _a3 ...request.Option) error

ListChannelsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListChannelsRequest

ListChannelsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListChannelsWithContext

ListChannelsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListEventDataStores

ListEventDataStores provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListEventDataStoresPages

ListEventDataStoresPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListEventDataStoresPagesWithContext

func (_m *MockFakeCloudtrail) ListEventDataStoresPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListEventDataStoresInput, _a2 func(*cloudtrail.ListEventDataStoresOutput, bool) bool, _a3 ...request.Option) error

ListEventDataStoresPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListEventDataStoresRequest

ListEventDataStoresRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListEventDataStoresWithContext

ListEventDataStoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListImportFailures

ListImportFailures provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListImportFailuresPages

ListImportFailuresPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListImportFailuresPagesWithContext

func (_m *MockFakeCloudtrail) ListImportFailuresPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListImportFailuresInput, _a2 func(*cloudtrail.ListImportFailuresOutput, bool) bool, _a3 ...request.Option) error

ListImportFailuresPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListImportFailuresRequest

ListImportFailuresRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListImportFailuresWithContext

ListImportFailuresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListImports

ListImports provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListImportsPages

func (_m *MockFakeCloudtrail) ListImportsPages(_a0 *cloudtrail.ListImportsInput, _a1 func(*cloudtrail.ListImportsOutput, bool) bool) error

ListImportsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListImportsPagesWithContext

func (_m *MockFakeCloudtrail) ListImportsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListImportsInput, _a2 func(*cloudtrail.ListImportsOutput, bool) bool, _a3 ...request.Option) error

ListImportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListImportsRequest

ListImportsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListImportsWithContext

ListImportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListPublicKeys

ListPublicKeys provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListPublicKeysPages

ListPublicKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListPublicKeysPagesWithContext

func (_m *MockFakeCloudtrail) ListPublicKeysPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListPublicKeysInput, _a2 func(*cloudtrail.ListPublicKeysOutput, bool) bool, _a3 ...request.Option) error

ListPublicKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListPublicKeysRequest

ListPublicKeysRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListPublicKeysWithContext

ListPublicKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListQueries

ListQueries provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListQueriesPages

func (_m *MockFakeCloudtrail) ListQueriesPages(_a0 *cloudtrail.ListQueriesInput, _a1 func(*cloudtrail.ListQueriesOutput, bool) bool) error

ListQueriesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListQueriesPagesWithContext

func (_m *MockFakeCloudtrail) ListQueriesPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListQueriesInput, _a2 func(*cloudtrail.ListQueriesOutput, bool) bool, _a3 ...request.Option) error

ListQueriesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListQueriesRequest

ListQueriesRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListQueriesWithContext

ListQueriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListTags

ListTags provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListTagsPages

func (_m *MockFakeCloudtrail) ListTagsPages(_a0 *cloudtrail.ListTagsInput, _a1 func(*cloudtrail.ListTagsOutput, bool) bool) error

ListTagsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListTagsPagesWithContext

func (_m *MockFakeCloudtrail) ListTagsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListTagsInput, _a2 func(*cloudtrail.ListTagsOutput, bool) bool, _a3 ...request.Option) error

ListTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListTagsRequest

ListTagsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListTagsWithContext

func (_m *MockFakeCloudtrail) ListTagsWithContext(_a0 context.Context, _a1 *cloudtrail.ListTagsInput, _a2 ...request.Option) (*cloudtrail.ListTagsOutput, error)

ListTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) ListTrails

ListTrails provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListTrailsPages

func (_m *MockFakeCloudtrail) ListTrailsPages(_a0 *cloudtrail.ListTrailsInput, _a1 func(*cloudtrail.ListTrailsOutput, bool) bool) error

ListTrailsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) ListTrailsPagesWithContext

func (_m *MockFakeCloudtrail) ListTrailsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.ListTrailsInput, _a2 func(*cloudtrail.ListTrailsOutput, bool) bool, _a3 ...request.Option) error

ListTrailsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) ListTrailsRequest

ListTrailsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) ListTrailsWithContext

ListTrailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) LookupEvents

LookupEvents provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) LookupEventsPages

LookupEventsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeCloudtrail) LookupEventsPagesWithContext

func (_m *MockFakeCloudtrail) LookupEventsPagesWithContext(_a0 context.Context, _a1 *cloudtrail.LookupEventsInput, _a2 func(*cloudtrail.LookupEventsOutput, bool) bool, _a3 ...request.Option) error

LookupEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeCloudtrail) LookupEventsRequest

LookupEventsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) LookupEventsWithContext

LookupEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) PutEventSelectors

PutEventSelectors provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) PutEventSelectorsRequest

PutEventSelectorsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) PutEventSelectorsWithContext

PutEventSelectorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) PutInsightSelectors

PutInsightSelectors provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) PutInsightSelectorsRequest

PutInsightSelectorsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) PutInsightSelectorsWithContext

PutInsightSelectorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) RemoveTags

RemoveTags provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) RemoveTagsRequest

RemoveTagsRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) RemoveTagsWithContext

RemoveTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) RestoreEventDataStore

RestoreEventDataStore provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) RestoreEventDataStoreRequest

RestoreEventDataStoreRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) RestoreEventDataStoreWithContext

RestoreEventDataStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) StartImport

StartImport provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartImportRequest

StartImportRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartImportWithContext

StartImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) StartLogging

StartLogging provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartLoggingRequest

StartLoggingRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartLoggingWithContext

StartLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) StartQuery

StartQuery provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartQueryRequest

StartQueryRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StartQueryWithContext

StartQueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) StopImport

StopImport provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StopImportRequest

StopImportRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StopImportWithContext

StopImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) StopLogging

StopLogging provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StopLoggingRequest

StopLoggingRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) StopLoggingWithContext

StopLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) UpdateEventDataStore

UpdateEventDataStore provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) UpdateEventDataStoreRequest

UpdateEventDataStoreRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) UpdateEventDataStoreWithContext

UpdateEventDataStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeCloudtrail) UpdateTrail

UpdateTrail provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) UpdateTrailRequest

UpdateTrailRequest provides a mock function with given fields: _a0

func (*MockFakeCloudtrail) UpdateTrailWithContext

UpdateTrailWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeDynamoDB

type MockFakeDynamoDB struct {
	mock.Mock
}

MockFakeDynamoDB is an autogenerated mock type for the FakeDynamoDB type

func NewMockFakeDynamoDB

func NewMockFakeDynamoDB(t mockConstructorTestingTNewMockFakeDynamoDB) *MockFakeDynamoDB

NewMockFakeDynamoDB creates a new instance of MockFakeDynamoDB. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeDynamoDB) BatchExecuteStatement

BatchExecuteStatement provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchExecuteStatementRequest

BatchExecuteStatementRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchExecuteStatementWithContext

func (_m *MockFakeDynamoDB) BatchExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.BatchExecuteStatementInput, _a2 ...request.Option) (*dynamodb.BatchExecuteStatementOutput, error)

BatchExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) BatchGetItem

BatchGetItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchGetItemPages

func (_m *MockFakeDynamoDB) BatchGetItemPages(_a0 *dynamodb.BatchGetItemInput, _a1 func(*dynamodb.BatchGetItemOutput, bool) bool) error

BatchGetItemPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) BatchGetItemPagesWithContext

func (_m *MockFakeDynamoDB) BatchGetItemPagesWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 func(*dynamodb.BatchGetItemOutput, bool) bool, _a3 ...request.Option) error

BatchGetItemPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) BatchGetItemRequest

BatchGetItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchGetItemWithContext

func (_m *MockFakeDynamoDB) BatchGetItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchGetItemInput, _a2 ...request.Option) (*dynamodb.BatchGetItemOutput, error)

BatchGetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) BatchWriteItem

BatchWriteItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchWriteItemRequest

BatchWriteItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) BatchWriteItemWithContext

func (_m *MockFakeDynamoDB) BatchWriteItemWithContext(_a0 context.Context, _a1 *dynamodb.BatchWriteItemInput, _a2 ...request.Option) (*dynamodb.BatchWriteItemOutput, error)

BatchWriteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) CreateBackup

CreateBackup provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateBackupRequest

CreateBackupRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateBackupWithContext

func (_m *MockFakeDynamoDB) CreateBackupWithContext(_a0 context.Context, _a1 *dynamodb.CreateBackupInput, _a2 ...request.Option) (*dynamodb.CreateBackupOutput, error)

CreateBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) CreateGlobalTable

CreateGlobalTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateGlobalTableRequest

CreateGlobalTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateGlobalTableWithContext

func (_m *MockFakeDynamoDB) CreateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateGlobalTableInput, _a2 ...request.Option) (*dynamodb.CreateGlobalTableOutput, error)

CreateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) CreateTable

CreateTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateTableRequest

CreateTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) CreateTableWithContext

func (_m *MockFakeDynamoDB) CreateTableWithContext(_a0 context.Context, _a1 *dynamodb.CreateTableInput, _a2 ...request.Option) (*dynamodb.CreateTableOutput, error)

CreateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DeleteBackup

DeleteBackup provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteBackupRequest

DeleteBackupRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteBackupWithContext

func (_m *MockFakeDynamoDB) DeleteBackupWithContext(_a0 context.Context, _a1 *dynamodb.DeleteBackupInput, _a2 ...request.Option) (*dynamodb.DeleteBackupOutput, error)

DeleteBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DeleteItem

DeleteItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteItemRequest

DeleteItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteItemWithContext

func (_m *MockFakeDynamoDB) DeleteItemWithContext(_a0 context.Context, _a1 *dynamodb.DeleteItemInput, _a2 ...request.Option) (*dynamodb.DeleteItemOutput, error)

DeleteItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DeleteTable

DeleteTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteTableRequest

DeleteTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DeleteTableWithContext

func (_m *MockFakeDynamoDB) DeleteTableWithContext(_a0 context.Context, _a1 *dynamodb.DeleteTableInput, _a2 ...request.Option) (*dynamodb.DeleteTableOutput, error)

DeleteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeBackup

DescribeBackup provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeBackupRequest

DescribeBackupRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeBackupWithContext

func (_m *MockFakeDynamoDB) DescribeBackupWithContext(_a0 context.Context, _a1 *dynamodb.DescribeBackupInput, _a2 ...request.Option) (*dynamodb.DescribeBackupOutput, error)

DescribeBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeContinuousBackups

DescribeContinuousBackups provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeContinuousBackupsRequest

DescribeContinuousBackupsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeContinuousBackupsWithContext

DescribeContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeContributorInsights

DescribeContributorInsights provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeContributorInsightsRequest

DescribeContributorInsightsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeContributorInsightsWithContext

DescribeContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeEndpoints

DescribeEndpoints provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeEndpointsRequest

DescribeEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeEndpointsWithContext

func (_m *MockFakeDynamoDB) DescribeEndpointsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeEndpointsInput, _a2 ...request.Option) (*dynamodb.DescribeEndpointsOutput, error)

DescribeEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeExport

DescribeExport provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeExportRequest

DescribeExportRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeExportWithContext

func (_m *MockFakeDynamoDB) DescribeExportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeExportInput, _a2 ...request.Option) (*dynamodb.DescribeExportOutput, error)

DescribeExportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeGlobalTable

DescribeGlobalTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeGlobalTableRequest

DescribeGlobalTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeGlobalTableSettings

DescribeGlobalTableSettings provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeGlobalTableSettingsRequest

DescribeGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeGlobalTableSettingsWithContext

DescribeGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeGlobalTableWithContext

func (_m *MockFakeDynamoDB) DescribeGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeGlobalTableInput, _a2 ...request.Option) (*dynamodb.DescribeGlobalTableOutput, error)

DescribeGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeImport

DescribeImport provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeImportRequest

DescribeImportRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeImportWithContext

func (_m *MockFakeDynamoDB) DescribeImportWithContext(_a0 context.Context, _a1 *dynamodb.DescribeImportInput, _a2 ...request.Option) (*dynamodb.DescribeImportOutput, error)

DescribeImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeKinesisStreamingDestination

DescribeKinesisStreamingDestination provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeKinesisStreamingDestinationRequest

DescribeKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeKinesisStreamingDestinationWithContext

DescribeKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeLimits

DescribeLimits provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeLimitsRequest

DescribeLimitsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeLimitsWithContext

func (_m *MockFakeDynamoDB) DescribeLimitsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeLimitsInput, _a2 ...request.Option) (*dynamodb.DescribeLimitsOutput, error)

DescribeLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeTable

DescribeTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTableReplicaAutoScaling

DescribeTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTableReplicaAutoScalingRequest

DescribeTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTableReplicaAutoScalingWithContext

DescribeTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeTableRequest

DescribeTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTableWithContext

func (_m *MockFakeDynamoDB) DescribeTableWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.Option) (*dynamodb.DescribeTableOutput, error)

DescribeTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DescribeTimeToLive

DescribeTimeToLive provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTimeToLiveRequest

DescribeTimeToLiveRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DescribeTimeToLiveWithContext

func (_m *MockFakeDynamoDB) DescribeTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTimeToLiveInput, _a2 ...request.Option) (*dynamodb.DescribeTimeToLiveOutput, error)

DescribeTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) DisableKinesisStreamingDestination

DisableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DisableKinesisStreamingDestinationRequest

DisableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) DisableKinesisStreamingDestinationWithContext

DisableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) EnableKinesisStreamingDestination

EnableKinesisStreamingDestination provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) EnableKinesisStreamingDestinationRequest

EnableKinesisStreamingDestinationRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) EnableKinesisStreamingDestinationWithContext

EnableKinesisStreamingDestinationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ExecuteStatement

ExecuteStatement provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExecuteStatementRequest

ExecuteStatementRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExecuteStatementWithContext

func (_m *MockFakeDynamoDB) ExecuteStatementWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteStatementInput, _a2 ...request.Option) (*dynamodb.ExecuteStatementOutput, error)

ExecuteStatementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ExecuteTransaction

ExecuteTransaction provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExecuteTransactionRequest

ExecuteTransactionRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExecuteTransactionWithContext

func (_m *MockFakeDynamoDB) ExecuteTransactionWithContext(_a0 context.Context, _a1 *dynamodb.ExecuteTransactionInput, _a2 ...request.Option) (*dynamodb.ExecuteTransactionOutput, error)

ExecuteTransactionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ExportTableToPointInTime

ExportTableToPointInTime provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExportTableToPointInTimeRequest

ExportTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ExportTableToPointInTimeWithContext

ExportTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) GetItem

GetItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) GetItemRequest

GetItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) GetItemWithContext

func (_m *MockFakeDynamoDB) GetItemWithContext(_a0 context.Context, _a1 *dynamodb.GetItemInput, _a2 ...request.Option) (*dynamodb.GetItemOutput, error)

GetItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ImportTable

ImportTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ImportTableRequest

ImportTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ImportTableWithContext

func (_m *MockFakeDynamoDB) ImportTableWithContext(_a0 context.Context, _a1 *dynamodb.ImportTableInput, _a2 ...request.Option) (*dynamodb.ImportTableOutput, error)

ImportTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListBackups

ListBackups provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListBackupsRequest

ListBackupsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListBackupsWithContext

func (_m *MockFakeDynamoDB) ListBackupsWithContext(_a0 context.Context, _a1 *dynamodb.ListBackupsInput, _a2 ...request.Option) (*dynamodb.ListBackupsOutput, error)

ListBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListContributorInsights

ListContributorInsights provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListContributorInsightsPages

func (_m *MockFakeDynamoDB) ListContributorInsightsPages(_a0 *dynamodb.ListContributorInsightsInput, _a1 func(*dynamodb.ListContributorInsightsOutput, bool) bool) error

ListContributorInsightsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) ListContributorInsightsPagesWithContext

func (_m *MockFakeDynamoDB) ListContributorInsightsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListContributorInsightsInput, _a2 func(*dynamodb.ListContributorInsightsOutput, bool) bool, _a3 ...request.Option) error

ListContributorInsightsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) ListContributorInsightsRequest

ListContributorInsightsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListContributorInsightsWithContext

ListContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListExports

ListExports provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListExportsPages

func (_m *MockFakeDynamoDB) ListExportsPages(_a0 *dynamodb.ListExportsInput, _a1 func(*dynamodb.ListExportsOutput, bool) bool) error

ListExportsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) ListExportsPagesWithContext

func (_m *MockFakeDynamoDB) ListExportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 func(*dynamodb.ListExportsOutput, bool) bool, _a3 ...request.Option) error

ListExportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) ListExportsRequest

ListExportsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListExportsWithContext

func (_m *MockFakeDynamoDB) ListExportsWithContext(_a0 context.Context, _a1 *dynamodb.ListExportsInput, _a2 ...request.Option) (*dynamodb.ListExportsOutput, error)

ListExportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListGlobalTables

ListGlobalTables provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListGlobalTablesRequest

ListGlobalTablesRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListGlobalTablesWithContext

func (_m *MockFakeDynamoDB) ListGlobalTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListGlobalTablesInput, _a2 ...request.Option) (*dynamodb.ListGlobalTablesOutput, error)

ListGlobalTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListImports

ListImports provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListImportsPages

func (_m *MockFakeDynamoDB) ListImportsPages(_a0 *dynamodb.ListImportsInput, _a1 func(*dynamodb.ListImportsOutput, bool) bool) error

ListImportsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) ListImportsPagesWithContext

func (_m *MockFakeDynamoDB) ListImportsPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 func(*dynamodb.ListImportsOutput, bool) bool, _a3 ...request.Option) error

ListImportsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) ListImportsRequest

ListImportsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListImportsWithContext

func (_m *MockFakeDynamoDB) ListImportsWithContext(_a0 context.Context, _a1 *dynamodb.ListImportsInput, _a2 ...request.Option) (*dynamodb.ListImportsOutput, error)

ListImportsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListTables

ListTables provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListTablesPages

func (_m *MockFakeDynamoDB) ListTablesPages(_a0 *dynamodb.ListTablesInput, _a1 func(*dynamodb.ListTablesOutput, bool) bool) error

ListTablesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) ListTablesPagesWithContext

func (_m *MockFakeDynamoDB) ListTablesPagesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 func(*dynamodb.ListTablesOutput, bool) bool, _a3 ...request.Option) error

ListTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) ListTablesRequest

ListTablesRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListTablesWithContext

func (_m *MockFakeDynamoDB) ListTablesWithContext(_a0 context.Context, _a1 *dynamodb.ListTablesInput, _a2 ...request.Option) (*dynamodb.ListTablesOutput, error)

ListTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) ListTagsOfResource

ListTagsOfResource provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListTagsOfResourceRequest

ListTagsOfResourceRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ListTagsOfResourceWithContext

func (_m *MockFakeDynamoDB) ListTagsOfResourceWithContext(_a0 context.Context, _a1 *dynamodb.ListTagsOfResourceInput, _a2 ...request.Option) (*dynamodb.ListTagsOfResourceOutput, error)

ListTagsOfResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) PutItem

PutItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) PutItemRequest

PutItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) PutItemWithContext

func (_m *MockFakeDynamoDB) PutItemWithContext(_a0 context.Context, _a1 *dynamodb.PutItemInput, _a2 ...request.Option) (*dynamodb.PutItemOutput, error)

PutItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) Query

Query provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) QueryPages

func (_m *MockFakeDynamoDB) QueryPages(_a0 *dynamodb.QueryInput, _a1 func(*dynamodb.QueryOutput, bool) bool) error

QueryPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) QueryPagesWithContext

func (_m *MockFakeDynamoDB) QueryPagesWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 func(*dynamodb.QueryOutput, bool) bool, _a3 ...request.Option) error

QueryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) QueryRequest

QueryRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) QueryWithContext

func (_m *MockFakeDynamoDB) QueryWithContext(_a0 context.Context, _a1 *dynamodb.QueryInput, _a2 ...request.Option) (*dynamodb.QueryOutput, error)

QueryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) RestoreTableFromBackup

RestoreTableFromBackup provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) RestoreTableFromBackupRequest

RestoreTableFromBackupRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) RestoreTableFromBackupWithContext

RestoreTableFromBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) RestoreTableToPointInTime

RestoreTableToPointInTime provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) RestoreTableToPointInTimeRequest

RestoreTableToPointInTimeRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) RestoreTableToPointInTimeWithContext

RestoreTableToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) Scan

Scan provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ScanPages

func (_m *MockFakeDynamoDB) ScanPages(_a0 *dynamodb.ScanInput, _a1 func(*dynamodb.ScanOutput, bool) bool) error

ScanPages provides a mock function with given fields: _a0, _a1

func (*MockFakeDynamoDB) ScanPagesWithContext

func (_m *MockFakeDynamoDB) ScanPagesWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 func(*dynamodb.ScanOutput, bool) bool, _a3 ...request.Option) error

ScanPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeDynamoDB) ScanRequest

ScanRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) ScanWithContext

func (_m *MockFakeDynamoDB) ScanWithContext(_a0 context.Context, _a1 *dynamodb.ScanInput, _a2 ...request.Option) (*dynamodb.ScanOutput, error)

ScanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TagResourceRequest

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TagResourceWithContext

func (_m *MockFakeDynamoDB) TagResourceWithContext(_a0 context.Context, _a1 *dynamodb.TagResourceInput, _a2 ...request.Option) (*dynamodb.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) TransactGetItems

TransactGetItems provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TransactGetItemsRequest

TransactGetItemsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TransactGetItemsWithContext

func (_m *MockFakeDynamoDB) TransactGetItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactGetItemsInput, _a2 ...request.Option) (*dynamodb.TransactGetItemsOutput, error)

TransactGetItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) TransactWriteItems

TransactWriteItems provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TransactWriteItemsRequest

TransactWriteItemsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) TransactWriteItemsWithContext

func (_m *MockFakeDynamoDB) TransactWriteItemsWithContext(_a0 context.Context, _a1 *dynamodb.TransactWriteItemsInput, _a2 ...request.Option) (*dynamodb.TransactWriteItemsOutput, error)

TransactWriteItemsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UntagResourceWithContext

func (_m *MockFakeDynamoDB) UntagResourceWithContext(_a0 context.Context, _a1 *dynamodb.UntagResourceInput, _a2 ...request.Option) (*dynamodb.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateContinuousBackups

UpdateContinuousBackups provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateContinuousBackupsRequest

UpdateContinuousBackupsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateContinuousBackupsWithContext

UpdateContinuousBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateContributorInsights

UpdateContributorInsights provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateContributorInsightsRequest

UpdateContributorInsightsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateContributorInsightsWithContext

UpdateContributorInsightsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateGlobalTable

UpdateGlobalTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateGlobalTableRequest

UpdateGlobalTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateGlobalTableSettings

UpdateGlobalTableSettings provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateGlobalTableSettingsRequest

UpdateGlobalTableSettingsRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateGlobalTableSettingsWithContext

UpdateGlobalTableSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateGlobalTableWithContext

func (_m *MockFakeDynamoDB) UpdateGlobalTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateGlobalTableInput, _a2 ...request.Option) (*dynamodb.UpdateGlobalTableOutput, error)

UpdateGlobalTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateItem

UpdateItem provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateItemRequest

UpdateItemRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateItemWithContext

func (_m *MockFakeDynamoDB) UpdateItemWithContext(_a0 context.Context, _a1 *dynamodb.UpdateItemInput, _a2 ...request.Option) (*dynamodb.UpdateItemOutput, error)

UpdateItemWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateTable

UpdateTable provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTableReplicaAutoScaling

UpdateTableReplicaAutoScaling provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTableReplicaAutoScalingRequest

UpdateTableReplicaAutoScalingRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTableReplicaAutoScalingWithContext

UpdateTableReplicaAutoScalingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateTableRequest

UpdateTableRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTableWithContext

func (_m *MockFakeDynamoDB) UpdateTableWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTableInput, _a2 ...request.Option) (*dynamodb.UpdateTableOutput, error)

UpdateTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) UpdateTimeToLive

UpdateTimeToLive provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTimeToLiveRequest

UpdateTimeToLiveRequest provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) UpdateTimeToLiveWithContext

func (_m *MockFakeDynamoDB) UpdateTimeToLiveWithContext(_a0 context.Context, _a1 *dynamodb.UpdateTimeToLiveInput, _a2 ...request.Option) (*dynamodb.UpdateTimeToLiveOutput, error)

UpdateTimeToLiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) WaitUntilTableExists

func (_m *MockFakeDynamoDB) WaitUntilTableExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableExists provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) WaitUntilTableExistsWithContext

func (_m *MockFakeDynamoDB) WaitUntilTableExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeDynamoDB) WaitUntilTableNotExists

func (_m *MockFakeDynamoDB) WaitUntilTableNotExists(_a0 *dynamodb.DescribeTableInput) error

WaitUntilTableNotExists provides a mock function with given fields: _a0

func (*MockFakeDynamoDB) WaitUntilTableNotExistsWithContext

func (_m *MockFakeDynamoDB) WaitUntilTableNotExistsWithContext(_a0 context.Context, _a1 *dynamodb.DescribeTableInput, _a2 ...request.WaiterOption) error

WaitUntilTableNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeEC2

type MockFakeEC2 struct {
	mock.Mock
}

MockFakeEC2 is an autogenerated mock type for the FakeEC2 type

func NewMockFakeEC2

func NewMockFakeEC2(t mockConstructorTestingTNewMockFakeEC2) *MockFakeEC2

NewMockFakeEC2 creates a new instance of MockFakeEC2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeEC2) AcceptReservedInstancesExchangeQuote

AcceptReservedInstancesExchangeQuote provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptReservedInstancesExchangeQuoteRequest

AcceptReservedInstancesExchangeQuoteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptReservedInstancesExchangeQuoteWithContext

func (_m *MockFakeEC2) AcceptReservedInstancesExchangeQuoteWithContext(_a0 context.Context, _a1 *ec2.AcceptReservedInstancesExchangeQuoteInput, _a2 ...request.Option) (*ec2.AcceptReservedInstancesExchangeQuoteOutput, error)

AcceptReservedInstancesExchangeQuoteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AcceptTransitGatewayMulticastDomainAssociations

AcceptTransitGatewayMulticastDomainAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayMulticastDomainAssociationsRequest

AcceptTransitGatewayMulticastDomainAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayMulticastDomainAssociationsWithContext

func (_m *MockFakeEC2) AcceptTransitGatewayMulticastDomainAssociationsWithContext(_a0 context.Context, _a1 *ec2.AcceptTransitGatewayMulticastDomainAssociationsInput, _a2 ...request.Option) (*ec2.AcceptTransitGatewayMulticastDomainAssociationsOutput, error)

AcceptTransitGatewayMulticastDomainAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AcceptTransitGatewayPeeringAttachment

AcceptTransitGatewayPeeringAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayPeeringAttachmentRequest

AcceptTransitGatewayPeeringAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayPeeringAttachmentWithContext

func (_m *MockFakeEC2) AcceptTransitGatewayPeeringAttachmentWithContext(_a0 context.Context, _a1 *ec2.AcceptTransitGatewayPeeringAttachmentInput, _a2 ...request.Option) (*ec2.AcceptTransitGatewayPeeringAttachmentOutput, error)

AcceptTransitGatewayPeeringAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AcceptTransitGatewayVpcAttachment

AcceptTransitGatewayVpcAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayVpcAttachmentRequest

AcceptTransitGatewayVpcAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptTransitGatewayVpcAttachmentWithContext

func (_m *MockFakeEC2) AcceptTransitGatewayVpcAttachmentWithContext(_a0 context.Context, _a1 *ec2.AcceptTransitGatewayVpcAttachmentInput, _a2 ...request.Option) (*ec2.AcceptTransitGatewayVpcAttachmentOutput, error)

AcceptTransitGatewayVpcAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AcceptVpcEndpointConnections

AcceptVpcEndpointConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptVpcEndpointConnectionsRequest

func (_m *MockFakeEC2) AcceptVpcEndpointConnectionsRequest(_a0 *ec2.AcceptVpcEndpointConnectionsInput) (*request.Request, *ec2.AcceptVpcEndpointConnectionsOutput)

AcceptVpcEndpointConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptVpcEndpointConnectionsWithContext

func (_m *MockFakeEC2) AcceptVpcEndpointConnectionsWithContext(_a0 context.Context, _a1 *ec2.AcceptVpcEndpointConnectionsInput, _a2 ...request.Option) (*ec2.AcceptVpcEndpointConnectionsOutput, error)

AcceptVpcEndpointConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AcceptVpcPeeringConnection

AcceptVpcPeeringConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptVpcPeeringConnectionRequest

func (_m *MockFakeEC2) AcceptVpcPeeringConnectionRequest(_a0 *ec2.AcceptVpcPeeringConnectionInput) (*request.Request, *ec2.AcceptVpcPeeringConnectionOutput)

AcceptVpcPeeringConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AcceptVpcPeeringConnectionWithContext

func (_m *MockFakeEC2) AcceptVpcPeeringConnectionWithContext(_a0 context.Context, _a1 *ec2.AcceptVpcPeeringConnectionInput, _a2 ...request.Option) (*ec2.AcceptVpcPeeringConnectionOutput, error)

AcceptVpcPeeringConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AdvertiseByoipCidr

func (_m *MockFakeEC2) AdvertiseByoipCidr(_a0 *ec2.AdvertiseByoipCidrInput) (*ec2.AdvertiseByoipCidrOutput, error)

AdvertiseByoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) AdvertiseByoipCidrRequest

func (_m *MockFakeEC2) AdvertiseByoipCidrRequest(_a0 *ec2.AdvertiseByoipCidrInput) (*request.Request, *ec2.AdvertiseByoipCidrOutput)

AdvertiseByoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AdvertiseByoipCidrWithContext

func (_m *MockFakeEC2) AdvertiseByoipCidrWithContext(_a0 context.Context, _a1 *ec2.AdvertiseByoipCidrInput, _a2 ...request.Option) (*ec2.AdvertiseByoipCidrOutput, error)

AdvertiseByoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AllocateAddress

func (_m *MockFakeEC2) AllocateAddress(_a0 *ec2.AllocateAddressInput) (*ec2.AllocateAddressOutput, error)

AllocateAddress provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateAddressRequest

func (_m *MockFakeEC2) AllocateAddressRequest(_a0 *ec2.AllocateAddressInput) (*request.Request, *ec2.AllocateAddressOutput)

AllocateAddressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateAddressWithContext

func (_m *MockFakeEC2) AllocateAddressWithContext(_a0 context.Context, _a1 *ec2.AllocateAddressInput, _a2 ...request.Option) (*ec2.AllocateAddressOutput, error)

AllocateAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AllocateHosts

func (_m *MockFakeEC2) AllocateHosts(_a0 *ec2.AllocateHostsInput) (*ec2.AllocateHostsOutput, error)

AllocateHosts provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateHostsRequest

func (_m *MockFakeEC2) AllocateHostsRequest(_a0 *ec2.AllocateHostsInput) (*request.Request, *ec2.AllocateHostsOutput)

AllocateHostsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateHostsWithContext

func (_m *MockFakeEC2) AllocateHostsWithContext(_a0 context.Context, _a1 *ec2.AllocateHostsInput, _a2 ...request.Option) (*ec2.AllocateHostsOutput, error)

AllocateHostsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AllocateIpamPoolCidr

func (_m *MockFakeEC2) AllocateIpamPoolCidr(_a0 *ec2.AllocateIpamPoolCidrInput) (*ec2.AllocateIpamPoolCidrOutput, error)

AllocateIpamPoolCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateIpamPoolCidrRequest

func (_m *MockFakeEC2) AllocateIpamPoolCidrRequest(_a0 *ec2.AllocateIpamPoolCidrInput) (*request.Request, *ec2.AllocateIpamPoolCidrOutput)

AllocateIpamPoolCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AllocateIpamPoolCidrWithContext

func (_m *MockFakeEC2) AllocateIpamPoolCidrWithContext(_a0 context.Context, _a1 *ec2.AllocateIpamPoolCidrInput, _a2 ...request.Option) (*ec2.AllocateIpamPoolCidrOutput, error)

AllocateIpamPoolCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ApplySecurityGroupsToClientVpnTargetNetwork

ApplySecurityGroupsToClientVpnTargetNetwork provides a mock function with given fields: _a0

func (*MockFakeEC2) ApplySecurityGroupsToClientVpnTargetNetworkRequest

ApplySecurityGroupsToClientVpnTargetNetworkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (_m *MockFakeEC2) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(_a0 context.Context, _a1 *ec2.ApplySecurityGroupsToClientVpnTargetNetworkInput, _a2 ...request.Option) (*ec2.ApplySecurityGroupsToClientVpnTargetNetworkOutput, error)

ApplySecurityGroupsToClientVpnTargetNetworkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssignIpv6Addresses

func (_m *MockFakeEC2) AssignIpv6Addresses(_a0 *ec2.AssignIpv6AddressesInput) (*ec2.AssignIpv6AddressesOutput, error)

AssignIpv6Addresses provides a mock function with given fields: _a0

func (*MockFakeEC2) AssignIpv6AddressesRequest

func (_m *MockFakeEC2) AssignIpv6AddressesRequest(_a0 *ec2.AssignIpv6AddressesInput) (*request.Request, *ec2.AssignIpv6AddressesOutput)

AssignIpv6AddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssignIpv6AddressesWithContext

func (_m *MockFakeEC2) AssignIpv6AddressesWithContext(_a0 context.Context, _a1 *ec2.AssignIpv6AddressesInput, _a2 ...request.Option) (*ec2.AssignIpv6AddressesOutput, error)

AssignIpv6AddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssignPrivateIpAddresses

AssignPrivateIpAddresses provides a mock function with given fields: _a0

func (*MockFakeEC2) AssignPrivateIpAddressesRequest

func (_m *MockFakeEC2) AssignPrivateIpAddressesRequest(_a0 *ec2.AssignPrivateIpAddressesInput) (*request.Request, *ec2.AssignPrivateIpAddressesOutput)

AssignPrivateIpAddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssignPrivateIpAddressesWithContext

func (_m *MockFakeEC2) AssignPrivateIpAddressesWithContext(_a0 context.Context, _a1 *ec2.AssignPrivateIpAddressesInput, _a2 ...request.Option) (*ec2.AssignPrivateIpAddressesOutput, error)

AssignPrivateIpAddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateAddress

func (_m *MockFakeEC2) AssociateAddress(_a0 *ec2.AssociateAddressInput) (*ec2.AssociateAddressOutput, error)

AssociateAddress provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateAddressRequest

func (_m *MockFakeEC2) AssociateAddressRequest(_a0 *ec2.AssociateAddressInput) (*request.Request, *ec2.AssociateAddressOutput)

AssociateAddressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateAddressWithContext

func (_m *MockFakeEC2) AssociateAddressWithContext(_a0 context.Context, _a1 *ec2.AssociateAddressInput, _a2 ...request.Option) (*ec2.AssociateAddressOutput, error)

AssociateAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateClientVpnTargetNetwork

AssociateClientVpnTargetNetwork provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateClientVpnTargetNetworkRequest

AssociateClientVpnTargetNetworkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateClientVpnTargetNetworkWithContext

func (_m *MockFakeEC2) AssociateClientVpnTargetNetworkWithContext(_a0 context.Context, _a1 *ec2.AssociateClientVpnTargetNetworkInput, _a2 ...request.Option) (*ec2.AssociateClientVpnTargetNetworkOutput, error)

AssociateClientVpnTargetNetworkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateDhcpOptions

func (_m *MockFakeEC2) AssociateDhcpOptions(_a0 *ec2.AssociateDhcpOptionsInput) (*ec2.AssociateDhcpOptionsOutput, error)

AssociateDhcpOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateDhcpOptionsRequest

func (_m *MockFakeEC2) AssociateDhcpOptionsRequest(_a0 *ec2.AssociateDhcpOptionsInput) (*request.Request, *ec2.AssociateDhcpOptionsOutput)

AssociateDhcpOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateDhcpOptionsWithContext

func (_m *MockFakeEC2) AssociateDhcpOptionsWithContext(_a0 context.Context, _a1 *ec2.AssociateDhcpOptionsInput, _a2 ...request.Option) (*ec2.AssociateDhcpOptionsOutput, error)

AssociateDhcpOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateEnclaveCertificateIamRole

AssociateEnclaveCertificateIamRole provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateEnclaveCertificateIamRoleRequest

AssociateEnclaveCertificateIamRoleRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateEnclaveCertificateIamRoleWithContext

func (_m *MockFakeEC2) AssociateEnclaveCertificateIamRoleWithContext(_a0 context.Context, _a1 *ec2.AssociateEnclaveCertificateIamRoleInput, _a2 ...request.Option) (*ec2.AssociateEnclaveCertificateIamRoleOutput, error)

AssociateEnclaveCertificateIamRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateIamInstanceProfile

AssociateIamInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateIamInstanceProfileRequest

func (_m *MockFakeEC2) AssociateIamInstanceProfileRequest(_a0 *ec2.AssociateIamInstanceProfileInput) (*request.Request, *ec2.AssociateIamInstanceProfileOutput)

AssociateIamInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateIamInstanceProfileWithContext

func (_m *MockFakeEC2) AssociateIamInstanceProfileWithContext(_a0 context.Context, _a1 *ec2.AssociateIamInstanceProfileInput, _a2 ...request.Option) (*ec2.AssociateIamInstanceProfileOutput, error)

AssociateIamInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateInstanceEventWindow

AssociateInstanceEventWindow provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateInstanceEventWindowRequest

func (_m *MockFakeEC2) AssociateInstanceEventWindowRequest(_a0 *ec2.AssociateInstanceEventWindowInput) (*request.Request, *ec2.AssociateInstanceEventWindowOutput)

AssociateInstanceEventWindowRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateInstanceEventWindowWithContext

func (_m *MockFakeEC2) AssociateInstanceEventWindowWithContext(_a0 context.Context, _a1 *ec2.AssociateInstanceEventWindowInput, _a2 ...request.Option) (*ec2.AssociateInstanceEventWindowOutput, error)

AssociateInstanceEventWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateRouteTable

func (_m *MockFakeEC2) AssociateRouteTable(_a0 *ec2.AssociateRouteTableInput) (*ec2.AssociateRouteTableOutput, error)

AssociateRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateRouteTableRequest

func (_m *MockFakeEC2) AssociateRouteTableRequest(_a0 *ec2.AssociateRouteTableInput) (*request.Request, *ec2.AssociateRouteTableOutput)

AssociateRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateRouteTableWithContext

func (_m *MockFakeEC2) AssociateRouteTableWithContext(_a0 context.Context, _a1 *ec2.AssociateRouteTableInput, _a2 ...request.Option) (*ec2.AssociateRouteTableOutput, error)

AssociateRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateSubnetCidrBlock

AssociateSubnetCidrBlock provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateSubnetCidrBlockRequest

func (_m *MockFakeEC2) AssociateSubnetCidrBlockRequest(_a0 *ec2.AssociateSubnetCidrBlockInput) (*request.Request, *ec2.AssociateSubnetCidrBlockOutput)

AssociateSubnetCidrBlockRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateSubnetCidrBlockWithContext

func (_m *MockFakeEC2) AssociateSubnetCidrBlockWithContext(_a0 context.Context, _a1 *ec2.AssociateSubnetCidrBlockInput, _a2 ...request.Option) (*ec2.AssociateSubnetCidrBlockOutput, error)

AssociateSubnetCidrBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateTransitGatewayMulticastDomain

AssociateTransitGatewayMulticastDomain provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayMulticastDomainRequest

AssociateTransitGatewayMulticastDomainRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayMulticastDomainWithContext

func (_m *MockFakeEC2) AssociateTransitGatewayMulticastDomainWithContext(_a0 context.Context, _a1 *ec2.AssociateTransitGatewayMulticastDomainInput, _a2 ...request.Option) (*ec2.AssociateTransitGatewayMulticastDomainOutput, error)

AssociateTransitGatewayMulticastDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateTransitGatewayPolicyTable

AssociateTransitGatewayPolicyTable provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayPolicyTableRequest

AssociateTransitGatewayPolicyTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayPolicyTableWithContext

func (_m *MockFakeEC2) AssociateTransitGatewayPolicyTableWithContext(_a0 context.Context, _a1 *ec2.AssociateTransitGatewayPolicyTableInput, _a2 ...request.Option) (*ec2.AssociateTransitGatewayPolicyTableOutput, error)

AssociateTransitGatewayPolicyTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateTransitGatewayRouteTable

AssociateTransitGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayRouteTableRequest

AssociateTransitGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTransitGatewayRouteTableWithContext

func (_m *MockFakeEC2) AssociateTransitGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.AssociateTransitGatewayRouteTableInput, _a2 ...request.Option) (*ec2.AssociateTransitGatewayRouteTableOutput, error)

AssociateTransitGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateTrunkInterface

AssociateTrunkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTrunkInterfaceRequest

func (_m *MockFakeEC2) AssociateTrunkInterfaceRequest(_a0 *ec2.AssociateTrunkInterfaceInput) (*request.Request, *ec2.AssociateTrunkInterfaceOutput)

AssociateTrunkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateTrunkInterfaceWithContext

func (_m *MockFakeEC2) AssociateTrunkInterfaceWithContext(_a0 context.Context, _a1 *ec2.AssociateTrunkInterfaceInput, _a2 ...request.Option) (*ec2.AssociateTrunkInterfaceOutput, error)

AssociateTrunkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AssociateVpcCidrBlock

func (_m *MockFakeEC2) AssociateVpcCidrBlock(_a0 *ec2.AssociateVpcCidrBlockInput) (*ec2.AssociateVpcCidrBlockOutput, error)

AssociateVpcCidrBlock provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateVpcCidrBlockRequest

func (_m *MockFakeEC2) AssociateVpcCidrBlockRequest(_a0 *ec2.AssociateVpcCidrBlockInput) (*request.Request, *ec2.AssociateVpcCidrBlockOutput)

AssociateVpcCidrBlockRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AssociateVpcCidrBlockWithContext

func (_m *MockFakeEC2) AssociateVpcCidrBlockWithContext(_a0 context.Context, _a1 *ec2.AssociateVpcCidrBlockInput, _a2 ...request.Option) (*ec2.AssociateVpcCidrBlockOutput, error)

AssociateVpcCidrBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AttachClassicLinkVpc

func (_m *MockFakeEC2) AttachClassicLinkVpc(_a0 *ec2.AttachClassicLinkVpcInput) (*ec2.AttachClassicLinkVpcOutput, error)

AttachClassicLinkVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachClassicLinkVpcRequest

func (_m *MockFakeEC2) AttachClassicLinkVpcRequest(_a0 *ec2.AttachClassicLinkVpcInput) (*request.Request, *ec2.AttachClassicLinkVpcOutput)

AttachClassicLinkVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachClassicLinkVpcWithContext

func (_m *MockFakeEC2) AttachClassicLinkVpcWithContext(_a0 context.Context, _a1 *ec2.AttachClassicLinkVpcInput, _a2 ...request.Option) (*ec2.AttachClassicLinkVpcOutput, error)

AttachClassicLinkVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AttachInternetGateway

func (_m *MockFakeEC2) AttachInternetGateway(_a0 *ec2.AttachInternetGatewayInput) (*ec2.AttachInternetGatewayOutput, error)

AttachInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachInternetGatewayRequest

func (_m *MockFakeEC2) AttachInternetGatewayRequest(_a0 *ec2.AttachInternetGatewayInput) (*request.Request, *ec2.AttachInternetGatewayOutput)

AttachInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachInternetGatewayWithContext

func (_m *MockFakeEC2) AttachInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.AttachInternetGatewayInput, _a2 ...request.Option) (*ec2.AttachInternetGatewayOutput, error)

AttachInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AttachNetworkInterface

AttachNetworkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachNetworkInterfaceRequest

func (_m *MockFakeEC2) AttachNetworkInterfaceRequest(_a0 *ec2.AttachNetworkInterfaceInput) (*request.Request, *ec2.AttachNetworkInterfaceOutput)

AttachNetworkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachNetworkInterfaceWithContext

func (_m *MockFakeEC2) AttachNetworkInterfaceWithContext(_a0 context.Context, _a1 *ec2.AttachNetworkInterfaceInput, _a2 ...request.Option) (*ec2.AttachNetworkInterfaceOutput, error)

AttachNetworkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AttachVolume

func (_m *MockFakeEC2) AttachVolume(_a0 *ec2.AttachVolumeInput) (*ec2.VolumeAttachment, error)

AttachVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachVolumeRequest

func (_m *MockFakeEC2) AttachVolumeRequest(_a0 *ec2.AttachVolumeInput) (*request.Request, *ec2.VolumeAttachment)

AttachVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachVolumeWithContext

func (_m *MockFakeEC2) AttachVolumeWithContext(_a0 context.Context, _a1 *ec2.AttachVolumeInput, _a2 ...request.Option) (*ec2.VolumeAttachment, error)

AttachVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AttachVpnGateway

func (_m *MockFakeEC2) AttachVpnGateway(_a0 *ec2.AttachVpnGatewayInput) (*ec2.AttachVpnGatewayOutput, error)

AttachVpnGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachVpnGatewayRequest

func (_m *MockFakeEC2) AttachVpnGatewayRequest(_a0 *ec2.AttachVpnGatewayInput) (*request.Request, *ec2.AttachVpnGatewayOutput)

AttachVpnGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AttachVpnGatewayWithContext

func (_m *MockFakeEC2) AttachVpnGatewayWithContext(_a0 context.Context, _a1 *ec2.AttachVpnGatewayInput, _a2 ...request.Option) (*ec2.AttachVpnGatewayOutput, error)

AttachVpnGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AuthorizeClientVpnIngress

AuthorizeClientVpnIngress provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeClientVpnIngressRequest

func (_m *MockFakeEC2) AuthorizeClientVpnIngressRequest(_a0 *ec2.AuthorizeClientVpnIngressInput) (*request.Request, *ec2.AuthorizeClientVpnIngressOutput)

AuthorizeClientVpnIngressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeClientVpnIngressWithContext

func (_m *MockFakeEC2) AuthorizeClientVpnIngressWithContext(_a0 context.Context, _a1 *ec2.AuthorizeClientVpnIngressInput, _a2 ...request.Option) (*ec2.AuthorizeClientVpnIngressOutput, error)

AuthorizeClientVpnIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AuthorizeSecurityGroupEgress

AuthorizeSecurityGroupEgress provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeSecurityGroupEgressRequest

func (_m *MockFakeEC2) AuthorizeSecurityGroupEgressRequest(_a0 *ec2.AuthorizeSecurityGroupEgressInput) (*request.Request, *ec2.AuthorizeSecurityGroupEgressOutput)

AuthorizeSecurityGroupEgressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeSecurityGroupEgressWithContext

func (_m *MockFakeEC2) AuthorizeSecurityGroupEgressWithContext(_a0 context.Context, _a1 *ec2.AuthorizeSecurityGroupEgressInput, _a2 ...request.Option) (*ec2.AuthorizeSecurityGroupEgressOutput, error)

AuthorizeSecurityGroupEgressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) AuthorizeSecurityGroupIngress

AuthorizeSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeSecurityGroupIngressRequest

func (_m *MockFakeEC2) AuthorizeSecurityGroupIngressRequest(_a0 *ec2.AuthorizeSecurityGroupIngressInput) (*request.Request, *ec2.AuthorizeSecurityGroupIngressOutput)

AuthorizeSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) AuthorizeSecurityGroupIngressWithContext

func (_m *MockFakeEC2) AuthorizeSecurityGroupIngressWithContext(_a0 context.Context, _a1 *ec2.AuthorizeSecurityGroupIngressInput, _a2 ...request.Option) (*ec2.AuthorizeSecurityGroupIngressOutput, error)

AuthorizeSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) BundleInstance

func (_m *MockFakeEC2) BundleInstance(_a0 *ec2.BundleInstanceInput) (*ec2.BundleInstanceOutput, error)

BundleInstance provides a mock function with given fields: _a0

func (*MockFakeEC2) BundleInstanceRequest

func (_m *MockFakeEC2) BundleInstanceRequest(_a0 *ec2.BundleInstanceInput) (*request.Request, *ec2.BundleInstanceOutput)

BundleInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) BundleInstanceWithContext

func (_m *MockFakeEC2) BundleInstanceWithContext(_a0 context.Context, _a1 *ec2.BundleInstanceInput, _a2 ...request.Option) (*ec2.BundleInstanceOutput, error)

BundleInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelBundleTask

func (_m *MockFakeEC2) CancelBundleTask(_a0 *ec2.CancelBundleTaskInput) (*ec2.CancelBundleTaskOutput, error)

CancelBundleTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelBundleTaskRequest

func (_m *MockFakeEC2) CancelBundleTaskRequest(_a0 *ec2.CancelBundleTaskInput) (*request.Request, *ec2.CancelBundleTaskOutput)

CancelBundleTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelBundleTaskWithContext

func (_m *MockFakeEC2) CancelBundleTaskWithContext(_a0 context.Context, _a1 *ec2.CancelBundleTaskInput, _a2 ...request.Option) (*ec2.CancelBundleTaskOutput, error)

CancelBundleTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelCapacityReservation

CancelCapacityReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelCapacityReservationFleets

CancelCapacityReservationFleets provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelCapacityReservationFleetsRequest

CancelCapacityReservationFleetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelCapacityReservationFleetsWithContext

func (_m *MockFakeEC2) CancelCapacityReservationFleetsWithContext(_a0 context.Context, _a1 *ec2.CancelCapacityReservationFleetsInput, _a2 ...request.Option) (*ec2.CancelCapacityReservationFleetsOutput, error)

CancelCapacityReservationFleetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelCapacityReservationRequest

func (_m *MockFakeEC2) CancelCapacityReservationRequest(_a0 *ec2.CancelCapacityReservationInput) (*request.Request, *ec2.CancelCapacityReservationOutput)

CancelCapacityReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelCapacityReservationWithContext

func (_m *MockFakeEC2) CancelCapacityReservationWithContext(_a0 context.Context, _a1 *ec2.CancelCapacityReservationInput, _a2 ...request.Option) (*ec2.CancelCapacityReservationOutput, error)

CancelCapacityReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelConversionTask

func (_m *MockFakeEC2) CancelConversionTask(_a0 *ec2.CancelConversionTaskInput) (*ec2.CancelConversionTaskOutput, error)

CancelConversionTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelConversionTaskRequest

func (_m *MockFakeEC2) CancelConversionTaskRequest(_a0 *ec2.CancelConversionTaskInput) (*request.Request, *ec2.CancelConversionTaskOutput)

CancelConversionTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelConversionTaskWithContext

func (_m *MockFakeEC2) CancelConversionTaskWithContext(_a0 context.Context, _a1 *ec2.CancelConversionTaskInput, _a2 ...request.Option) (*ec2.CancelConversionTaskOutput, error)

CancelConversionTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelExportTask

func (_m *MockFakeEC2) CancelExportTask(_a0 *ec2.CancelExportTaskInput) (*ec2.CancelExportTaskOutput, error)

CancelExportTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelExportTaskRequest

func (_m *MockFakeEC2) CancelExportTaskRequest(_a0 *ec2.CancelExportTaskInput) (*request.Request, *ec2.CancelExportTaskOutput)

CancelExportTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelExportTaskWithContext

func (_m *MockFakeEC2) CancelExportTaskWithContext(_a0 context.Context, _a1 *ec2.CancelExportTaskInput, _a2 ...request.Option) (*ec2.CancelExportTaskOutput, error)

CancelExportTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelImportTask

func (_m *MockFakeEC2) CancelImportTask(_a0 *ec2.CancelImportTaskInput) (*ec2.CancelImportTaskOutput, error)

CancelImportTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelImportTaskRequest

func (_m *MockFakeEC2) CancelImportTaskRequest(_a0 *ec2.CancelImportTaskInput) (*request.Request, *ec2.CancelImportTaskOutput)

CancelImportTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelImportTaskWithContext

func (_m *MockFakeEC2) CancelImportTaskWithContext(_a0 context.Context, _a1 *ec2.CancelImportTaskInput, _a2 ...request.Option) (*ec2.CancelImportTaskOutput, error)

CancelImportTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelReservedInstancesListing

CancelReservedInstancesListing provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelReservedInstancesListingRequest

func (_m *MockFakeEC2) CancelReservedInstancesListingRequest(_a0 *ec2.CancelReservedInstancesListingInput) (*request.Request, *ec2.CancelReservedInstancesListingOutput)

CancelReservedInstancesListingRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelReservedInstancesListingWithContext

func (_m *MockFakeEC2) CancelReservedInstancesListingWithContext(_a0 context.Context, _a1 *ec2.CancelReservedInstancesListingInput, _a2 ...request.Option) (*ec2.CancelReservedInstancesListingOutput, error)

CancelReservedInstancesListingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelSpotFleetRequests

CancelSpotFleetRequests provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelSpotFleetRequestsRequest

func (_m *MockFakeEC2) CancelSpotFleetRequestsRequest(_a0 *ec2.CancelSpotFleetRequestsInput) (*request.Request, *ec2.CancelSpotFleetRequestsOutput)

CancelSpotFleetRequestsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelSpotFleetRequestsWithContext

func (_m *MockFakeEC2) CancelSpotFleetRequestsWithContext(_a0 context.Context, _a1 *ec2.CancelSpotFleetRequestsInput, _a2 ...request.Option) (*ec2.CancelSpotFleetRequestsOutput, error)

CancelSpotFleetRequestsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CancelSpotInstanceRequests

CancelSpotInstanceRequests provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelSpotInstanceRequestsRequest

func (_m *MockFakeEC2) CancelSpotInstanceRequestsRequest(_a0 *ec2.CancelSpotInstanceRequestsInput) (*request.Request, *ec2.CancelSpotInstanceRequestsOutput)

CancelSpotInstanceRequestsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CancelSpotInstanceRequestsWithContext

func (_m *MockFakeEC2) CancelSpotInstanceRequestsWithContext(_a0 context.Context, _a1 *ec2.CancelSpotInstanceRequestsInput, _a2 ...request.Option) (*ec2.CancelSpotInstanceRequestsOutput, error)

CancelSpotInstanceRequestsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ConfirmProductInstance

ConfirmProductInstance provides a mock function with given fields: _a0

func (*MockFakeEC2) ConfirmProductInstanceRequest

func (_m *MockFakeEC2) ConfirmProductInstanceRequest(_a0 *ec2.ConfirmProductInstanceInput) (*request.Request, *ec2.ConfirmProductInstanceOutput)

ConfirmProductInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ConfirmProductInstanceWithContext

func (_m *MockFakeEC2) ConfirmProductInstanceWithContext(_a0 context.Context, _a1 *ec2.ConfirmProductInstanceInput, _a2 ...request.Option) (*ec2.ConfirmProductInstanceOutput, error)

ConfirmProductInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CopyFpgaImage

func (_m *MockFakeEC2) CopyFpgaImage(_a0 *ec2.CopyFpgaImageInput) (*ec2.CopyFpgaImageOutput, error)

CopyFpgaImage provides a mock function with given fields: _a0

func (*MockFakeEC2) CopyFpgaImageRequest

func (_m *MockFakeEC2) CopyFpgaImageRequest(_a0 *ec2.CopyFpgaImageInput) (*request.Request, *ec2.CopyFpgaImageOutput)

CopyFpgaImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CopyFpgaImageWithContext

func (_m *MockFakeEC2) CopyFpgaImageWithContext(_a0 context.Context, _a1 *ec2.CopyFpgaImageInput, _a2 ...request.Option) (*ec2.CopyFpgaImageOutput, error)

CopyFpgaImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CopyImage

func (_m *MockFakeEC2) CopyImage(_a0 *ec2.CopyImageInput) (*ec2.CopyImageOutput, error)

CopyImage provides a mock function with given fields: _a0

func (*MockFakeEC2) CopyImageRequest

func (_m *MockFakeEC2) CopyImageRequest(_a0 *ec2.CopyImageInput) (*request.Request, *ec2.CopyImageOutput)

CopyImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CopyImageWithContext

func (_m *MockFakeEC2) CopyImageWithContext(_a0 context.Context, _a1 *ec2.CopyImageInput, _a2 ...request.Option) (*ec2.CopyImageOutput, error)

CopyImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CopySnapshot

func (_m *MockFakeEC2) CopySnapshot(_a0 *ec2.CopySnapshotInput) (*ec2.CopySnapshotOutput, error)

CopySnapshot provides a mock function with given fields: _a0

func (*MockFakeEC2) CopySnapshotRequest

func (_m *MockFakeEC2) CopySnapshotRequest(_a0 *ec2.CopySnapshotInput) (*request.Request, *ec2.CopySnapshotOutput)

CopySnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CopySnapshotWithContext

func (_m *MockFakeEC2) CopySnapshotWithContext(_a0 context.Context, _a1 *ec2.CopySnapshotInput, _a2 ...request.Option) (*ec2.CopySnapshotOutput, error)

CopySnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCapacityReservation

CreateCapacityReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCapacityReservationFleet

CreateCapacityReservationFleet provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCapacityReservationFleetRequest

func (_m *MockFakeEC2) CreateCapacityReservationFleetRequest(_a0 *ec2.CreateCapacityReservationFleetInput) (*request.Request, *ec2.CreateCapacityReservationFleetOutput)

CreateCapacityReservationFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCapacityReservationFleetWithContext

func (_m *MockFakeEC2) CreateCapacityReservationFleetWithContext(_a0 context.Context, _a1 *ec2.CreateCapacityReservationFleetInput, _a2 ...request.Option) (*ec2.CreateCapacityReservationFleetOutput, error)

CreateCapacityReservationFleetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCapacityReservationRequest

func (_m *MockFakeEC2) CreateCapacityReservationRequest(_a0 *ec2.CreateCapacityReservationInput) (*request.Request, *ec2.CreateCapacityReservationOutput)

CreateCapacityReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCapacityReservationWithContext

func (_m *MockFakeEC2) CreateCapacityReservationWithContext(_a0 context.Context, _a1 *ec2.CreateCapacityReservationInput, _a2 ...request.Option) (*ec2.CreateCapacityReservationOutput, error)

CreateCapacityReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCarrierGateway

func (_m *MockFakeEC2) CreateCarrierGateway(_a0 *ec2.CreateCarrierGatewayInput) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCarrierGatewayRequest

func (_m *MockFakeEC2) CreateCarrierGatewayRequest(_a0 *ec2.CreateCarrierGatewayInput) (*request.Request, *ec2.CreateCarrierGatewayOutput)

CreateCarrierGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCarrierGatewayWithContext

func (_m *MockFakeEC2) CreateCarrierGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateCarrierGatewayInput, _a2 ...request.Option) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateClientVpnEndpoint

CreateClientVpnEndpoint provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateClientVpnEndpointRequest

func (_m *MockFakeEC2) CreateClientVpnEndpointRequest(_a0 *ec2.CreateClientVpnEndpointInput) (*request.Request, *ec2.CreateClientVpnEndpointOutput)

CreateClientVpnEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateClientVpnEndpointWithContext

func (_m *MockFakeEC2) CreateClientVpnEndpointWithContext(_a0 context.Context, _a1 *ec2.CreateClientVpnEndpointInput, _a2 ...request.Option) (*ec2.CreateClientVpnEndpointOutput, error)

CreateClientVpnEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateClientVpnRoute

func (_m *MockFakeEC2) CreateClientVpnRoute(_a0 *ec2.CreateClientVpnRouteInput) (*ec2.CreateClientVpnRouteOutput, error)

CreateClientVpnRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateClientVpnRouteRequest

func (_m *MockFakeEC2) CreateClientVpnRouteRequest(_a0 *ec2.CreateClientVpnRouteInput) (*request.Request, *ec2.CreateClientVpnRouteOutput)

CreateClientVpnRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateClientVpnRouteWithContext

func (_m *MockFakeEC2) CreateClientVpnRouteWithContext(_a0 context.Context, _a1 *ec2.CreateClientVpnRouteInput, _a2 ...request.Option) (*ec2.CreateClientVpnRouteOutput, error)

CreateClientVpnRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCoipCidr

func (_m *MockFakeEC2) CreateCoipCidr(_a0 *ec2.CreateCoipCidrInput) (*ec2.CreateCoipCidrOutput, error)

CreateCoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCoipCidrRequest

func (_m *MockFakeEC2) CreateCoipCidrRequest(_a0 *ec2.CreateCoipCidrInput) (*request.Request, *ec2.CreateCoipCidrOutput)

CreateCoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCoipCidrWithContext

func (_m *MockFakeEC2) CreateCoipCidrWithContext(_a0 context.Context, _a1 *ec2.CreateCoipCidrInput, _a2 ...request.Option) (*ec2.CreateCoipCidrOutput, error)

CreateCoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCoipPool

func (_m *MockFakeEC2) CreateCoipPool(_a0 *ec2.CreateCoipPoolInput) (*ec2.CreateCoipPoolOutput, error)

CreateCoipPool provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCoipPoolRequest

func (_m *MockFakeEC2) CreateCoipPoolRequest(_a0 *ec2.CreateCoipPoolInput) (*request.Request, *ec2.CreateCoipPoolOutput)

CreateCoipPoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCoipPoolWithContext

func (_m *MockFakeEC2) CreateCoipPoolWithContext(_a0 context.Context, _a1 *ec2.CreateCoipPoolInput, _a2 ...request.Option) (*ec2.CreateCoipPoolOutput, error)

CreateCoipPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateCustomerGateway

func (_m *MockFakeEC2) CreateCustomerGateway(_a0 *ec2.CreateCustomerGatewayInput) (*ec2.CreateCustomerGatewayOutput, error)

CreateCustomerGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCustomerGatewayRequest

func (_m *MockFakeEC2) CreateCustomerGatewayRequest(_a0 *ec2.CreateCustomerGatewayInput) (*request.Request, *ec2.CreateCustomerGatewayOutput)

CreateCustomerGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateCustomerGatewayWithContext

func (_m *MockFakeEC2) CreateCustomerGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateCustomerGatewayInput, _a2 ...request.Option) (*ec2.CreateCustomerGatewayOutput, error)

CreateCustomerGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateDefaultSubnet

func (_m *MockFakeEC2) CreateDefaultSubnet(_a0 *ec2.CreateDefaultSubnetInput) (*ec2.CreateDefaultSubnetOutput, error)

CreateDefaultSubnet provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDefaultSubnetRequest

func (_m *MockFakeEC2) CreateDefaultSubnetRequest(_a0 *ec2.CreateDefaultSubnetInput) (*request.Request, *ec2.CreateDefaultSubnetOutput)

CreateDefaultSubnetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDefaultSubnetWithContext

func (_m *MockFakeEC2) CreateDefaultSubnetWithContext(_a0 context.Context, _a1 *ec2.CreateDefaultSubnetInput, _a2 ...request.Option) (*ec2.CreateDefaultSubnetOutput, error)

CreateDefaultSubnetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateDefaultVpc

func (_m *MockFakeEC2) CreateDefaultVpc(_a0 *ec2.CreateDefaultVpcInput) (*ec2.CreateDefaultVpcOutput, error)

CreateDefaultVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDefaultVpcRequest

func (_m *MockFakeEC2) CreateDefaultVpcRequest(_a0 *ec2.CreateDefaultVpcInput) (*request.Request, *ec2.CreateDefaultVpcOutput)

CreateDefaultVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDefaultVpcWithContext

func (_m *MockFakeEC2) CreateDefaultVpcWithContext(_a0 context.Context, _a1 *ec2.CreateDefaultVpcInput, _a2 ...request.Option) (*ec2.CreateDefaultVpcOutput, error)

CreateDefaultVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateDhcpOptions

func (_m *MockFakeEC2) CreateDhcpOptions(_a0 *ec2.CreateDhcpOptionsInput) (*ec2.CreateDhcpOptionsOutput, error)

CreateDhcpOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDhcpOptionsRequest

func (_m *MockFakeEC2) CreateDhcpOptionsRequest(_a0 *ec2.CreateDhcpOptionsInput) (*request.Request, *ec2.CreateDhcpOptionsOutput)

CreateDhcpOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateDhcpOptionsWithContext

func (_m *MockFakeEC2) CreateDhcpOptionsWithContext(_a0 context.Context, _a1 *ec2.CreateDhcpOptionsInput, _a2 ...request.Option) (*ec2.CreateDhcpOptionsOutput, error)

CreateDhcpOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateEgressOnlyInternetGateway

CreateEgressOnlyInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateEgressOnlyInternetGatewayRequest

CreateEgressOnlyInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateEgressOnlyInternetGatewayWithContext

func (_m *MockFakeEC2) CreateEgressOnlyInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateEgressOnlyInternetGatewayInput, _a2 ...request.Option) (*ec2.CreateEgressOnlyInternetGatewayOutput, error)

CreateEgressOnlyInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateFleet

func (_m *MockFakeEC2) CreateFleet(_a0 *ec2.CreateFleetInput) (*ec2.CreateFleetOutput, error)

CreateFleet provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFleetRequest

func (_m *MockFakeEC2) CreateFleetRequest(_a0 *ec2.CreateFleetInput) (*request.Request, *ec2.CreateFleetOutput)

CreateFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFleetWithContext

func (_m *MockFakeEC2) CreateFleetWithContext(_a0 context.Context, _a1 *ec2.CreateFleetInput, _a2 ...request.Option) (*ec2.CreateFleetOutput, error)

CreateFleetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateFlowLogs

func (_m *MockFakeEC2) CreateFlowLogs(_a0 *ec2.CreateFlowLogsInput) (*ec2.CreateFlowLogsOutput, error)

CreateFlowLogs provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFlowLogsRequest

func (_m *MockFakeEC2) CreateFlowLogsRequest(_a0 *ec2.CreateFlowLogsInput) (*request.Request, *ec2.CreateFlowLogsOutput)

CreateFlowLogsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFlowLogsWithContext

func (_m *MockFakeEC2) CreateFlowLogsWithContext(_a0 context.Context, _a1 *ec2.CreateFlowLogsInput, _a2 ...request.Option) (*ec2.CreateFlowLogsOutput, error)

CreateFlowLogsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateFpgaImage

func (_m *MockFakeEC2) CreateFpgaImage(_a0 *ec2.CreateFpgaImageInput) (*ec2.CreateFpgaImageOutput, error)

CreateFpgaImage provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFpgaImageRequest

func (_m *MockFakeEC2) CreateFpgaImageRequest(_a0 *ec2.CreateFpgaImageInput) (*request.Request, *ec2.CreateFpgaImageOutput)

CreateFpgaImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateFpgaImageWithContext

func (_m *MockFakeEC2) CreateFpgaImageWithContext(_a0 context.Context, _a1 *ec2.CreateFpgaImageInput, _a2 ...request.Option) (*ec2.CreateFpgaImageOutput, error)

CreateFpgaImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateImage

func (_m *MockFakeEC2) CreateImage(_a0 *ec2.CreateImageInput) (*ec2.CreateImageOutput, error)

CreateImage provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateImageRequest

func (_m *MockFakeEC2) CreateImageRequest(_a0 *ec2.CreateImageInput) (*request.Request, *ec2.CreateImageOutput)

CreateImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateImageWithContext

func (_m *MockFakeEC2) CreateImageWithContext(_a0 context.Context, _a1 *ec2.CreateImageInput, _a2 ...request.Option) (*ec2.CreateImageOutput, error)

CreateImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateInstanceEventWindow

CreateInstanceEventWindow provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInstanceEventWindowRequest

func (_m *MockFakeEC2) CreateInstanceEventWindowRequest(_a0 *ec2.CreateInstanceEventWindowInput) (*request.Request, *ec2.CreateInstanceEventWindowOutput)

CreateInstanceEventWindowRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInstanceEventWindowWithContext

func (_m *MockFakeEC2) CreateInstanceEventWindowWithContext(_a0 context.Context, _a1 *ec2.CreateInstanceEventWindowInput, _a2 ...request.Option) (*ec2.CreateInstanceEventWindowOutput, error)

CreateInstanceEventWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateInstanceExportTask

CreateInstanceExportTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInstanceExportTaskRequest

func (_m *MockFakeEC2) CreateInstanceExportTaskRequest(_a0 *ec2.CreateInstanceExportTaskInput) (*request.Request, *ec2.CreateInstanceExportTaskOutput)

CreateInstanceExportTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInstanceExportTaskWithContext

func (_m *MockFakeEC2) CreateInstanceExportTaskWithContext(_a0 context.Context, _a1 *ec2.CreateInstanceExportTaskInput, _a2 ...request.Option) (*ec2.CreateInstanceExportTaskOutput, error)

CreateInstanceExportTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateInternetGateway

func (_m *MockFakeEC2) CreateInternetGateway(_a0 *ec2.CreateInternetGatewayInput) (*ec2.CreateInternetGatewayOutput, error)

CreateInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInternetGatewayRequest

func (_m *MockFakeEC2) CreateInternetGatewayRequest(_a0 *ec2.CreateInternetGatewayInput) (*request.Request, *ec2.CreateInternetGatewayOutput)

CreateInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateInternetGatewayWithContext

func (_m *MockFakeEC2) CreateInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateInternetGatewayInput, _a2 ...request.Option) (*ec2.CreateInternetGatewayOutput, error)

CreateInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateIpam

func (_m *MockFakeEC2) CreateIpam(_a0 *ec2.CreateIpamInput) (*ec2.CreateIpamOutput, error)

CreateIpam provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamPool

func (_m *MockFakeEC2) CreateIpamPool(_a0 *ec2.CreateIpamPoolInput) (*ec2.CreateIpamPoolOutput, error)

CreateIpamPool provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamPoolRequest

func (_m *MockFakeEC2) CreateIpamPoolRequest(_a0 *ec2.CreateIpamPoolInput) (*request.Request, *ec2.CreateIpamPoolOutput)

CreateIpamPoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamPoolWithContext

func (_m *MockFakeEC2) CreateIpamPoolWithContext(_a0 context.Context, _a1 *ec2.CreateIpamPoolInput, _a2 ...request.Option) (*ec2.CreateIpamPoolOutput, error)

CreateIpamPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateIpamRequest

func (_m *MockFakeEC2) CreateIpamRequest(_a0 *ec2.CreateIpamInput) (*request.Request, *ec2.CreateIpamOutput)

CreateIpamRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamScope

func (_m *MockFakeEC2) CreateIpamScope(_a0 *ec2.CreateIpamScopeInput) (*ec2.CreateIpamScopeOutput, error)

CreateIpamScope provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamScopeRequest

func (_m *MockFakeEC2) CreateIpamScopeRequest(_a0 *ec2.CreateIpamScopeInput) (*request.Request, *ec2.CreateIpamScopeOutput)

CreateIpamScopeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateIpamScopeWithContext

func (_m *MockFakeEC2) CreateIpamScopeWithContext(_a0 context.Context, _a1 *ec2.CreateIpamScopeInput, _a2 ...request.Option) (*ec2.CreateIpamScopeOutput, error)

CreateIpamScopeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateIpamWithContext

func (_m *MockFakeEC2) CreateIpamWithContext(_a0 context.Context, _a1 *ec2.CreateIpamInput, _a2 ...request.Option) (*ec2.CreateIpamOutput, error)

CreateIpamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateKeyPair

func (_m *MockFakeEC2) CreateKeyPair(_a0 *ec2.CreateKeyPairInput) (*ec2.CreateKeyPairOutput, error)

CreateKeyPair provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateKeyPairRequest

func (_m *MockFakeEC2) CreateKeyPairRequest(_a0 *ec2.CreateKeyPairInput) (*request.Request, *ec2.CreateKeyPairOutput)

CreateKeyPairRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateKeyPairWithContext

func (_m *MockFakeEC2) CreateKeyPairWithContext(_a0 context.Context, _a1 *ec2.CreateKeyPairInput, _a2 ...request.Option) (*ec2.CreateKeyPairOutput, error)

CreateKeyPairWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLaunchTemplate

func (_m *MockFakeEC2) CreateLaunchTemplate(_a0 *ec2.CreateLaunchTemplateInput) (*ec2.CreateLaunchTemplateOutput, error)

CreateLaunchTemplate provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLaunchTemplateRequest

func (_m *MockFakeEC2) CreateLaunchTemplateRequest(_a0 *ec2.CreateLaunchTemplateInput) (*request.Request, *ec2.CreateLaunchTemplateOutput)

CreateLaunchTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLaunchTemplateVersion

CreateLaunchTemplateVersion provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLaunchTemplateVersionRequest

func (_m *MockFakeEC2) CreateLaunchTemplateVersionRequest(_a0 *ec2.CreateLaunchTemplateVersionInput) (*request.Request, *ec2.CreateLaunchTemplateVersionOutput)

CreateLaunchTemplateVersionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLaunchTemplateVersionWithContext

func (_m *MockFakeEC2) CreateLaunchTemplateVersionWithContext(_a0 context.Context, _a1 *ec2.CreateLaunchTemplateVersionInput, _a2 ...request.Option) (*ec2.CreateLaunchTemplateVersionOutput, error)

CreateLaunchTemplateVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLaunchTemplateWithContext

func (_m *MockFakeEC2) CreateLaunchTemplateWithContext(_a0 context.Context, _a1 *ec2.CreateLaunchTemplateInput, _a2 ...request.Option) (*ec2.CreateLaunchTemplateOutput, error)

CreateLaunchTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLocalGatewayRoute

CreateLocalGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteRequest

func (_m *MockFakeEC2) CreateLocalGatewayRouteRequest(_a0 *ec2.CreateLocalGatewayRouteInput) (*request.Request, *ec2.CreateLocalGatewayRouteOutput)

CreateLocalGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTable

CreateLocalGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableRequest

func (_m *MockFakeEC2) CreateLocalGatewayRouteTableRequest(_a0 *ec2.CreateLocalGatewayRouteTableInput) (*request.Request, *ec2.CreateLocalGatewayRouteTableOutput)

CreateLocalGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLocalGatewayRouteTableVpcAssociation

CreateLocalGatewayRouteTableVpcAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableVpcAssociationRequest

CreateLocalGatewayRouteTableVpcAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateLocalGatewayRouteTableVpcAssociationWithContext

func (_m *MockFakeEC2) CreateLocalGatewayRouteTableVpcAssociationWithContext(_a0 context.Context, _a1 *ec2.CreateLocalGatewayRouteTableVpcAssociationInput, _a2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableVpcAssociationOutput, error)

CreateLocalGatewayRouteTableVpcAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLocalGatewayRouteTableWithContext

func (_m *MockFakeEC2) CreateLocalGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.CreateLocalGatewayRouteTableInput, _a2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableOutput, error)

CreateLocalGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateLocalGatewayRouteWithContext

func (_m *MockFakeEC2) CreateLocalGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.CreateLocalGatewayRouteInput, _a2 ...request.Option) (*ec2.CreateLocalGatewayRouteOutput, error)

CreateLocalGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateManagedPrefixList

CreateManagedPrefixList provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateManagedPrefixListRequest

func (_m *MockFakeEC2) CreateManagedPrefixListRequest(_a0 *ec2.CreateManagedPrefixListInput) (*request.Request, *ec2.CreateManagedPrefixListOutput)

CreateManagedPrefixListRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateManagedPrefixListWithContext

func (_m *MockFakeEC2) CreateManagedPrefixListWithContext(_a0 context.Context, _a1 *ec2.CreateManagedPrefixListInput, _a2 ...request.Option) (*ec2.CreateManagedPrefixListOutput, error)

CreateManagedPrefixListWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNatGateway

func (_m *MockFakeEC2) CreateNatGateway(_a0 *ec2.CreateNatGatewayInput) (*ec2.CreateNatGatewayOutput, error)

CreateNatGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNatGatewayRequest

func (_m *MockFakeEC2) CreateNatGatewayRequest(_a0 *ec2.CreateNatGatewayInput) (*request.Request, *ec2.CreateNatGatewayOutput)

CreateNatGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNatGatewayWithContext

func (_m *MockFakeEC2) CreateNatGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateNatGatewayInput, _a2 ...request.Option) (*ec2.CreateNatGatewayOutput, error)

CreateNatGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkAcl

func (_m *MockFakeEC2) CreateNetworkAcl(_a0 *ec2.CreateNetworkAclInput) (*ec2.CreateNetworkAclOutput, error)

CreateNetworkAcl provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkAclEntry

func (_m *MockFakeEC2) CreateNetworkAclEntry(_a0 *ec2.CreateNetworkAclEntryInput) (*ec2.CreateNetworkAclEntryOutput, error)

CreateNetworkAclEntry provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkAclEntryRequest

func (_m *MockFakeEC2) CreateNetworkAclEntryRequest(_a0 *ec2.CreateNetworkAclEntryInput) (*request.Request, *ec2.CreateNetworkAclEntryOutput)

CreateNetworkAclEntryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkAclEntryWithContext

func (_m *MockFakeEC2) CreateNetworkAclEntryWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkAclEntryInput, _a2 ...request.Option) (*ec2.CreateNetworkAclEntryOutput, error)

CreateNetworkAclEntryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkAclRequest

func (_m *MockFakeEC2) CreateNetworkAclRequest(_a0 *ec2.CreateNetworkAclInput) (*request.Request, *ec2.CreateNetworkAclOutput)

CreateNetworkAclRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkAclWithContext

func (_m *MockFakeEC2) CreateNetworkAclWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkAclInput, _a2 ...request.Option) (*ec2.CreateNetworkAclOutput, error)

CreateNetworkAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkInsightsAccessScope

CreateNetworkInsightsAccessScope provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInsightsAccessScopeRequest

CreateNetworkInsightsAccessScopeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInsightsAccessScopeWithContext

func (_m *MockFakeEC2) CreateNetworkInsightsAccessScopeWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkInsightsAccessScopeInput, _a2 ...request.Option) (*ec2.CreateNetworkInsightsAccessScopeOutput, error)

CreateNetworkInsightsAccessScopeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkInsightsPath

CreateNetworkInsightsPath provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInsightsPathRequest

func (_m *MockFakeEC2) CreateNetworkInsightsPathRequest(_a0 *ec2.CreateNetworkInsightsPathInput) (*request.Request, *ec2.CreateNetworkInsightsPathOutput)

CreateNetworkInsightsPathRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInsightsPathWithContext

func (_m *MockFakeEC2) CreateNetworkInsightsPathWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkInsightsPathInput, _a2 ...request.Option) (*ec2.CreateNetworkInsightsPathOutput, error)

CreateNetworkInsightsPathWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkInterface

CreateNetworkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInterfacePermission

CreateNetworkInterfacePermission provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInterfacePermissionRequest

CreateNetworkInterfacePermissionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInterfacePermissionWithContext

func (_m *MockFakeEC2) CreateNetworkInterfacePermissionWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkInterfacePermissionInput, _a2 ...request.Option) (*ec2.CreateNetworkInterfacePermissionOutput, error)

CreateNetworkInterfacePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateNetworkInterfaceRequest

func (_m *MockFakeEC2) CreateNetworkInterfaceRequest(_a0 *ec2.CreateNetworkInterfaceInput) (*request.Request, *ec2.CreateNetworkInterfaceOutput)

CreateNetworkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateNetworkInterfaceWithContext

func (_m *MockFakeEC2) CreateNetworkInterfaceWithContext(_a0 context.Context, _a1 *ec2.CreateNetworkInterfaceInput, _a2 ...request.Option) (*ec2.CreateNetworkInterfaceOutput, error)

CreateNetworkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreatePlacementGroup

func (_m *MockFakeEC2) CreatePlacementGroup(_a0 *ec2.CreatePlacementGroupInput) (*ec2.CreatePlacementGroupOutput, error)

CreatePlacementGroup provides a mock function with given fields: _a0

func (*MockFakeEC2) CreatePlacementGroupRequest

func (_m *MockFakeEC2) CreatePlacementGroupRequest(_a0 *ec2.CreatePlacementGroupInput) (*request.Request, *ec2.CreatePlacementGroupOutput)

CreatePlacementGroupRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreatePlacementGroupWithContext

func (_m *MockFakeEC2) CreatePlacementGroupWithContext(_a0 context.Context, _a1 *ec2.CreatePlacementGroupInput, _a2 ...request.Option) (*ec2.CreatePlacementGroupOutput, error)

CreatePlacementGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreatePublicIpv4Pool

func (_m *MockFakeEC2) CreatePublicIpv4Pool(_a0 *ec2.CreatePublicIpv4PoolInput) (*ec2.CreatePublicIpv4PoolOutput, error)

CreatePublicIpv4Pool provides a mock function with given fields: _a0

func (*MockFakeEC2) CreatePublicIpv4PoolRequest

func (_m *MockFakeEC2) CreatePublicIpv4PoolRequest(_a0 *ec2.CreatePublicIpv4PoolInput) (*request.Request, *ec2.CreatePublicIpv4PoolOutput)

CreatePublicIpv4PoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreatePublicIpv4PoolWithContext

func (_m *MockFakeEC2) CreatePublicIpv4PoolWithContext(_a0 context.Context, _a1 *ec2.CreatePublicIpv4PoolInput, _a2 ...request.Option) (*ec2.CreatePublicIpv4PoolOutput, error)

CreatePublicIpv4PoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateReplaceRootVolumeTask

CreateReplaceRootVolumeTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateReplaceRootVolumeTaskRequest

func (_m *MockFakeEC2) CreateReplaceRootVolumeTaskRequest(_a0 *ec2.CreateReplaceRootVolumeTaskInput) (*request.Request, *ec2.CreateReplaceRootVolumeTaskOutput)

CreateReplaceRootVolumeTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateReplaceRootVolumeTaskWithContext

func (_m *MockFakeEC2) CreateReplaceRootVolumeTaskWithContext(_a0 context.Context, _a1 *ec2.CreateReplaceRootVolumeTaskInput, _a2 ...request.Option) (*ec2.CreateReplaceRootVolumeTaskOutput, error)

CreateReplaceRootVolumeTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateReservedInstancesListing

CreateReservedInstancesListing provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateReservedInstancesListingRequest

func (_m *MockFakeEC2) CreateReservedInstancesListingRequest(_a0 *ec2.CreateReservedInstancesListingInput) (*request.Request, *ec2.CreateReservedInstancesListingOutput)

CreateReservedInstancesListingRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateReservedInstancesListingWithContext

func (_m *MockFakeEC2) CreateReservedInstancesListingWithContext(_a0 context.Context, _a1 *ec2.CreateReservedInstancesListingInput, _a2 ...request.Option) (*ec2.CreateReservedInstancesListingOutput, error)

CreateReservedInstancesListingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateRestoreImageTask

CreateRestoreImageTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRestoreImageTaskRequest

func (_m *MockFakeEC2) CreateRestoreImageTaskRequest(_a0 *ec2.CreateRestoreImageTaskInput) (*request.Request, *ec2.CreateRestoreImageTaskOutput)

CreateRestoreImageTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRestoreImageTaskWithContext

func (_m *MockFakeEC2) CreateRestoreImageTaskWithContext(_a0 context.Context, _a1 *ec2.CreateRestoreImageTaskInput, _a2 ...request.Option) (*ec2.CreateRestoreImageTaskOutput, error)

CreateRestoreImageTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateRoute

func (_m *MockFakeEC2) CreateRoute(_a0 *ec2.CreateRouteInput) (*ec2.CreateRouteOutput, error)

CreateRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRouteRequest

func (_m *MockFakeEC2) CreateRouteRequest(_a0 *ec2.CreateRouteInput) (*request.Request, *ec2.CreateRouteOutput)

CreateRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRouteTable

func (_m *MockFakeEC2) CreateRouteTable(_a0 *ec2.CreateRouteTableInput) (*ec2.CreateRouteTableOutput, error)

CreateRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRouteTableRequest

func (_m *MockFakeEC2) CreateRouteTableRequest(_a0 *ec2.CreateRouteTableInput) (*request.Request, *ec2.CreateRouteTableOutput)

CreateRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateRouteTableWithContext

func (_m *MockFakeEC2) CreateRouteTableWithContext(_a0 context.Context, _a1 *ec2.CreateRouteTableInput, _a2 ...request.Option) (*ec2.CreateRouteTableOutput, error)

CreateRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateRouteWithContext

func (_m *MockFakeEC2) CreateRouteWithContext(_a0 context.Context, _a1 *ec2.CreateRouteInput, _a2 ...request.Option) (*ec2.CreateRouteOutput, error)

CreateRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSecurityGroup

func (_m *MockFakeEC2) CreateSecurityGroup(_a0 *ec2.CreateSecurityGroupInput) (*ec2.CreateSecurityGroupOutput, error)

CreateSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSecurityGroupRequest

func (_m *MockFakeEC2) CreateSecurityGroupRequest(_a0 *ec2.CreateSecurityGroupInput) (*request.Request, *ec2.CreateSecurityGroupOutput)

CreateSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSecurityGroupWithContext

func (_m *MockFakeEC2) CreateSecurityGroupWithContext(_a0 context.Context, _a1 *ec2.CreateSecurityGroupInput, _a2 ...request.Option) (*ec2.CreateSecurityGroupOutput, error)

CreateSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSnapshot

func (_m *MockFakeEC2) CreateSnapshot(_a0 *ec2.CreateSnapshotInput) (*ec2.Snapshot, error)

CreateSnapshot provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSnapshotRequest

func (_m *MockFakeEC2) CreateSnapshotRequest(_a0 *ec2.CreateSnapshotInput) (*request.Request, *ec2.Snapshot)

CreateSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSnapshotWithContext

func (_m *MockFakeEC2) CreateSnapshotWithContext(_a0 context.Context, _a1 *ec2.CreateSnapshotInput, _a2 ...request.Option) (*ec2.Snapshot, error)

CreateSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSnapshots

func (_m *MockFakeEC2) CreateSnapshots(_a0 *ec2.CreateSnapshotsInput) (*ec2.CreateSnapshotsOutput, error)

CreateSnapshots provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSnapshotsRequest

func (_m *MockFakeEC2) CreateSnapshotsRequest(_a0 *ec2.CreateSnapshotsInput) (*request.Request, *ec2.CreateSnapshotsOutput)

CreateSnapshotsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSnapshotsWithContext

func (_m *MockFakeEC2) CreateSnapshotsWithContext(_a0 context.Context, _a1 *ec2.CreateSnapshotsInput, _a2 ...request.Option) (*ec2.CreateSnapshotsOutput, error)

CreateSnapshotsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSpotDatafeedSubscription

CreateSpotDatafeedSubscription provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSpotDatafeedSubscriptionRequest

func (_m *MockFakeEC2) CreateSpotDatafeedSubscriptionRequest(_a0 *ec2.CreateSpotDatafeedSubscriptionInput) (*request.Request, *ec2.CreateSpotDatafeedSubscriptionOutput)

CreateSpotDatafeedSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSpotDatafeedSubscriptionWithContext

func (_m *MockFakeEC2) CreateSpotDatafeedSubscriptionWithContext(_a0 context.Context, _a1 *ec2.CreateSpotDatafeedSubscriptionInput, _a2 ...request.Option) (*ec2.CreateSpotDatafeedSubscriptionOutput, error)

CreateSpotDatafeedSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateStoreImageTask

func (_m *MockFakeEC2) CreateStoreImageTask(_a0 *ec2.CreateStoreImageTaskInput) (*ec2.CreateStoreImageTaskOutput, error)

CreateStoreImageTask provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateStoreImageTaskRequest

func (_m *MockFakeEC2) CreateStoreImageTaskRequest(_a0 *ec2.CreateStoreImageTaskInput) (*request.Request, *ec2.CreateStoreImageTaskOutput)

CreateStoreImageTaskRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateStoreImageTaskWithContext

func (_m *MockFakeEC2) CreateStoreImageTaskWithContext(_a0 context.Context, _a1 *ec2.CreateStoreImageTaskInput, _a2 ...request.Option) (*ec2.CreateStoreImageTaskOutput, error)

CreateStoreImageTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSubnet

func (_m *MockFakeEC2) CreateSubnet(_a0 *ec2.CreateSubnetInput) (*ec2.CreateSubnetOutput, error)

CreateSubnet provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSubnetCidrReservation

CreateSubnetCidrReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSubnetCidrReservationRequest

func (_m *MockFakeEC2) CreateSubnetCidrReservationRequest(_a0 *ec2.CreateSubnetCidrReservationInput) (*request.Request, *ec2.CreateSubnetCidrReservationOutput)

CreateSubnetCidrReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSubnetCidrReservationWithContext

func (_m *MockFakeEC2) CreateSubnetCidrReservationWithContext(_a0 context.Context, _a1 *ec2.CreateSubnetCidrReservationInput, _a2 ...request.Option) (*ec2.CreateSubnetCidrReservationOutput, error)

CreateSubnetCidrReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateSubnetRequest

func (_m *MockFakeEC2) CreateSubnetRequest(_a0 *ec2.CreateSubnetInput) (*request.Request, *ec2.CreateSubnetOutput)

CreateSubnetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateSubnetWithContext

func (_m *MockFakeEC2) CreateSubnetWithContext(_a0 context.Context, _a1 *ec2.CreateSubnetInput, _a2 ...request.Option) (*ec2.CreateSubnetOutput, error)

CreateSubnetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTags

func (_m *MockFakeEC2) CreateTags(_a0 *ec2.CreateTagsInput) (*ec2.CreateTagsOutput, error)

CreateTags provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTagsRequest

func (_m *MockFakeEC2) CreateTagsRequest(_a0 *ec2.CreateTagsInput) (*request.Request, *ec2.CreateTagsOutput)

CreateTagsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTagsWithContext

func (_m *MockFakeEC2) CreateTagsWithContext(_a0 context.Context, _a1 *ec2.CreateTagsInput, _a2 ...request.Option) (*ec2.CreateTagsOutput, error)

CreateTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTrafficMirrorFilter

CreateTrafficMirrorFilter provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorFilterRequest

func (_m *MockFakeEC2) CreateTrafficMirrorFilterRequest(_a0 *ec2.CreateTrafficMirrorFilterInput) (*request.Request, *ec2.CreateTrafficMirrorFilterOutput)

CreateTrafficMirrorFilterRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorFilterRule

CreateTrafficMirrorFilterRule provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorFilterRuleRequest

func (_m *MockFakeEC2) CreateTrafficMirrorFilterRuleRequest(_a0 *ec2.CreateTrafficMirrorFilterRuleInput) (*request.Request, *ec2.CreateTrafficMirrorFilterRuleOutput)

CreateTrafficMirrorFilterRuleRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorFilterRuleWithContext

func (_m *MockFakeEC2) CreateTrafficMirrorFilterRuleWithContext(_a0 context.Context, _a1 *ec2.CreateTrafficMirrorFilterRuleInput, _a2 ...request.Option) (*ec2.CreateTrafficMirrorFilterRuleOutput, error)

CreateTrafficMirrorFilterRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTrafficMirrorFilterWithContext

func (_m *MockFakeEC2) CreateTrafficMirrorFilterWithContext(_a0 context.Context, _a1 *ec2.CreateTrafficMirrorFilterInput, _a2 ...request.Option) (*ec2.CreateTrafficMirrorFilterOutput, error)

CreateTrafficMirrorFilterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTrafficMirrorSession

CreateTrafficMirrorSession provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorSessionRequest

func (_m *MockFakeEC2) CreateTrafficMirrorSessionRequest(_a0 *ec2.CreateTrafficMirrorSessionInput) (*request.Request, *ec2.CreateTrafficMirrorSessionOutput)

CreateTrafficMirrorSessionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorSessionWithContext

func (_m *MockFakeEC2) CreateTrafficMirrorSessionWithContext(_a0 context.Context, _a1 *ec2.CreateTrafficMirrorSessionInput, _a2 ...request.Option) (*ec2.CreateTrafficMirrorSessionOutput, error)

CreateTrafficMirrorSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTrafficMirrorTarget

CreateTrafficMirrorTarget provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorTargetRequest

func (_m *MockFakeEC2) CreateTrafficMirrorTargetRequest(_a0 *ec2.CreateTrafficMirrorTargetInput) (*request.Request, *ec2.CreateTrafficMirrorTargetOutput)

CreateTrafficMirrorTargetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTrafficMirrorTargetWithContext

func (_m *MockFakeEC2) CreateTrafficMirrorTargetWithContext(_a0 context.Context, _a1 *ec2.CreateTrafficMirrorTargetInput, _a2 ...request.Option) (*ec2.CreateTrafficMirrorTargetOutput, error)

CreateTrafficMirrorTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGateway

func (_m *MockFakeEC2) CreateTransitGateway(_a0 *ec2.CreateTransitGatewayInput) (*ec2.CreateTransitGatewayOutput, error)

CreateTransitGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayConnect

CreateTransitGatewayConnect provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayConnectPeer

CreateTransitGatewayConnectPeer provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayConnectPeerRequest

CreateTransitGatewayConnectPeerRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayConnectPeerWithContext

func (_m *MockFakeEC2) CreateTransitGatewayConnectPeerWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayConnectPeerInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayConnectPeerOutput, error)

CreateTransitGatewayConnectPeerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayConnectRequest

func (_m *MockFakeEC2) CreateTransitGatewayConnectRequest(_a0 *ec2.CreateTransitGatewayConnectInput) (*request.Request, *ec2.CreateTransitGatewayConnectOutput)

CreateTransitGatewayConnectRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayConnectWithContext

func (_m *MockFakeEC2) CreateTransitGatewayConnectWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayConnectInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayConnectOutput, error)

CreateTransitGatewayConnectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayMulticastDomain

CreateTransitGatewayMulticastDomain provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayMulticastDomainRequest

CreateTransitGatewayMulticastDomainRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayMulticastDomainWithContext

func (_m *MockFakeEC2) CreateTransitGatewayMulticastDomainWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayMulticastDomainInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayMulticastDomainOutput, error)

CreateTransitGatewayMulticastDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayPeeringAttachment

CreateTransitGatewayPeeringAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPeeringAttachmentRequest

CreateTransitGatewayPeeringAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPeeringAttachmentWithContext

func (_m *MockFakeEC2) CreateTransitGatewayPeeringAttachmentWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayPeeringAttachmentInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayPeeringAttachmentOutput, error)

CreateTransitGatewayPeeringAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayPolicyTable

CreateTransitGatewayPolicyTable provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPolicyTableRequest

CreateTransitGatewayPolicyTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPolicyTableWithContext

func (_m *MockFakeEC2) CreateTransitGatewayPolicyTableWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayPolicyTableInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayPolicyTableOutput, error)

CreateTransitGatewayPolicyTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayPrefixListReference

CreateTransitGatewayPrefixListReference provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPrefixListReferenceRequest

CreateTransitGatewayPrefixListReferenceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayPrefixListReferenceWithContext

func (_m *MockFakeEC2) CreateTransitGatewayPrefixListReferenceWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayPrefixListReferenceInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayPrefixListReferenceOutput, error)

CreateTransitGatewayPrefixListReferenceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayRequest

func (_m *MockFakeEC2) CreateTransitGatewayRequest(_a0 *ec2.CreateTransitGatewayInput) (*request.Request, *ec2.CreateTransitGatewayOutput)

CreateTransitGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRoute

CreateTransitGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteRequest

func (_m *MockFakeEC2) CreateTransitGatewayRouteRequest(_a0 *ec2.CreateTransitGatewayRouteInput) (*request.Request, *ec2.CreateTransitGatewayRouteOutput)

CreateTransitGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteTable

CreateTransitGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteTableAnnouncement

CreateTransitGatewayRouteTableAnnouncement provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteTableAnnouncementRequest

CreateTransitGatewayRouteTableAnnouncementRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteTableAnnouncementWithContext

func (_m *MockFakeEC2) CreateTransitGatewayRouteTableAnnouncementWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayRouteTableAnnouncementInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayRouteTableAnnouncementOutput, error)

CreateTransitGatewayRouteTableAnnouncementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayRouteTableRequest

func (_m *MockFakeEC2) CreateTransitGatewayRouteTableRequest(_a0 *ec2.CreateTransitGatewayRouteTableInput) (*request.Request, *ec2.CreateTransitGatewayRouteTableOutput)

CreateTransitGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayRouteTableWithContext

func (_m *MockFakeEC2) CreateTransitGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayRouteTableInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayRouteTableOutput, error)

CreateTransitGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayRouteWithContext

func (_m *MockFakeEC2) CreateTransitGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayRouteInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayRouteOutput, error)

CreateTransitGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayVpcAttachment

CreateTransitGatewayVpcAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayVpcAttachmentRequest

CreateTransitGatewayVpcAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateTransitGatewayVpcAttachmentWithContext

func (_m *MockFakeEC2) CreateTransitGatewayVpcAttachmentWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayVpcAttachmentInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayVpcAttachmentOutput, error)

CreateTransitGatewayVpcAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateTransitGatewayWithContext

func (_m *MockFakeEC2) CreateTransitGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateTransitGatewayInput, _a2 ...request.Option) (*ec2.CreateTransitGatewayOutput, error)

CreateTransitGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVolume

func (_m *MockFakeEC2) CreateVolume(_a0 *ec2.CreateVolumeInput) (*ec2.Volume, error)

CreateVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVolumeRequest

func (_m *MockFakeEC2) CreateVolumeRequest(_a0 *ec2.CreateVolumeInput) (*request.Request, *ec2.Volume)

CreateVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVolumeWithContext

func (_m *MockFakeEC2) CreateVolumeWithContext(_a0 context.Context, _a1 *ec2.CreateVolumeInput, _a2 ...request.Option) (*ec2.Volume, error)

CreateVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpc

func (_m *MockFakeEC2) CreateVpc(_a0 *ec2.CreateVpcInput) (*ec2.CreateVpcOutput, error)

CreateVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpoint

func (_m *MockFakeEC2) CreateVpcEndpoint(_a0 *ec2.CreateVpcEndpointInput) (*ec2.CreateVpcEndpointOutput, error)

CreateVpcEndpoint provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointConnectionNotification

CreateVpcEndpointConnectionNotification provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointConnectionNotificationRequest

CreateVpcEndpointConnectionNotificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointConnectionNotificationWithContext

func (_m *MockFakeEC2) CreateVpcEndpointConnectionNotificationWithContext(_a0 context.Context, _a1 *ec2.CreateVpcEndpointConnectionNotificationInput, _a2 ...request.Option) (*ec2.CreateVpcEndpointConnectionNotificationOutput, error)

CreateVpcEndpointConnectionNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpcEndpointRequest

func (_m *MockFakeEC2) CreateVpcEndpointRequest(_a0 *ec2.CreateVpcEndpointInput) (*request.Request, *ec2.CreateVpcEndpointOutput)

CreateVpcEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointServiceConfiguration

CreateVpcEndpointServiceConfiguration provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointServiceConfigurationRequest

CreateVpcEndpointServiceConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcEndpointServiceConfigurationWithContext

func (_m *MockFakeEC2) CreateVpcEndpointServiceConfigurationWithContext(_a0 context.Context, _a1 *ec2.CreateVpcEndpointServiceConfigurationInput, _a2 ...request.Option) (*ec2.CreateVpcEndpointServiceConfigurationOutput, error)

CreateVpcEndpointServiceConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpcEndpointWithContext

func (_m *MockFakeEC2) CreateVpcEndpointWithContext(_a0 context.Context, _a1 *ec2.CreateVpcEndpointInput, _a2 ...request.Option) (*ec2.CreateVpcEndpointOutput, error)

CreateVpcEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpcPeeringConnection

CreateVpcPeeringConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcPeeringConnectionRequest

func (_m *MockFakeEC2) CreateVpcPeeringConnectionRequest(_a0 *ec2.CreateVpcPeeringConnectionInput) (*request.Request, *ec2.CreateVpcPeeringConnectionOutput)

CreateVpcPeeringConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcPeeringConnectionWithContext

func (_m *MockFakeEC2) CreateVpcPeeringConnectionWithContext(_a0 context.Context, _a1 *ec2.CreateVpcPeeringConnectionInput, _a2 ...request.Option) (*ec2.CreateVpcPeeringConnectionOutput, error)

CreateVpcPeeringConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpcRequest

func (_m *MockFakeEC2) CreateVpcRequest(_a0 *ec2.CreateVpcInput) (*request.Request, *ec2.CreateVpcOutput)

CreateVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpcWithContext

func (_m *MockFakeEC2) CreateVpcWithContext(_a0 context.Context, _a1 *ec2.CreateVpcInput, _a2 ...request.Option) (*ec2.CreateVpcOutput, error)

CreateVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpnConnection

func (_m *MockFakeEC2) CreateVpnConnection(_a0 *ec2.CreateVpnConnectionInput) (*ec2.CreateVpnConnectionOutput, error)

CreateVpnConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnConnectionRequest

func (_m *MockFakeEC2) CreateVpnConnectionRequest(_a0 *ec2.CreateVpnConnectionInput) (*request.Request, *ec2.CreateVpnConnectionOutput)

CreateVpnConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnConnectionRoute

CreateVpnConnectionRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnConnectionRouteRequest

func (_m *MockFakeEC2) CreateVpnConnectionRouteRequest(_a0 *ec2.CreateVpnConnectionRouteInput) (*request.Request, *ec2.CreateVpnConnectionRouteOutput)

CreateVpnConnectionRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnConnectionRouteWithContext

func (_m *MockFakeEC2) CreateVpnConnectionRouteWithContext(_a0 context.Context, _a1 *ec2.CreateVpnConnectionRouteInput, _a2 ...request.Option) (*ec2.CreateVpnConnectionRouteOutput, error)

CreateVpnConnectionRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpnConnectionWithContext

func (_m *MockFakeEC2) CreateVpnConnectionWithContext(_a0 context.Context, _a1 *ec2.CreateVpnConnectionInput, _a2 ...request.Option) (*ec2.CreateVpnConnectionOutput, error)

CreateVpnConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) CreateVpnGateway

func (_m *MockFakeEC2) CreateVpnGateway(_a0 *ec2.CreateVpnGatewayInput) (*ec2.CreateVpnGatewayOutput, error)

CreateVpnGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnGatewayRequest

func (_m *MockFakeEC2) CreateVpnGatewayRequest(_a0 *ec2.CreateVpnGatewayInput) (*request.Request, *ec2.CreateVpnGatewayOutput)

CreateVpnGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) CreateVpnGatewayWithContext

func (_m *MockFakeEC2) CreateVpnGatewayWithContext(_a0 context.Context, _a1 *ec2.CreateVpnGatewayInput, _a2 ...request.Option) (*ec2.CreateVpnGatewayOutput, error)

CreateVpnGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteCarrierGateway

func (_m *MockFakeEC2) DeleteCarrierGateway(_a0 *ec2.DeleteCarrierGatewayInput) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCarrierGatewayRequest

func (_m *MockFakeEC2) DeleteCarrierGatewayRequest(_a0 *ec2.DeleteCarrierGatewayInput) (*request.Request, *ec2.DeleteCarrierGatewayOutput)

DeleteCarrierGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCarrierGatewayWithContext

func (_m *MockFakeEC2) DeleteCarrierGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteCarrierGatewayInput, _a2 ...request.Option) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteClientVpnEndpoint

DeleteClientVpnEndpoint provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteClientVpnEndpointRequest

func (_m *MockFakeEC2) DeleteClientVpnEndpointRequest(_a0 *ec2.DeleteClientVpnEndpointInput) (*request.Request, *ec2.DeleteClientVpnEndpointOutput)

DeleteClientVpnEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteClientVpnEndpointWithContext

func (_m *MockFakeEC2) DeleteClientVpnEndpointWithContext(_a0 context.Context, _a1 *ec2.DeleteClientVpnEndpointInput, _a2 ...request.Option) (*ec2.DeleteClientVpnEndpointOutput, error)

DeleteClientVpnEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteClientVpnRoute

func (_m *MockFakeEC2) DeleteClientVpnRoute(_a0 *ec2.DeleteClientVpnRouteInput) (*ec2.DeleteClientVpnRouteOutput, error)

DeleteClientVpnRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteClientVpnRouteRequest

func (_m *MockFakeEC2) DeleteClientVpnRouteRequest(_a0 *ec2.DeleteClientVpnRouteInput) (*request.Request, *ec2.DeleteClientVpnRouteOutput)

DeleteClientVpnRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteClientVpnRouteWithContext

func (_m *MockFakeEC2) DeleteClientVpnRouteWithContext(_a0 context.Context, _a1 *ec2.DeleteClientVpnRouteInput, _a2 ...request.Option) (*ec2.DeleteClientVpnRouteOutput, error)

DeleteClientVpnRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteCoipCidr

func (_m *MockFakeEC2) DeleteCoipCidr(_a0 *ec2.DeleteCoipCidrInput) (*ec2.DeleteCoipCidrOutput, error)

DeleteCoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCoipCidrRequest

func (_m *MockFakeEC2) DeleteCoipCidrRequest(_a0 *ec2.DeleteCoipCidrInput) (*request.Request, *ec2.DeleteCoipCidrOutput)

DeleteCoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCoipCidrWithContext

func (_m *MockFakeEC2) DeleteCoipCidrWithContext(_a0 context.Context, _a1 *ec2.DeleteCoipCidrInput, _a2 ...request.Option) (*ec2.DeleteCoipCidrOutput, error)

DeleteCoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteCoipPool

func (_m *MockFakeEC2) DeleteCoipPool(_a0 *ec2.DeleteCoipPoolInput) (*ec2.DeleteCoipPoolOutput, error)

DeleteCoipPool provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCoipPoolRequest

func (_m *MockFakeEC2) DeleteCoipPoolRequest(_a0 *ec2.DeleteCoipPoolInput) (*request.Request, *ec2.DeleteCoipPoolOutput)

DeleteCoipPoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCoipPoolWithContext

func (_m *MockFakeEC2) DeleteCoipPoolWithContext(_a0 context.Context, _a1 *ec2.DeleteCoipPoolInput, _a2 ...request.Option) (*ec2.DeleteCoipPoolOutput, error)

DeleteCoipPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteCustomerGateway

func (_m *MockFakeEC2) DeleteCustomerGateway(_a0 *ec2.DeleteCustomerGatewayInput) (*ec2.DeleteCustomerGatewayOutput, error)

DeleteCustomerGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCustomerGatewayRequest

func (_m *MockFakeEC2) DeleteCustomerGatewayRequest(_a0 *ec2.DeleteCustomerGatewayInput) (*request.Request, *ec2.DeleteCustomerGatewayOutput)

DeleteCustomerGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteCustomerGatewayWithContext

func (_m *MockFakeEC2) DeleteCustomerGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteCustomerGatewayInput, _a2 ...request.Option) (*ec2.DeleteCustomerGatewayOutput, error)

DeleteCustomerGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteDhcpOptions

func (_m *MockFakeEC2) DeleteDhcpOptions(_a0 *ec2.DeleteDhcpOptionsInput) (*ec2.DeleteDhcpOptionsOutput, error)

DeleteDhcpOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteDhcpOptionsRequest

func (_m *MockFakeEC2) DeleteDhcpOptionsRequest(_a0 *ec2.DeleteDhcpOptionsInput) (*request.Request, *ec2.DeleteDhcpOptionsOutput)

DeleteDhcpOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteDhcpOptionsWithContext

func (_m *MockFakeEC2) DeleteDhcpOptionsWithContext(_a0 context.Context, _a1 *ec2.DeleteDhcpOptionsInput, _a2 ...request.Option) (*ec2.DeleteDhcpOptionsOutput, error)

DeleteDhcpOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteEgressOnlyInternetGateway

DeleteEgressOnlyInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteEgressOnlyInternetGatewayRequest

DeleteEgressOnlyInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteEgressOnlyInternetGatewayWithContext

func (_m *MockFakeEC2) DeleteEgressOnlyInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteEgressOnlyInternetGatewayInput, _a2 ...request.Option) (*ec2.DeleteEgressOnlyInternetGatewayOutput, error)

DeleteEgressOnlyInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteFleets

func (_m *MockFakeEC2) DeleteFleets(_a0 *ec2.DeleteFleetsInput) (*ec2.DeleteFleetsOutput, error)

DeleteFleets provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFleetsRequest

func (_m *MockFakeEC2) DeleteFleetsRequest(_a0 *ec2.DeleteFleetsInput) (*request.Request, *ec2.DeleteFleetsOutput)

DeleteFleetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFleetsWithContext

func (_m *MockFakeEC2) DeleteFleetsWithContext(_a0 context.Context, _a1 *ec2.DeleteFleetsInput, _a2 ...request.Option) (*ec2.DeleteFleetsOutput, error)

DeleteFleetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteFlowLogs

func (_m *MockFakeEC2) DeleteFlowLogs(_a0 *ec2.DeleteFlowLogsInput) (*ec2.DeleteFlowLogsOutput, error)

DeleteFlowLogs provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFlowLogsRequest

func (_m *MockFakeEC2) DeleteFlowLogsRequest(_a0 *ec2.DeleteFlowLogsInput) (*request.Request, *ec2.DeleteFlowLogsOutput)

DeleteFlowLogsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFlowLogsWithContext

func (_m *MockFakeEC2) DeleteFlowLogsWithContext(_a0 context.Context, _a1 *ec2.DeleteFlowLogsInput, _a2 ...request.Option) (*ec2.DeleteFlowLogsOutput, error)

DeleteFlowLogsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteFpgaImage

func (_m *MockFakeEC2) DeleteFpgaImage(_a0 *ec2.DeleteFpgaImageInput) (*ec2.DeleteFpgaImageOutput, error)

DeleteFpgaImage provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFpgaImageRequest

func (_m *MockFakeEC2) DeleteFpgaImageRequest(_a0 *ec2.DeleteFpgaImageInput) (*request.Request, *ec2.DeleteFpgaImageOutput)

DeleteFpgaImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteFpgaImageWithContext

func (_m *MockFakeEC2) DeleteFpgaImageWithContext(_a0 context.Context, _a1 *ec2.DeleteFpgaImageInput, _a2 ...request.Option) (*ec2.DeleteFpgaImageOutput, error)

DeleteFpgaImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteInstanceEventWindow

DeleteInstanceEventWindow provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteInstanceEventWindowRequest

func (_m *MockFakeEC2) DeleteInstanceEventWindowRequest(_a0 *ec2.DeleteInstanceEventWindowInput) (*request.Request, *ec2.DeleteInstanceEventWindowOutput)

DeleteInstanceEventWindowRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteInstanceEventWindowWithContext

func (_m *MockFakeEC2) DeleteInstanceEventWindowWithContext(_a0 context.Context, _a1 *ec2.DeleteInstanceEventWindowInput, _a2 ...request.Option) (*ec2.DeleteInstanceEventWindowOutput, error)

DeleteInstanceEventWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteInternetGateway

func (_m *MockFakeEC2) DeleteInternetGateway(_a0 *ec2.DeleteInternetGatewayInput) (*ec2.DeleteInternetGatewayOutput, error)

DeleteInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteInternetGatewayRequest

func (_m *MockFakeEC2) DeleteInternetGatewayRequest(_a0 *ec2.DeleteInternetGatewayInput) (*request.Request, *ec2.DeleteInternetGatewayOutput)

DeleteInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteInternetGatewayWithContext

func (_m *MockFakeEC2) DeleteInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteInternetGatewayInput, _a2 ...request.Option) (*ec2.DeleteInternetGatewayOutput, error)

DeleteInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteIpam

func (_m *MockFakeEC2) DeleteIpam(_a0 *ec2.DeleteIpamInput) (*ec2.DeleteIpamOutput, error)

DeleteIpam provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamPool

func (_m *MockFakeEC2) DeleteIpamPool(_a0 *ec2.DeleteIpamPoolInput) (*ec2.DeleteIpamPoolOutput, error)

DeleteIpamPool provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamPoolRequest

func (_m *MockFakeEC2) DeleteIpamPoolRequest(_a0 *ec2.DeleteIpamPoolInput) (*request.Request, *ec2.DeleteIpamPoolOutput)

DeleteIpamPoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamPoolWithContext

func (_m *MockFakeEC2) DeleteIpamPoolWithContext(_a0 context.Context, _a1 *ec2.DeleteIpamPoolInput, _a2 ...request.Option) (*ec2.DeleteIpamPoolOutput, error)

DeleteIpamPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteIpamRequest

func (_m *MockFakeEC2) DeleteIpamRequest(_a0 *ec2.DeleteIpamInput) (*request.Request, *ec2.DeleteIpamOutput)

DeleteIpamRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamScope

func (_m *MockFakeEC2) DeleteIpamScope(_a0 *ec2.DeleteIpamScopeInput) (*ec2.DeleteIpamScopeOutput, error)

DeleteIpamScope provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamScopeRequest

func (_m *MockFakeEC2) DeleteIpamScopeRequest(_a0 *ec2.DeleteIpamScopeInput) (*request.Request, *ec2.DeleteIpamScopeOutput)

DeleteIpamScopeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteIpamScopeWithContext

func (_m *MockFakeEC2) DeleteIpamScopeWithContext(_a0 context.Context, _a1 *ec2.DeleteIpamScopeInput, _a2 ...request.Option) (*ec2.DeleteIpamScopeOutput, error)

DeleteIpamScopeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteIpamWithContext

func (_m *MockFakeEC2) DeleteIpamWithContext(_a0 context.Context, _a1 *ec2.DeleteIpamInput, _a2 ...request.Option) (*ec2.DeleteIpamOutput, error)

DeleteIpamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteKeyPair

func (_m *MockFakeEC2) DeleteKeyPair(_a0 *ec2.DeleteKeyPairInput) (*ec2.DeleteKeyPairOutput, error)

DeleteKeyPair provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteKeyPairRequest

func (_m *MockFakeEC2) DeleteKeyPairRequest(_a0 *ec2.DeleteKeyPairInput) (*request.Request, *ec2.DeleteKeyPairOutput)

DeleteKeyPairRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteKeyPairWithContext

func (_m *MockFakeEC2) DeleteKeyPairWithContext(_a0 context.Context, _a1 *ec2.DeleteKeyPairInput, _a2 ...request.Option) (*ec2.DeleteKeyPairOutput, error)

DeleteKeyPairWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLaunchTemplate

func (_m *MockFakeEC2) DeleteLaunchTemplate(_a0 *ec2.DeleteLaunchTemplateInput) (*ec2.DeleteLaunchTemplateOutput, error)

DeleteLaunchTemplate provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLaunchTemplateRequest

func (_m *MockFakeEC2) DeleteLaunchTemplateRequest(_a0 *ec2.DeleteLaunchTemplateInput) (*request.Request, *ec2.DeleteLaunchTemplateOutput)

DeleteLaunchTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLaunchTemplateVersions

DeleteLaunchTemplateVersions provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLaunchTemplateVersionsRequest

func (_m *MockFakeEC2) DeleteLaunchTemplateVersionsRequest(_a0 *ec2.DeleteLaunchTemplateVersionsInput) (*request.Request, *ec2.DeleteLaunchTemplateVersionsOutput)

DeleteLaunchTemplateVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLaunchTemplateVersionsWithContext

func (_m *MockFakeEC2) DeleteLaunchTemplateVersionsWithContext(_a0 context.Context, _a1 *ec2.DeleteLaunchTemplateVersionsInput, _a2 ...request.Option) (*ec2.DeleteLaunchTemplateVersionsOutput, error)

DeleteLaunchTemplateVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLaunchTemplateWithContext

func (_m *MockFakeEC2) DeleteLaunchTemplateWithContext(_a0 context.Context, _a1 *ec2.DeleteLaunchTemplateInput, _a2 ...request.Option) (*ec2.DeleteLaunchTemplateOutput, error)

DeleteLaunchTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLocalGatewayRoute

DeleteLocalGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteRequest

func (_m *MockFakeEC2) DeleteLocalGatewayRouteRequest(_a0 *ec2.DeleteLocalGatewayRouteInput) (*request.Request, *ec2.DeleteLocalGatewayRouteOutput)

DeleteLocalGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTable

DeleteLocalGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableRequest

func (_m *MockFakeEC2) DeleteLocalGatewayRouteTableRequest(_a0 *ec2.DeleteLocalGatewayRouteTableInput) (*request.Request, *ec2.DeleteLocalGatewayRouteTableOutput)

DeleteLocalGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext

DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVpcAssociation

DeleteLocalGatewayRouteTableVpcAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVpcAssociationRequest

DeleteLocalGatewayRouteTableVpcAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (_m *MockFakeEC2) DeleteLocalGatewayRouteTableVpcAssociationWithContext(_a0 context.Context, _a1 *ec2.DeleteLocalGatewayRouteTableVpcAssociationInput, _a2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableVpcAssociationOutput, error)

DeleteLocalGatewayRouteTableVpcAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLocalGatewayRouteTableWithContext

func (_m *MockFakeEC2) DeleteLocalGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.DeleteLocalGatewayRouteTableInput, _a2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableOutput, error)

DeleteLocalGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteLocalGatewayRouteWithContext

func (_m *MockFakeEC2) DeleteLocalGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.DeleteLocalGatewayRouteInput, _a2 ...request.Option) (*ec2.DeleteLocalGatewayRouteOutput, error)

DeleteLocalGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteManagedPrefixList

DeleteManagedPrefixList provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteManagedPrefixListRequest

func (_m *MockFakeEC2) DeleteManagedPrefixListRequest(_a0 *ec2.DeleteManagedPrefixListInput) (*request.Request, *ec2.DeleteManagedPrefixListOutput)

DeleteManagedPrefixListRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteManagedPrefixListWithContext

func (_m *MockFakeEC2) DeleteManagedPrefixListWithContext(_a0 context.Context, _a1 *ec2.DeleteManagedPrefixListInput, _a2 ...request.Option) (*ec2.DeleteManagedPrefixListOutput, error)

DeleteManagedPrefixListWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNatGateway

func (_m *MockFakeEC2) DeleteNatGateway(_a0 *ec2.DeleteNatGatewayInput) (*ec2.DeleteNatGatewayOutput, error)

DeleteNatGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNatGatewayRequest

func (_m *MockFakeEC2) DeleteNatGatewayRequest(_a0 *ec2.DeleteNatGatewayInput) (*request.Request, *ec2.DeleteNatGatewayOutput)

DeleteNatGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNatGatewayWithContext

func (_m *MockFakeEC2) DeleteNatGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteNatGatewayInput, _a2 ...request.Option) (*ec2.DeleteNatGatewayOutput, error)

DeleteNatGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkAcl

func (_m *MockFakeEC2) DeleteNetworkAcl(_a0 *ec2.DeleteNetworkAclInput) (*ec2.DeleteNetworkAclOutput, error)

DeleteNetworkAcl provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkAclEntry

func (_m *MockFakeEC2) DeleteNetworkAclEntry(_a0 *ec2.DeleteNetworkAclEntryInput) (*ec2.DeleteNetworkAclEntryOutput, error)

DeleteNetworkAclEntry provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkAclEntryRequest

func (_m *MockFakeEC2) DeleteNetworkAclEntryRequest(_a0 *ec2.DeleteNetworkAclEntryInput) (*request.Request, *ec2.DeleteNetworkAclEntryOutput)

DeleteNetworkAclEntryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkAclEntryWithContext

func (_m *MockFakeEC2) DeleteNetworkAclEntryWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkAclEntryInput, _a2 ...request.Option) (*ec2.DeleteNetworkAclEntryOutput, error)

DeleteNetworkAclEntryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkAclRequest

func (_m *MockFakeEC2) DeleteNetworkAclRequest(_a0 *ec2.DeleteNetworkAclInput) (*request.Request, *ec2.DeleteNetworkAclOutput)

DeleteNetworkAclRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkAclWithContext

func (_m *MockFakeEC2) DeleteNetworkAclWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkAclInput, _a2 ...request.Option) (*ec2.DeleteNetworkAclOutput, error)

DeleteNetworkAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInsightsAccessScope

DeleteNetworkInsightsAccessScope provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAccessScopeAnalysis

DeleteNetworkInsightsAccessScopeAnalysis provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAccessScopeAnalysisRequest

DeleteNetworkInsightsAccessScopeAnalysisRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAccessScopeAnalysisWithContext

func (_m *MockFakeEC2) DeleteNetworkInsightsAccessScopeAnalysisWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInsightsAccessScopeAnalysisInput, _a2 ...request.Option) (*ec2.DeleteNetworkInsightsAccessScopeAnalysisOutput, error)

DeleteNetworkInsightsAccessScopeAnalysisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInsightsAccessScopeRequest

DeleteNetworkInsightsAccessScopeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAccessScopeWithContext

func (_m *MockFakeEC2) DeleteNetworkInsightsAccessScopeWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInsightsAccessScopeInput, _a2 ...request.Option) (*ec2.DeleteNetworkInsightsAccessScopeOutput, error)

DeleteNetworkInsightsAccessScopeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInsightsAnalysis

DeleteNetworkInsightsAnalysis provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAnalysisRequest

func (_m *MockFakeEC2) DeleteNetworkInsightsAnalysisRequest(_a0 *ec2.DeleteNetworkInsightsAnalysisInput) (*request.Request, *ec2.DeleteNetworkInsightsAnalysisOutput)

DeleteNetworkInsightsAnalysisRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsAnalysisWithContext

func (_m *MockFakeEC2) DeleteNetworkInsightsAnalysisWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInsightsAnalysisInput, _a2 ...request.Option) (*ec2.DeleteNetworkInsightsAnalysisOutput, error)

DeleteNetworkInsightsAnalysisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInsightsPath

DeleteNetworkInsightsPath provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsPathRequest

func (_m *MockFakeEC2) DeleteNetworkInsightsPathRequest(_a0 *ec2.DeleteNetworkInsightsPathInput) (*request.Request, *ec2.DeleteNetworkInsightsPathOutput)

DeleteNetworkInsightsPathRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInsightsPathWithContext

func (_m *MockFakeEC2) DeleteNetworkInsightsPathWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInsightsPathInput, _a2 ...request.Option) (*ec2.DeleteNetworkInsightsPathOutput, error)

DeleteNetworkInsightsPathWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInterface

DeleteNetworkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInterfacePermission

DeleteNetworkInterfacePermission provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInterfacePermissionRequest

DeleteNetworkInterfacePermissionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInterfacePermissionWithContext

func (_m *MockFakeEC2) DeleteNetworkInterfacePermissionWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInterfacePermissionInput, _a2 ...request.Option) (*ec2.DeleteNetworkInterfacePermissionOutput, error)

DeleteNetworkInterfacePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteNetworkInterfaceRequest

func (_m *MockFakeEC2) DeleteNetworkInterfaceRequest(_a0 *ec2.DeleteNetworkInterfaceInput) (*request.Request, *ec2.DeleteNetworkInterfaceOutput)

DeleteNetworkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteNetworkInterfaceWithContext

func (_m *MockFakeEC2) DeleteNetworkInterfaceWithContext(_a0 context.Context, _a1 *ec2.DeleteNetworkInterfaceInput, _a2 ...request.Option) (*ec2.DeleteNetworkInterfaceOutput, error)

DeleteNetworkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeletePlacementGroup

func (_m *MockFakeEC2) DeletePlacementGroup(_a0 *ec2.DeletePlacementGroupInput) (*ec2.DeletePlacementGroupOutput, error)

DeletePlacementGroup provides a mock function with given fields: _a0

func (*MockFakeEC2) DeletePlacementGroupRequest

func (_m *MockFakeEC2) DeletePlacementGroupRequest(_a0 *ec2.DeletePlacementGroupInput) (*request.Request, *ec2.DeletePlacementGroupOutput)

DeletePlacementGroupRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeletePlacementGroupWithContext

func (_m *MockFakeEC2) DeletePlacementGroupWithContext(_a0 context.Context, _a1 *ec2.DeletePlacementGroupInput, _a2 ...request.Option) (*ec2.DeletePlacementGroupOutput, error)

DeletePlacementGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeletePublicIpv4Pool

func (_m *MockFakeEC2) DeletePublicIpv4Pool(_a0 *ec2.DeletePublicIpv4PoolInput) (*ec2.DeletePublicIpv4PoolOutput, error)

DeletePublicIpv4Pool provides a mock function with given fields: _a0

func (*MockFakeEC2) DeletePublicIpv4PoolRequest

func (_m *MockFakeEC2) DeletePublicIpv4PoolRequest(_a0 *ec2.DeletePublicIpv4PoolInput) (*request.Request, *ec2.DeletePublicIpv4PoolOutput)

DeletePublicIpv4PoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeletePublicIpv4PoolWithContext

func (_m *MockFakeEC2) DeletePublicIpv4PoolWithContext(_a0 context.Context, _a1 *ec2.DeletePublicIpv4PoolInput, _a2 ...request.Option) (*ec2.DeletePublicIpv4PoolOutput, error)

DeletePublicIpv4PoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteQueuedReservedInstances

DeleteQueuedReservedInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteQueuedReservedInstancesRequest

func (_m *MockFakeEC2) DeleteQueuedReservedInstancesRequest(_a0 *ec2.DeleteQueuedReservedInstancesInput) (*request.Request, *ec2.DeleteQueuedReservedInstancesOutput)

DeleteQueuedReservedInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteQueuedReservedInstancesWithContext

func (_m *MockFakeEC2) DeleteQueuedReservedInstancesWithContext(_a0 context.Context, _a1 *ec2.DeleteQueuedReservedInstancesInput, _a2 ...request.Option) (*ec2.DeleteQueuedReservedInstancesOutput, error)

DeleteQueuedReservedInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteRoute

func (_m *MockFakeEC2) DeleteRoute(_a0 *ec2.DeleteRouteInput) (*ec2.DeleteRouteOutput, error)

DeleteRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteRouteRequest

func (_m *MockFakeEC2) DeleteRouteRequest(_a0 *ec2.DeleteRouteInput) (*request.Request, *ec2.DeleteRouteOutput)

DeleteRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteRouteTable

func (_m *MockFakeEC2) DeleteRouteTable(_a0 *ec2.DeleteRouteTableInput) (*ec2.DeleteRouteTableOutput, error)

DeleteRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteRouteTableRequest

func (_m *MockFakeEC2) DeleteRouteTableRequest(_a0 *ec2.DeleteRouteTableInput) (*request.Request, *ec2.DeleteRouteTableOutput)

DeleteRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteRouteTableWithContext

func (_m *MockFakeEC2) DeleteRouteTableWithContext(_a0 context.Context, _a1 *ec2.DeleteRouteTableInput, _a2 ...request.Option) (*ec2.DeleteRouteTableOutput, error)

DeleteRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteRouteWithContext

func (_m *MockFakeEC2) DeleteRouteWithContext(_a0 context.Context, _a1 *ec2.DeleteRouteInput, _a2 ...request.Option) (*ec2.DeleteRouteOutput, error)

DeleteRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteSecurityGroup

func (_m *MockFakeEC2) DeleteSecurityGroup(_a0 *ec2.DeleteSecurityGroupInput) (*ec2.DeleteSecurityGroupOutput, error)

DeleteSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSecurityGroupRequest

func (_m *MockFakeEC2) DeleteSecurityGroupRequest(_a0 *ec2.DeleteSecurityGroupInput) (*request.Request, *ec2.DeleteSecurityGroupOutput)

DeleteSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSecurityGroupWithContext

func (_m *MockFakeEC2) DeleteSecurityGroupWithContext(_a0 context.Context, _a1 *ec2.DeleteSecurityGroupInput, _a2 ...request.Option) (*ec2.DeleteSecurityGroupOutput, error)

DeleteSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteSnapshot

func (_m *MockFakeEC2) DeleteSnapshot(_a0 *ec2.DeleteSnapshotInput) (*ec2.DeleteSnapshotOutput, error)

DeleteSnapshot provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSnapshotRequest

func (_m *MockFakeEC2) DeleteSnapshotRequest(_a0 *ec2.DeleteSnapshotInput) (*request.Request, *ec2.DeleteSnapshotOutput)

DeleteSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSnapshotWithContext

func (_m *MockFakeEC2) DeleteSnapshotWithContext(_a0 context.Context, _a1 *ec2.DeleteSnapshotInput, _a2 ...request.Option) (*ec2.DeleteSnapshotOutput, error)

DeleteSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteSpotDatafeedSubscription

DeleteSpotDatafeedSubscription provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSpotDatafeedSubscriptionRequest

func (_m *MockFakeEC2) DeleteSpotDatafeedSubscriptionRequest(_a0 *ec2.DeleteSpotDatafeedSubscriptionInput) (*request.Request, *ec2.DeleteSpotDatafeedSubscriptionOutput)

DeleteSpotDatafeedSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSpotDatafeedSubscriptionWithContext

func (_m *MockFakeEC2) DeleteSpotDatafeedSubscriptionWithContext(_a0 context.Context, _a1 *ec2.DeleteSpotDatafeedSubscriptionInput, _a2 ...request.Option) (*ec2.DeleteSpotDatafeedSubscriptionOutput, error)

DeleteSpotDatafeedSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteSubnet

func (_m *MockFakeEC2) DeleteSubnet(_a0 *ec2.DeleteSubnetInput) (*ec2.DeleteSubnetOutput, error)

DeleteSubnet provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSubnetCidrReservation

DeleteSubnetCidrReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSubnetCidrReservationRequest

func (_m *MockFakeEC2) DeleteSubnetCidrReservationRequest(_a0 *ec2.DeleteSubnetCidrReservationInput) (*request.Request, *ec2.DeleteSubnetCidrReservationOutput)

DeleteSubnetCidrReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSubnetCidrReservationWithContext

func (_m *MockFakeEC2) DeleteSubnetCidrReservationWithContext(_a0 context.Context, _a1 *ec2.DeleteSubnetCidrReservationInput, _a2 ...request.Option) (*ec2.DeleteSubnetCidrReservationOutput, error)

DeleteSubnetCidrReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteSubnetRequest

func (_m *MockFakeEC2) DeleteSubnetRequest(_a0 *ec2.DeleteSubnetInput) (*request.Request, *ec2.DeleteSubnetOutput)

DeleteSubnetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteSubnetWithContext

func (_m *MockFakeEC2) DeleteSubnetWithContext(_a0 context.Context, _a1 *ec2.DeleteSubnetInput, _a2 ...request.Option) (*ec2.DeleteSubnetOutput, error)

DeleteSubnetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTags

func (_m *MockFakeEC2) DeleteTags(_a0 *ec2.DeleteTagsInput) (*ec2.DeleteTagsOutput, error)

DeleteTags provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTagsRequest

func (_m *MockFakeEC2) DeleteTagsRequest(_a0 *ec2.DeleteTagsInput) (*request.Request, *ec2.DeleteTagsOutput)

DeleteTagsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTagsWithContext

func (_m *MockFakeEC2) DeleteTagsWithContext(_a0 context.Context, _a1 *ec2.DeleteTagsInput, _a2 ...request.Option) (*ec2.DeleteTagsOutput, error)

DeleteTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTrafficMirrorFilter

DeleteTrafficMirrorFilter provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorFilterRequest

func (_m *MockFakeEC2) DeleteTrafficMirrorFilterRequest(_a0 *ec2.DeleteTrafficMirrorFilterInput) (*request.Request, *ec2.DeleteTrafficMirrorFilterOutput)

DeleteTrafficMirrorFilterRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorFilterRule

DeleteTrafficMirrorFilterRule provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorFilterRuleRequest

func (_m *MockFakeEC2) DeleteTrafficMirrorFilterRuleRequest(_a0 *ec2.DeleteTrafficMirrorFilterRuleInput) (*request.Request, *ec2.DeleteTrafficMirrorFilterRuleOutput)

DeleteTrafficMirrorFilterRuleRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorFilterRuleWithContext

func (_m *MockFakeEC2) DeleteTrafficMirrorFilterRuleWithContext(_a0 context.Context, _a1 *ec2.DeleteTrafficMirrorFilterRuleInput, _a2 ...request.Option) (*ec2.DeleteTrafficMirrorFilterRuleOutput, error)

DeleteTrafficMirrorFilterRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTrafficMirrorFilterWithContext

func (_m *MockFakeEC2) DeleteTrafficMirrorFilterWithContext(_a0 context.Context, _a1 *ec2.DeleteTrafficMirrorFilterInput, _a2 ...request.Option) (*ec2.DeleteTrafficMirrorFilterOutput, error)

DeleteTrafficMirrorFilterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTrafficMirrorSession

DeleteTrafficMirrorSession provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorSessionRequest

func (_m *MockFakeEC2) DeleteTrafficMirrorSessionRequest(_a0 *ec2.DeleteTrafficMirrorSessionInput) (*request.Request, *ec2.DeleteTrafficMirrorSessionOutput)

DeleteTrafficMirrorSessionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorSessionWithContext

func (_m *MockFakeEC2) DeleteTrafficMirrorSessionWithContext(_a0 context.Context, _a1 *ec2.DeleteTrafficMirrorSessionInput, _a2 ...request.Option) (*ec2.DeleteTrafficMirrorSessionOutput, error)

DeleteTrafficMirrorSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTrafficMirrorTarget

DeleteTrafficMirrorTarget provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorTargetRequest

func (_m *MockFakeEC2) DeleteTrafficMirrorTargetRequest(_a0 *ec2.DeleteTrafficMirrorTargetInput) (*request.Request, *ec2.DeleteTrafficMirrorTargetOutput)

DeleteTrafficMirrorTargetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTrafficMirrorTargetWithContext

func (_m *MockFakeEC2) DeleteTrafficMirrorTargetWithContext(_a0 context.Context, _a1 *ec2.DeleteTrafficMirrorTargetInput, _a2 ...request.Option) (*ec2.DeleteTrafficMirrorTargetOutput, error)

DeleteTrafficMirrorTargetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGateway

func (_m *MockFakeEC2) DeleteTransitGateway(_a0 *ec2.DeleteTransitGatewayInput) (*ec2.DeleteTransitGatewayOutput, error)

DeleteTransitGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayConnect

DeleteTransitGatewayConnect provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayConnectPeer

DeleteTransitGatewayConnectPeer provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayConnectPeerRequest

DeleteTransitGatewayConnectPeerRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayConnectPeerWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayConnectPeerWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayConnectPeerInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayConnectPeerOutput, error)

DeleteTransitGatewayConnectPeerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayConnectRequest

func (_m *MockFakeEC2) DeleteTransitGatewayConnectRequest(_a0 *ec2.DeleteTransitGatewayConnectInput) (*request.Request, *ec2.DeleteTransitGatewayConnectOutput)

DeleteTransitGatewayConnectRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayConnectWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayConnectWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayConnectInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayConnectOutput, error)

DeleteTransitGatewayConnectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayMulticastDomain

DeleteTransitGatewayMulticastDomain provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayMulticastDomainRequest

DeleteTransitGatewayMulticastDomainRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayMulticastDomainWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayMulticastDomainWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayMulticastDomainInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayMulticastDomainOutput, error)

DeleteTransitGatewayMulticastDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayPeeringAttachment

DeleteTransitGatewayPeeringAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPeeringAttachmentRequest

DeleteTransitGatewayPeeringAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPeeringAttachmentWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayPeeringAttachmentWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayPeeringAttachmentInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayPeeringAttachmentOutput, error)

DeleteTransitGatewayPeeringAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayPolicyTable

DeleteTransitGatewayPolicyTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPolicyTableRequest

DeleteTransitGatewayPolicyTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPolicyTableWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayPolicyTableWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayPolicyTableInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayPolicyTableOutput, error)

DeleteTransitGatewayPolicyTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayPrefixListReference

DeleteTransitGatewayPrefixListReference provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPrefixListReferenceRequest

DeleteTransitGatewayPrefixListReferenceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayPrefixListReferenceWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayPrefixListReferenceWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayPrefixListReferenceInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayPrefixListReferenceOutput, error)

DeleteTransitGatewayPrefixListReferenceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayRequest

func (_m *MockFakeEC2) DeleteTransitGatewayRequest(_a0 *ec2.DeleteTransitGatewayInput) (*request.Request, *ec2.DeleteTransitGatewayOutput)

DeleteTransitGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRoute

DeleteTransitGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteRequest

func (_m *MockFakeEC2) DeleteTransitGatewayRouteRequest(_a0 *ec2.DeleteTransitGatewayRouteInput) (*request.Request, *ec2.DeleteTransitGatewayRouteOutput)

DeleteTransitGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteTable

DeleteTransitGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteTableAnnouncement

DeleteTransitGatewayRouteTableAnnouncement provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteTableAnnouncementRequest

DeleteTransitGatewayRouteTableAnnouncementRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteTableAnnouncementWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayRouteTableAnnouncementWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayRouteTableAnnouncementInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayRouteTableAnnouncementOutput, error)

DeleteTransitGatewayRouteTableAnnouncementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayRouteTableRequest

func (_m *MockFakeEC2) DeleteTransitGatewayRouteTableRequest(_a0 *ec2.DeleteTransitGatewayRouteTableInput) (*request.Request, *ec2.DeleteTransitGatewayRouteTableOutput)

DeleteTransitGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayRouteTableWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayRouteTableInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayRouteTableOutput, error)

DeleteTransitGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayRouteWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayRouteInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayRouteOutput, error)

DeleteTransitGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayVpcAttachment

DeleteTransitGatewayVpcAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayVpcAttachmentRequest

DeleteTransitGatewayVpcAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteTransitGatewayVpcAttachmentWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayVpcAttachmentWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayVpcAttachmentInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayVpcAttachmentOutput, error)

DeleteTransitGatewayVpcAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteTransitGatewayWithContext

func (_m *MockFakeEC2) DeleteTransitGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteTransitGatewayInput, _a2 ...request.Option) (*ec2.DeleteTransitGatewayOutput, error)

DeleteTransitGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVolume

func (_m *MockFakeEC2) DeleteVolume(_a0 *ec2.DeleteVolumeInput) (*ec2.DeleteVolumeOutput, error)

DeleteVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVolumeRequest

func (_m *MockFakeEC2) DeleteVolumeRequest(_a0 *ec2.DeleteVolumeInput) (*request.Request, *ec2.DeleteVolumeOutput)

DeleteVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVolumeWithContext

func (_m *MockFakeEC2) DeleteVolumeWithContext(_a0 context.Context, _a1 *ec2.DeleteVolumeInput, _a2 ...request.Option) (*ec2.DeleteVolumeOutput, error)

DeleteVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpc

func (_m *MockFakeEC2) DeleteVpc(_a0 *ec2.DeleteVpcInput) (*ec2.DeleteVpcOutput, error)

DeleteVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointConnectionNotifications

DeleteVpcEndpointConnectionNotifications provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointConnectionNotificationsRequest

DeleteVpcEndpointConnectionNotificationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointConnectionNotificationsWithContext

func (_m *MockFakeEC2) DeleteVpcEndpointConnectionNotificationsWithContext(_a0 context.Context, _a1 *ec2.DeleteVpcEndpointConnectionNotificationsInput, _a2 ...request.Option) (*ec2.DeleteVpcEndpointConnectionNotificationsOutput, error)

DeleteVpcEndpointConnectionNotificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpcEndpointServiceConfigurations

DeleteVpcEndpointServiceConfigurations provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointServiceConfigurationsRequest

DeleteVpcEndpointServiceConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointServiceConfigurationsWithContext

func (_m *MockFakeEC2) DeleteVpcEndpointServiceConfigurationsWithContext(_a0 context.Context, _a1 *ec2.DeleteVpcEndpointServiceConfigurationsInput, _a2 ...request.Option) (*ec2.DeleteVpcEndpointServiceConfigurationsOutput, error)

DeleteVpcEndpointServiceConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpcEndpoints

func (_m *MockFakeEC2) DeleteVpcEndpoints(_a0 *ec2.DeleteVpcEndpointsInput) (*ec2.DeleteVpcEndpointsOutput, error)

DeleteVpcEndpoints provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointsRequest

func (_m *MockFakeEC2) DeleteVpcEndpointsRequest(_a0 *ec2.DeleteVpcEndpointsInput) (*request.Request, *ec2.DeleteVpcEndpointsOutput)

DeleteVpcEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcEndpointsWithContext

func (_m *MockFakeEC2) DeleteVpcEndpointsWithContext(_a0 context.Context, _a1 *ec2.DeleteVpcEndpointsInput, _a2 ...request.Option) (*ec2.DeleteVpcEndpointsOutput, error)

DeleteVpcEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpcPeeringConnection

DeleteVpcPeeringConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcPeeringConnectionRequest

func (_m *MockFakeEC2) DeleteVpcPeeringConnectionRequest(_a0 *ec2.DeleteVpcPeeringConnectionInput) (*request.Request, *ec2.DeleteVpcPeeringConnectionOutput)

DeleteVpcPeeringConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcPeeringConnectionWithContext

func (_m *MockFakeEC2) DeleteVpcPeeringConnectionWithContext(_a0 context.Context, _a1 *ec2.DeleteVpcPeeringConnectionInput, _a2 ...request.Option) (*ec2.DeleteVpcPeeringConnectionOutput, error)

DeleteVpcPeeringConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpcRequest

func (_m *MockFakeEC2) DeleteVpcRequest(_a0 *ec2.DeleteVpcInput) (*request.Request, *ec2.DeleteVpcOutput)

DeleteVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpcWithContext

func (_m *MockFakeEC2) DeleteVpcWithContext(_a0 context.Context, _a1 *ec2.DeleteVpcInput, _a2 ...request.Option) (*ec2.DeleteVpcOutput, error)

DeleteVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpnConnection

func (_m *MockFakeEC2) DeleteVpnConnection(_a0 *ec2.DeleteVpnConnectionInput) (*ec2.DeleteVpnConnectionOutput, error)

DeleteVpnConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnConnectionRequest

func (_m *MockFakeEC2) DeleteVpnConnectionRequest(_a0 *ec2.DeleteVpnConnectionInput) (*request.Request, *ec2.DeleteVpnConnectionOutput)

DeleteVpnConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnConnectionRoute

DeleteVpnConnectionRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnConnectionRouteRequest

func (_m *MockFakeEC2) DeleteVpnConnectionRouteRequest(_a0 *ec2.DeleteVpnConnectionRouteInput) (*request.Request, *ec2.DeleteVpnConnectionRouteOutput)

DeleteVpnConnectionRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnConnectionRouteWithContext

func (_m *MockFakeEC2) DeleteVpnConnectionRouteWithContext(_a0 context.Context, _a1 *ec2.DeleteVpnConnectionRouteInput, _a2 ...request.Option) (*ec2.DeleteVpnConnectionRouteOutput, error)

DeleteVpnConnectionRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpnConnectionWithContext

func (_m *MockFakeEC2) DeleteVpnConnectionWithContext(_a0 context.Context, _a1 *ec2.DeleteVpnConnectionInput, _a2 ...request.Option) (*ec2.DeleteVpnConnectionOutput, error)

DeleteVpnConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeleteVpnGateway

func (_m *MockFakeEC2) DeleteVpnGateway(_a0 *ec2.DeleteVpnGatewayInput) (*ec2.DeleteVpnGatewayOutput, error)

DeleteVpnGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnGatewayRequest

func (_m *MockFakeEC2) DeleteVpnGatewayRequest(_a0 *ec2.DeleteVpnGatewayInput) (*request.Request, *ec2.DeleteVpnGatewayOutput)

DeleteVpnGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeleteVpnGatewayWithContext

func (_m *MockFakeEC2) DeleteVpnGatewayWithContext(_a0 context.Context, _a1 *ec2.DeleteVpnGatewayInput, _a2 ...request.Option) (*ec2.DeleteVpnGatewayOutput, error)

DeleteVpnGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeprovisionByoipCidr

func (_m *MockFakeEC2) DeprovisionByoipCidr(_a0 *ec2.DeprovisionByoipCidrInput) (*ec2.DeprovisionByoipCidrOutput, error)

DeprovisionByoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionByoipCidrRequest

func (_m *MockFakeEC2) DeprovisionByoipCidrRequest(_a0 *ec2.DeprovisionByoipCidrInput) (*request.Request, *ec2.DeprovisionByoipCidrOutput)

DeprovisionByoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionByoipCidrWithContext

func (_m *MockFakeEC2) DeprovisionByoipCidrWithContext(_a0 context.Context, _a1 *ec2.DeprovisionByoipCidrInput, _a2 ...request.Option) (*ec2.DeprovisionByoipCidrOutput, error)

DeprovisionByoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeprovisionIpamPoolCidr

DeprovisionIpamPoolCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionIpamPoolCidrRequest

func (_m *MockFakeEC2) DeprovisionIpamPoolCidrRequest(_a0 *ec2.DeprovisionIpamPoolCidrInput) (*request.Request, *ec2.DeprovisionIpamPoolCidrOutput)

DeprovisionIpamPoolCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionIpamPoolCidrWithContext

func (_m *MockFakeEC2) DeprovisionIpamPoolCidrWithContext(_a0 context.Context, _a1 *ec2.DeprovisionIpamPoolCidrInput, _a2 ...request.Option) (*ec2.DeprovisionIpamPoolCidrOutput, error)

DeprovisionIpamPoolCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeprovisionPublicIpv4PoolCidr

DeprovisionPublicIpv4PoolCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionPublicIpv4PoolCidrRequest

func (_m *MockFakeEC2) DeprovisionPublicIpv4PoolCidrRequest(_a0 *ec2.DeprovisionPublicIpv4PoolCidrInput) (*request.Request, *ec2.DeprovisionPublicIpv4PoolCidrOutput)

DeprovisionPublicIpv4PoolCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeprovisionPublicIpv4PoolCidrWithContext

func (_m *MockFakeEC2) DeprovisionPublicIpv4PoolCidrWithContext(_a0 context.Context, _a1 *ec2.DeprovisionPublicIpv4PoolCidrInput, _a2 ...request.Option) (*ec2.DeprovisionPublicIpv4PoolCidrOutput, error)

DeprovisionPublicIpv4PoolCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeregisterImage

func (_m *MockFakeEC2) DeregisterImage(_a0 *ec2.DeregisterImageInput) (*ec2.DeregisterImageOutput, error)

DeregisterImage provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterImageRequest

func (_m *MockFakeEC2) DeregisterImageRequest(_a0 *ec2.DeregisterImageInput) (*request.Request, *ec2.DeregisterImageOutput)

DeregisterImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterImageWithContext

func (_m *MockFakeEC2) DeregisterImageWithContext(_a0 context.Context, _a1 *ec2.DeregisterImageInput, _a2 ...request.Option) (*ec2.DeregisterImageOutput, error)

DeregisterImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeregisterInstanceEventNotificationAttributes

DeregisterInstanceEventNotificationAttributes provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterInstanceEventNotificationAttributesRequest

DeregisterInstanceEventNotificationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterInstanceEventNotificationAttributesWithContext

func (_m *MockFakeEC2) DeregisterInstanceEventNotificationAttributesWithContext(_a0 context.Context, _a1 *ec2.DeregisterInstanceEventNotificationAttributesInput, _a2 ...request.Option) (*ec2.DeregisterInstanceEventNotificationAttributesOutput, error)

DeregisterInstanceEventNotificationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupMembers

DeregisterTransitGatewayMulticastGroupMembers provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupMembersRequest

DeregisterTransitGatewayMulticastGroupMembersRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupMembersWithContext

func (_m *MockFakeEC2) DeregisterTransitGatewayMulticastGroupMembersWithContext(_a0 context.Context, _a1 *ec2.DeregisterTransitGatewayMulticastGroupMembersInput, _a2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupMembersOutput, error)

DeregisterTransitGatewayMulticastGroupMembersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupSources

DeregisterTransitGatewayMulticastGroupSources provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupSourcesRequest

DeregisterTransitGatewayMulticastGroupSourcesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (_m *MockFakeEC2) DeregisterTransitGatewayMulticastGroupSourcesWithContext(_a0 context.Context, _a1 *ec2.DeregisterTransitGatewayMulticastGroupSourcesInput, _a2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupSourcesOutput, error)

DeregisterTransitGatewayMulticastGroupSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeAccountAttributes

DescribeAccountAttributes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAccountAttributesRequest

func (_m *MockFakeEC2) DescribeAccountAttributesRequest(_a0 *ec2.DescribeAccountAttributesInput) (*request.Request, *ec2.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAccountAttributesWithContext

func (_m *MockFakeEC2) DescribeAccountAttributesWithContext(_a0 context.Context, _a1 *ec2.DescribeAccountAttributesInput, _a2 ...request.Option) (*ec2.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeAddresses

func (_m *MockFakeEC2) DescribeAddresses(_a0 *ec2.DescribeAddressesInput) (*ec2.DescribeAddressesOutput, error)

DescribeAddresses provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAddressesAttribute

DescribeAddressesAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAddressesAttributePages

func (_m *MockFakeEC2) DescribeAddressesAttributePages(_a0 *ec2.DescribeAddressesAttributeInput, _a1 func(*ec2.DescribeAddressesAttributeOutput, bool) bool) error

DescribeAddressesAttributePages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeAddressesAttributePagesWithContext

func (_m *MockFakeEC2) DescribeAddressesAttributePagesWithContext(_a0 context.Context, _a1 *ec2.DescribeAddressesAttributeInput, _a2 func(*ec2.DescribeAddressesAttributeOutput, bool) bool, _a3 ...request.Option) error

DescribeAddressesAttributePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeAddressesAttributeRequest

func (_m *MockFakeEC2) DescribeAddressesAttributeRequest(_a0 *ec2.DescribeAddressesAttributeInput) (*request.Request, *ec2.DescribeAddressesAttributeOutput)

DescribeAddressesAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAddressesAttributeWithContext

func (_m *MockFakeEC2) DescribeAddressesAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeAddressesAttributeInput, _a2 ...request.Option) (*ec2.DescribeAddressesAttributeOutput, error)

DescribeAddressesAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeAddressesRequest

func (_m *MockFakeEC2) DescribeAddressesRequest(_a0 *ec2.DescribeAddressesInput) (*request.Request, *ec2.DescribeAddressesOutput)

DescribeAddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAddressesWithContext

func (_m *MockFakeEC2) DescribeAddressesWithContext(_a0 context.Context, _a1 *ec2.DescribeAddressesInput, _a2 ...request.Option) (*ec2.DescribeAddressesOutput, error)

DescribeAddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeAggregateIdFormat

DescribeAggregateIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAggregateIdFormatRequest

func (_m *MockFakeEC2) DescribeAggregateIdFormatRequest(_a0 *ec2.DescribeAggregateIdFormatInput) (*request.Request, *ec2.DescribeAggregateIdFormatOutput)

DescribeAggregateIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAggregateIdFormatWithContext

func (_m *MockFakeEC2) DescribeAggregateIdFormatWithContext(_a0 context.Context, _a1 *ec2.DescribeAggregateIdFormatInput, _a2 ...request.Option) (*ec2.DescribeAggregateIdFormatOutput, error)

DescribeAggregateIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeAvailabilityZones

DescribeAvailabilityZones provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAvailabilityZonesRequest

func (_m *MockFakeEC2) DescribeAvailabilityZonesRequest(_a0 *ec2.DescribeAvailabilityZonesInput) (*request.Request, *ec2.DescribeAvailabilityZonesOutput)

DescribeAvailabilityZonesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeAvailabilityZonesWithContext

func (_m *MockFakeEC2) DescribeAvailabilityZonesWithContext(_a0 context.Context, _a1 *ec2.DescribeAvailabilityZonesInput, _a2 ...request.Option) (*ec2.DescribeAvailabilityZonesOutput, error)

DescribeAvailabilityZonesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeBundleTasks

func (_m *MockFakeEC2) DescribeBundleTasks(_a0 *ec2.DescribeBundleTasksInput) (*ec2.DescribeBundleTasksOutput, error)

DescribeBundleTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeBundleTasksRequest

func (_m *MockFakeEC2) DescribeBundleTasksRequest(_a0 *ec2.DescribeBundleTasksInput) (*request.Request, *ec2.DescribeBundleTasksOutput)

DescribeBundleTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeBundleTasksWithContext

func (_m *MockFakeEC2) DescribeBundleTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeBundleTasksInput, _a2 ...request.Option) (*ec2.DescribeBundleTasksOutput, error)

DescribeBundleTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeByoipCidrs

func (_m *MockFakeEC2) DescribeByoipCidrs(_a0 *ec2.DescribeByoipCidrsInput) (*ec2.DescribeByoipCidrsOutput, error)

DescribeByoipCidrs provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeByoipCidrsPages

func (_m *MockFakeEC2) DescribeByoipCidrsPages(_a0 *ec2.DescribeByoipCidrsInput, _a1 func(*ec2.DescribeByoipCidrsOutput, bool) bool) error

DescribeByoipCidrsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeByoipCidrsPagesWithContext

func (_m *MockFakeEC2) DescribeByoipCidrsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeByoipCidrsInput, _a2 func(*ec2.DescribeByoipCidrsOutput, bool) bool, _a3 ...request.Option) error

DescribeByoipCidrsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeByoipCidrsRequest

func (_m *MockFakeEC2) DescribeByoipCidrsRequest(_a0 *ec2.DescribeByoipCidrsInput) (*request.Request, *ec2.DescribeByoipCidrsOutput)

DescribeByoipCidrsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeByoipCidrsWithContext

func (_m *MockFakeEC2) DescribeByoipCidrsWithContext(_a0 context.Context, _a1 *ec2.DescribeByoipCidrsInput, _a2 ...request.Option) (*ec2.DescribeByoipCidrsOutput, error)

DescribeByoipCidrsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeCapacityReservationFleets

DescribeCapacityReservationFleets provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCapacityReservationFleetsPages

func (_m *MockFakeEC2) DescribeCapacityReservationFleetsPages(_a0 *ec2.DescribeCapacityReservationFleetsInput, _a1 func(*ec2.DescribeCapacityReservationFleetsOutput, bool) bool) error

DescribeCapacityReservationFleetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeCapacityReservationFleetsPagesWithContext

func (_m *MockFakeEC2) DescribeCapacityReservationFleetsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeCapacityReservationFleetsInput, _a2 func(*ec2.DescribeCapacityReservationFleetsOutput, bool) bool, _a3 ...request.Option) error

DescribeCapacityReservationFleetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeCapacityReservationFleetsRequest

DescribeCapacityReservationFleetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCapacityReservationFleetsWithContext

func (_m *MockFakeEC2) DescribeCapacityReservationFleetsWithContext(_a0 context.Context, _a1 *ec2.DescribeCapacityReservationFleetsInput, _a2 ...request.Option) (*ec2.DescribeCapacityReservationFleetsOutput, error)

DescribeCapacityReservationFleetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeCapacityReservations

DescribeCapacityReservations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCapacityReservationsPages

func (_m *MockFakeEC2) DescribeCapacityReservationsPages(_a0 *ec2.DescribeCapacityReservationsInput, _a1 func(*ec2.DescribeCapacityReservationsOutput, bool) bool) error

DescribeCapacityReservationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeCapacityReservationsPagesWithContext

func (_m *MockFakeEC2) DescribeCapacityReservationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeCapacityReservationsInput, _a2 func(*ec2.DescribeCapacityReservationsOutput, bool) bool, _a3 ...request.Option) error

DescribeCapacityReservationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeCapacityReservationsRequest

func (_m *MockFakeEC2) DescribeCapacityReservationsRequest(_a0 *ec2.DescribeCapacityReservationsInput) (*request.Request, *ec2.DescribeCapacityReservationsOutput)

DescribeCapacityReservationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCapacityReservationsWithContext

func (_m *MockFakeEC2) DescribeCapacityReservationsWithContext(_a0 context.Context, _a1 *ec2.DescribeCapacityReservationsInput, _a2 ...request.Option) (*ec2.DescribeCapacityReservationsOutput, error)

DescribeCapacityReservationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeCarrierGateways

DescribeCarrierGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCarrierGatewaysPages

func (_m *MockFakeEC2) DescribeCarrierGatewaysPages(_a0 *ec2.DescribeCarrierGatewaysInput, _a1 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool) error

DescribeCarrierGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeCarrierGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeCarrierGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeCarrierGatewaysInput, _a2 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeCarrierGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeCarrierGatewaysRequest

func (_m *MockFakeEC2) DescribeCarrierGatewaysRequest(_a0 *ec2.DescribeCarrierGatewaysInput) (*request.Request, *ec2.DescribeCarrierGatewaysOutput)

DescribeCarrierGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCarrierGatewaysWithContext

func (_m *MockFakeEC2) DescribeCarrierGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeCarrierGatewaysInput, _a2 ...request.Option) (*ec2.DescribeCarrierGatewaysOutput, error)

DescribeCarrierGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClassicLinkInstances

DescribeClassicLinkInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClassicLinkInstancesPages

func (_m *MockFakeEC2) DescribeClassicLinkInstancesPages(_a0 *ec2.DescribeClassicLinkInstancesInput, _a1 func(*ec2.DescribeClassicLinkInstancesOutput, bool) bool) error

DescribeClassicLinkInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClassicLinkInstancesPagesWithContext

func (_m *MockFakeEC2) DescribeClassicLinkInstancesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClassicLinkInstancesInput, _a2 func(*ec2.DescribeClassicLinkInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeClassicLinkInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClassicLinkInstancesRequest

func (_m *MockFakeEC2) DescribeClassicLinkInstancesRequest(_a0 *ec2.DescribeClassicLinkInstancesInput) (*request.Request, *ec2.DescribeClassicLinkInstancesOutput)

DescribeClassicLinkInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClassicLinkInstancesWithContext

func (_m *MockFakeEC2) DescribeClassicLinkInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeClassicLinkInstancesInput, _a2 ...request.Option) (*ec2.DescribeClassicLinkInstancesOutput, error)

DescribeClassicLinkInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClientVpnAuthorizationRules

DescribeClientVpnAuthorizationRules provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnAuthorizationRulesPages

func (_m *MockFakeEC2) DescribeClientVpnAuthorizationRulesPages(_a0 *ec2.DescribeClientVpnAuthorizationRulesInput, _a1 func(*ec2.DescribeClientVpnAuthorizationRulesOutput, bool) bool) error

DescribeClientVpnAuthorizationRulesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClientVpnAuthorizationRulesPagesWithContext

func (_m *MockFakeEC2) DescribeClientVpnAuthorizationRulesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnAuthorizationRulesInput, _a2 func(*ec2.DescribeClientVpnAuthorizationRulesOutput, bool) bool, _a3 ...request.Option) error

DescribeClientVpnAuthorizationRulesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClientVpnAuthorizationRulesRequest

DescribeClientVpnAuthorizationRulesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnAuthorizationRulesWithContext

func (_m *MockFakeEC2) DescribeClientVpnAuthorizationRulesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnAuthorizationRulesInput, _a2 ...request.Option) (*ec2.DescribeClientVpnAuthorizationRulesOutput, error)

DescribeClientVpnAuthorizationRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClientVpnConnections

DescribeClientVpnConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnConnectionsPages

func (_m *MockFakeEC2) DescribeClientVpnConnectionsPages(_a0 *ec2.DescribeClientVpnConnectionsInput, _a1 func(*ec2.DescribeClientVpnConnectionsOutput, bool) bool) error

DescribeClientVpnConnectionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClientVpnConnectionsPagesWithContext

func (_m *MockFakeEC2) DescribeClientVpnConnectionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnConnectionsInput, _a2 func(*ec2.DescribeClientVpnConnectionsOutput, bool) bool, _a3 ...request.Option) error

DescribeClientVpnConnectionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClientVpnConnectionsRequest

func (_m *MockFakeEC2) DescribeClientVpnConnectionsRequest(_a0 *ec2.DescribeClientVpnConnectionsInput) (*request.Request, *ec2.DescribeClientVpnConnectionsOutput)

DescribeClientVpnConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnConnectionsWithContext

func (_m *MockFakeEC2) DescribeClientVpnConnectionsWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnConnectionsInput, _a2 ...request.Option) (*ec2.DescribeClientVpnConnectionsOutput, error)

DescribeClientVpnConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClientVpnEndpoints

DescribeClientVpnEndpoints provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnEndpointsPages

func (_m *MockFakeEC2) DescribeClientVpnEndpointsPages(_a0 *ec2.DescribeClientVpnEndpointsInput, _a1 func(*ec2.DescribeClientVpnEndpointsOutput, bool) bool) error

DescribeClientVpnEndpointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClientVpnEndpointsPagesWithContext

func (_m *MockFakeEC2) DescribeClientVpnEndpointsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnEndpointsInput, _a2 func(*ec2.DescribeClientVpnEndpointsOutput, bool) bool, _a3 ...request.Option) error

DescribeClientVpnEndpointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClientVpnEndpointsRequest

func (_m *MockFakeEC2) DescribeClientVpnEndpointsRequest(_a0 *ec2.DescribeClientVpnEndpointsInput) (*request.Request, *ec2.DescribeClientVpnEndpointsOutput)

DescribeClientVpnEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnEndpointsWithContext

func (_m *MockFakeEC2) DescribeClientVpnEndpointsWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnEndpointsInput, _a2 ...request.Option) (*ec2.DescribeClientVpnEndpointsOutput, error)

DescribeClientVpnEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClientVpnRoutes

DescribeClientVpnRoutes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnRoutesPages

func (_m *MockFakeEC2) DescribeClientVpnRoutesPages(_a0 *ec2.DescribeClientVpnRoutesInput, _a1 func(*ec2.DescribeClientVpnRoutesOutput, bool) bool) error

DescribeClientVpnRoutesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClientVpnRoutesPagesWithContext

func (_m *MockFakeEC2) DescribeClientVpnRoutesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnRoutesInput, _a2 func(*ec2.DescribeClientVpnRoutesOutput, bool) bool, _a3 ...request.Option) error

DescribeClientVpnRoutesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClientVpnRoutesRequest

func (_m *MockFakeEC2) DescribeClientVpnRoutesRequest(_a0 *ec2.DescribeClientVpnRoutesInput) (*request.Request, *ec2.DescribeClientVpnRoutesOutput)

DescribeClientVpnRoutesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnRoutesWithContext

func (_m *MockFakeEC2) DescribeClientVpnRoutesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnRoutesInput, _a2 ...request.Option) (*ec2.DescribeClientVpnRoutesOutput, error)

DescribeClientVpnRoutesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeClientVpnTargetNetworks

DescribeClientVpnTargetNetworks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnTargetNetworksPages

func (_m *MockFakeEC2) DescribeClientVpnTargetNetworksPages(_a0 *ec2.DescribeClientVpnTargetNetworksInput, _a1 func(*ec2.DescribeClientVpnTargetNetworksOutput, bool) bool) error

DescribeClientVpnTargetNetworksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeClientVpnTargetNetworksPagesWithContext

func (_m *MockFakeEC2) DescribeClientVpnTargetNetworksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnTargetNetworksInput, _a2 func(*ec2.DescribeClientVpnTargetNetworksOutput, bool) bool, _a3 ...request.Option) error

DescribeClientVpnTargetNetworksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeClientVpnTargetNetworksRequest

DescribeClientVpnTargetNetworksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeClientVpnTargetNetworksWithContext

func (_m *MockFakeEC2) DescribeClientVpnTargetNetworksWithContext(_a0 context.Context, _a1 *ec2.DescribeClientVpnTargetNetworksInput, _a2 ...request.Option) (*ec2.DescribeClientVpnTargetNetworksOutput, error)

DescribeClientVpnTargetNetworksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeCoipPools

func (_m *MockFakeEC2) DescribeCoipPools(_a0 *ec2.DescribeCoipPoolsInput) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPools provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCoipPoolsPages

func (_m *MockFakeEC2) DescribeCoipPoolsPages(_a0 *ec2.DescribeCoipPoolsInput, _a1 func(*ec2.DescribeCoipPoolsOutput, bool) bool) error

DescribeCoipPoolsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeCoipPoolsPagesWithContext

func (_m *MockFakeEC2) DescribeCoipPoolsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeCoipPoolsInput, _a2 func(*ec2.DescribeCoipPoolsOutput, bool) bool, _a3 ...request.Option) error

DescribeCoipPoolsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeCoipPoolsRequest

func (_m *MockFakeEC2) DescribeCoipPoolsRequest(_a0 *ec2.DescribeCoipPoolsInput) (*request.Request, *ec2.DescribeCoipPoolsOutput)

DescribeCoipPoolsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCoipPoolsWithContext

func (_m *MockFakeEC2) DescribeCoipPoolsWithContext(_a0 context.Context, _a1 *ec2.DescribeCoipPoolsInput, _a2 ...request.Option) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPoolsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeConversionTasks

DescribeConversionTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeConversionTasksRequest

func (_m *MockFakeEC2) DescribeConversionTasksRequest(_a0 *ec2.DescribeConversionTasksInput) (*request.Request, *ec2.DescribeConversionTasksOutput)

DescribeConversionTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeConversionTasksWithContext

func (_m *MockFakeEC2) DescribeConversionTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeConversionTasksInput, _a2 ...request.Option) (*ec2.DescribeConversionTasksOutput, error)

DescribeConversionTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeCustomerGateways

DescribeCustomerGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCustomerGatewaysRequest

func (_m *MockFakeEC2) DescribeCustomerGatewaysRequest(_a0 *ec2.DescribeCustomerGatewaysInput) (*request.Request, *ec2.DescribeCustomerGatewaysOutput)

DescribeCustomerGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeCustomerGatewaysWithContext

func (_m *MockFakeEC2) DescribeCustomerGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeCustomerGatewaysInput, _a2 ...request.Option) (*ec2.DescribeCustomerGatewaysOutput, error)

DescribeCustomerGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeDhcpOptions

func (_m *MockFakeEC2) DescribeDhcpOptions(_a0 *ec2.DescribeDhcpOptionsInput) (*ec2.DescribeDhcpOptionsOutput, error)

DescribeDhcpOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeDhcpOptionsPages

func (_m *MockFakeEC2) DescribeDhcpOptionsPages(_a0 *ec2.DescribeDhcpOptionsInput, _a1 func(*ec2.DescribeDhcpOptionsOutput, bool) bool) error

DescribeDhcpOptionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeDhcpOptionsPagesWithContext

func (_m *MockFakeEC2) DescribeDhcpOptionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeDhcpOptionsInput, _a2 func(*ec2.DescribeDhcpOptionsOutput, bool) bool, _a3 ...request.Option) error

DescribeDhcpOptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeDhcpOptionsRequest

func (_m *MockFakeEC2) DescribeDhcpOptionsRequest(_a0 *ec2.DescribeDhcpOptionsInput) (*request.Request, *ec2.DescribeDhcpOptionsOutput)

DescribeDhcpOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeDhcpOptionsWithContext

func (_m *MockFakeEC2) DescribeDhcpOptionsWithContext(_a0 context.Context, _a1 *ec2.DescribeDhcpOptionsInput, _a2 ...request.Option) (*ec2.DescribeDhcpOptionsOutput, error)

DescribeDhcpOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeEgressOnlyInternetGateways

DescribeEgressOnlyInternetGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeEgressOnlyInternetGatewaysPages

func (_m *MockFakeEC2) DescribeEgressOnlyInternetGatewaysPages(_a0 *ec2.DescribeEgressOnlyInternetGatewaysInput, _a1 func(*ec2.DescribeEgressOnlyInternetGatewaysOutput, bool) bool) error

DescribeEgressOnlyInternetGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeEgressOnlyInternetGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeEgressOnlyInternetGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeEgressOnlyInternetGatewaysInput, _a2 func(*ec2.DescribeEgressOnlyInternetGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeEgressOnlyInternetGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeEgressOnlyInternetGatewaysRequest

DescribeEgressOnlyInternetGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeEgressOnlyInternetGatewaysWithContext

func (_m *MockFakeEC2) DescribeEgressOnlyInternetGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeEgressOnlyInternetGatewaysInput, _a2 ...request.Option) (*ec2.DescribeEgressOnlyInternetGatewaysOutput, error)

DescribeEgressOnlyInternetGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeElasticGpus

func (_m *MockFakeEC2) DescribeElasticGpus(_a0 *ec2.DescribeElasticGpusInput) (*ec2.DescribeElasticGpusOutput, error)

DescribeElasticGpus provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeElasticGpusRequest

func (_m *MockFakeEC2) DescribeElasticGpusRequest(_a0 *ec2.DescribeElasticGpusInput) (*request.Request, *ec2.DescribeElasticGpusOutput)

DescribeElasticGpusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeElasticGpusWithContext

func (_m *MockFakeEC2) DescribeElasticGpusWithContext(_a0 context.Context, _a1 *ec2.DescribeElasticGpusInput, _a2 ...request.Option) (*ec2.DescribeElasticGpusOutput, error)

DescribeElasticGpusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeExportImageTasks

DescribeExportImageTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeExportImageTasksPages

func (_m *MockFakeEC2) DescribeExportImageTasksPages(_a0 *ec2.DescribeExportImageTasksInput, _a1 func(*ec2.DescribeExportImageTasksOutput, bool) bool) error

DescribeExportImageTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeExportImageTasksPagesWithContext

func (_m *MockFakeEC2) DescribeExportImageTasksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeExportImageTasksInput, _a2 func(*ec2.DescribeExportImageTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeExportImageTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeExportImageTasksRequest

func (_m *MockFakeEC2) DescribeExportImageTasksRequest(_a0 *ec2.DescribeExportImageTasksInput) (*request.Request, *ec2.DescribeExportImageTasksOutput)

DescribeExportImageTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeExportImageTasksWithContext

func (_m *MockFakeEC2) DescribeExportImageTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeExportImageTasksInput, _a2 ...request.Option) (*ec2.DescribeExportImageTasksOutput, error)

DescribeExportImageTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeExportTasks

func (_m *MockFakeEC2) DescribeExportTasks(_a0 *ec2.DescribeExportTasksInput) (*ec2.DescribeExportTasksOutput, error)

DescribeExportTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeExportTasksRequest

func (_m *MockFakeEC2) DescribeExportTasksRequest(_a0 *ec2.DescribeExportTasksInput) (*request.Request, *ec2.DescribeExportTasksOutput)

DescribeExportTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeExportTasksWithContext

func (_m *MockFakeEC2) DescribeExportTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeExportTasksInput, _a2 ...request.Option) (*ec2.DescribeExportTasksOutput, error)

DescribeExportTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFastLaunchImages

DescribeFastLaunchImages provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFastLaunchImagesPages

func (_m *MockFakeEC2) DescribeFastLaunchImagesPages(_a0 *ec2.DescribeFastLaunchImagesInput, _a1 func(*ec2.DescribeFastLaunchImagesOutput, bool) bool) error

DescribeFastLaunchImagesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeFastLaunchImagesPagesWithContext

func (_m *MockFakeEC2) DescribeFastLaunchImagesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFastLaunchImagesInput, _a2 func(*ec2.DescribeFastLaunchImagesOutput, bool) bool, _a3 ...request.Option) error

DescribeFastLaunchImagesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeFastLaunchImagesRequest

func (_m *MockFakeEC2) DescribeFastLaunchImagesRequest(_a0 *ec2.DescribeFastLaunchImagesInput) (*request.Request, *ec2.DescribeFastLaunchImagesOutput)

DescribeFastLaunchImagesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFastLaunchImagesWithContext

func (_m *MockFakeEC2) DescribeFastLaunchImagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFastLaunchImagesInput, _a2 ...request.Option) (*ec2.DescribeFastLaunchImagesOutput, error)

DescribeFastLaunchImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFastSnapshotRestores

DescribeFastSnapshotRestores provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFastSnapshotRestoresPages

func (_m *MockFakeEC2) DescribeFastSnapshotRestoresPages(_a0 *ec2.DescribeFastSnapshotRestoresInput, _a1 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool) error

DescribeFastSnapshotRestoresPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeFastSnapshotRestoresPagesWithContext

func (_m *MockFakeEC2) DescribeFastSnapshotRestoresPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFastSnapshotRestoresInput, _a2 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool, _a3 ...request.Option) error

DescribeFastSnapshotRestoresPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeFastSnapshotRestoresRequest

func (_m *MockFakeEC2) DescribeFastSnapshotRestoresRequest(_a0 *ec2.DescribeFastSnapshotRestoresInput) (*request.Request, *ec2.DescribeFastSnapshotRestoresOutput)

DescribeFastSnapshotRestoresRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFastSnapshotRestoresWithContext

func (_m *MockFakeEC2) DescribeFastSnapshotRestoresWithContext(_a0 context.Context, _a1 *ec2.DescribeFastSnapshotRestoresInput, _a2 ...request.Option) (*ec2.DescribeFastSnapshotRestoresOutput, error)

DescribeFastSnapshotRestoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFleetHistory

func (_m *MockFakeEC2) DescribeFleetHistory(_a0 *ec2.DescribeFleetHistoryInput) (*ec2.DescribeFleetHistoryOutput, error)

DescribeFleetHistory provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetHistoryRequest

func (_m *MockFakeEC2) DescribeFleetHistoryRequest(_a0 *ec2.DescribeFleetHistoryInput) (*request.Request, *ec2.DescribeFleetHistoryOutput)

DescribeFleetHistoryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetHistoryWithContext

func (_m *MockFakeEC2) DescribeFleetHistoryWithContext(_a0 context.Context, _a1 *ec2.DescribeFleetHistoryInput, _a2 ...request.Option) (*ec2.DescribeFleetHistoryOutput, error)

DescribeFleetHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFleetInstances

DescribeFleetInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetInstancesRequest

func (_m *MockFakeEC2) DescribeFleetInstancesRequest(_a0 *ec2.DescribeFleetInstancesInput) (*request.Request, *ec2.DescribeFleetInstancesOutput)

DescribeFleetInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetInstancesWithContext

func (_m *MockFakeEC2) DescribeFleetInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeFleetInstancesInput, _a2 ...request.Option) (*ec2.DescribeFleetInstancesOutput, error)

DescribeFleetInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFleets

func (_m *MockFakeEC2) DescribeFleets(_a0 *ec2.DescribeFleetsInput) (*ec2.DescribeFleetsOutput, error)

DescribeFleets provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetsPages

func (_m *MockFakeEC2) DescribeFleetsPages(_a0 *ec2.DescribeFleetsInput, _a1 func(*ec2.DescribeFleetsOutput, bool) bool) error

DescribeFleetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeFleetsPagesWithContext

func (_m *MockFakeEC2) DescribeFleetsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFleetsInput, _a2 func(*ec2.DescribeFleetsOutput, bool) bool, _a3 ...request.Option) error

DescribeFleetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeFleetsRequest

func (_m *MockFakeEC2) DescribeFleetsRequest(_a0 *ec2.DescribeFleetsInput) (*request.Request, *ec2.DescribeFleetsOutput)

DescribeFleetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFleetsWithContext

func (_m *MockFakeEC2) DescribeFleetsWithContext(_a0 context.Context, _a1 *ec2.DescribeFleetsInput, _a2 ...request.Option) (*ec2.DescribeFleetsOutput, error)

DescribeFleetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFlowLogs

func (_m *MockFakeEC2) DescribeFlowLogs(_a0 *ec2.DescribeFlowLogsInput) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogs provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFlowLogsPages

func (_m *MockFakeEC2) DescribeFlowLogsPages(_a0 *ec2.DescribeFlowLogsInput, _a1 func(*ec2.DescribeFlowLogsOutput, bool) bool) error

DescribeFlowLogsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeFlowLogsPagesWithContext

func (_m *MockFakeEC2) DescribeFlowLogsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFlowLogsInput, _a2 func(*ec2.DescribeFlowLogsOutput, bool) bool, _a3 ...request.Option) error

DescribeFlowLogsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeFlowLogsRequest

func (_m *MockFakeEC2) DescribeFlowLogsRequest(_a0 *ec2.DescribeFlowLogsInput) (*request.Request, *ec2.DescribeFlowLogsOutput)

DescribeFlowLogsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFlowLogsWithContext

func (_m *MockFakeEC2) DescribeFlowLogsWithContext(_a0 context.Context, _a1 *ec2.DescribeFlowLogsInput, _a2 ...request.Option) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFpgaImageAttribute

DescribeFpgaImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFpgaImageAttributeRequest

func (_m *MockFakeEC2) DescribeFpgaImageAttributeRequest(_a0 *ec2.DescribeFpgaImageAttributeInput) (*request.Request, *ec2.DescribeFpgaImageAttributeOutput)

DescribeFpgaImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFpgaImageAttributeWithContext

func (_m *MockFakeEC2) DescribeFpgaImageAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeFpgaImageAttributeInput, _a2 ...request.Option) (*ec2.DescribeFpgaImageAttributeOutput, error)

DescribeFpgaImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeFpgaImages

func (_m *MockFakeEC2) DescribeFpgaImages(_a0 *ec2.DescribeFpgaImagesInput) (*ec2.DescribeFpgaImagesOutput, error)

DescribeFpgaImages provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFpgaImagesPages

func (_m *MockFakeEC2) DescribeFpgaImagesPages(_a0 *ec2.DescribeFpgaImagesInput, _a1 func(*ec2.DescribeFpgaImagesOutput, bool) bool) error

DescribeFpgaImagesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeFpgaImagesPagesWithContext

func (_m *MockFakeEC2) DescribeFpgaImagesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFpgaImagesInput, _a2 func(*ec2.DescribeFpgaImagesOutput, bool) bool, _a3 ...request.Option) error

DescribeFpgaImagesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeFpgaImagesRequest

func (_m *MockFakeEC2) DescribeFpgaImagesRequest(_a0 *ec2.DescribeFpgaImagesInput) (*request.Request, *ec2.DescribeFpgaImagesOutput)

DescribeFpgaImagesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeFpgaImagesWithContext

func (_m *MockFakeEC2) DescribeFpgaImagesWithContext(_a0 context.Context, _a1 *ec2.DescribeFpgaImagesInput, _a2 ...request.Option) (*ec2.DescribeFpgaImagesOutput, error)

DescribeFpgaImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeHostReservationOfferings

DescribeHostReservationOfferings provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostReservationOfferingsPages

func (_m *MockFakeEC2) DescribeHostReservationOfferingsPages(_a0 *ec2.DescribeHostReservationOfferingsInput, _a1 func(*ec2.DescribeHostReservationOfferingsOutput, bool) bool) error

DescribeHostReservationOfferingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeHostReservationOfferingsPagesWithContext

func (_m *MockFakeEC2) DescribeHostReservationOfferingsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeHostReservationOfferingsInput, _a2 func(*ec2.DescribeHostReservationOfferingsOutput, bool) bool, _a3 ...request.Option) error

DescribeHostReservationOfferingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeHostReservationOfferingsRequest

DescribeHostReservationOfferingsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostReservationOfferingsWithContext

func (_m *MockFakeEC2) DescribeHostReservationOfferingsWithContext(_a0 context.Context, _a1 *ec2.DescribeHostReservationOfferingsInput, _a2 ...request.Option) (*ec2.DescribeHostReservationOfferingsOutput, error)

DescribeHostReservationOfferingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeHostReservations

DescribeHostReservations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostReservationsPages

func (_m *MockFakeEC2) DescribeHostReservationsPages(_a0 *ec2.DescribeHostReservationsInput, _a1 func(*ec2.DescribeHostReservationsOutput, bool) bool) error

DescribeHostReservationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeHostReservationsPagesWithContext

func (_m *MockFakeEC2) DescribeHostReservationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeHostReservationsInput, _a2 func(*ec2.DescribeHostReservationsOutput, bool) bool, _a3 ...request.Option) error

DescribeHostReservationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeHostReservationsRequest

func (_m *MockFakeEC2) DescribeHostReservationsRequest(_a0 *ec2.DescribeHostReservationsInput) (*request.Request, *ec2.DescribeHostReservationsOutput)

DescribeHostReservationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostReservationsWithContext

func (_m *MockFakeEC2) DescribeHostReservationsWithContext(_a0 context.Context, _a1 *ec2.DescribeHostReservationsInput, _a2 ...request.Option) (*ec2.DescribeHostReservationsOutput, error)

DescribeHostReservationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeHosts

func (_m *MockFakeEC2) DescribeHosts(_a0 *ec2.DescribeHostsInput) (*ec2.DescribeHostsOutput, error)

DescribeHosts provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostsPages

func (_m *MockFakeEC2) DescribeHostsPages(_a0 *ec2.DescribeHostsInput, _a1 func(*ec2.DescribeHostsOutput, bool) bool) error

DescribeHostsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeHostsPagesWithContext

func (_m *MockFakeEC2) DescribeHostsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeHostsInput, _a2 func(*ec2.DescribeHostsOutput, bool) bool, _a3 ...request.Option) error

DescribeHostsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeHostsRequest

func (_m *MockFakeEC2) DescribeHostsRequest(_a0 *ec2.DescribeHostsInput) (*request.Request, *ec2.DescribeHostsOutput)

DescribeHostsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeHostsWithContext

func (_m *MockFakeEC2) DescribeHostsWithContext(_a0 context.Context, _a1 *ec2.DescribeHostsInput, _a2 ...request.Option) (*ec2.DescribeHostsOutput, error)

DescribeHostsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIamInstanceProfileAssociations

DescribeIamInstanceProfileAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIamInstanceProfileAssociationsPages

func (_m *MockFakeEC2) DescribeIamInstanceProfileAssociationsPages(_a0 *ec2.DescribeIamInstanceProfileAssociationsInput, _a1 func(*ec2.DescribeIamInstanceProfileAssociationsOutput, bool) bool) error

DescribeIamInstanceProfileAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeIamInstanceProfileAssociationsPagesWithContext

func (_m *MockFakeEC2) DescribeIamInstanceProfileAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeIamInstanceProfileAssociationsInput, _a2 func(*ec2.DescribeIamInstanceProfileAssociationsOutput, bool) bool, _a3 ...request.Option) error

DescribeIamInstanceProfileAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeIamInstanceProfileAssociationsRequest

DescribeIamInstanceProfileAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIamInstanceProfileAssociationsWithContext

func (_m *MockFakeEC2) DescribeIamInstanceProfileAssociationsWithContext(_a0 context.Context, _a1 *ec2.DescribeIamInstanceProfileAssociationsInput, _a2 ...request.Option) (*ec2.DescribeIamInstanceProfileAssociationsOutput, error)

DescribeIamInstanceProfileAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIdFormat

func (_m *MockFakeEC2) DescribeIdFormat(_a0 *ec2.DescribeIdFormatInput) (*ec2.DescribeIdFormatOutput, error)

DescribeIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIdFormatRequest

func (_m *MockFakeEC2) DescribeIdFormatRequest(_a0 *ec2.DescribeIdFormatInput) (*request.Request, *ec2.DescribeIdFormatOutput)

DescribeIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIdFormatWithContext

func (_m *MockFakeEC2) DescribeIdFormatWithContext(_a0 context.Context, _a1 *ec2.DescribeIdFormatInput, _a2 ...request.Option) (*ec2.DescribeIdFormatOutput, error)

DescribeIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIdentityIdFormat

DescribeIdentityIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIdentityIdFormatRequest

func (_m *MockFakeEC2) DescribeIdentityIdFormatRequest(_a0 *ec2.DescribeIdentityIdFormatInput) (*request.Request, *ec2.DescribeIdentityIdFormatOutput)

DescribeIdentityIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIdentityIdFormatWithContext

func (_m *MockFakeEC2) DescribeIdentityIdFormatWithContext(_a0 context.Context, _a1 *ec2.DescribeIdentityIdFormatInput, _a2 ...request.Option) (*ec2.DescribeIdentityIdFormatOutput, error)

DescribeIdentityIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeImageAttribute

DescribeImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImageAttributeRequest

func (_m *MockFakeEC2) DescribeImageAttributeRequest(_a0 *ec2.DescribeImageAttributeInput) (*request.Request, *ec2.DescribeImageAttributeOutput)

DescribeImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImageAttributeWithContext

func (_m *MockFakeEC2) DescribeImageAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeImageAttributeInput, _a2 ...request.Option) (*ec2.DescribeImageAttributeOutput, error)

DescribeImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeImages

func (_m *MockFakeEC2) DescribeImages(_a0 *ec2.DescribeImagesInput) (*ec2.DescribeImagesOutput, error)

DescribeImages provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImagesRequest

func (_m *MockFakeEC2) DescribeImagesRequest(_a0 *ec2.DescribeImagesInput) (*request.Request, *ec2.DescribeImagesOutput)

DescribeImagesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImagesWithContext

func (_m *MockFakeEC2) DescribeImagesWithContext(_a0 context.Context, _a1 *ec2.DescribeImagesInput, _a2 ...request.Option) (*ec2.DescribeImagesOutput, error)

DescribeImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeImportImageTasks

DescribeImportImageTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImportImageTasksPages

func (_m *MockFakeEC2) DescribeImportImageTasksPages(_a0 *ec2.DescribeImportImageTasksInput, _a1 func(*ec2.DescribeImportImageTasksOutput, bool) bool) error

DescribeImportImageTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeImportImageTasksPagesWithContext

func (_m *MockFakeEC2) DescribeImportImageTasksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeImportImageTasksInput, _a2 func(*ec2.DescribeImportImageTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeImportImageTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeImportImageTasksRequest

func (_m *MockFakeEC2) DescribeImportImageTasksRequest(_a0 *ec2.DescribeImportImageTasksInput) (*request.Request, *ec2.DescribeImportImageTasksOutput)

DescribeImportImageTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImportImageTasksWithContext

func (_m *MockFakeEC2) DescribeImportImageTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeImportImageTasksInput, _a2 ...request.Option) (*ec2.DescribeImportImageTasksOutput, error)

DescribeImportImageTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeImportSnapshotTasks

DescribeImportSnapshotTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImportSnapshotTasksPages

func (_m *MockFakeEC2) DescribeImportSnapshotTasksPages(_a0 *ec2.DescribeImportSnapshotTasksInput, _a1 func(*ec2.DescribeImportSnapshotTasksOutput, bool) bool) error

DescribeImportSnapshotTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeImportSnapshotTasksPagesWithContext

func (_m *MockFakeEC2) DescribeImportSnapshotTasksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeImportSnapshotTasksInput, _a2 func(*ec2.DescribeImportSnapshotTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeImportSnapshotTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeImportSnapshotTasksRequest

func (_m *MockFakeEC2) DescribeImportSnapshotTasksRequest(_a0 *ec2.DescribeImportSnapshotTasksInput) (*request.Request, *ec2.DescribeImportSnapshotTasksOutput)

DescribeImportSnapshotTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeImportSnapshotTasksWithContext

func (_m *MockFakeEC2) DescribeImportSnapshotTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeImportSnapshotTasksInput, _a2 ...request.Option) (*ec2.DescribeImportSnapshotTasksOutput, error)

DescribeImportSnapshotTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceAttribute

DescribeInstanceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceAttributeRequest

func (_m *MockFakeEC2) DescribeInstanceAttributeRequest(_a0 *ec2.DescribeInstanceAttributeInput) (*request.Request, *ec2.DescribeInstanceAttributeOutput)

DescribeInstanceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceAttributeWithContext

func (_m *MockFakeEC2) DescribeInstanceAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceAttributeInput, _a2 ...request.Option) (*ec2.DescribeInstanceAttributeOutput, error)

DescribeInstanceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceCreditSpecifications

DescribeInstanceCreditSpecifications provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceCreditSpecificationsPages

func (_m *MockFakeEC2) DescribeInstanceCreditSpecificationsPages(_a0 *ec2.DescribeInstanceCreditSpecificationsInput, _a1 func(*ec2.DescribeInstanceCreditSpecificationsOutput, bool) bool) error

DescribeInstanceCreditSpecificationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstanceCreditSpecificationsPagesWithContext

func (_m *MockFakeEC2) DescribeInstanceCreditSpecificationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceCreditSpecificationsInput, _a2 func(*ec2.DescribeInstanceCreditSpecificationsOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceCreditSpecificationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstanceCreditSpecificationsRequest

DescribeInstanceCreditSpecificationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceCreditSpecificationsWithContext

func (_m *MockFakeEC2) DescribeInstanceCreditSpecificationsWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceCreditSpecificationsInput, _a2 ...request.Option) (*ec2.DescribeInstanceCreditSpecificationsOutput, error)

DescribeInstanceCreditSpecificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceEventNotificationAttributes

DescribeInstanceEventNotificationAttributes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceEventNotificationAttributesRequest

DescribeInstanceEventNotificationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceEventNotificationAttributesWithContext

func (_m *MockFakeEC2) DescribeInstanceEventNotificationAttributesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceEventNotificationAttributesInput, _a2 ...request.Option) (*ec2.DescribeInstanceEventNotificationAttributesOutput, error)

DescribeInstanceEventNotificationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceEventWindows

DescribeInstanceEventWindows provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceEventWindowsPages

func (_m *MockFakeEC2) DescribeInstanceEventWindowsPages(_a0 *ec2.DescribeInstanceEventWindowsInput, _a1 func(*ec2.DescribeInstanceEventWindowsOutput, bool) bool) error

DescribeInstanceEventWindowsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstanceEventWindowsPagesWithContext

func (_m *MockFakeEC2) DescribeInstanceEventWindowsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceEventWindowsInput, _a2 func(*ec2.DescribeInstanceEventWindowsOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceEventWindowsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstanceEventWindowsRequest

func (_m *MockFakeEC2) DescribeInstanceEventWindowsRequest(_a0 *ec2.DescribeInstanceEventWindowsInput) (*request.Request, *ec2.DescribeInstanceEventWindowsOutput)

DescribeInstanceEventWindowsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceEventWindowsWithContext

func (_m *MockFakeEC2) DescribeInstanceEventWindowsWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceEventWindowsInput, _a2 ...request.Option) (*ec2.DescribeInstanceEventWindowsOutput, error)

DescribeInstanceEventWindowsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceStatus

DescribeInstanceStatus provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceStatusPages

func (_m *MockFakeEC2) DescribeInstanceStatusPages(_a0 *ec2.DescribeInstanceStatusInput, _a1 func(*ec2.DescribeInstanceStatusOutput, bool) bool) error

DescribeInstanceStatusPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstanceStatusPagesWithContext

func (_m *MockFakeEC2) DescribeInstanceStatusPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceStatusInput, _a2 func(*ec2.DescribeInstanceStatusOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceStatusPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstanceStatusRequest

func (_m *MockFakeEC2) DescribeInstanceStatusRequest(_a0 *ec2.DescribeInstanceStatusInput) (*request.Request, *ec2.DescribeInstanceStatusOutput)

DescribeInstanceStatusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceStatusWithContext

func (_m *MockFakeEC2) DescribeInstanceStatusWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceStatusInput, _a2 ...request.Option) (*ec2.DescribeInstanceStatusOutput, error)

DescribeInstanceStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceTypeOfferings

DescribeInstanceTypeOfferings provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceTypeOfferingsPages

func (_m *MockFakeEC2) DescribeInstanceTypeOfferingsPages(_a0 *ec2.DescribeInstanceTypeOfferingsInput, _a1 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool) error

DescribeInstanceTypeOfferingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstanceTypeOfferingsPagesWithContext

func (_m *MockFakeEC2) DescribeInstanceTypeOfferingsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceTypeOfferingsInput, _a2 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceTypeOfferingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstanceTypeOfferingsRequest

func (_m *MockFakeEC2) DescribeInstanceTypeOfferingsRequest(_a0 *ec2.DescribeInstanceTypeOfferingsInput) (*request.Request, *ec2.DescribeInstanceTypeOfferingsOutput)

DescribeInstanceTypeOfferingsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceTypeOfferingsWithContext

func (_m *MockFakeEC2) DescribeInstanceTypeOfferingsWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceTypeOfferingsInput, _a2 ...request.Option) (*ec2.DescribeInstanceTypeOfferingsOutput, error)

DescribeInstanceTypeOfferingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstanceTypes

func (_m *MockFakeEC2) DescribeInstanceTypes(_a0 *ec2.DescribeInstanceTypesInput) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceTypesPages

func (_m *MockFakeEC2) DescribeInstanceTypesPages(_a0 *ec2.DescribeInstanceTypesInput, _a1 func(*ec2.DescribeInstanceTypesOutput, bool) bool) error

DescribeInstanceTypesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstanceTypesPagesWithContext

func (_m *MockFakeEC2) DescribeInstanceTypesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceTypesInput, _a2 func(*ec2.DescribeInstanceTypesOutput, bool) bool, _a3 ...request.Option) error

DescribeInstanceTypesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstanceTypesRequest

func (_m *MockFakeEC2) DescribeInstanceTypesRequest(_a0 *ec2.DescribeInstanceTypesInput) (*request.Request, *ec2.DescribeInstanceTypesOutput)

DescribeInstanceTypesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstanceTypesWithContext

func (_m *MockFakeEC2) DescribeInstanceTypesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceTypesInput, _a2 ...request.Option) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInstances

func (_m *MockFakeEC2) DescribeInstances(_a0 *ec2.DescribeInstancesInput) (*ec2.DescribeInstancesOutput, error)

DescribeInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstancesPages

func (_m *MockFakeEC2) DescribeInstancesPages(_a0 *ec2.DescribeInstancesInput, _a1 func(*ec2.DescribeInstancesOutput, bool) bool) error

DescribeInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInstancesPagesWithContext

func (_m *MockFakeEC2) DescribeInstancesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 func(*ec2.DescribeInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInstancesRequest

func (_m *MockFakeEC2) DescribeInstancesRequest(_a0 *ec2.DescribeInstancesInput) (*request.Request, *ec2.DescribeInstancesOutput)

DescribeInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInstancesWithContext

func (_m *MockFakeEC2) DescribeInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 ...request.Option) (*ec2.DescribeInstancesOutput, error)

DescribeInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeInternetGateways

DescribeInternetGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInternetGatewaysPages

func (_m *MockFakeEC2) DescribeInternetGatewaysPages(_a0 *ec2.DescribeInternetGatewaysInput, _a1 func(*ec2.DescribeInternetGatewaysOutput, bool) bool) error

DescribeInternetGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeInternetGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeInternetGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeInternetGatewaysInput, _a2 func(*ec2.DescribeInternetGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeInternetGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeInternetGatewaysRequest

func (_m *MockFakeEC2) DescribeInternetGatewaysRequest(_a0 *ec2.DescribeInternetGatewaysInput) (*request.Request, *ec2.DescribeInternetGatewaysOutput)

DescribeInternetGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeInternetGatewaysWithContext

func (_m *MockFakeEC2) DescribeInternetGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeInternetGatewaysInput, _a2 ...request.Option) (*ec2.DescribeInternetGatewaysOutput, error)

DescribeInternetGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIpamPools

func (_m *MockFakeEC2) DescribeIpamPools(_a0 *ec2.DescribeIpamPoolsInput) (*ec2.DescribeIpamPoolsOutput, error)

DescribeIpamPools provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamPoolsPages

func (_m *MockFakeEC2) DescribeIpamPoolsPages(_a0 *ec2.DescribeIpamPoolsInput, _a1 func(*ec2.DescribeIpamPoolsOutput, bool) bool) error

DescribeIpamPoolsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeIpamPoolsPagesWithContext

func (_m *MockFakeEC2) DescribeIpamPoolsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamPoolsInput, _a2 func(*ec2.DescribeIpamPoolsOutput, bool) bool, _a3 ...request.Option) error

DescribeIpamPoolsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeIpamPoolsRequest

func (_m *MockFakeEC2) DescribeIpamPoolsRequest(_a0 *ec2.DescribeIpamPoolsInput) (*request.Request, *ec2.DescribeIpamPoolsOutput)

DescribeIpamPoolsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamPoolsWithContext

func (_m *MockFakeEC2) DescribeIpamPoolsWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamPoolsInput, _a2 ...request.Option) (*ec2.DescribeIpamPoolsOutput, error)

DescribeIpamPoolsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIpamScopes

func (_m *MockFakeEC2) DescribeIpamScopes(_a0 *ec2.DescribeIpamScopesInput) (*ec2.DescribeIpamScopesOutput, error)

DescribeIpamScopes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamScopesPages

func (_m *MockFakeEC2) DescribeIpamScopesPages(_a0 *ec2.DescribeIpamScopesInput, _a1 func(*ec2.DescribeIpamScopesOutput, bool) bool) error

DescribeIpamScopesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeIpamScopesPagesWithContext

func (_m *MockFakeEC2) DescribeIpamScopesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamScopesInput, _a2 func(*ec2.DescribeIpamScopesOutput, bool) bool, _a3 ...request.Option) error

DescribeIpamScopesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeIpamScopesRequest

func (_m *MockFakeEC2) DescribeIpamScopesRequest(_a0 *ec2.DescribeIpamScopesInput) (*request.Request, *ec2.DescribeIpamScopesOutput)

DescribeIpamScopesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamScopesWithContext

func (_m *MockFakeEC2) DescribeIpamScopesWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamScopesInput, _a2 ...request.Option) (*ec2.DescribeIpamScopesOutput, error)

DescribeIpamScopesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIpams

func (_m *MockFakeEC2) DescribeIpams(_a0 *ec2.DescribeIpamsInput) (*ec2.DescribeIpamsOutput, error)

DescribeIpams provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamsPages

func (_m *MockFakeEC2) DescribeIpamsPages(_a0 *ec2.DescribeIpamsInput, _a1 func(*ec2.DescribeIpamsOutput, bool) bool) error

DescribeIpamsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeIpamsPagesWithContext

func (_m *MockFakeEC2) DescribeIpamsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamsInput, _a2 func(*ec2.DescribeIpamsOutput, bool) bool, _a3 ...request.Option) error

DescribeIpamsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeIpamsRequest

func (_m *MockFakeEC2) DescribeIpamsRequest(_a0 *ec2.DescribeIpamsInput) (*request.Request, *ec2.DescribeIpamsOutput)

DescribeIpamsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpamsWithContext

func (_m *MockFakeEC2) DescribeIpamsWithContext(_a0 context.Context, _a1 *ec2.DescribeIpamsInput, _a2 ...request.Option) (*ec2.DescribeIpamsOutput, error)

DescribeIpamsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeIpv6Pools

func (_m *MockFakeEC2) DescribeIpv6Pools(_a0 *ec2.DescribeIpv6PoolsInput) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6Pools provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpv6PoolsPages

func (_m *MockFakeEC2) DescribeIpv6PoolsPages(_a0 *ec2.DescribeIpv6PoolsInput, _a1 func(*ec2.DescribeIpv6PoolsOutput, bool) bool) error

DescribeIpv6PoolsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeIpv6PoolsPagesWithContext

func (_m *MockFakeEC2) DescribeIpv6PoolsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeIpv6PoolsInput, _a2 func(*ec2.DescribeIpv6PoolsOutput, bool) bool, _a3 ...request.Option) error

DescribeIpv6PoolsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeIpv6PoolsRequest

func (_m *MockFakeEC2) DescribeIpv6PoolsRequest(_a0 *ec2.DescribeIpv6PoolsInput) (*request.Request, *ec2.DescribeIpv6PoolsOutput)

DescribeIpv6PoolsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeIpv6PoolsWithContext

func (_m *MockFakeEC2) DescribeIpv6PoolsWithContext(_a0 context.Context, _a1 *ec2.DescribeIpv6PoolsInput, _a2 ...request.Option) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6PoolsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeKeyPairs

func (_m *MockFakeEC2) DescribeKeyPairs(_a0 *ec2.DescribeKeyPairsInput) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairs provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeKeyPairsRequest

func (_m *MockFakeEC2) DescribeKeyPairsRequest(_a0 *ec2.DescribeKeyPairsInput) (*request.Request, *ec2.DescribeKeyPairsOutput)

DescribeKeyPairsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeKeyPairsWithContext

func (_m *MockFakeEC2) DescribeKeyPairsWithContext(_a0 context.Context, _a1 *ec2.DescribeKeyPairsInput, _a2 ...request.Option) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLaunchTemplateVersions

DescribeLaunchTemplateVersions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLaunchTemplateVersionsPages

func (_m *MockFakeEC2) DescribeLaunchTemplateVersionsPages(_a0 *ec2.DescribeLaunchTemplateVersionsInput, _a1 func(*ec2.DescribeLaunchTemplateVersionsOutput, bool) bool) error

DescribeLaunchTemplateVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLaunchTemplateVersionsPagesWithContext

func (_m *MockFakeEC2) DescribeLaunchTemplateVersionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLaunchTemplateVersionsInput, _a2 func(*ec2.DescribeLaunchTemplateVersionsOutput, bool) bool, _a3 ...request.Option) error

DescribeLaunchTemplateVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLaunchTemplateVersionsRequest

func (_m *MockFakeEC2) DescribeLaunchTemplateVersionsRequest(_a0 *ec2.DescribeLaunchTemplateVersionsInput) (*request.Request, *ec2.DescribeLaunchTemplateVersionsOutput)

DescribeLaunchTemplateVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLaunchTemplateVersionsWithContext

func (_m *MockFakeEC2) DescribeLaunchTemplateVersionsWithContext(_a0 context.Context, _a1 *ec2.DescribeLaunchTemplateVersionsInput, _a2 ...request.Option) (*ec2.DescribeLaunchTemplateVersionsOutput, error)

DescribeLaunchTemplateVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLaunchTemplates

DescribeLaunchTemplates provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLaunchTemplatesPages

func (_m *MockFakeEC2) DescribeLaunchTemplatesPages(_a0 *ec2.DescribeLaunchTemplatesInput, _a1 func(*ec2.DescribeLaunchTemplatesOutput, bool) bool) error

DescribeLaunchTemplatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLaunchTemplatesPagesWithContext

func (_m *MockFakeEC2) DescribeLaunchTemplatesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLaunchTemplatesInput, _a2 func(*ec2.DescribeLaunchTemplatesOutput, bool) bool, _a3 ...request.Option) error

DescribeLaunchTemplatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLaunchTemplatesRequest

func (_m *MockFakeEC2) DescribeLaunchTemplatesRequest(_a0 *ec2.DescribeLaunchTemplatesInput) (*request.Request, *ec2.DescribeLaunchTemplatesOutput)

DescribeLaunchTemplatesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLaunchTemplatesWithContext

func (_m *MockFakeEC2) DescribeLaunchTemplatesWithContext(_a0 context.Context, _a1 *ec2.DescribeLaunchTemplatesInput, _a2 ...request.Option) (*ec2.DescribeLaunchTemplatesOutput, error)

DescribeLaunchTemplatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, _a2 func(*ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociations

DescribeLocalGatewayRouteTableVpcAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsPages

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsPages(_a0 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, _a1 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool) error

DescribeLocalGatewayRouteTableVpcAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, _a2 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsRequest

DescribeLocalGatewayRouteTableVpcAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, _a2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)

DescribeLocalGatewayRouteTableVpcAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGatewayRouteTables

DescribeLocalGatewayRouteTables provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTablesPages

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTablesPages(_a0 *ec2.DescribeLocalGatewayRouteTablesInput, _a1 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool) error

DescribeLocalGatewayRouteTablesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewayRouteTablesPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTablesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayRouteTablesInput, _a2 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewayRouteTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewayRouteTablesRequest

DescribeLocalGatewayRouteTablesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayRouteTablesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayRouteTablesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayRouteTablesInput, _a2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTablesOutput, error)

DescribeLocalGatewayRouteTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroups

DescribeLocalGatewayVirtualInterfaceGroups provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsPages

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsPages(_a0 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, _a1 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfaceGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, _a2 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsRequest

DescribeLocalGatewayVirtualInterfaceGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, _a2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)

DescribeLocalGatewayVirtualInterfaceGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfaces

DescribeLocalGatewayVirtualInterfaces provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfacesPages

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfacesPages(_a0 *ec2.DescribeLocalGatewayVirtualInterfacesInput, _a1 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfacesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfacesPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfacesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, _a2 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewayVirtualInterfacesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfacesRequest

DescribeLocalGatewayVirtualInterfacesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewayVirtualInterfacesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewayVirtualInterfacesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, _a2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfacesOutput, error)

DescribeLocalGatewayVirtualInterfacesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeLocalGateways

func (_m *MockFakeEC2) DescribeLocalGateways(_a0 *ec2.DescribeLocalGatewaysInput) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewaysPages

func (_m *MockFakeEC2) DescribeLocalGatewaysPages(_a0 *ec2.DescribeLocalGatewaysInput, _a1 func(*ec2.DescribeLocalGatewaysOutput, bool) bool) error

DescribeLocalGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeLocalGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeLocalGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewaysInput, _a2 func(*ec2.DescribeLocalGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeLocalGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeLocalGatewaysRequest

func (_m *MockFakeEC2) DescribeLocalGatewaysRequest(_a0 *ec2.DescribeLocalGatewaysInput) (*request.Request, *ec2.DescribeLocalGatewaysOutput)

DescribeLocalGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeLocalGatewaysWithContext

func (_m *MockFakeEC2) DescribeLocalGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeLocalGatewaysInput, _a2 ...request.Option) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeManagedPrefixLists

DescribeManagedPrefixLists provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeManagedPrefixListsPages

func (_m *MockFakeEC2) DescribeManagedPrefixListsPages(_a0 *ec2.DescribeManagedPrefixListsInput, _a1 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool) error

DescribeManagedPrefixListsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeManagedPrefixListsPagesWithContext

func (_m *MockFakeEC2) DescribeManagedPrefixListsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeManagedPrefixListsInput, _a2 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool, _a3 ...request.Option) error

DescribeManagedPrefixListsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeManagedPrefixListsRequest

func (_m *MockFakeEC2) DescribeManagedPrefixListsRequest(_a0 *ec2.DescribeManagedPrefixListsInput) (*request.Request, *ec2.DescribeManagedPrefixListsOutput)

DescribeManagedPrefixListsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeManagedPrefixListsWithContext

func (_m *MockFakeEC2) DescribeManagedPrefixListsWithContext(_a0 context.Context, _a1 *ec2.DescribeManagedPrefixListsInput, _a2 ...request.Option) (*ec2.DescribeManagedPrefixListsOutput, error)

DescribeManagedPrefixListsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeMovingAddresses

DescribeMovingAddresses provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeMovingAddressesPages

func (_m *MockFakeEC2) DescribeMovingAddressesPages(_a0 *ec2.DescribeMovingAddressesInput, _a1 func(*ec2.DescribeMovingAddressesOutput, bool) bool) error

DescribeMovingAddressesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeMovingAddressesPagesWithContext

func (_m *MockFakeEC2) DescribeMovingAddressesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeMovingAddressesInput, _a2 func(*ec2.DescribeMovingAddressesOutput, bool) bool, _a3 ...request.Option) error

DescribeMovingAddressesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeMovingAddressesRequest

func (_m *MockFakeEC2) DescribeMovingAddressesRequest(_a0 *ec2.DescribeMovingAddressesInput) (*request.Request, *ec2.DescribeMovingAddressesOutput)

DescribeMovingAddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeMovingAddressesWithContext

func (_m *MockFakeEC2) DescribeMovingAddressesWithContext(_a0 context.Context, _a1 *ec2.DescribeMovingAddressesInput, _a2 ...request.Option) (*ec2.DescribeMovingAddressesOutput, error)

DescribeMovingAddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNatGateways

func (_m *MockFakeEC2) DescribeNatGateways(_a0 *ec2.DescribeNatGatewaysInput) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNatGatewaysPages

func (_m *MockFakeEC2) DescribeNatGatewaysPages(_a0 *ec2.DescribeNatGatewaysInput, _a1 func(*ec2.DescribeNatGatewaysOutput, bool) bool) error

DescribeNatGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNatGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeNatGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNatGatewaysInput, _a2 func(*ec2.DescribeNatGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeNatGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNatGatewaysRequest

func (_m *MockFakeEC2) DescribeNatGatewaysRequest(_a0 *ec2.DescribeNatGatewaysInput) (*request.Request, *ec2.DescribeNatGatewaysOutput)

DescribeNatGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNatGatewaysWithContext

func (_m *MockFakeEC2) DescribeNatGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeNatGatewaysInput, _a2 ...request.Option) (*ec2.DescribeNatGatewaysOutput, error)

DescribeNatGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkAcls

func (_m *MockFakeEC2) DescribeNetworkAcls(_a0 *ec2.DescribeNetworkAclsInput) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAcls provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkAclsPages

func (_m *MockFakeEC2) DescribeNetworkAclsPages(_a0 *ec2.DescribeNetworkAclsInput, _a1 func(*ec2.DescribeNetworkAclsOutput, bool) bool) error

DescribeNetworkAclsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkAclsPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkAclsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkAclsInput, _a2 func(*ec2.DescribeNetworkAclsOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkAclsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkAclsRequest

func (_m *MockFakeEC2) DescribeNetworkAclsRequest(_a0 *ec2.DescribeNetworkAclsInput) (*request.Request, *ec2.DescribeNetworkAclsOutput)

DescribeNetworkAclsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkAclsWithContext

func (_m *MockFakeEC2) DescribeNetworkAclsWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkAclsInput, _a2 ...request.Option) (*ec2.DescribeNetworkAclsOutput, error)

DescribeNetworkAclsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalyses

DescribeNetworkInsightsAccessScopeAnalyses provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesPages

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesPages(_a0 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, _a1 func(*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, bool) bool) error

DescribeNetworkInsightsAccessScopeAnalysesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, _a2 func(*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInsightsAccessScopeAnalysesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesRequest

DescribeNetworkInsightsAccessScopeAnalysesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopeAnalysesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAccessScopeAnalysesInput, _a2 ...request.Option) (*ec2.DescribeNetworkInsightsAccessScopeAnalysesOutput, error)

DescribeNetworkInsightsAccessScopeAnalysesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopes

DescribeNetworkInsightsAccessScopes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopesPages

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopesPages(_a0 *ec2.DescribeNetworkInsightsAccessScopesInput, _a1 func(*ec2.DescribeNetworkInsightsAccessScopesOutput, bool) bool) error

DescribeNetworkInsightsAccessScopesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopesPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAccessScopesInput, _a2 func(*ec2.DescribeNetworkInsightsAccessScopesOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInsightsAccessScopesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopesRequest

DescribeNetworkInsightsAccessScopesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAccessScopesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAccessScopesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAccessScopesInput, _a2 ...request.Option) (*ec2.DescribeNetworkInsightsAccessScopesOutput, error)

DescribeNetworkInsightsAccessScopesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInsightsAnalyses

DescribeNetworkInsightsAnalyses provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAnalysesPages

func (_m *MockFakeEC2) DescribeNetworkInsightsAnalysesPages(_a0 *ec2.DescribeNetworkInsightsAnalysesInput, _a1 func(*ec2.DescribeNetworkInsightsAnalysesOutput, bool) bool) error

DescribeNetworkInsightsAnalysesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInsightsAnalysesPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAnalysesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAnalysesInput, _a2 func(*ec2.DescribeNetworkInsightsAnalysesOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInsightsAnalysesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInsightsAnalysesRequest

DescribeNetworkInsightsAnalysesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsAnalysesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsAnalysesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsAnalysesInput, _a2 ...request.Option) (*ec2.DescribeNetworkInsightsAnalysesOutput, error)

DescribeNetworkInsightsAnalysesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInsightsPaths

DescribeNetworkInsightsPaths provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsPathsPages

func (_m *MockFakeEC2) DescribeNetworkInsightsPathsPages(_a0 *ec2.DescribeNetworkInsightsPathsInput, _a1 func(*ec2.DescribeNetworkInsightsPathsOutput, bool) bool) error

DescribeNetworkInsightsPathsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInsightsPathsPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsPathsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsPathsInput, _a2 func(*ec2.DescribeNetworkInsightsPathsOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInsightsPathsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInsightsPathsRequest

func (_m *MockFakeEC2) DescribeNetworkInsightsPathsRequest(_a0 *ec2.DescribeNetworkInsightsPathsInput) (*request.Request, *ec2.DescribeNetworkInsightsPathsOutput)

DescribeNetworkInsightsPathsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInsightsPathsWithContext

func (_m *MockFakeEC2) DescribeNetworkInsightsPathsWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInsightsPathsInput, _a2 ...request.Option) (*ec2.DescribeNetworkInsightsPathsOutput, error)

DescribeNetworkInsightsPathsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInterfaceAttribute

DescribeNetworkInterfaceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfaceAttributeRequest

DescribeNetworkInterfaceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfaceAttributeWithContext

func (_m *MockFakeEC2) DescribeNetworkInterfaceAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfaceAttributeInput, _a2 ...request.Option) (*ec2.DescribeNetworkInterfaceAttributeOutput, error)

DescribeNetworkInterfaceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInterfacePermissions

DescribeNetworkInterfacePermissions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfacePermissionsPages

func (_m *MockFakeEC2) DescribeNetworkInterfacePermissionsPages(_a0 *ec2.DescribeNetworkInterfacePermissionsInput, _a1 func(*ec2.DescribeNetworkInterfacePermissionsOutput, bool) bool) error

DescribeNetworkInterfacePermissionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInterfacePermissionsPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInterfacePermissionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfacePermissionsInput, _a2 func(*ec2.DescribeNetworkInterfacePermissionsOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInterfacePermissionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInterfacePermissionsRequest

DescribeNetworkInterfacePermissionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfacePermissionsWithContext

func (_m *MockFakeEC2) DescribeNetworkInterfacePermissionsWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfacePermissionsInput, _a2 ...request.Option) (*ec2.DescribeNetworkInterfacePermissionsOutput, error)

DescribeNetworkInterfacePermissionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeNetworkInterfaces

DescribeNetworkInterfaces provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfacesPages

func (_m *MockFakeEC2) DescribeNetworkInterfacesPages(_a0 *ec2.DescribeNetworkInterfacesInput, _a1 func(*ec2.DescribeNetworkInterfacesOutput, bool) bool) error

DescribeNetworkInterfacesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeNetworkInterfacesPagesWithContext

func (_m *MockFakeEC2) DescribeNetworkInterfacesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfacesInput, _a2 func(*ec2.DescribeNetworkInterfacesOutput, bool) bool, _a3 ...request.Option) error

DescribeNetworkInterfacesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeNetworkInterfacesRequest

func (_m *MockFakeEC2) DescribeNetworkInterfacesRequest(_a0 *ec2.DescribeNetworkInterfacesInput) (*request.Request, *ec2.DescribeNetworkInterfacesOutput)

DescribeNetworkInterfacesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeNetworkInterfacesWithContext

func (_m *MockFakeEC2) DescribeNetworkInterfacesWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfacesInput, _a2 ...request.Option) (*ec2.DescribeNetworkInterfacesOutput, error)

DescribeNetworkInterfacesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribePlacementGroups

DescribePlacementGroups provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePlacementGroupsRequest

func (_m *MockFakeEC2) DescribePlacementGroupsRequest(_a0 *ec2.DescribePlacementGroupsInput) (*request.Request, *ec2.DescribePlacementGroupsOutput)

DescribePlacementGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePlacementGroupsWithContext

func (_m *MockFakeEC2) DescribePlacementGroupsWithContext(_a0 context.Context, _a1 *ec2.DescribePlacementGroupsInput, _a2 ...request.Option) (*ec2.DescribePlacementGroupsOutput, error)

DescribePlacementGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribePrefixLists

func (_m *MockFakeEC2) DescribePrefixLists(_a0 *ec2.DescribePrefixListsInput) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixLists provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePrefixListsPages

func (_m *MockFakeEC2) DescribePrefixListsPages(_a0 *ec2.DescribePrefixListsInput, _a1 func(*ec2.DescribePrefixListsOutput, bool) bool) error

DescribePrefixListsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribePrefixListsPagesWithContext

func (_m *MockFakeEC2) DescribePrefixListsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribePrefixListsInput, _a2 func(*ec2.DescribePrefixListsOutput, bool) bool, _a3 ...request.Option) error

DescribePrefixListsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribePrefixListsRequest

func (_m *MockFakeEC2) DescribePrefixListsRequest(_a0 *ec2.DescribePrefixListsInput) (*request.Request, *ec2.DescribePrefixListsOutput)

DescribePrefixListsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePrefixListsWithContext

func (_m *MockFakeEC2) DescribePrefixListsWithContext(_a0 context.Context, _a1 *ec2.DescribePrefixListsInput, _a2 ...request.Option) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixListsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribePrincipalIdFormat

DescribePrincipalIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePrincipalIdFormatPages

func (_m *MockFakeEC2) DescribePrincipalIdFormatPages(_a0 *ec2.DescribePrincipalIdFormatInput, _a1 func(*ec2.DescribePrincipalIdFormatOutput, bool) bool) error

DescribePrincipalIdFormatPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribePrincipalIdFormatPagesWithContext

func (_m *MockFakeEC2) DescribePrincipalIdFormatPagesWithContext(_a0 context.Context, _a1 *ec2.DescribePrincipalIdFormatInput, _a2 func(*ec2.DescribePrincipalIdFormatOutput, bool) bool, _a3 ...request.Option) error

DescribePrincipalIdFormatPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribePrincipalIdFormatRequest

func (_m *MockFakeEC2) DescribePrincipalIdFormatRequest(_a0 *ec2.DescribePrincipalIdFormatInput) (*request.Request, *ec2.DescribePrincipalIdFormatOutput)

DescribePrincipalIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePrincipalIdFormatWithContext

func (_m *MockFakeEC2) DescribePrincipalIdFormatWithContext(_a0 context.Context, _a1 *ec2.DescribePrincipalIdFormatInput, _a2 ...request.Option) (*ec2.DescribePrincipalIdFormatOutput, error)

DescribePrincipalIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribePublicIpv4Pools

DescribePublicIpv4Pools provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePublicIpv4PoolsPages

func (_m *MockFakeEC2) DescribePublicIpv4PoolsPages(_a0 *ec2.DescribePublicIpv4PoolsInput, _a1 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool) error

DescribePublicIpv4PoolsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribePublicIpv4PoolsPagesWithContext

func (_m *MockFakeEC2) DescribePublicIpv4PoolsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribePublicIpv4PoolsInput, _a2 func(*ec2.DescribePublicIpv4PoolsOutput, bool) bool, _a3 ...request.Option) error

DescribePublicIpv4PoolsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribePublicIpv4PoolsRequest

func (_m *MockFakeEC2) DescribePublicIpv4PoolsRequest(_a0 *ec2.DescribePublicIpv4PoolsInput) (*request.Request, *ec2.DescribePublicIpv4PoolsOutput)

DescribePublicIpv4PoolsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribePublicIpv4PoolsWithContext

func (_m *MockFakeEC2) DescribePublicIpv4PoolsWithContext(_a0 context.Context, _a1 *ec2.DescribePublicIpv4PoolsInput, _a2 ...request.Option) (*ec2.DescribePublicIpv4PoolsOutput, error)

DescribePublicIpv4PoolsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeRegions

func (_m *MockFakeEC2) DescribeRegions(_a0 *ec2.DescribeRegionsInput) (*ec2.DescribeRegionsOutput, error)

DescribeRegions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeRegionsRequest

func (_m *MockFakeEC2) DescribeRegionsRequest(_a0 *ec2.DescribeRegionsInput) (*request.Request, *ec2.DescribeRegionsOutput)

DescribeRegionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeRegionsWithContext

func (_m *MockFakeEC2) DescribeRegionsWithContext(_a0 context.Context, _a1 *ec2.DescribeRegionsInput, _a2 ...request.Option) (*ec2.DescribeRegionsOutput, error)

DescribeRegionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeReplaceRootVolumeTasks

DescribeReplaceRootVolumeTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReplaceRootVolumeTasksPages

func (_m *MockFakeEC2) DescribeReplaceRootVolumeTasksPages(_a0 *ec2.DescribeReplaceRootVolumeTasksInput, _a1 func(*ec2.DescribeReplaceRootVolumeTasksOutput, bool) bool) error

DescribeReplaceRootVolumeTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeReplaceRootVolumeTasksPagesWithContext

func (_m *MockFakeEC2) DescribeReplaceRootVolumeTasksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeReplaceRootVolumeTasksInput, _a2 func(*ec2.DescribeReplaceRootVolumeTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeReplaceRootVolumeTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeReplaceRootVolumeTasksRequest

func (_m *MockFakeEC2) DescribeReplaceRootVolumeTasksRequest(_a0 *ec2.DescribeReplaceRootVolumeTasksInput) (*request.Request, *ec2.DescribeReplaceRootVolumeTasksOutput)

DescribeReplaceRootVolumeTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReplaceRootVolumeTasksWithContext

func (_m *MockFakeEC2) DescribeReplaceRootVolumeTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeReplaceRootVolumeTasksInput, _a2 ...request.Option) (*ec2.DescribeReplaceRootVolumeTasksOutput, error)

DescribeReplaceRootVolumeTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeReservedInstances

DescribeReservedInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesListings

DescribeReservedInstancesListings provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesListingsRequest

DescribeReservedInstancesListingsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesListingsWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesListingsWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesListingsInput, _a2 ...request.Option) (*ec2.DescribeReservedInstancesListingsOutput, error)

DescribeReservedInstancesListingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeReservedInstancesModifications

DescribeReservedInstancesModifications provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesModificationsPages

func (_m *MockFakeEC2) DescribeReservedInstancesModificationsPages(_a0 *ec2.DescribeReservedInstancesModificationsInput, _a1 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool) error

DescribeReservedInstancesModificationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeReservedInstancesModificationsPagesWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesModificationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesModificationsInput, _a2 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedInstancesModificationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeReservedInstancesModificationsRequest

DescribeReservedInstancesModificationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesModificationsWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesModificationsWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesModificationsInput, _a2 ...request.Option) (*ec2.DescribeReservedInstancesModificationsOutput, error)

DescribeReservedInstancesModificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeReservedInstancesOfferings

DescribeReservedInstancesOfferings provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesOfferingsPages

func (_m *MockFakeEC2) DescribeReservedInstancesOfferingsPages(_a0 *ec2.DescribeReservedInstancesOfferingsInput, _a1 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool) error

DescribeReservedInstancesOfferingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeReservedInstancesOfferingsPagesWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesOfferingsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesOfferingsInput, _a2 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedInstancesOfferingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeReservedInstancesOfferingsRequest

DescribeReservedInstancesOfferingsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesOfferingsWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesOfferingsWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesOfferingsInput, _a2 ...request.Option) (*ec2.DescribeReservedInstancesOfferingsOutput, error)

DescribeReservedInstancesOfferingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeReservedInstancesRequest

func (_m *MockFakeEC2) DescribeReservedInstancesRequest(_a0 *ec2.DescribeReservedInstancesInput) (*request.Request, *ec2.DescribeReservedInstancesOutput)

DescribeReservedInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeReservedInstancesWithContext

func (_m *MockFakeEC2) DescribeReservedInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeReservedInstancesInput, _a2 ...request.Option) (*ec2.DescribeReservedInstancesOutput, error)

DescribeReservedInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeRouteTables

func (_m *MockFakeEC2) DescribeRouteTables(_a0 *ec2.DescribeRouteTablesInput) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTables provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeRouteTablesPages

func (_m *MockFakeEC2) DescribeRouteTablesPages(_a0 *ec2.DescribeRouteTablesInput, _a1 func(*ec2.DescribeRouteTablesOutput, bool) bool) error

DescribeRouteTablesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeRouteTablesPagesWithContext

func (_m *MockFakeEC2) DescribeRouteTablesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeRouteTablesInput, _a2 func(*ec2.DescribeRouteTablesOutput, bool) bool, _a3 ...request.Option) error

DescribeRouteTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeRouteTablesRequest

func (_m *MockFakeEC2) DescribeRouteTablesRequest(_a0 *ec2.DescribeRouteTablesInput) (*request.Request, *ec2.DescribeRouteTablesOutput)

DescribeRouteTablesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeRouteTablesWithContext

func (_m *MockFakeEC2) DescribeRouteTablesWithContext(_a0 context.Context, _a1 *ec2.DescribeRouteTablesInput, _a2 ...request.Option) (*ec2.DescribeRouteTablesOutput, error)

DescribeRouteTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeScheduledInstanceAvailability

DescribeScheduledInstanceAvailability provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeScheduledInstanceAvailabilityPages

func (_m *MockFakeEC2) DescribeScheduledInstanceAvailabilityPages(_a0 *ec2.DescribeScheduledInstanceAvailabilityInput, _a1 func(*ec2.DescribeScheduledInstanceAvailabilityOutput, bool) bool) error

DescribeScheduledInstanceAvailabilityPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeScheduledInstanceAvailabilityPagesWithContext

func (_m *MockFakeEC2) DescribeScheduledInstanceAvailabilityPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeScheduledInstanceAvailabilityInput, _a2 func(*ec2.DescribeScheduledInstanceAvailabilityOutput, bool) bool, _a3 ...request.Option) error

DescribeScheduledInstanceAvailabilityPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeScheduledInstanceAvailabilityRequest

DescribeScheduledInstanceAvailabilityRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeScheduledInstanceAvailabilityWithContext

func (_m *MockFakeEC2) DescribeScheduledInstanceAvailabilityWithContext(_a0 context.Context, _a1 *ec2.DescribeScheduledInstanceAvailabilityInput, _a2 ...request.Option) (*ec2.DescribeScheduledInstanceAvailabilityOutput, error)

DescribeScheduledInstanceAvailabilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeScheduledInstances

DescribeScheduledInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeScheduledInstancesPages

func (_m *MockFakeEC2) DescribeScheduledInstancesPages(_a0 *ec2.DescribeScheduledInstancesInput, _a1 func(*ec2.DescribeScheduledInstancesOutput, bool) bool) error

DescribeScheduledInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeScheduledInstancesPagesWithContext

func (_m *MockFakeEC2) DescribeScheduledInstancesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeScheduledInstancesInput, _a2 func(*ec2.DescribeScheduledInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeScheduledInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeScheduledInstancesRequest

func (_m *MockFakeEC2) DescribeScheduledInstancesRequest(_a0 *ec2.DescribeScheduledInstancesInput) (*request.Request, *ec2.DescribeScheduledInstancesOutput)

DescribeScheduledInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeScheduledInstancesWithContext

func (_m *MockFakeEC2) DescribeScheduledInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeScheduledInstancesInput, _a2 ...request.Option) (*ec2.DescribeScheduledInstancesOutput, error)

DescribeScheduledInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSecurityGroupReferences

DescribeSecurityGroupReferences provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupReferencesRequest

DescribeSecurityGroupReferencesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupReferencesWithContext

func (_m *MockFakeEC2) DescribeSecurityGroupReferencesWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupReferencesInput, _a2 ...request.Option) (*ec2.DescribeSecurityGroupReferencesOutput, error)

DescribeSecurityGroupReferencesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSecurityGroupRules

DescribeSecurityGroupRules provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupRulesPages

func (_m *MockFakeEC2) DescribeSecurityGroupRulesPages(_a0 *ec2.DescribeSecurityGroupRulesInput, _a1 func(*ec2.DescribeSecurityGroupRulesOutput, bool) bool) error

DescribeSecurityGroupRulesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSecurityGroupRulesPagesWithContext

func (_m *MockFakeEC2) DescribeSecurityGroupRulesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupRulesInput, _a2 func(*ec2.DescribeSecurityGroupRulesOutput, bool) bool, _a3 ...request.Option) error

DescribeSecurityGroupRulesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSecurityGroupRulesRequest

func (_m *MockFakeEC2) DescribeSecurityGroupRulesRequest(_a0 *ec2.DescribeSecurityGroupRulesInput) (*request.Request, *ec2.DescribeSecurityGroupRulesOutput)

DescribeSecurityGroupRulesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupRulesWithContext

func (_m *MockFakeEC2) DescribeSecurityGroupRulesWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupRulesInput, _a2 ...request.Option) (*ec2.DescribeSecurityGroupRulesOutput, error)

DescribeSecurityGroupRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSecurityGroups

DescribeSecurityGroups provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupsPages

func (_m *MockFakeEC2) DescribeSecurityGroupsPages(_a0 *ec2.DescribeSecurityGroupsInput, _a1 func(*ec2.DescribeSecurityGroupsOutput, bool) bool) error

DescribeSecurityGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSecurityGroupsPagesWithContext

func (_m *MockFakeEC2) DescribeSecurityGroupsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupsInput, _a2 func(*ec2.DescribeSecurityGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeSecurityGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSecurityGroupsRequest

func (_m *MockFakeEC2) DescribeSecurityGroupsRequest(_a0 *ec2.DescribeSecurityGroupsInput) (*request.Request, *ec2.DescribeSecurityGroupsOutput)

DescribeSecurityGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSecurityGroupsWithContext

func (_m *MockFakeEC2) DescribeSecurityGroupsWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupsInput, _a2 ...request.Option) (*ec2.DescribeSecurityGroupsOutput, error)

DescribeSecurityGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSnapshotAttribute

DescribeSnapshotAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotAttributeRequest

func (_m *MockFakeEC2) DescribeSnapshotAttributeRequest(_a0 *ec2.DescribeSnapshotAttributeInput) (*request.Request, *ec2.DescribeSnapshotAttributeOutput)

DescribeSnapshotAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotAttributeWithContext

func (_m *MockFakeEC2) DescribeSnapshotAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotAttributeInput, _a2 ...request.Option) (*ec2.DescribeSnapshotAttributeOutput, error)

DescribeSnapshotAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSnapshotTierStatus

DescribeSnapshotTierStatus provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotTierStatusPages

func (_m *MockFakeEC2) DescribeSnapshotTierStatusPages(_a0 *ec2.DescribeSnapshotTierStatusInput, _a1 func(*ec2.DescribeSnapshotTierStatusOutput, bool) bool) error

DescribeSnapshotTierStatusPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSnapshotTierStatusPagesWithContext

func (_m *MockFakeEC2) DescribeSnapshotTierStatusPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotTierStatusInput, _a2 func(*ec2.DescribeSnapshotTierStatusOutput, bool) bool, _a3 ...request.Option) error

DescribeSnapshotTierStatusPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSnapshotTierStatusRequest

func (_m *MockFakeEC2) DescribeSnapshotTierStatusRequest(_a0 *ec2.DescribeSnapshotTierStatusInput) (*request.Request, *ec2.DescribeSnapshotTierStatusOutput)

DescribeSnapshotTierStatusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotTierStatusWithContext

func (_m *MockFakeEC2) DescribeSnapshotTierStatusWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotTierStatusInput, _a2 ...request.Option) (*ec2.DescribeSnapshotTierStatusOutput, error)

DescribeSnapshotTierStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSnapshots

func (_m *MockFakeEC2) DescribeSnapshots(_a0 *ec2.DescribeSnapshotsInput) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshots provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotsPages

func (_m *MockFakeEC2) DescribeSnapshotsPages(_a0 *ec2.DescribeSnapshotsInput, _a1 func(*ec2.DescribeSnapshotsOutput, bool) bool) error

DescribeSnapshotsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSnapshotsPagesWithContext

func (_m *MockFakeEC2) DescribeSnapshotsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotsInput, _a2 func(*ec2.DescribeSnapshotsOutput, bool) bool, _a3 ...request.Option) error

DescribeSnapshotsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSnapshotsRequest

func (_m *MockFakeEC2) DescribeSnapshotsRequest(_a0 *ec2.DescribeSnapshotsInput) (*request.Request, *ec2.DescribeSnapshotsOutput)

DescribeSnapshotsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSnapshotsWithContext

func (_m *MockFakeEC2) DescribeSnapshotsWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotsInput, _a2 ...request.Option) (*ec2.DescribeSnapshotsOutput, error)

DescribeSnapshotsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotDatafeedSubscription

DescribeSpotDatafeedSubscription provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotDatafeedSubscriptionRequest

DescribeSpotDatafeedSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotDatafeedSubscriptionWithContext

func (_m *MockFakeEC2) DescribeSpotDatafeedSubscriptionWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotDatafeedSubscriptionInput, _a2 ...request.Option) (*ec2.DescribeSpotDatafeedSubscriptionOutput, error)

DescribeSpotDatafeedSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotFleetInstances

DescribeSpotFleetInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetInstancesRequest

func (_m *MockFakeEC2) DescribeSpotFleetInstancesRequest(_a0 *ec2.DescribeSpotFleetInstancesInput) (*request.Request, *ec2.DescribeSpotFleetInstancesOutput)

DescribeSpotFleetInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetInstancesWithContext

func (_m *MockFakeEC2) DescribeSpotFleetInstancesWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotFleetInstancesInput, _a2 ...request.Option) (*ec2.DescribeSpotFleetInstancesOutput, error)

DescribeSpotFleetInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotFleetRequestHistory

DescribeSpotFleetRequestHistory provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetRequestHistoryRequest

DescribeSpotFleetRequestHistoryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetRequestHistoryWithContext

func (_m *MockFakeEC2) DescribeSpotFleetRequestHistoryWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotFleetRequestHistoryInput, _a2 ...request.Option) (*ec2.DescribeSpotFleetRequestHistoryOutput, error)

DescribeSpotFleetRequestHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotFleetRequests

DescribeSpotFleetRequests provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetRequestsPages

func (_m *MockFakeEC2) DescribeSpotFleetRequestsPages(_a0 *ec2.DescribeSpotFleetRequestsInput, _a1 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool) error

DescribeSpotFleetRequestsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSpotFleetRequestsPagesWithContext

func (_m *MockFakeEC2) DescribeSpotFleetRequestsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotFleetRequestsInput, _a2 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool, _a3 ...request.Option) error

DescribeSpotFleetRequestsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSpotFleetRequestsRequest

func (_m *MockFakeEC2) DescribeSpotFleetRequestsRequest(_a0 *ec2.DescribeSpotFleetRequestsInput) (*request.Request, *ec2.DescribeSpotFleetRequestsOutput)

DescribeSpotFleetRequestsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotFleetRequestsWithContext

func (_m *MockFakeEC2) DescribeSpotFleetRequestsWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotFleetRequestsInput, _a2 ...request.Option) (*ec2.DescribeSpotFleetRequestsOutput, error)

DescribeSpotFleetRequestsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotInstanceRequests

DescribeSpotInstanceRequests provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotInstanceRequestsPages

func (_m *MockFakeEC2) DescribeSpotInstanceRequestsPages(_a0 *ec2.DescribeSpotInstanceRequestsInput, _a1 func(*ec2.DescribeSpotInstanceRequestsOutput, bool) bool) error

DescribeSpotInstanceRequestsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSpotInstanceRequestsPagesWithContext

func (_m *MockFakeEC2) DescribeSpotInstanceRequestsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotInstanceRequestsInput, _a2 func(*ec2.DescribeSpotInstanceRequestsOutput, bool) bool, _a3 ...request.Option) error

DescribeSpotInstanceRequestsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSpotInstanceRequestsRequest

func (_m *MockFakeEC2) DescribeSpotInstanceRequestsRequest(_a0 *ec2.DescribeSpotInstanceRequestsInput) (*request.Request, *ec2.DescribeSpotInstanceRequestsOutput)

DescribeSpotInstanceRequestsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotInstanceRequestsWithContext

func (_m *MockFakeEC2) DescribeSpotInstanceRequestsWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotInstanceRequestsInput, _a2 ...request.Option) (*ec2.DescribeSpotInstanceRequestsOutput, error)

DescribeSpotInstanceRequestsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSpotPriceHistory

DescribeSpotPriceHistory provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotPriceHistoryPages

func (_m *MockFakeEC2) DescribeSpotPriceHistoryPages(_a0 *ec2.DescribeSpotPriceHistoryInput, _a1 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool) error

DescribeSpotPriceHistoryPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSpotPriceHistoryPagesWithContext

func (_m *MockFakeEC2) DescribeSpotPriceHistoryPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotPriceHistoryInput, _a2 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool, _a3 ...request.Option) error

DescribeSpotPriceHistoryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSpotPriceHistoryRequest

func (_m *MockFakeEC2) DescribeSpotPriceHistoryRequest(_a0 *ec2.DescribeSpotPriceHistoryInput) (*request.Request, *ec2.DescribeSpotPriceHistoryOutput)

DescribeSpotPriceHistoryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSpotPriceHistoryWithContext

func (_m *MockFakeEC2) DescribeSpotPriceHistoryWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotPriceHistoryInput, _a2 ...request.Option) (*ec2.DescribeSpotPriceHistoryOutput, error)

DescribeSpotPriceHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeStaleSecurityGroups

DescribeStaleSecurityGroups provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeStaleSecurityGroupsPages

func (_m *MockFakeEC2) DescribeStaleSecurityGroupsPages(_a0 *ec2.DescribeStaleSecurityGroupsInput, _a1 func(*ec2.DescribeStaleSecurityGroupsOutput, bool) bool) error

DescribeStaleSecurityGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeStaleSecurityGroupsPagesWithContext

func (_m *MockFakeEC2) DescribeStaleSecurityGroupsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeStaleSecurityGroupsInput, _a2 func(*ec2.DescribeStaleSecurityGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeStaleSecurityGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeStaleSecurityGroupsRequest

func (_m *MockFakeEC2) DescribeStaleSecurityGroupsRequest(_a0 *ec2.DescribeStaleSecurityGroupsInput) (*request.Request, *ec2.DescribeStaleSecurityGroupsOutput)

DescribeStaleSecurityGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeStaleSecurityGroupsWithContext

func (_m *MockFakeEC2) DescribeStaleSecurityGroupsWithContext(_a0 context.Context, _a1 *ec2.DescribeStaleSecurityGroupsInput, _a2 ...request.Option) (*ec2.DescribeStaleSecurityGroupsOutput, error)

DescribeStaleSecurityGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeStoreImageTasks

DescribeStoreImageTasks provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeStoreImageTasksPages

func (_m *MockFakeEC2) DescribeStoreImageTasksPages(_a0 *ec2.DescribeStoreImageTasksInput, _a1 func(*ec2.DescribeStoreImageTasksOutput, bool) bool) error

DescribeStoreImageTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeStoreImageTasksPagesWithContext

func (_m *MockFakeEC2) DescribeStoreImageTasksPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeStoreImageTasksInput, _a2 func(*ec2.DescribeStoreImageTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeStoreImageTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeStoreImageTasksRequest

func (_m *MockFakeEC2) DescribeStoreImageTasksRequest(_a0 *ec2.DescribeStoreImageTasksInput) (*request.Request, *ec2.DescribeStoreImageTasksOutput)

DescribeStoreImageTasksRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeStoreImageTasksWithContext

func (_m *MockFakeEC2) DescribeStoreImageTasksWithContext(_a0 context.Context, _a1 *ec2.DescribeStoreImageTasksInput, _a2 ...request.Option) (*ec2.DescribeStoreImageTasksOutput, error)

DescribeStoreImageTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeSubnets

func (_m *MockFakeEC2) DescribeSubnets(_a0 *ec2.DescribeSubnetsInput) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnets provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSubnetsPages

func (_m *MockFakeEC2) DescribeSubnetsPages(_a0 *ec2.DescribeSubnetsInput, _a1 func(*ec2.DescribeSubnetsOutput, bool) bool) error

DescribeSubnetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeSubnetsPagesWithContext

func (_m *MockFakeEC2) DescribeSubnetsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeSubnetsInput, _a2 func(*ec2.DescribeSubnetsOutput, bool) bool, _a3 ...request.Option) error

DescribeSubnetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeSubnetsRequest

func (_m *MockFakeEC2) DescribeSubnetsRequest(_a0 *ec2.DescribeSubnetsInput) (*request.Request, *ec2.DescribeSubnetsOutput)

DescribeSubnetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeSubnetsWithContext

func (_m *MockFakeEC2) DescribeSubnetsWithContext(_a0 context.Context, _a1 *ec2.DescribeSubnetsInput, _a2 ...request.Option) (*ec2.DescribeSubnetsOutput, error)

DescribeSubnetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTags

func (_m *MockFakeEC2) DescribeTags(_a0 *ec2.DescribeTagsInput) (*ec2.DescribeTagsOutput, error)

DescribeTags provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTagsPages

func (_m *MockFakeEC2) DescribeTagsPages(_a0 *ec2.DescribeTagsInput, _a1 func(*ec2.DescribeTagsOutput, bool) bool) error

DescribeTagsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTagsPagesWithContext

func (_m *MockFakeEC2) DescribeTagsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTagsInput, _a2 func(*ec2.DescribeTagsOutput, bool) bool, _a3 ...request.Option) error

DescribeTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTagsRequest

func (_m *MockFakeEC2) DescribeTagsRequest(_a0 *ec2.DescribeTagsInput) (*request.Request, *ec2.DescribeTagsOutput)

DescribeTagsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTagsWithContext

func (_m *MockFakeEC2) DescribeTagsWithContext(_a0 context.Context, _a1 *ec2.DescribeTagsInput, _a2 ...request.Option) (*ec2.DescribeTagsOutput, error)

DescribeTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTrafficMirrorFilters

DescribeTrafficMirrorFilters provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorFiltersPages

func (_m *MockFakeEC2) DescribeTrafficMirrorFiltersPages(_a0 *ec2.DescribeTrafficMirrorFiltersInput, _a1 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool) error

DescribeTrafficMirrorFiltersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTrafficMirrorFiltersPagesWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorFiltersPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorFiltersInput, _a2 func(*ec2.DescribeTrafficMirrorFiltersOutput, bool) bool, _a3 ...request.Option) error

DescribeTrafficMirrorFiltersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTrafficMirrorFiltersRequest

func (_m *MockFakeEC2) DescribeTrafficMirrorFiltersRequest(_a0 *ec2.DescribeTrafficMirrorFiltersInput) (*request.Request, *ec2.DescribeTrafficMirrorFiltersOutput)

DescribeTrafficMirrorFiltersRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorFiltersWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorFiltersWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorFiltersInput, _a2 ...request.Option) (*ec2.DescribeTrafficMirrorFiltersOutput, error)

DescribeTrafficMirrorFiltersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTrafficMirrorSessions

DescribeTrafficMirrorSessions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorSessionsPages

func (_m *MockFakeEC2) DescribeTrafficMirrorSessionsPages(_a0 *ec2.DescribeTrafficMirrorSessionsInput, _a1 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool) error

DescribeTrafficMirrorSessionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTrafficMirrorSessionsPagesWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorSessionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorSessionsInput, _a2 func(*ec2.DescribeTrafficMirrorSessionsOutput, bool) bool, _a3 ...request.Option) error

DescribeTrafficMirrorSessionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTrafficMirrorSessionsRequest

func (_m *MockFakeEC2) DescribeTrafficMirrorSessionsRequest(_a0 *ec2.DescribeTrafficMirrorSessionsInput) (*request.Request, *ec2.DescribeTrafficMirrorSessionsOutput)

DescribeTrafficMirrorSessionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorSessionsWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorSessionsWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorSessionsInput, _a2 ...request.Option) (*ec2.DescribeTrafficMirrorSessionsOutput, error)

DescribeTrafficMirrorSessionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTrafficMirrorTargets

DescribeTrafficMirrorTargets provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorTargetsPages

func (_m *MockFakeEC2) DescribeTrafficMirrorTargetsPages(_a0 *ec2.DescribeTrafficMirrorTargetsInput, _a1 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool) error

DescribeTrafficMirrorTargetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTrafficMirrorTargetsPagesWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorTargetsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorTargetsInput, _a2 func(*ec2.DescribeTrafficMirrorTargetsOutput, bool) bool, _a3 ...request.Option) error

DescribeTrafficMirrorTargetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTrafficMirrorTargetsRequest

func (_m *MockFakeEC2) DescribeTrafficMirrorTargetsRequest(_a0 *ec2.DescribeTrafficMirrorTargetsInput) (*request.Request, *ec2.DescribeTrafficMirrorTargetsOutput)

DescribeTrafficMirrorTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrafficMirrorTargetsWithContext

func (_m *MockFakeEC2) DescribeTrafficMirrorTargetsWithContext(_a0 context.Context, _a1 *ec2.DescribeTrafficMirrorTargetsInput, _a2 ...request.Option) (*ec2.DescribeTrafficMirrorTargetsOutput, error)

DescribeTrafficMirrorTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayAttachments

DescribeTransitGatewayAttachments provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayAttachmentsPages

func (_m *MockFakeEC2) DescribeTransitGatewayAttachmentsPages(_a0 *ec2.DescribeTransitGatewayAttachmentsInput, _a1 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool) error

DescribeTransitGatewayAttachmentsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayAttachmentsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayAttachmentsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayAttachmentsInput, _a2 func(*ec2.DescribeTransitGatewayAttachmentsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayAttachmentsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayAttachmentsRequest

DescribeTransitGatewayAttachmentsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayAttachmentsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayAttachmentsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayAttachmentsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayAttachmentsOutput, error)

DescribeTransitGatewayAttachmentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayConnectPeers

DescribeTransitGatewayConnectPeers provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayConnectPeersPages

func (_m *MockFakeEC2) DescribeTransitGatewayConnectPeersPages(_a0 *ec2.DescribeTransitGatewayConnectPeersInput, _a1 func(*ec2.DescribeTransitGatewayConnectPeersOutput, bool) bool) error

DescribeTransitGatewayConnectPeersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayConnectPeersPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayConnectPeersPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayConnectPeersInput, _a2 func(*ec2.DescribeTransitGatewayConnectPeersOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayConnectPeersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayConnectPeersRequest

DescribeTransitGatewayConnectPeersRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayConnectPeersWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayConnectPeersWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayConnectPeersInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayConnectPeersOutput, error)

DescribeTransitGatewayConnectPeersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayConnects

DescribeTransitGatewayConnects provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayConnectsPages

func (_m *MockFakeEC2) DescribeTransitGatewayConnectsPages(_a0 *ec2.DescribeTransitGatewayConnectsInput, _a1 func(*ec2.DescribeTransitGatewayConnectsOutput, bool) bool) error

DescribeTransitGatewayConnectsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayConnectsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayConnectsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayConnectsInput, _a2 func(*ec2.DescribeTransitGatewayConnectsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayConnectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayConnectsRequest

func (_m *MockFakeEC2) DescribeTransitGatewayConnectsRequest(_a0 *ec2.DescribeTransitGatewayConnectsInput) (*request.Request, *ec2.DescribeTransitGatewayConnectsOutput)

DescribeTransitGatewayConnectsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayConnectsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayConnectsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayConnectsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayConnectsOutput, error)

DescribeTransitGatewayConnectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayMulticastDomains

DescribeTransitGatewayMulticastDomains provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayMulticastDomainsPages

func (_m *MockFakeEC2) DescribeTransitGatewayMulticastDomainsPages(_a0 *ec2.DescribeTransitGatewayMulticastDomainsInput, _a1 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool) error

DescribeTransitGatewayMulticastDomainsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayMulticastDomainsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayMulticastDomainsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayMulticastDomainsInput, _a2 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayMulticastDomainsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayMulticastDomainsRequest

DescribeTransitGatewayMulticastDomainsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayMulticastDomainsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayMulticastDomainsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayMulticastDomainsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayMulticastDomainsOutput, error)

DescribeTransitGatewayMulticastDomainsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayPeeringAttachments

DescribeTransitGatewayPeeringAttachments provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsPages

func (_m *MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsPages(_a0 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, _a1 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool) error

DescribeTransitGatewayPeeringAttachmentsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, _a2 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayPeeringAttachmentsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsRequest

DescribeTransitGatewayPeeringAttachmentsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayPeeringAttachmentsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, error)

DescribeTransitGatewayPeeringAttachmentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayPolicyTables

DescribeTransitGatewayPolicyTables provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayPolicyTablesPages

func (_m *MockFakeEC2) DescribeTransitGatewayPolicyTablesPages(_a0 *ec2.DescribeTransitGatewayPolicyTablesInput, _a1 func(*ec2.DescribeTransitGatewayPolicyTablesOutput, bool) bool) error

DescribeTransitGatewayPolicyTablesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayPolicyTablesPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayPolicyTablesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayPolicyTablesInput, _a2 func(*ec2.DescribeTransitGatewayPolicyTablesOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayPolicyTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayPolicyTablesRequest

DescribeTransitGatewayPolicyTablesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayPolicyTablesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayPolicyTablesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayPolicyTablesInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayPolicyTablesOutput, error)

DescribeTransitGatewayPolicyTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncements

DescribeTransitGatewayRouteTableAnnouncements provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsPages

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsPages(_a0 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, _a1 func(*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, bool) bool) error

DescribeTransitGatewayRouteTableAnnouncementsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, _a2 func(*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayRouteTableAnnouncementsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsRequest

DescribeTransitGatewayRouteTableAnnouncementsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTableAnnouncementsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayRouteTableAnnouncementsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayRouteTableAnnouncementsOutput, error)

DescribeTransitGatewayRouteTableAnnouncementsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayRouteTables

DescribeTransitGatewayRouteTables provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayRouteTablesPages

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTablesPages(_a0 *ec2.DescribeTransitGatewayRouteTablesInput, _a1 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool) error

DescribeTransitGatewayRouteTablesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayRouteTablesPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTablesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayRouteTablesInput, _a2 func(*ec2.DescribeTransitGatewayRouteTablesOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayRouteTablesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayRouteTablesRequest

DescribeTransitGatewayRouteTablesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayRouteTablesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayRouteTablesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayRouteTablesInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayRouteTablesOutput, error)

DescribeTransitGatewayRouteTablesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGatewayVpcAttachments

DescribeTransitGatewayVpcAttachments provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayVpcAttachmentsPages

func (_m *MockFakeEC2) DescribeTransitGatewayVpcAttachmentsPages(_a0 *ec2.DescribeTransitGatewayVpcAttachmentsInput, _a1 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool) error

DescribeTransitGatewayVpcAttachmentsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewayVpcAttachmentsPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayVpcAttachmentsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, _a2 func(*ec2.DescribeTransitGatewayVpcAttachmentsOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewayVpcAttachmentsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewayVpcAttachmentsRequest

DescribeTransitGatewayVpcAttachmentsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewayVpcAttachmentsWithContext

func (_m *MockFakeEC2) DescribeTransitGatewayVpcAttachmentsWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewayVpcAttachmentsInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewayVpcAttachmentsOutput, error)

DescribeTransitGatewayVpcAttachmentsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTransitGateways

DescribeTransitGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewaysPages

func (_m *MockFakeEC2) DescribeTransitGatewaysPages(_a0 *ec2.DescribeTransitGatewaysInput, _a1 func(*ec2.DescribeTransitGatewaysOutput, bool) bool) error

DescribeTransitGatewaysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTransitGatewaysPagesWithContext

func (_m *MockFakeEC2) DescribeTransitGatewaysPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewaysInput, _a2 func(*ec2.DescribeTransitGatewaysOutput, bool) bool, _a3 ...request.Option) error

DescribeTransitGatewaysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTransitGatewaysRequest

func (_m *MockFakeEC2) DescribeTransitGatewaysRequest(_a0 *ec2.DescribeTransitGatewaysInput) (*request.Request, *ec2.DescribeTransitGatewaysOutput)

DescribeTransitGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTransitGatewaysWithContext

func (_m *MockFakeEC2) DescribeTransitGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeTransitGatewaysInput, _a2 ...request.Option) (*ec2.DescribeTransitGatewaysOutput, error)

DescribeTransitGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeTrunkInterfaceAssociations

DescribeTrunkInterfaceAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrunkInterfaceAssociationsPages

func (_m *MockFakeEC2) DescribeTrunkInterfaceAssociationsPages(_a0 *ec2.DescribeTrunkInterfaceAssociationsInput, _a1 func(*ec2.DescribeTrunkInterfaceAssociationsOutput, bool) bool) error

DescribeTrunkInterfaceAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeTrunkInterfaceAssociationsPagesWithContext

func (_m *MockFakeEC2) DescribeTrunkInterfaceAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeTrunkInterfaceAssociationsInput, _a2 func(*ec2.DescribeTrunkInterfaceAssociationsOutput, bool) bool, _a3 ...request.Option) error

DescribeTrunkInterfaceAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeTrunkInterfaceAssociationsRequest

DescribeTrunkInterfaceAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeTrunkInterfaceAssociationsWithContext

func (_m *MockFakeEC2) DescribeTrunkInterfaceAssociationsWithContext(_a0 context.Context, _a1 *ec2.DescribeTrunkInterfaceAssociationsInput, _a2 ...request.Option) (*ec2.DescribeTrunkInterfaceAssociationsOutput, error)

DescribeTrunkInterfaceAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVolumeAttribute

DescribeVolumeAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumeAttributeRequest

func (_m *MockFakeEC2) DescribeVolumeAttributeRequest(_a0 *ec2.DescribeVolumeAttributeInput) (*request.Request, *ec2.DescribeVolumeAttributeOutput)

DescribeVolumeAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumeAttributeWithContext

func (_m *MockFakeEC2) DescribeVolumeAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumeAttributeInput, _a2 ...request.Option) (*ec2.DescribeVolumeAttributeOutput, error)

DescribeVolumeAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVolumeStatus

func (_m *MockFakeEC2) DescribeVolumeStatus(_a0 *ec2.DescribeVolumeStatusInput) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatus provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumeStatusPages

func (_m *MockFakeEC2) DescribeVolumeStatusPages(_a0 *ec2.DescribeVolumeStatusInput, _a1 func(*ec2.DescribeVolumeStatusOutput, bool) bool) error

DescribeVolumeStatusPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVolumeStatusPagesWithContext

func (_m *MockFakeEC2) DescribeVolumeStatusPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumeStatusInput, _a2 func(*ec2.DescribeVolumeStatusOutput, bool) bool, _a3 ...request.Option) error

DescribeVolumeStatusPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVolumeStatusRequest

func (_m *MockFakeEC2) DescribeVolumeStatusRequest(_a0 *ec2.DescribeVolumeStatusInput) (*request.Request, *ec2.DescribeVolumeStatusOutput)

DescribeVolumeStatusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumeStatusWithContext

func (_m *MockFakeEC2) DescribeVolumeStatusWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumeStatusInput, _a2 ...request.Option) (*ec2.DescribeVolumeStatusOutput, error)

DescribeVolumeStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVolumes

func (_m *MockFakeEC2) DescribeVolumes(_a0 *ec2.DescribeVolumesInput) (*ec2.DescribeVolumesOutput, error)

DescribeVolumes provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumesModifications

DescribeVolumesModifications provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumesModificationsPages

func (_m *MockFakeEC2) DescribeVolumesModificationsPages(_a0 *ec2.DescribeVolumesModificationsInput, _a1 func(*ec2.DescribeVolumesModificationsOutput, bool) bool) error

DescribeVolumesModificationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVolumesModificationsPagesWithContext

func (_m *MockFakeEC2) DescribeVolumesModificationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesModificationsInput, _a2 func(*ec2.DescribeVolumesModificationsOutput, bool) bool, _a3 ...request.Option) error

DescribeVolumesModificationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVolumesModificationsRequest

func (_m *MockFakeEC2) DescribeVolumesModificationsRequest(_a0 *ec2.DescribeVolumesModificationsInput) (*request.Request, *ec2.DescribeVolumesModificationsOutput)

DescribeVolumesModificationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumesModificationsWithContext

func (_m *MockFakeEC2) DescribeVolumesModificationsWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesModificationsInput, _a2 ...request.Option) (*ec2.DescribeVolumesModificationsOutput, error)

DescribeVolumesModificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVolumesPages

func (_m *MockFakeEC2) DescribeVolumesPages(_a0 *ec2.DescribeVolumesInput, _a1 func(*ec2.DescribeVolumesOutput, bool) bool) error

DescribeVolumesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVolumesPagesWithContext

func (_m *MockFakeEC2) DescribeVolumesPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesInput, _a2 func(*ec2.DescribeVolumesOutput, bool) bool, _a3 ...request.Option) error

DescribeVolumesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVolumesRequest

func (_m *MockFakeEC2) DescribeVolumesRequest(_a0 *ec2.DescribeVolumesInput) (*request.Request, *ec2.DescribeVolumesOutput)

DescribeVolumesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVolumesWithContext

func (_m *MockFakeEC2) DescribeVolumesWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesInput, _a2 ...request.Option) (*ec2.DescribeVolumesOutput, error)

DescribeVolumesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcAttribute

func (_m *MockFakeEC2) DescribeVpcAttribute(_a0 *ec2.DescribeVpcAttributeInput) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcAttributeRequest

func (_m *MockFakeEC2) DescribeVpcAttributeRequest(_a0 *ec2.DescribeVpcAttributeInput) (*request.Request, *ec2.DescribeVpcAttributeOutput)

DescribeVpcAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcAttributeWithContext

func (_m *MockFakeEC2) DescribeVpcAttributeWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcAttributeInput, _a2 ...request.Option) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

DescribeVpcClassicLink provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcClassicLinkDnsSupport

DescribeVpcClassicLinkDnsSupport provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcClassicLinkDnsSupportPages

func (_m *MockFakeEC2) DescribeVpcClassicLinkDnsSupportPages(_a0 *ec2.DescribeVpcClassicLinkDnsSupportInput, _a1 func(*ec2.DescribeVpcClassicLinkDnsSupportOutput, bool) bool) error

DescribeVpcClassicLinkDnsSupportPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcClassicLinkDnsSupportPagesWithContext

func (_m *MockFakeEC2) DescribeVpcClassicLinkDnsSupportPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcClassicLinkDnsSupportInput, _a2 func(*ec2.DescribeVpcClassicLinkDnsSupportOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcClassicLinkDnsSupportPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcClassicLinkDnsSupportRequest

DescribeVpcClassicLinkDnsSupportRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcClassicLinkDnsSupportWithContext

func (_m *MockFakeEC2) DescribeVpcClassicLinkDnsSupportWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcClassicLinkDnsSupportInput, _a2 ...request.Option) (*ec2.DescribeVpcClassicLinkDnsSupportOutput, error)

DescribeVpcClassicLinkDnsSupportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcClassicLinkRequest

func (_m *MockFakeEC2) DescribeVpcClassicLinkRequest(_a0 *ec2.DescribeVpcClassicLinkInput) (*request.Request, *ec2.DescribeVpcClassicLinkOutput)

DescribeVpcClassicLinkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcClassicLinkWithContext

func (_m *MockFakeEC2) DescribeVpcClassicLinkWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcClassicLinkInput, _a2 ...request.Option) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpointConnectionNotifications

DescribeVpcEndpointConnectionNotifications provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointConnectionNotificationsPages

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionNotificationsPages(_a0 *ec2.DescribeVpcEndpointConnectionNotificationsInput, _a1 func(*ec2.DescribeVpcEndpointConnectionNotificationsOutput, bool) bool) error

DescribeVpcEndpointConnectionNotificationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcEndpointConnectionNotificationsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionNotificationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, _a2 func(*ec2.DescribeVpcEndpointConnectionNotificationsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcEndpointConnectionNotificationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcEndpointConnectionNotificationsRequest

DescribeVpcEndpointConnectionNotificationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointConnectionNotificationsWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionNotificationsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionNotificationsOutput, error)

DescribeVpcEndpointConnectionNotificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpointConnections

DescribeVpcEndpointConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointConnectionsPages

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionsPages(_a0 *ec2.DescribeVpcEndpointConnectionsInput, _a1 func(*ec2.DescribeVpcEndpointConnectionsOutput, bool) bool) error

DescribeVpcEndpointConnectionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcEndpointConnectionsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointConnectionsInput, _a2 func(*ec2.DescribeVpcEndpointConnectionsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcEndpointConnectionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcEndpointConnectionsRequest

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionsRequest(_a0 *ec2.DescribeVpcEndpointConnectionsInput) (*request.Request, *ec2.DescribeVpcEndpointConnectionsOutput)

DescribeVpcEndpointConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointConnectionsWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointConnectionsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointConnectionsInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionsOutput, error)

DescribeVpcEndpointConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpointServiceConfigurations

DescribeVpcEndpointServiceConfigurations provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServiceConfigurationsPages

func (_m *MockFakeEC2) DescribeVpcEndpointServiceConfigurationsPages(_a0 *ec2.DescribeVpcEndpointServiceConfigurationsInput, _a1 func(*ec2.DescribeVpcEndpointServiceConfigurationsOutput, bool) bool) error

DescribeVpcEndpointServiceConfigurationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcEndpointServiceConfigurationsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointServiceConfigurationsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, _a2 func(*ec2.DescribeVpcEndpointServiceConfigurationsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcEndpointServiceConfigurationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcEndpointServiceConfigurationsRequest

DescribeVpcEndpointServiceConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServiceConfigurationsWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointServiceConfigurationsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)

DescribeVpcEndpointServiceConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpointServicePermissions

DescribeVpcEndpointServicePermissions provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServicePermissionsPages

func (_m *MockFakeEC2) DescribeVpcEndpointServicePermissionsPages(_a0 *ec2.DescribeVpcEndpointServicePermissionsInput, _a1 func(*ec2.DescribeVpcEndpointServicePermissionsOutput, bool) bool) error

DescribeVpcEndpointServicePermissionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcEndpointServicePermissionsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointServicePermissionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointServicePermissionsInput, _a2 func(*ec2.DescribeVpcEndpointServicePermissionsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcEndpointServicePermissionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcEndpointServicePermissionsRequest

DescribeVpcEndpointServicePermissionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServicePermissionsWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointServicePermissionsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointServicePermissionsInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointServicePermissionsOutput, error)

DescribeVpcEndpointServicePermissionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpointServices

DescribeVpcEndpointServices provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServicesRequest

func (_m *MockFakeEC2) DescribeVpcEndpointServicesRequest(_a0 *ec2.DescribeVpcEndpointServicesInput) (*request.Request, *ec2.DescribeVpcEndpointServicesOutput)

DescribeVpcEndpointServicesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointServicesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointServicesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointServicesInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointServicesOutput, error)

DescribeVpcEndpointServicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcEndpoints

func (_m *MockFakeEC2) DescribeVpcEndpoints(_a0 *ec2.DescribeVpcEndpointsInput) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpoints provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointsPages

func (_m *MockFakeEC2) DescribeVpcEndpointsPages(_a0 *ec2.DescribeVpcEndpointsInput, _a1 func(*ec2.DescribeVpcEndpointsOutput, bool) bool) error

DescribeVpcEndpointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcEndpointsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointsInput, _a2 func(*ec2.DescribeVpcEndpointsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcEndpointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcEndpointsRequest

func (_m *MockFakeEC2) DescribeVpcEndpointsRequest(_a0 *ec2.DescribeVpcEndpointsInput) (*request.Request, *ec2.DescribeVpcEndpointsOutput)

DescribeVpcEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcEndpointsWithContext

func (_m *MockFakeEC2) DescribeVpcEndpointsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcEndpointsInput, _a2 ...request.Option) (*ec2.DescribeVpcEndpointsOutput, error)

DescribeVpcEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcPeeringConnections

DescribeVpcPeeringConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcPeeringConnectionsPages

func (_m *MockFakeEC2) DescribeVpcPeeringConnectionsPages(_a0 *ec2.DescribeVpcPeeringConnectionsInput, _a1 func(*ec2.DescribeVpcPeeringConnectionsOutput, bool) bool) error

DescribeVpcPeeringConnectionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcPeeringConnectionsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcPeeringConnectionsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcPeeringConnectionsInput, _a2 func(*ec2.DescribeVpcPeeringConnectionsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcPeeringConnectionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcPeeringConnectionsRequest

func (_m *MockFakeEC2) DescribeVpcPeeringConnectionsRequest(_a0 *ec2.DescribeVpcPeeringConnectionsInput) (*request.Request, *ec2.DescribeVpcPeeringConnectionsOutput)

DescribeVpcPeeringConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcPeeringConnectionsWithContext

func (_m *MockFakeEC2) DescribeVpcPeeringConnectionsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcPeeringConnectionsInput, _a2 ...request.Option) (*ec2.DescribeVpcPeeringConnectionsOutput, error)

DescribeVpcPeeringConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpcs

func (_m *MockFakeEC2) DescribeVpcs(_a0 *ec2.DescribeVpcsInput) (*ec2.DescribeVpcsOutput, error)

DescribeVpcs provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcsPages

func (_m *MockFakeEC2) DescribeVpcsPages(_a0 *ec2.DescribeVpcsInput, _a1 func(*ec2.DescribeVpcsOutput, bool) bool) error

DescribeVpcsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) DescribeVpcsPagesWithContext

func (_m *MockFakeEC2) DescribeVpcsPagesWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcsInput, _a2 func(*ec2.DescribeVpcsOutput, bool) bool, _a3 ...request.Option) error

DescribeVpcsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) DescribeVpcsRequest

func (_m *MockFakeEC2) DescribeVpcsRequest(_a0 *ec2.DescribeVpcsInput) (*request.Request, *ec2.DescribeVpcsOutput)

DescribeVpcsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpcsWithContext

func (_m *MockFakeEC2) DescribeVpcsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcsInput, _a2 ...request.Option) (*ec2.DescribeVpcsOutput, error)

DescribeVpcsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpnConnections

DescribeVpnConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpnConnectionsRequest

func (_m *MockFakeEC2) DescribeVpnConnectionsRequest(_a0 *ec2.DescribeVpnConnectionsInput) (*request.Request, *ec2.DescribeVpnConnectionsOutput)

DescribeVpnConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpnConnectionsWithContext

func (_m *MockFakeEC2) DescribeVpnConnectionsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpnConnectionsInput, _a2 ...request.Option) (*ec2.DescribeVpnConnectionsOutput, error)

DescribeVpnConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DescribeVpnGateways

func (_m *MockFakeEC2) DescribeVpnGateways(_a0 *ec2.DescribeVpnGatewaysInput) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGateways provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpnGatewaysRequest

func (_m *MockFakeEC2) DescribeVpnGatewaysRequest(_a0 *ec2.DescribeVpnGatewaysInput) (*request.Request, *ec2.DescribeVpnGatewaysOutput)

DescribeVpnGatewaysRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DescribeVpnGatewaysWithContext

func (_m *MockFakeEC2) DescribeVpnGatewaysWithContext(_a0 context.Context, _a1 *ec2.DescribeVpnGatewaysInput, _a2 ...request.Option) (*ec2.DescribeVpnGatewaysOutput, error)

DescribeVpnGatewaysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DetachClassicLinkVpc

func (_m *MockFakeEC2) DetachClassicLinkVpc(_a0 *ec2.DetachClassicLinkVpcInput) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachClassicLinkVpcRequest

func (_m *MockFakeEC2) DetachClassicLinkVpcRequest(_a0 *ec2.DetachClassicLinkVpcInput) (*request.Request, *ec2.DetachClassicLinkVpcOutput)

DetachClassicLinkVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachClassicLinkVpcWithContext

func (_m *MockFakeEC2) DetachClassicLinkVpcWithContext(_a0 context.Context, _a1 *ec2.DetachClassicLinkVpcInput, _a2 ...request.Option) (*ec2.DetachClassicLinkVpcOutput, error)

DetachClassicLinkVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DetachInternetGateway

func (_m *MockFakeEC2) DetachInternetGateway(_a0 *ec2.DetachInternetGatewayInput) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachInternetGatewayRequest

func (_m *MockFakeEC2) DetachInternetGatewayRequest(_a0 *ec2.DetachInternetGatewayInput) (*request.Request, *ec2.DetachInternetGatewayOutput)

DetachInternetGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachInternetGatewayWithContext

func (_m *MockFakeEC2) DetachInternetGatewayWithContext(_a0 context.Context, _a1 *ec2.DetachInternetGatewayInput, _a2 ...request.Option) (*ec2.DetachInternetGatewayOutput, error)

DetachInternetGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DetachNetworkInterface

DetachNetworkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachNetworkInterfaceRequest

func (_m *MockFakeEC2) DetachNetworkInterfaceRequest(_a0 *ec2.DetachNetworkInterfaceInput) (*request.Request, *ec2.DetachNetworkInterfaceOutput)

DetachNetworkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachNetworkInterfaceWithContext

func (_m *MockFakeEC2) DetachNetworkInterfaceWithContext(_a0 context.Context, _a1 *ec2.DetachNetworkInterfaceInput, _a2 ...request.Option) (*ec2.DetachNetworkInterfaceOutput, error)

DetachNetworkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DetachVolume

func (_m *MockFakeEC2) DetachVolume(_a0 *ec2.DetachVolumeInput) (*ec2.VolumeAttachment, error)

DetachVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachVolumeRequest

func (_m *MockFakeEC2) DetachVolumeRequest(_a0 *ec2.DetachVolumeInput) (*request.Request, *ec2.VolumeAttachment)

DetachVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachVolumeWithContext

func (_m *MockFakeEC2) DetachVolumeWithContext(_a0 context.Context, _a1 *ec2.DetachVolumeInput, _a2 ...request.Option) (*ec2.VolumeAttachment, error)

DetachVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DetachVpnGateway

func (_m *MockFakeEC2) DetachVpnGateway(_a0 *ec2.DetachVpnGatewayInput) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachVpnGatewayRequest

func (_m *MockFakeEC2) DetachVpnGatewayRequest(_a0 *ec2.DetachVpnGatewayInput) (*request.Request, *ec2.DetachVpnGatewayOutput)

DetachVpnGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DetachVpnGatewayWithContext

func (_m *MockFakeEC2) DetachVpnGatewayWithContext(_a0 context.Context, _a1 *ec2.DetachVpnGatewayInput, _a2 ...request.Option) (*ec2.DetachVpnGatewayOutput, error)

DetachVpnGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableEbsEncryptionByDefault

DisableEbsEncryptionByDefault provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableEbsEncryptionByDefaultRequest

func (_m *MockFakeEC2) DisableEbsEncryptionByDefaultRequest(_a0 *ec2.DisableEbsEncryptionByDefaultInput) (*request.Request, *ec2.DisableEbsEncryptionByDefaultOutput)

DisableEbsEncryptionByDefaultRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableEbsEncryptionByDefaultWithContext

func (_m *MockFakeEC2) DisableEbsEncryptionByDefaultWithContext(_a0 context.Context, _a1 *ec2.DisableEbsEncryptionByDefaultInput, _a2 ...request.Option) (*ec2.DisableEbsEncryptionByDefaultOutput, error)

DisableEbsEncryptionByDefaultWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableFastLaunch

func (_m *MockFakeEC2) DisableFastLaunch(_a0 *ec2.DisableFastLaunchInput) (*ec2.DisableFastLaunchOutput, error)

DisableFastLaunch provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableFastLaunchRequest

func (_m *MockFakeEC2) DisableFastLaunchRequest(_a0 *ec2.DisableFastLaunchInput) (*request.Request, *ec2.DisableFastLaunchOutput)

DisableFastLaunchRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableFastLaunchWithContext

func (_m *MockFakeEC2) DisableFastLaunchWithContext(_a0 context.Context, _a1 *ec2.DisableFastLaunchInput, _a2 ...request.Option) (*ec2.DisableFastLaunchOutput, error)

DisableFastLaunchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableFastSnapshotRestores

DisableFastSnapshotRestores provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableFastSnapshotRestoresRequest

func (_m *MockFakeEC2) DisableFastSnapshotRestoresRequest(_a0 *ec2.DisableFastSnapshotRestoresInput) (*request.Request, *ec2.DisableFastSnapshotRestoresOutput)

DisableFastSnapshotRestoresRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableFastSnapshotRestoresWithContext

func (_m *MockFakeEC2) DisableFastSnapshotRestoresWithContext(_a0 context.Context, _a1 *ec2.DisableFastSnapshotRestoresInput, _a2 ...request.Option) (*ec2.DisableFastSnapshotRestoresOutput, error)

DisableFastSnapshotRestoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableImageDeprecation

DisableImageDeprecation provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableImageDeprecationRequest

func (_m *MockFakeEC2) DisableImageDeprecationRequest(_a0 *ec2.DisableImageDeprecationInput) (*request.Request, *ec2.DisableImageDeprecationOutput)

DisableImageDeprecationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableImageDeprecationWithContext

func (_m *MockFakeEC2) DisableImageDeprecationWithContext(_a0 context.Context, _a1 *ec2.DisableImageDeprecationInput, _a2 ...request.Option) (*ec2.DisableImageDeprecationOutput, error)

DisableImageDeprecationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableIpamOrganizationAdminAccount

DisableIpamOrganizationAdminAccount provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableIpamOrganizationAdminAccountRequest

DisableIpamOrganizationAdminAccountRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableIpamOrganizationAdminAccountWithContext

func (_m *MockFakeEC2) DisableIpamOrganizationAdminAccountWithContext(_a0 context.Context, _a1 *ec2.DisableIpamOrganizationAdminAccountInput, _a2 ...request.Option) (*ec2.DisableIpamOrganizationAdminAccountOutput, error)

DisableIpamOrganizationAdminAccountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableSerialConsoleAccess

DisableSerialConsoleAccess provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableSerialConsoleAccessRequest

func (_m *MockFakeEC2) DisableSerialConsoleAccessRequest(_a0 *ec2.DisableSerialConsoleAccessInput) (*request.Request, *ec2.DisableSerialConsoleAccessOutput)

DisableSerialConsoleAccessRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableSerialConsoleAccessWithContext

func (_m *MockFakeEC2) DisableSerialConsoleAccessWithContext(_a0 context.Context, _a1 *ec2.DisableSerialConsoleAccessInput, _a2 ...request.Option) (*ec2.DisableSerialConsoleAccessOutput, error)

DisableSerialConsoleAccessWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableTransitGatewayRouteTablePropagation

DisableTransitGatewayRouteTablePropagation provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableTransitGatewayRouteTablePropagationRequest

DisableTransitGatewayRouteTablePropagationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableTransitGatewayRouteTablePropagationWithContext

func (_m *MockFakeEC2) DisableTransitGatewayRouteTablePropagationWithContext(_a0 context.Context, _a1 *ec2.DisableTransitGatewayRouteTablePropagationInput, _a2 ...request.Option) (*ec2.DisableTransitGatewayRouteTablePropagationOutput, error)

DisableTransitGatewayRouteTablePropagationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableVgwRoutePropagation

DisableVgwRoutePropagation provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVgwRoutePropagationRequest

func (_m *MockFakeEC2) DisableVgwRoutePropagationRequest(_a0 *ec2.DisableVgwRoutePropagationInput) (*request.Request, *ec2.DisableVgwRoutePropagationOutput)

DisableVgwRoutePropagationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVgwRoutePropagationWithContext

func (_m *MockFakeEC2) DisableVgwRoutePropagationWithContext(_a0 context.Context, _a1 *ec2.DisableVgwRoutePropagationInput, _a2 ...request.Option) (*ec2.DisableVgwRoutePropagationOutput, error)

DisableVgwRoutePropagationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (_m *MockFakeEC2) DisableVpcClassicLink(_a0 *ec2.DisableVpcClassicLinkInput) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLink provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVpcClassicLinkDnsSupport

DisableVpcClassicLinkDnsSupport provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVpcClassicLinkDnsSupportRequest

DisableVpcClassicLinkDnsSupportRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVpcClassicLinkDnsSupportWithContext

func (_m *MockFakeEC2) DisableVpcClassicLinkDnsSupportWithContext(_a0 context.Context, _a1 *ec2.DisableVpcClassicLinkDnsSupportInput, _a2 ...request.Option) (*ec2.DisableVpcClassicLinkDnsSupportOutput, error)

DisableVpcClassicLinkDnsSupportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisableVpcClassicLinkRequest

func (_m *MockFakeEC2) DisableVpcClassicLinkRequest(_a0 *ec2.DisableVpcClassicLinkInput) (*request.Request, *ec2.DisableVpcClassicLinkOutput)

DisableVpcClassicLinkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisableVpcClassicLinkWithContext

func (_m *MockFakeEC2) DisableVpcClassicLinkWithContext(_a0 context.Context, _a1 *ec2.DisableVpcClassicLinkInput, _a2 ...request.Option) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateAddress

func (_m *MockFakeEC2) DisassociateAddress(_a0 *ec2.DisassociateAddressInput) (*ec2.DisassociateAddressOutput, error)

DisassociateAddress provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateAddressRequest

func (_m *MockFakeEC2) DisassociateAddressRequest(_a0 *ec2.DisassociateAddressInput) (*request.Request, *ec2.DisassociateAddressOutput)

DisassociateAddressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateAddressWithContext

func (_m *MockFakeEC2) DisassociateAddressWithContext(_a0 context.Context, _a1 *ec2.DisassociateAddressInput, _a2 ...request.Option) (*ec2.DisassociateAddressOutput, error)

DisassociateAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateClientVpnTargetNetwork

DisassociateClientVpnTargetNetwork provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateClientVpnTargetNetworkRequest

DisassociateClientVpnTargetNetworkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateClientVpnTargetNetworkWithContext

func (_m *MockFakeEC2) DisassociateClientVpnTargetNetworkWithContext(_a0 context.Context, _a1 *ec2.DisassociateClientVpnTargetNetworkInput, _a2 ...request.Option) (*ec2.DisassociateClientVpnTargetNetworkOutput, error)

DisassociateClientVpnTargetNetworkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateEnclaveCertificateIamRole

DisassociateEnclaveCertificateIamRole provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateEnclaveCertificateIamRoleRequest

DisassociateEnclaveCertificateIamRoleRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateEnclaveCertificateIamRoleWithContext

func (_m *MockFakeEC2) DisassociateEnclaveCertificateIamRoleWithContext(_a0 context.Context, _a1 *ec2.DisassociateEnclaveCertificateIamRoleInput, _a2 ...request.Option) (*ec2.DisassociateEnclaveCertificateIamRoleOutput, error)

DisassociateEnclaveCertificateIamRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateIamInstanceProfile

DisassociateIamInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateIamInstanceProfileRequest

func (_m *MockFakeEC2) DisassociateIamInstanceProfileRequest(_a0 *ec2.DisassociateIamInstanceProfileInput) (*request.Request, *ec2.DisassociateIamInstanceProfileOutput)

DisassociateIamInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateIamInstanceProfileWithContext

func (_m *MockFakeEC2) DisassociateIamInstanceProfileWithContext(_a0 context.Context, _a1 *ec2.DisassociateIamInstanceProfileInput, _a2 ...request.Option) (*ec2.DisassociateIamInstanceProfileOutput, error)

DisassociateIamInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateInstanceEventWindow

DisassociateInstanceEventWindow provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateInstanceEventWindowRequest

DisassociateInstanceEventWindowRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateInstanceEventWindowWithContext

func (_m *MockFakeEC2) DisassociateInstanceEventWindowWithContext(_a0 context.Context, _a1 *ec2.DisassociateInstanceEventWindowInput, _a2 ...request.Option) (*ec2.DisassociateInstanceEventWindowOutput, error)

DisassociateInstanceEventWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateRouteTable

DisassociateRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateRouteTableRequest

func (_m *MockFakeEC2) DisassociateRouteTableRequest(_a0 *ec2.DisassociateRouteTableInput) (*request.Request, *ec2.DisassociateRouteTableOutput)

DisassociateRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateRouteTableWithContext

func (_m *MockFakeEC2) DisassociateRouteTableWithContext(_a0 context.Context, _a1 *ec2.DisassociateRouteTableInput, _a2 ...request.Option) (*ec2.DisassociateRouteTableOutput, error)

DisassociateRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateSubnetCidrBlock

DisassociateSubnetCidrBlock provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateSubnetCidrBlockRequest

func (_m *MockFakeEC2) DisassociateSubnetCidrBlockRequest(_a0 *ec2.DisassociateSubnetCidrBlockInput) (*request.Request, *ec2.DisassociateSubnetCidrBlockOutput)

DisassociateSubnetCidrBlockRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateSubnetCidrBlockWithContext

func (_m *MockFakeEC2) DisassociateSubnetCidrBlockWithContext(_a0 context.Context, _a1 *ec2.DisassociateSubnetCidrBlockInput, _a2 ...request.Option) (*ec2.DisassociateSubnetCidrBlockOutput, error)

DisassociateSubnetCidrBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateTransitGatewayMulticastDomain

DisassociateTransitGatewayMulticastDomain provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayMulticastDomainRequest

DisassociateTransitGatewayMulticastDomainRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayMulticastDomainWithContext

func (_m *MockFakeEC2) DisassociateTransitGatewayMulticastDomainWithContext(_a0 context.Context, _a1 *ec2.DisassociateTransitGatewayMulticastDomainInput, _a2 ...request.Option) (*ec2.DisassociateTransitGatewayMulticastDomainOutput, error)

DisassociateTransitGatewayMulticastDomainWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateTransitGatewayPolicyTable

DisassociateTransitGatewayPolicyTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayPolicyTableRequest

DisassociateTransitGatewayPolicyTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayPolicyTableWithContext

func (_m *MockFakeEC2) DisassociateTransitGatewayPolicyTableWithContext(_a0 context.Context, _a1 *ec2.DisassociateTransitGatewayPolicyTableInput, _a2 ...request.Option) (*ec2.DisassociateTransitGatewayPolicyTableOutput, error)

DisassociateTransitGatewayPolicyTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateTransitGatewayRouteTable

DisassociateTransitGatewayRouteTable provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayRouteTableRequest

DisassociateTransitGatewayRouteTableRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTransitGatewayRouteTableWithContext

func (_m *MockFakeEC2) DisassociateTransitGatewayRouteTableWithContext(_a0 context.Context, _a1 *ec2.DisassociateTransitGatewayRouteTableInput, _a2 ...request.Option) (*ec2.DisassociateTransitGatewayRouteTableOutput, error)

DisassociateTransitGatewayRouteTableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateTrunkInterface

DisassociateTrunkInterface provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTrunkInterfaceRequest

func (_m *MockFakeEC2) DisassociateTrunkInterfaceRequest(_a0 *ec2.DisassociateTrunkInterfaceInput) (*request.Request, *ec2.DisassociateTrunkInterfaceOutput)

DisassociateTrunkInterfaceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateTrunkInterfaceWithContext

func (_m *MockFakeEC2) DisassociateTrunkInterfaceWithContext(_a0 context.Context, _a1 *ec2.DisassociateTrunkInterfaceInput, _a2 ...request.Option) (*ec2.DisassociateTrunkInterfaceOutput, error)

DisassociateTrunkInterfaceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) DisassociateVpcCidrBlock

DisassociateVpcCidrBlock provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateVpcCidrBlockRequest

func (_m *MockFakeEC2) DisassociateVpcCidrBlockRequest(_a0 *ec2.DisassociateVpcCidrBlockInput) (*request.Request, *ec2.DisassociateVpcCidrBlockOutput)

DisassociateVpcCidrBlockRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) DisassociateVpcCidrBlockWithContext

func (_m *MockFakeEC2) DisassociateVpcCidrBlockWithContext(_a0 context.Context, _a1 *ec2.DisassociateVpcCidrBlockInput, _a2 ...request.Option) (*ec2.DisassociateVpcCidrBlockOutput, error)

DisassociateVpcCidrBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableEbsEncryptionByDefault

EnableEbsEncryptionByDefault provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableEbsEncryptionByDefaultRequest

func (_m *MockFakeEC2) EnableEbsEncryptionByDefaultRequest(_a0 *ec2.EnableEbsEncryptionByDefaultInput) (*request.Request, *ec2.EnableEbsEncryptionByDefaultOutput)

EnableEbsEncryptionByDefaultRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableEbsEncryptionByDefaultWithContext

func (_m *MockFakeEC2) EnableEbsEncryptionByDefaultWithContext(_a0 context.Context, _a1 *ec2.EnableEbsEncryptionByDefaultInput, _a2 ...request.Option) (*ec2.EnableEbsEncryptionByDefaultOutput, error)

EnableEbsEncryptionByDefaultWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableFastLaunch

func (_m *MockFakeEC2) EnableFastLaunch(_a0 *ec2.EnableFastLaunchInput) (*ec2.EnableFastLaunchOutput, error)

EnableFastLaunch provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableFastLaunchRequest

func (_m *MockFakeEC2) EnableFastLaunchRequest(_a0 *ec2.EnableFastLaunchInput) (*request.Request, *ec2.EnableFastLaunchOutput)

EnableFastLaunchRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableFastLaunchWithContext

func (_m *MockFakeEC2) EnableFastLaunchWithContext(_a0 context.Context, _a1 *ec2.EnableFastLaunchInput, _a2 ...request.Option) (*ec2.EnableFastLaunchOutput, error)

EnableFastLaunchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableFastSnapshotRestores

EnableFastSnapshotRestores provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableFastSnapshotRestoresRequest

func (_m *MockFakeEC2) EnableFastSnapshotRestoresRequest(_a0 *ec2.EnableFastSnapshotRestoresInput) (*request.Request, *ec2.EnableFastSnapshotRestoresOutput)

EnableFastSnapshotRestoresRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableFastSnapshotRestoresWithContext

func (_m *MockFakeEC2) EnableFastSnapshotRestoresWithContext(_a0 context.Context, _a1 *ec2.EnableFastSnapshotRestoresInput, _a2 ...request.Option) (*ec2.EnableFastSnapshotRestoresOutput, error)

EnableFastSnapshotRestoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableImageDeprecation

EnableImageDeprecation provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableImageDeprecationRequest

func (_m *MockFakeEC2) EnableImageDeprecationRequest(_a0 *ec2.EnableImageDeprecationInput) (*request.Request, *ec2.EnableImageDeprecationOutput)

EnableImageDeprecationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableImageDeprecationWithContext

func (_m *MockFakeEC2) EnableImageDeprecationWithContext(_a0 context.Context, _a1 *ec2.EnableImageDeprecationInput, _a2 ...request.Option) (*ec2.EnableImageDeprecationOutput, error)

EnableImageDeprecationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableIpamOrganizationAdminAccount

EnableIpamOrganizationAdminAccount provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableIpamOrganizationAdminAccountRequest

EnableIpamOrganizationAdminAccountRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableIpamOrganizationAdminAccountWithContext

func (_m *MockFakeEC2) EnableIpamOrganizationAdminAccountWithContext(_a0 context.Context, _a1 *ec2.EnableIpamOrganizationAdminAccountInput, _a2 ...request.Option) (*ec2.EnableIpamOrganizationAdminAccountOutput, error)

EnableIpamOrganizationAdminAccountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableSerialConsoleAccess

EnableSerialConsoleAccess provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableSerialConsoleAccessRequest

func (_m *MockFakeEC2) EnableSerialConsoleAccessRequest(_a0 *ec2.EnableSerialConsoleAccessInput) (*request.Request, *ec2.EnableSerialConsoleAccessOutput)

EnableSerialConsoleAccessRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableSerialConsoleAccessWithContext

func (_m *MockFakeEC2) EnableSerialConsoleAccessWithContext(_a0 context.Context, _a1 *ec2.EnableSerialConsoleAccessInput, _a2 ...request.Option) (*ec2.EnableSerialConsoleAccessOutput, error)

EnableSerialConsoleAccessWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableTransitGatewayRouteTablePropagation

EnableTransitGatewayRouteTablePropagation provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableTransitGatewayRouteTablePropagationRequest

EnableTransitGatewayRouteTablePropagationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableTransitGatewayRouteTablePropagationWithContext

func (_m *MockFakeEC2) EnableTransitGatewayRouteTablePropagationWithContext(_a0 context.Context, _a1 *ec2.EnableTransitGatewayRouteTablePropagationInput, _a2 ...request.Option) (*ec2.EnableTransitGatewayRouteTablePropagationOutput, error)

EnableTransitGatewayRouteTablePropagationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableVgwRoutePropagation

EnableVgwRoutePropagation provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVgwRoutePropagationRequest

func (_m *MockFakeEC2) EnableVgwRoutePropagationRequest(_a0 *ec2.EnableVgwRoutePropagationInput) (*request.Request, *ec2.EnableVgwRoutePropagationOutput)

EnableVgwRoutePropagationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVgwRoutePropagationWithContext

func (_m *MockFakeEC2) EnableVgwRoutePropagationWithContext(_a0 context.Context, _a1 *ec2.EnableVgwRoutePropagationInput, _a2 ...request.Option) (*ec2.EnableVgwRoutePropagationOutput, error)

EnableVgwRoutePropagationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableVolumeIO

func (_m *MockFakeEC2) EnableVolumeIO(_a0 *ec2.EnableVolumeIOInput) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIO provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVolumeIORequest

func (_m *MockFakeEC2) EnableVolumeIORequest(_a0 *ec2.EnableVolumeIOInput) (*request.Request, *ec2.EnableVolumeIOOutput)

EnableVolumeIORequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVolumeIOWithContext

func (_m *MockFakeEC2) EnableVolumeIOWithContext(_a0 context.Context, _a1 *ec2.EnableVolumeIOInput, _a2 ...request.Option) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIOWithContext provides a mock function with given fields: _a0, _a1, _a2

func (_m *MockFakeEC2) EnableVpcClassicLink(_a0 *ec2.EnableVpcClassicLinkInput) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLink provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVpcClassicLinkDnsSupport

EnableVpcClassicLinkDnsSupport provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVpcClassicLinkDnsSupportRequest

func (_m *MockFakeEC2) EnableVpcClassicLinkDnsSupportRequest(_a0 *ec2.EnableVpcClassicLinkDnsSupportInput) (*request.Request, *ec2.EnableVpcClassicLinkDnsSupportOutput)

EnableVpcClassicLinkDnsSupportRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVpcClassicLinkDnsSupportWithContext

func (_m *MockFakeEC2) EnableVpcClassicLinkDnsSupportWithContext(_a0 context.Context, _a1 *ec2.EnableVpcClassicLinkDnsSupportInput, _a2 ...request.Option) (*ec2.EnableVpcClassicLinkDnsSupportOutput, error)

EnableVpcClassicLinkDnsSupportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) EnableVpcClassicLinkRequest

func (_m *MockFakeEC2) EnableVpcClassicLinkRequest(_a0 *ec2.EnableVpcClassicLinkInput) (*request.Request, *ec2.EnableVpcClassicLinkOutput)

EnableVpcClassicLinkRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) EnableVpcClassicLinkWithContext

func (_m *MockFakeEC2) EnableVpcClassicLinkWithContext(_a0 context.Context, _a1 *ec2.EnableVpcClassicLinkInput, _a2 ...request.Option) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLinkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ExportClientVpnClientCertificateRevocationList

ExportClientVpnClientCertificateRevocationList provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportClientVpnClientCertificateRevocationListRequest

ExportClientVpnClientCertificateRevocationListRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportClientVpnClientCertificateRevocationListWithContext

func (_m *MockFakeEC2) ExportClientVpnClientCertificateRevocationListWithContext(_a0 context.Context, _a1 *ec2.ExportClientVpnClientCertificateRevocationListInput, _a2 ...request.Option) (*ec2.ExportClientVpnClientCertificateRevocationListOutput, error)

ExportClientVpnClientCertificateRevocationListWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ExportClientVpnClientConfiguration

ExportClientVpnClientConfiguration provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportClientVpnClientConfigurationRequest

ExportClientVpnClientConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportClientVpnClientConfigurationWithContext

func (_m *MockFakeEC2) ExportClientVpnClientConfigurationWithContext(_a0 context.Context, _a1 *ec2.ExportClientVpnClientConfigurationInput, _a2 ...request.Option) (*ec2.ExportClientVpnClientConfigurationOutput, error)

ExportClientVpnClientConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ExportImage

func (_m *MockFakeEC2) ExportImage(_a0 *ec2.ExportImageInput) (*ec2.ExportImageOutput, error)

ExportImage provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportImageRequest

func (_m *MockFakeEC2) ExportImageRequest(_a0 *ec2.ExportImageInput) (*request.Request, *ec2.ExportImageOutput)

ExportImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportImageWithContext

func (_m *MockFakeEC2) ExportImageWithContext(_a0 context.Context, _a1 *ec2.ExportImageInput, _a2 ...request.Option) (*ec2.ExportImageOutput, error)

ExportImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ExportTransitGatewayRoutes

ExportTransitGatewayRoutes provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportTransitGatewayRoutesRequest

func (_m *MockFakeEC2) ExportTransitGatewayRoutesRequest(_a0 *ec2.ExportTransitGatewayRoutesInput) (*request.Request, *ec2.ExportTransitGatewayRoutesOutput)

ExportTransitGatewayRoutesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ExportTransitGatewayRoutesWithContext

func (_m *MockFakeEC2) ExportTransitGatewayRoutesWithContext(_a0 context.Context, _a1 *ec2.ExportTransitGatewayRoutesInput, _a2 ...request.Option) (*ec2.ExportTransitGatewayRoutesOutput, error)

ExportTransitGatewayRoutesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetAssociatedEnclaveCertificateIamRoles

GetAssociatedEnclaveCertificateIamRoles provides a mock function with given fields: _a0

func (*MockFakeEC2) GetAssociatedEnclaveCertificateIamRolesRequest

GetAssociatedEnclaveCertificateIamRolesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetAssociatedEnclaveCertificateIamRolesWithContext

func (_m *MockFakeEC2) GetAssociatedEnclaveCertificateIamRolesWithContext(_a0 context.Context, _a1 *ec2.GetAssociatedEnclaveCertificateIamRolesInput, _a2 ...request.Option) (*ec2.GetAssociatedEnclaveCertificateIamRolesOutput, error)

GetAssociatedEnclaveCertificateIamRolesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetAssociatedIpv6PoolCidrs

GetAssociatedIpv6PoolCidrs provides a mock function with given fields: _a0

func (*MockFakeEC2) GetAssociatedIpv6PoolCidrsPages

func (_m *MockFakeEC2) GetAssociatedIpv6PoolCidrsPages(_a0 *ec2.GetAssociatedIpv6PoolCidrsInput, _a1 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool) error

GetAssociatedIpv6PoolCidrsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetAssociatedIpv6PoolCidrsPagesWithContext

func (_m *MockFakeEC2) GetAssociatedIpv6PoolCidrsPagesWithContext(_a0 context.Context, _a1 *ec2.GetAssociatedIpv6PoolCidrsInput, _a2 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool, _a3 ...request.Option) error

GetAssociatedIpv6PoolCidrsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetAssociatedIpv6PoolCidrsRequest

func (_m *MockFakeEC2) GetAssociatedIpv6PoolCidrsRequest(_a0 *ec2.GetAssociatedIpv6PoolCidrsInput) (*request.Request, *ec2.GetAssociatedIpv6PoolCidrsOutput)

GetAssociatedIpv6PoolCidrsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetAssociatedIpv6PoolCidrsWithContext

func (_m *MockFakeEC2) GetAssociatedIpv6PoolCidrsWithContext(_a0 context.Context, _a1 *ec2.GetAssociatedIpv6PoolCidrsInput, _a2 ...request.Option) (*ec2.GetAssociatedIpv6PoolCidrsOutput, error)

GetAssociatedIpv6PoolCidrsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetCapacityReservationUsage

GetCapacityReservationUsage provides a mock function with given fields: _a0

func (*MockFakeEC2) GetCapacityReservationUsageRequest

func (_m *MockFakeEC2) GetCapacityReservationUsageRequest(_a0 *ec2.GetCapacityReservationUsageInput) (*request.Request, *ec2.GetCapacityReservationUsageOutput)

GetCapacityReservationUsageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetCapacityReservationUsageWithContext

func (_m *MockFakeEC2) GetCapacityReservationUsageWithContext(_a0 context.Context, _a1 *ec2.GetCapacityReservationUsageInput, _a2 ...request.Option) (*ec2.GetCapacityReservationUsageOutput, error)

GetCapacityReservationUsageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetCoipPoolUsage

func (_m *MockFakeEC2) GetCoipPoolUsage(_a0 *ec2.GetCoipPoolUsageInput) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsage provides a mock function with given fields: _a0

func (*MockFakeEC2) GetCoipPoolUsageRequest

func (_m *MockFakeEC2) GetCoipPoolUsageRequest(_a0 *ec2.GetCoipPoolUsageInput) (*request.Request, *ec2.GetCoipPoolUsageOutput)

GetCoipPoolUsageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetCoipPoolUsageWithContext

func (_m *MockFakeEC2) GetCoipPoolUsageWithContext(_a0 context.Context, _a1 *ec2.GetCoipPoolUsageInput, _a2 ...request.Option) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetConsoleOutput

func (_m *MockFakeEC2) GetConsoleOutput(_a0 *ec2.GetConsoleOutputInput) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutput provides a mock function with given fields: _a0

func (*MockFakeEC2) GetConsoleOutputRequest

func (_m *MockFakeEC2) GetConsoleOutputRequest(_a0 *ec2.GetConsoleOutputInput) (*request.Request, *ec2.GetConsoleOutputOutput)

GetConsoleOutputRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetConsoleOutputWithContext

func (_m *MockFakeEC2) GetConsoleOutputWithContext(_a0 context.Context, _a1 *ec2.GetConsoleOutputInput, _a2 ...request.Option) (*ec2.GetConsoleOutputOutput, error)

GetConsoleOutputWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetConsoleScreenshot

func (_m *MockFakeEC2) GetConsoleScreenshot(_a0 *ec2.GetConsoleScreenshotInput) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshot provides a mock function with given fields: _a0

func (*MockFakeEC2) GetConsoleScreenshotRequest

func (_m *MockFakeEC2) GetConsoleScreenshotRequest(_a0 *ec2.GetConsoleScreenshotInput) (*request.Request, *ec2.GetConsoleScreenshotOutput)

GetConsoleScreenshotRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetConsoleScreenshotWithContext

func (_m *MockFakeEC2) GetConsoleScreenshotWithContext(_a0 context.Context, _a1 *ec2.GetConsoleScreenshotInput, _a2 ...request.Option) (*ec2.GetConsoleScreenshotOutput, error)

GetConsoleScreenshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetDefaultCreditSpecification

GetDefaultCreditSpecification provides a mock function with given fields: _a0

func (*MockFakeEC2) GetDefaultCreditSpecificationRequest

func (_m *MockFakeEC2) GetDefaultCreditSpecificationRequest(_a0 *ec2.GetDefaultCreditSpecificationInput) (*request.Request, *ec2.GetDefaultCreditSpecificationOutput)

GetDefaultCreditSpecificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetDefaultCreditSpecificationWithContext

func (_m *MockFakeEC2) GetDefaultCreditSpecificationWithContext(_a0 context.Context, _a1 *ec2.GetDefaultCreditSpecificationInput, _a2 ...request.Option) (*ec2.GetDefaultCreditSpecificationOutput, error)

GetDefaultCreditSpecificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetEbsDefaultKmsKeyId

func (_m *MockFakeEC2) GetEbsDefaultKmsKeyId(_a0 *ec2.GetEbsDefaultKmsKeyIdInput) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyId provides a mock function with given fields: _a0

func (*MockFakeEC2) GetEbsDefaultKmsKeyIdRequest

func (_m *MockFakeEC2) GetEbsDefaultKmsKeyIdRequest(_a0 *ec2.GetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.GetEbsDefaultKmsKeyIdOutput)

GetEbsDefaultKmsKeyIdRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetEbsDefaultKmsKeyIdWithContext

func (_m *MockFakeEC2) GetEbsDefaultKmsKeyIdWithContext(_a0 context.Context, _a1 *ec2.GetEbsDefaultKmsKeyIdInput, _a2 ...request.Option) (*ec2.GetEbsDefaultKmsKeyIdOutput, error)

GetEbsDefaultKmsKeyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetEbsEncryptionByDefault

GetEbsEncryptionByDefault provides a mock function with given fields: _a0

func (*MockFakeEC2) GetEbsEncryptionByDefaultRequest

func (_m *MockFakeEC2) GetEbsEncryptionByDefaultRequest(_a0 *ec2.GetEbsEncryptionByDefaultInput) (*request.Request, *ec2.GetEbsEncryptionByDefaultOutput)

GetEbsEncryptionByDefaultRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetEbsEncryptionByDefaultWithContext

func (_m *MockFakeEC2) GetEbsEncryptionByDefaultWithContext(_a0 context.Context, _a1 *ec2.GetEbsEncryptionByDefaultInput, _a2 ...request.Option) (*ec2.GetEbsEncryptionByDefaultOutput, error)

GetEbsEncryptionByDefaultWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetFlowLogsIntegrationTemplate

GetFlowLogsIntegrationTemplate provides a mock function with given fields: _a0

func (*MockFakeEC2) GetFlowLogsIntegrationTemplateRequest

func (_m *MockFakeEC2) GetFlowLogsIntegrationTemplateRequest(_a0 *ec2.GetFlowLogsIntegrationTemplateInput) (*request.Request, *ec2.GetFlowLogsIntegrationTemplateOutput)

GetFlowLogsIntegrationTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetFlowLogsIntegrationTemplateWithContext

func (_m *MockFakeEC2) GetFlowLogsIntegrationTemplateWithContext(_a0 context.Context, _a1 *ec2.GetFlowLogsIntegrationTemplateInput, _a2 ...request.Option) (*ec2.GetFlowLogsIntegrationTemplateOutput, error)

GetFlowLogsIntegrationTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetGroupsForCapacityReservation

GetGroupsForCapacityReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) GetGroupsForCapacityReservationPages

func (_m *MockFakeEC2) GetGroupsForCapacityReservationPages(_a0 *ec2.GetGroupsForCapacityReservationInput, _a1 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool) error

GetGroupsForCapacityReservationPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetGroupsForCapacityReservationPagesWithContext

func (_m *MockFakeEC2) GetGroupsForCapacityReservationPagesWithContext(_a0 context.Context, _a1 *ec2.GetGroupsForCapacityReservationInput, _a2 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool, _a3 ...request.Option) error

GetGroupsForCapacityReservationPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetGroupsForCapacityReservationRequest

GetGroupsForCapacityReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetGroupsForCapacityReservationWithContext

func (_m *MockFakeEC2) GetGroupsForCapacityReservationWithContext(_a0 context.Context, _a1 *ec2.GetGroupsForCapacityReservationInput, _a2 ...request.Option) (*ec2.GetGroupsForCapacityReservationOutput, error)

GetGroupsForCapacityReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetHostReservationPurchasePreview

GetHostReservationPurchasePreview provides a mock function with given fields: _a0

func (*MockFakeEC2) GetHostReservationPurchasePreviewRequest

GetHostReservationPurchasePreviewRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetHostReservationPurchasePreviewWithContext

func (_m *MockFakeEC2) GetHostReservationPurchasePreviewWithContext(_a0 context.Context, _a1 *ec2.GetHostReservationPurchasePreviewInput, _a2 ...request.Option) (*ec2.GetHostReservationPurchasePreviewOutput, error)

GetHostReservationPurchasePreviewWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetInstanceTypesFromInstanceRequirements

GetInstanceTypesFromInstanceRequirements provides a mock function with given fields: _a0

func (*MockFakeEC2) GetInstanceTypesFromInstanceRequirementsPages

func (_m *MockFakeEC2) GetInstanceTypesFromInstanceRequirementsPages(_a0 *ec2.GetInstanceTypesFromInstanceRequirementsInput, _a1 func(*ec2.GetInstanceTypesFromInstanceRequirementsOutput, bool) bool) error

GetInstanceTypesFromInstanceRequirementsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetInstanceTypesFromInstanceRequirementsPagesWithContext

func (_m *MockFakeEC2) GetInstanceTypesFromInstanceRequirementsPagesWithContext(_a0 context.Context, _a1 *ec2.GetInstanceTypesFromInstanceRequirementsInput, _a2 func(*ec2.GetInstanceTypesFromInstanceRequirementsOutput, bool) bool, _a3 ...request.Option) error

GetInstanceTypesFromInstanceRequirementsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetInstanceTypesFromInstanceRequirementsRequest

GetInstanceTypesFromInstanceRequirementsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetInstanceTypesFromInstanceRequirementsWithContext

func (_m *MockFakeEC2) GetInstanceTypesFromInstanceRequirementsWithContext(_a0 context.Context, _a1 *ec2.GetInstanceTypesFromInstanceRequirementsInput, _a2 ...request.Option) (*ec2.GetInstanceTypesFromInstanceRequirementsOutput, error)

GetInstanceTypesFromInstanceRequirementsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetInstanceUefiData

func (_m *MockFakeEC2) GetInstanceUefiData(_a0 *ec2.GetInstanceUefiDataInput) (*ec2.GetInstanceUefiDataOutput, error)

GetInstanceUefiData provides a mock function with given fields: _a0

func (*MockFakeEC2) GetInstanceUefiDataRequest

func (_m *MockFakeEC2) GetInstanceUefiDataRequest(_a0 *ec2.GetInstanceUefiDataInput) (*request.Request, *ec2.GetInstanceUefiDataOutput)

GetInstanceUefiDataRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetInstanceUefiDataWithContext

func (_m *MockFakeEC2) GetInstanceUefiDataWithContext(_a0 context.Context, _a1 *ec2.GetInstanceUefiDataInput, _a2 ...request.Option) (*ec2.GetInstanceUefiDataOutput, error)

GetInstanceUefiDataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetIpamAddressHistory

func (_m *MockFakeEC2) GetIpamAddressHistory(_a0 *ec2.GetIpamAddressHistoryInput) (*ec2.GetIpamAddressHistoryOutput, error)

GetIpamAddressHistory provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamAddressHistoryPages

func (_m *MockFakeEC2) GetIpamAddressHistoryPages(_a0 *ec2.GetIpamAddressHistoryInput, _a1 func(*ec2.GetIpamAddressHistoryOutput, bool) bool) error

GetIpamAddressHistoryPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetIpamAddressHistoryPagesWithContext

func (_m *MockFakeEC2) GetIpamAddressHistoryPagesWithContext(_a0 context.Context, _a1 *ec2.GetIpamAddressHistoryInput, _a2 func(*ec2.GetIpamAddressHistoryOutput, bool) bool, _a3 ...request.Option) error

GetIpamAddressHistoryPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetIpamAddressHistoryRequest

func (_m *MockFakeEC2) GetIpamAddressHistoryRequest(_a0 *ec2.GetIpamAddressHistoryInput) (*request.Request, *ec2.GetIpamAddressHistoryOutput)

GetIpamAddressHistoryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamAddressHistoryWithContext

func (_m *MockFakeEC2) GetIpamAddressHistoryWithContext(_a0 context.Context, _a1 *ec2.GetIpamAddressHistoryInput, _a2 ...request.Option) (*ec2.GetIpamAddressHistoryOutput, error)

GetIpamAddressHistoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetIpamPoolAllocations

GetIpamPoolAllocations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamPoolAllocationsPages

func (_m *MockFakeEC2) GetIpamPoolAllocationsPages(_a0 *ec2.GetIpamPoolAllocationsInput, _a1 func(*ec2.GetIpamPoolAllocationsOutput, bool) bool) error

GetIpamPoolAllocationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetIpamPoolAllocationsPagesWithContext

func (_m *MockFakeEC2) GetIpamPoolAllocationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetIpamPoolAllocationsInput, _a2 func(*ec2.GetIpamPoolAllocationsOutput, bool) bool, _a3 ...request.Option) error

GetIpamPoolAllocationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetIpamPoolAllocationsRequest

func (_m *MockFakeEC2) GetIpamPoolAllocationsRequest(_a0 *ec2.GetIpamPoolAllocationsInput) (*request.Request, *ec2.GetIpamPoolAllocationsOutput)

GetIpamPoolAllocationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamPoolAllocationsWithContext

func (_m *MockFakeEC2) GetIpamPoolAllocationsWithContext(_a0 context.Context, _a1 *ec2.GetIpamPoolAllocationsInput, _a2 ...request.Option) (*ec2.GetIpamPoolAllocationsOutput, error)

GetIpamPoolAllocationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetIpamPoolCidrs

func (_m *MockFakeEC2) GetIpamPoolCidrs(_a0 *ec2.GetIpamPoolCidrsInput) (*ec2.GetIpamPoolCidrsOutput, error)

GetIpamPoolCidrs provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamPoolCidrsPages

func (_m *MockFakeEC2) GetIpamPoolCidrsPages(_a0 *ec2.GetIpamPoolCidrsInput, _a1 func(*ec2.GetIpamPoolCidrsOutput, bool) bool) error

GetIpamPoolCidrsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetIpamPoolCidrsPagesWithContext

func (_m *MockFakeEC2) GetIpamPoolCidrsPagesWithContext(_a0 context.Context, _a1 *ec2.GetIpamPoolCidrsInput, _a2 func(*ec2.GetIpamPoolCidrsOutput, bool) bool, _a3 ...request.Option) error

GetIpamPoolCidrsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetIpamPoolCidrsRequest

func (_m *MockFakeEC2) GetIpamPoolCidrsRequest(_a0 *ec2.GetIpamPoolCidrsInput) (*request.Request, *ec2.GetIpamPoolCidrsOutput)

GetIpamPoolCidrsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamPoolCidrsWithContext

func (_m *MockFakeEC2) GetIpamPoolCidrsWithContext(_a0 context.Context, _a1 *ec2.GetIpamPoolCidrsInput, _a2 ...request.Option) (*ec2.GetIpamPoolCidrsOutput, error)

GetIpamPoolCidrsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetIpamResourceCidrs

func (_m *MockFakeEC2) GetIpamResourceCidrs(_a0 *ec2.GetIpamResourceCidrsInput) (*ec2.GetIpamResourceCidrsOutput, error)

GetIpamResourceCidrs provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamResourceCidrsPages

func (_m *MockFakeEC2) GetIpamResourceCidrsPages(_a0 *ec2.GetIpamResourceCidrsInput, _a1 func(*ec2.GetIpamResourceCidrsOutput, bool) bool) error

GetIpamResourceCidrsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetIpamResourceCidrsPagesWithContext

func (_m *MockFakeEC2) GetIpamResourceCidrsPagesWithContext(_a0 context.Context, _a1 *ec2.GetIpamResourceCidrsInput, _a2 func(*ec2.GetIpamResourceCidrsOutput, bool) bool, _a3 ...request.Option) error

GetIpamResourceCidrsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetIpamResourceCidrsRequest

func (_m *MockFakeEC2) GetIpamResourceCidrsRequest(_a0 *ec2.GetIpamResourceCidrsInput) (*request.Request, *ec2.GetIpamResourceCidrsOutput)

GetIpamResourceCidrsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetIpamResourceCidrsWithContext

func (_m *MockFakeEC2) GetIpamResourceCidrsWithContext(_a0 context.Context, _a1 *ec2.GetIpamResourceCidrsInput, _a2 ...request.Option) (*ec2.GetIpamResourceCidrsOutput, error)

GetIpamResourceCidrsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetLaunchTemplateData

func (_m *MockFakeEC2) GetLaunchTemplateData(_a0 *ec2.GetLaunchTemplateDataInput) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateData provides a mock function with given fields: _a0

func (*MockFakeEC2) GetLaunchTemplateDataRequest

func (_m *MockFakeEC2) GetLaunchTemplateDataRequest(_a0 *ec2.GetLaunchTemplateDataInput) (*request.Request, *ec2.GetLaunchTemplateDataOutput)

GetLaunchTemplateDataRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetLaunchTemplateDataWithContext

func (_m *MockFakeEC2) GetLaunchTemplateDataWithContext(_a0 context.Context, _a1 *ec2.GetLaunchTemplateDataInput, _a2 ...request.Option) (*ec2.GetLaunchTemplateDataOutput, error)

GetLaunchTemplateDataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetManagedPrefixListAssociations

GetManagedPrefixListAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetManagedPrefixListAssociationsPages

func (_m *MockFakeEC2) GetManagedPrefixListAssociationsPages(_a0 *ec2.GetManagedPrefixListAssociationsInput, _a1 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool) error

GetManagedPrefixListAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetManagedPrefixListAssociationsPagesWithContext

func (_m *MockFakeEC2) GetManagedPrefixListAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetManagedPrefixListAssociationsInput, _a2 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool, _a3 ...request.Option) error

GetManagedPrefixListAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetManagedPrefixListAssociationsRequest

GetManagedPrefixListAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetManagedPrefixListAssociationsWithContext

func (_m *MockFakeEC2) GetManagedPrefixListAssociationsWithContext(_a0 context.Context, _a1 *ec2.GetManagedPrefixListAssociationsInput, _a2 ...request.Option) (*ec2.GetManagedPrefixListAssociationsOutput, error)

GetManagedPrefixListAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetManagedPrefixListEntries

GetManagedPrefixListEntries provides a mock function with given fields: _a0

func (*MockFakeEC2) GetManagedPrefixListEntriesPages

func (_m *MockFakeEC2) GetManagedPrefixListEntriesPages(_a0 *ec2.GetManagedPrefixListEntriesInput, _a1 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool) error

GetManagedPrefixListEntriesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetManagedPrefixListEntriesPagesWithContext

func (_m *MockFakeEC2) GetManagedPrefixListEntriesPagesWithContext(_a0 context.Context, _a1 *ec2.GetManagedPrefixListEntriesInput, _a2 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool, _a3 ...request.Option) error

GetManagedPrefixListEntriesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetManagedPrefixListEntriesRequest

func (_m *MockFakeEC2) GetManagedPrefixListEntriesRequest(_a0 *ec2.GetManagedPrefixListEntriesInput) (*request.Request, *ec2.GetManagedPrefixListEntriesOutput)

GetManagedPrefixListEntriesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetManagedPrefixListEntriesWithContext

func (_m *MockFakeEC2) GetManagedPrefixListEntriesWithContext(_a0 context.Context, _a1 *ec2.GetManagedPrefixListEntriesInput, _a2 ...request.Option) (*ec2.GetManagedPrefixListEntriesOutput, error)

GetManagedPrefixListEntriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetNetworkInsightsAccessScopeAnalysisFindings

GetNetworkInsightsAccessScopeAnalysisFindings provides a mock function with given fields: _a0

func (*MockFakeEC2) GetNetworkInsightsAccessScopeAnalysisFindingsRequest

GetNetworkInsightsAccessScopeAnalysisFindingsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext

func (_m *MockFakeEC2) GetNetworkInsightsAccessScopeAnalysisFindingsWithContext(_a0 context.Context, _a1 *ec2.GetNetworkInsightsAccessScopeAnalysisFindingsInput, _a2 ...request.Option) (*ec2.GetNetworkInsightsAccessScopeAnalysisFindingsOutput, error)

GetNetworkInsightsAccessScopeAnalysisFindingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetNetworkInsightsAccessScopeContent

GetNetworkInsightsAccessScopeContent provides a mock function with given fields: _a0

func (*MockFakeEC2) GetNetworkInsightsAccessScopeContentRequest

GetNetworkInsightsAccessScopeContentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetNetworkInsightsAccessScopeContentWithContext

func (_m *MockFakeEC2) GetNetworkInsightsAccessScopeContentWithContext(_a0 context.Context, _a1 *ec2.GetNetworkInsightsAccessScopeContentInput, _a2 ...request.Option) (*ec2.GetNetworkInsightsAccessScopeContentOutput, error)

GetNetworkInsightsAccessScopeContentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetPasswordData

func (_m *MockFakeEC2) GetPasswordData(_a0 *ec2.GetPasswordDataInput) (*ec2.GetPasswordDataOutput, error)

GetPasswordData provides a mock function with given fields: _a0

func (*MockFakeEC2) GetPasswordDataRequest

func (_m *MockFakeEC2) GetPasswordDataRequest(_a0 *ec2.GetPasswordDataInput) (*request.Request, *ec2.GetPasswordDataOutput)

GetPasswordDataRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetPasswordDataWithContext

func (_m *MockFakeEC2) GetPasswordDataWithContext(_a0 context.Context, _a1 *ec2.GetPasswordDataInput, _a2 ...request.Option) (*ec2.GetPasswordDataOutput, error)

GetPasswordDataWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetReservedInstancesExchangeQuote

GetReservedInstancesExchangeQuote provides a mock function with given fields: _a0

func (*MockFakeEC2) GetReservedInstancesExchangeQuoteRequest

GetReservedInstancesExchangeQuoteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetReservedInstancesExchangeQuoteWithContext

func (_m *MockFakeEC2) GetReservedInstancesExchangeQuoteWithContext(_a0 context.Context, _a1 *ec2.GetReservedInstancesExchangeQuoteInput, _a2 ...request.Option) (*ec2.GetReservedInstancesExchangeQuoteOutput, error)

GetReservedInstancesExchangeQuoteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetSerialConsoleAccessStatus

GetSerialConsoleAccessStatus provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSerialConsoleAccessStatusRequest

func (_m *MockFakeEC2) GetSerialConsoleAccessStatusRequest(_a0 *ec2.GetSerialConsoleAccessStatusInput) (*request.Request, *ec2.GetSerialConsoleAccessStatusOutput)

GetSerialConsoleAccessStatusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSerialConsoleAccessStatusWithContext

func (_m *MockFakeEC2) GetSerialConsoleAccessStatusWithContext(_a0 context.Context, _a1 *ec2.GetSerialConsoleAccessStatusInput, _a2 ...request.Option) (*ec2.GetSerialConsoleAccessStatusOutput, error)

GetSerialConsoleAccessStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetSpotPlacementScores

GetSpotPlacementScores provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSpotPlacementScoresPages

func (_m *MockFakeEC2) GetSpotPlacementScoresPages(_a0 *ec2.GetSpotPlacementScoresInput, _a1 func(*ec2.GetSpotPlacementScoresOutput, bool) bool) error

GetSpotPlacementScoresPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetSpotPlacementScoresPagesWithContext

func (_m *MockFakeEC2) GetSpotPlacementScoresPagesWithContext(_a0 context.Context, _a1 *ec2.GetSpotPlacementScoresInput, _a2 func(*ec2.GetSpotPlacementScoresOutput, bool) bool, _a3 ...request.Option) error

GetSpotPlacementScoresPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetSpotPlacementScoresRequest

func (_m *MockFakeEC2) GetSpotPlacementScoresRequest(_a0 *ec2.GetSpotPlacementScoresInput) (*request.Request, *ec2.GetSpotPlacementScoresOutput)

GetSpotPlacementScoresRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSpotPlacementScoresWithContext

func (_m *MockFakeEC2) GetSpotPlacementScoresWithContext(_a0 context.Context, _a1 *ec2.GetSpotPlacementScoresInput, _a2 ...request.Option) (*ec2.GetSpotPlacementScoresOutput, error)

GetSpotPlacementScoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetSubnetCidrReservations

GetSubnetCidrReservations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSubnetCidrReservationsRequest

func (_m *MockFakeEC2) GetSubnetCidrReservationsRequest(_a0 *ec2.GetSubnetCidrReservationsInput) (*request.Request, *ec2.GetSubnetCidrReservationsOutput)

GetSubnetCidrReservationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetSubnetCidrReservationsWithContext

func (_m *MockFakeEC2) GetSubnetCidrReservationsWithContext(_a0 context.Context, _a1 *ec2.GetSubnetCidrReservationsInput, _a2 ...request.Option) (*ec2.GetSubnetCidrReservationsOutput, error)

GetSubnetCidrReservationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayAttachmentPropagations

GetTransitGatewayAttachmentPropagations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayAttachmentPropagationsPages

func (_m *MockFakeEC2) GetTransitGatewayAttachmentPropagationsPages(_a0 *ec2.GetTransitGatewayAttachmentPropagationsInput, _a1 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool) error

GetTransitGatewayAttachmentPropagationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayAttachmentPropagationsPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayAttachmentPropagationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayAttachmentPropagationsInput, _a2 func(*ec2.GetTransitGatewayAttachmentPropagationsOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayAttachmentPropagationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayAttachmentPropagationsRequest

GetTransitGatewayAttachmentPropagationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayAttachmentPropagationsWithContext

func (_m *MockFakeEC2) GetTransitGatewayAttachmentPropagationsWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayAttachmentPropagationsInput, _a2 ...request.Option) (*ec2.GetTransitGatewayAttachmentPropagationsOutput, error)

GetTransitGatewayAttachmentPropagationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayMulticastDomainAssociations

GetTransitGatewayMulticastDomainAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsPages

func (_m *MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsPages(_a0 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, _a1 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool) error

GetTransitGatewayMulticastDomainAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, _a2 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayMulticastDomainAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsRequest

GetTransitGatewayMulticastDomainAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsWithContext

func (_m *MockFakeEC2) GetTransitGatewayMulticastDomainAssociationsWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, _a2 ...request.Option) (*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, error)

GetTransitGatewayMulticastDomainAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayPolicyTableAssociations

GetTransitGatewayPolicyTableAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPolicyTableAssociationsPages

func (_m *MockFakeEC2) GetTransitGatewayPolicyTableAssociationsPages(_a0 *ec2.GetTransitGatewayPolicyTableAssociationsInput, _a1 func(*ec2.GetTransitGatewayPolicyTableAssociationsOutput, bool) bool) error

GetTransitGatewayPolicyTableAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayPolicyTableAssociationsPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayPolicyTableAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayPolicyTableAssociationsInput, _a2 func(*ec2.GetTransitGatewayPolicyTableAssociationsOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayPolicyTableAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayPolicyTableAssociationsRequest

GetTransitGatewayPolicyTableAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPolicyTableAssociationsWithContext

func (_m *MockFakeEC2) GetTransitGatewayPolicyTableAssociationsWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayPolicyTableAssociationsInput, _a2 ...request.Option) (*ec2.GetTransitGatewayPolicyTableAssociationsOutput, error)

GetTransitGatewayPolicyTableAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayPolicyTableEntries

GetTransitGatewayPolicyTableEntries provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPolicyTableEntriesRequest

GetTransitGatewayPolicyTableEntriesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPolicyTableEntriesWithContext

func (_m *MockFakeEC2) GetTransitGatewayPolicyTableEntriesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayPolicyTableEntriesInput, _a2 ...request.Option) (*ec2.GetTransitGatewayPolicyTableEntriesOutput, error)

GetTransitGatewayPolicyTableEntriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayPrefixListReferences

GetTransitGatewayPrefixListReferences provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPrefixListReferencesPages

func (_m *MockFakeEC2) GetTransitGatewayPrefixListReferencesPages(_a0 *ec2.GetTransitGatewayPrefixListReferencesInput, _a1 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool) error

GetTransitGatewayPrefixListReferencesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayPrefixListReferencesPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayPrefixListReferencesPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayPrefixListReferencesInput, _a2 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayPrefixListReferencesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayPrefixListReferencesRequest

GetTransitGatewayPrefixListReferencesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayPrefixListReferencesWithContext

func (_m *MockFakeEC2) GetTransitGatewayPrefixListReferencesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayPrefixListReferencesInput, _a2 ...request.Option) (*ec2.GetTransitGatewayPrefixListReferencesOutput, error)

GetTransitGatewayPrefixListReferencesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayRouteTableAssociations

GetTransitGatewayRouteTableAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayRouteTableAssociationsPages

func (_m *MockFakeEC2) GetTransitGatewayRouteTableAssociationsPages(_a0 *ec2.GetTransitGatewayRouteTableAssociationsInput, _a1 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool) error

GetTransitGatewayRouteTableAssociationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayRouteTableAssociationsPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayRouteTableAssociationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayRouteTableAssociationsInput, _a2 func(*ec2.GetTransitGatewayRouteTableAssociationsOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayRouteTableAssociationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayRouteTableAssociationsRequest

GetTransitGatewayRouteTableAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayRouteTableAssociationsWithContext

func (_m *MockFakeEC2) GetTransitGatewayRouteTableAssociationsWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayRouteTableAssociationsInput, _a2 ...request.Option) (*ec2.GetTransitGatewayRouteTableAssociationsOutput, error)

GetTransitGatewayRouteTableAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetTransitGatewayRouteTablePropagations

GetTransitGatewayRouteTablePropagations provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayRouteTablePropagationsPages

func (_m *MockFakeEC2) GetTransitGatewayRouteTablePropagationsPages(_a0 *ec2.GetTransitGatewayRouteTablePropagationsInput, _a1 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool) error

GetTransitGatewayRouteTablePropagationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetTransitGatewayRouteTablePropagationsPagesWithContext

func (_m *MockFakeEC2) GetTransitGatewayRouteTablePropagationsPagesWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayRouteTablePropagationsInput, _a2 func(*ec2.GetTransitGatewayRouteTablePropagationsOutput, bool) bool, _a3 ...request.Option) error

GetTransitGatewayRouteTablePropagationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetTransitGatewayRouteTablePropagationsRequest

GetTransitGatewayRouteTablePropagationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetTransitGatewayRouteTablePropagationsWithContext

func (_m *MockFakeEC2) GetTransitGatewayRouteTablePropagationsWithContext(_a0 context.Context, _a1 *ec2.GetTransitGatewayRouteTablePropagationsInput, _a2 ...request.Option) (*ec2.GetTransitGatewayRouteTablePropagationsOutput, error)

GetTransitGatewayRouteTablePropagationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetVpnConnectionDeviceSampleConfiguration

GetVpnConnectionDeviceSampleConfiguration provides a mock function with given fields: _a0

func (*MockFakeEC2) GetVpnConnectionDeviceSampleConfigurationRequest

GetVpnConnectionDeviceSampleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetVpnConnectionDeviceSampleConfigurationWithContext

func (_m *MockFakeEC2) GetVpnConnectionDeviceSampleConfigurationWithContext(_a0 context.Context, _a1 *ec2.GetVpnConnectionDeviceSampleConfigurationInput, _a2 ...request.Option) (*ec2.GetVpnConnectionDeviceSampleConfigurationOutput, error)

GetVpnConnectionDeviceSampleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) GetVpnConnectionDeviceTypes

GetVpnConnectionDeviceTypes provides a mock function with given fields: _a0

func (*MockFakeEC2) GetVpnConnectionDeviceTypesPages

func (_m *MockFakeEC2) GetVpnConnectionDeviceTypesPages(_a0 *ec2.GetVpnConnectionDeviceTypesInput, _a1 func(*ec2.GetVpnConnectionDeviceTypesOutput, bool) bool) error

GetVpnConnectionDeviceTypesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) GetVpnConnectionDeviceTypesPagesWithContext

func (_m *MockFakeEC2) GetVpnConnectionDeviceTypesPagesWithContext(_a0 context.Context, _a1 *ec2.GetVpnConnectionDeviceTypesInput, _a2 func(*ec2.GetVpnConnectionDeviceTypesOutput, bool) bool, _a3 ...request.Option) error

GetVpnConnectionDeviceTypesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) GetVpnConnectionDeviceTypesRequest

func (_m *MockFakeEC2) GetVpnConnectionDeviceTypesRequest(_a0 *ec2.GetVpnConnectionDeviceTypesInput) (*request.Request, *ec2.GetVpnConnectionDeviceTypesOutput)

GetVpnConnectionDeviceTypesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) GetVpnConnectionDeviceTypesWithContext

func (_m *MockFakeEC2) GetVpnConnectionDeviceTypesWithContext(_a0 context.Context, _a1 *ec2.GetVpnConnectionDeviceTypesInput, _a2 ...request.Option) (*ec2.GetVpnConnectionDeviceTypesOutput, error)

GetVpnConnectionDeviceTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportClientVpnClientCertificateRevocationList

ImportClientVpnClientCertificateRevocationList provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportClientVpnClientCertificateRevocationListRequest

ImportClientVpnClientCertificateRevocationListRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportClientVpnClientCertificateRevocationListWithContext

func (_m *MockFakeEC2) ImportClientVpnClientCertificateRevocationListWithContext(_a0 context.Context, _a1 *ec2.ImportClientVpnClientCertificateRevocationListInput, _a2 ...request.Option) (*ec2.ImportClientVpnClientCertificateRevocationListOutput, error)

ImportClientVpnClientCertificateRevocationListWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportImage

func (_m *MockFakeEC2) ImportImage(_a0 *ec2.ImportImageInput) (*ec2.ImportImageOutput, error)

ImportImage provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportImageRequest

func (_m *MockFakeEC2) ImportImageRequest(_a0 *ec2.ImportImageInput) (*request.Request, *ec2.ImportImageOutput)

ImportImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportImageWithContext

func (_m *MockFakeEC2) ImportImageWithContext(_a0 context.Context, _a1 *ec2.ImportImageInput, _a2 ...request.Option) (*ec2.ImportImageOutput, error)

ImportImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportInstance

func (_m *MockFakeEC2) ImportInstance(_a0 *ec2.ImportInstanceInput) (*ec2.ImportInstanceOutput, error)

ImportInstance provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportInstanceRequest

func (_m *MockFakeEC2) ImportInstanceRequest(_a0 *ec2.ImportInstanceInput) (*request.Request, *ec2.ImportInstanceOutput)

ImportInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportInstanceWithContext

func (_m *MockFakeEC2) ImportInstanceWithContext(_a0 context.Context, _a1 *ec2.ImportInstanceInput, _a2 ...request.Option) (*ec2.ImportInstanceOutput, error)

ImportInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportKeyPair

func (_m *MockFakeEC2) ImportKeyPair(_a0 *ec2.ImportKeyPairInput) (*ec2.ImportKeyPairOutput, error)

ImportKeyPair provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportKeyPairRequest

func (_m *MockFakeEC2) ImportKeyPairRequest(_a0 *ec2.ImportKeyPairInput) (*request.Request, *ec2.ImportKeyPairOutput)

ImportKeyPairRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportKeyPairWithContext

func (_m *MockFakeEC2) ImportKeyPairWithContext(_a0 context.Context, _a1 *ec2.ImportKeyPairInput, _a2 ...request.Option) (*ec2.ImportKeyPairOutput, error)

ImportKeyPairWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportSnapshot

func (_m *MockFakeEC2) ImportSnapshot(_a0 *ec2.ImportSnapshotInput) (*ec2.ImportSnapshotOutput, error)

ImportSnapshot provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportSnapshotRequest

func (_m *MockFakeEC2) ImportSnapshotRequest(_a0 *ec2.ImportSnapshotInput) (*request.Request, *ec2.ImportSnapshotOutput)

ImportSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportSnapshotWithContext

func (_m *MockFakeEC2) ImportSnapshotWithContext(_a0 context.Context, _a1 *ec2.ImportSnapshotInput, _a2 ...request.Option) (*ec2.ImportSnapshotOutput, error)

ImportSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ImportVolume

func (_m *MockFakeEC2) ImportVolume(_a0 *ec2.ImportVolumeInput) (*ec2.ImportVolumeOutput, error)

ImportVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportVolumeRequest

func (_m *MockFakeEC2) ImportVolumeRequest(_a0 *ec2.ImportVolumeInput) (*request.Request, *ec2.ImportVolumeOutput)

ImportVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ImportVolumeWithContext

func (_m *MockFakeEC2) ImportVolumeWithContext(_a0 context.Context, _a1 *ec2.ImportVolumeInput, _a2 ...request.Option) (*ec2.ImportVolumeOutput, error)

ImportVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ListImagesInRecycleBin

ListImagesInRecycleBin provides a mock function with given fields: _a0

func (*MockFakeEC2) ListImagesInRecycleBinPages

func (_m *MockFakeEC2) ListImagesInRecycleBinPages(_a0 *ec2.ListImagesInRecycleBinInput, _a1 func(*ec2.ListImagesInRecycleBinOutput, bool) bool) error

ListImagesInRecycleBinPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) ListImagesInRecycleBinPagesWithContext

func (_m *MockFakeEC2) ListImagesInRecycleBinPagesWithContext(_a0 context.Context, _a1 *ec2.ListImagesInRecycleBinInput, _a2 func(*ec2.ListImagesInRecycleBinOutput, bool) bool, _a3 ...request.Option) error

ListImagesInRecycleBinPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) ListImagesInRecycleBinRequest

func (_m *MockFakeEC2) ListImagesInRecycleBinRequest(_a0 *ec2.ListImagesInRecycleBinInput) (*request.Request, *ec2.ListImagesInRecycleBinOutput)

ListImagesInRecycleBinRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ListImagesInRecycleBinWithContext

func (_m *MockFakeEC2) ListImagesInRecycleBinWithContext(_a0 context.Context, _a1 *ec2.ListImagesInRecycleBinInput, _a2 ...request.Option) (*ec2.ListImagesInRecycleBinOutput, error)

ListImagesInRecycleBinWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ListSnapshotsInRecycleBin

ListSnapshotsInRecycleBin provides a mock function with given fields: _a0

func (*MockFakeEC2) ListSnapshotsInRecycleBinPages

func (_m *MockFakeEC2) ListSnapshotsInRecycleBinPages(_a0 *ec2.ListSnapshotsInRecycleBinInput, _a1 func(*ec2.ListSnapshotsInRecycleBinOutput, bool) bool) error

ListSnapshotsInRecycleBinPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) ListSnapshotsInRecycleBinPagesWithContext

func (_m *MockFakeEC2) ListSnapshotsInRecycleBinPagesWithContext(_a0 context.Context, _a1 *ec2.ListSnapshotsInRecycleBinInput, _a2 func(*ec2.ListSnapshotsInRecycleBinOutput, bool) bool, _a3 ...request.Option) error

ListSnapshotsInRecycleBinPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) ListSnapshotsInRecycleBinRequest

func (_m *MockFakeEC2) ListSnapshotsInRecycleBinRequest(_a0 *ec2.ListSnapshotsInRecycleBinInput) (*request.Request, *ec2.ListSnapshotsInRecycleBinOutput)

ListSnapshotsInRecycleBinRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ListSnapshotsInRecycleBinWithContext

func (_m *MockFakeEC2) ListSnapshotsInRecycleBinWithContext(_a0 context.Context, _a1 *ec2.ListSnapshotsInRecycleBinInput, _a2 ...request.Option) (*ec2.ListSnapshotsInRecycleBinOutput, error)

ListSnapshotsInRecycleBinWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyAddressAttribute

ModifyAddressAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyAddressAttributeRequest

func (_m *MockFakeEC2) ModifyAddressAttributeRequest(_a0 *ec2.ModifyAddressAttributeInput) (*request.Request, *ec2.ModifyAddressAttributeOutput)

ModifyAddressAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyAddressAttributeWithContext

func (_m *MockFakeEC2) ModifyAddressAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyAddressAttributeInput, _a2 ...request.Option) (*ec2.ModifyAddressAttributeOutput, error)

ModifyAddressAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyAvailabilityZoneGroup

ModifyAvailabilityZoneGroup provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyAvailabilityZoneGroupRequest

func (_m *MockFakeEC2) ModifyAvailabilityZoneGroupRequest(_a0 *ec2.ModifyAvailabilityZoneGroupInput) (*request.Request, *ec2.ModifyAvailabilityZoneGroupOutput)

ModifyAvailabilityZoneGroupRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyAvailabilityZoneGroupWithContext

func (_m *MockFakeEC2) ModifyAvailabilityZoneGroupWithContext(_a0 context.Context, _a1 *ec2.ModifyAvailabilityZoneGroupInput, _a2 ...request.Option) (*ec2.ModifyAvailabilityZoneGroupOutput, error)

ModifyAvailabilityZoneGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyCapacityReservation

ModifyCapacityReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyCapacityReservationFleet

ModifyCapacityReservationFleet provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyCapacityReservationFleetRequest

func (_m *MockFakeEC2) ModifyCapacityReservationFleetRequest(_a0 *ec2.ModifyCapacityReservationFleetInput) (*request.Request, *ec2.ModifyCapacityReservationFleetOutput)

ModifyCapacityReservationFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyCapacityReservationFleetWithContext

func (_m *MockFakeEC2) ModifyCapacityReservationFleetWithContext(_a0 context.Context, _a1 *ec2.ModifyCapacityReservationFleetInput, _a2 ...request.Option) (*ec2.ModifyCapacityReservationFleetOutput, error)

ModifyCapacityReservationFleetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyCapacityReservationRequest

func (_m *MockFakeEC2) ModifyCapacityReservationRequest(_a0 *ec2.ModifyCapacityReservationInput) (*request.Request, *ec2.ModifyCapacityReservationOutput)

ModifyCapacityReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyCapacityReservationWithContext

func (_m *MockFakeEC2) ModifyCapacityReservationWithContext(_a0 context.Context, _a1 *ec2.ModifyCapacityReservationInput, _a2 ...request.Option) (*ec2.ModifyCapacityReservationOutput, error)

ModifyCapacityReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyClientVpnEndpoint

ModifyClientVpnEndpoint provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyClientVpnEndpointRequest

func (_m *MockFakeEC2) ModifyClientVpnEndpointRequest(_a0 *ec2.ModifyClientVpnEndpointInput) (*request.Request, *ec2.ModifyClientVpnEndpointOutput)

ModifyClientVpnEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyClientVpnEndpointWithContext

func (_m *MockFakeEC2) ModifyClientVpnEndpointWithContext(_a0 context.Context, _a1 *ec2.ModifyClientVpnEndpointInput, _a2 ...request.Option) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyDefaultCreditSpecification

ModifyDefaultCreditSpecification provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyDefaultCreditSpecificationRequest

ModifyDefaultCreditSpecificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyDefaultCreditSpecificationWithContext

func (_m *MockFakeEC2) ModifyDefaultCreditSpecificationWithContext(_a0 context.Context, _a1 *ec2.ModifyDefaultCreditSpecificationInput, _a2 ...request.Option) (*ec2.ModifyDefaultCreditSpecificationOutput, error)

ModifyDefaultCreditSpecificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyEbsDefaultKmsKeyId

ModifyEbsDefaultKmsKeyId provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyEbsDefaultKmsKeyIdRequest

func (_m *MockFakeEC2) ModifyEbsDefaultKmsKeyIdRequest(_a0 *ec2.ModifyEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ModifyEbsDefaultKmsKeyIdOutput)

ModifyEbsDefaultKmsKeyIdRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyEbsDefaultKmsKeyIdWithContext

func (_m *MockFakeEC2) ModifyEbsDefaultKmsKeyIdWithContext(_a0 context.Context, _a1 *ec2.ModifyEbsDefaultKmsKeyIdInput, _a2 ...request.Option) (*ec2.ModifyEbsDefaultKmsKeyIdOutput, error)

ModifyEbsDefaultKmsKeyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyFleet

func (_m *MockFakeEC2) ModifyFleet(_a0 *ec2.ModifyFleetInput) (*ec2.ModifyFleetOutput, error)

ModifyFleet provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyFleetRequest

func (_m *MockFakeEC2) ModifyFleetRequest(_a0 *ec2.ModifyFleetInput) (*request.Request, *ec2.ModifyFleetOutput)

ModifyFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyFleetWithContext

func (_m *MockFakeEC2) ModifyFleetWithContext(_a0 context.Context, _a1 *ec2.ModifyFleetInput, _a2 ...request.Option) (*ec2.ModifyFleetOutput, error)

ModifyFleetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyFpgaImageAttribute

ModifyFpgaImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyFpgaImageAttributeRequest

func (_m *MockFakeEC2) ModifyFpgaImageAttributeRequest(_a0 *ec2.ModifyFpgaImageAttributeInput) (*request.Request, *ec2.ModifyFpgaImageAttributeOutput)

ModifyFpgaImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyFpgaImageAttributeWithContext

func (_m *MockFakeEC2) ModifyFpgaImageAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyFpgaImageAttributeInput, _a2 ...request.Option) (*ec2.ModifyFpgaImageAttributeOutput, error)

ModifyFpgaImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyHosts

func (_m *MockFakeEC2) ModifyHosts(_a0 *ec2.ModifyHostsInput) (*ec2.ModifyHostsOutput, error)

ModifyHosts provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyHostsRequest

func (_m *MockFakeEC2) ModifyHostsRequest(_a0 *ec2.ModifyHostsInput) (*request.Request, *ec2.ModifyHostsOutput)

ModifyHostsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyHostsWithContext

func (_m *MockFakeEC2) ModifyHostsWithContext(_a0 context.Context, _a1 *ec2.ModifyHostsInput, _a2 ...request.Option) (*ec2.ModifyHostsOutput, error)

ModifyHostsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIdFormat

func (_m *MockFakeEC2) ModifyIdFormat(_a0 *ec2.ModifyIdFormatInput) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIdFormatRequest

func (_m *MockFakeEC2) ModifyIdFormatRequest(_a0 *ec2.ModifyIdFormatInput) (*request.Request, *ec2.ModifyIdFormatOutput)

ModifyIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIdFormatWithContext

func (_m *MockFakeEC2) ModifyIdFormatWithContext(_a0 context.Context, _a1 *ec2.ModifyIdFormatInput, _a2 ...request.Option) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIdentityIdFormat

ModifyIdentityIdFormat provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIdentityIdFormatRequest

func (_m *MockFakeEC2) ModifyIdentityIdFormatRequest(_a0 *ec2.ModifyIdentityIdFormatInput) (*request.Request, *ec2.ModifyIdentityIdFormatOutput)

ModifyIdentityIdFormatRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIdentityIdFormatWithContext

func (_m *MockFakeEC2) ModifyIdentityIdFormatWithContext(_a0 context.Context, _a1 *ec2.ModifyIdentityIdFormatInput, _a2 ...request.Option) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormatWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyImageAttribute

func (_m *MockFakeEC2) ModifyImageAttribute(_a0 *ec2.ModifyImageAttributeInput) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyImageAttributeRequest

func (_m *MockFakeEC2) ModifyImageAttributeRequest(_a0 *ec2.ModifyImageAttributeInput) (*request.Request, *ec2.ModifyImageAttributeOutput)

ModifyImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyImageAttributeWithContext

func (_m *MockFakeEC2) ModifyImageAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyImageAttributeInput, _a2 ...request.Option) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceAttribute

ModifyInstanceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceAttributeRequest

func (_m *MockFakeEC2) ModifyInstanceAttributeRequest(_a0 *ec2.ModifyInstanceAttributeInput) (*request.Request, *ec2.ModifyInstanceAttributeOutput)

ModifyInstanceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceAttributeWithContext

func (_m *MockFakeEC2) ModifyInstanceAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceAttributeInput, _a2 ...request.Option) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceCapacityReservationAttributes

ModifyInstanceCapacityReservationAttributes provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceCapacityReservationAttributesRequest

ModifyInstanceCapacityReservationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceCapacityReservationAttributesWithContext

func (_m *MockFakeEC2) ModifyInstanceCapacityReservationAttributesWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceCapacityReservationAttributesInput, _a2 ...request.Option) (*ec2.ModifyInstanceCapacityReservationAttributesOutput, error)

ModifyInstanceCapacityReservationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceCreditSpecification

ModifyInstanceCreditSpecification provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceCreditSpecificationRequest

ModifyInstanceCreditSpecificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceCreditSpecificationWithContext

func (_m *MockFakeEC2) ModifyInstanceCreditSpecificationWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceCreditSpecificationInput, _a2 ...request.Option) (*ec2.ModifyInstanceCreditSpecificationOutput, error)

ModifyInstanceCreditSpecificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceEventStartTime

ModifyInstanceEventStartTime provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceEventStartTimeRequest

func (_m *MockFakeEC2) ModifyInstanceEventStartTimeRequest(_a0 *ec2.ModifyInstanceEventStartTimeInput) (*request.Request, *ec2.ModifyInstanceEventStartTimeOutput)

ModifyInstanceEventStartTimeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceEventStartTimeWithContext

func (_m *MockFakeEC2) ModifyInstanceEventStartTimeWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceEventStartTimeInput, _a2 ...request.Option) (*ec2.ModifyInstanceEventStartTimeOutput, error)

ModifyInstanceEventStartTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceEventWindow

ModifyInstanceEventWindow provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceEventWindowRequest

func (_m *MockFakeEC2) ModifyInstanceEventWindowRequest(_a0 *ec2.ModifyInstanceEventWindowInput) (*request.Request, *ec2.ModifyInstanceEventWindowOutput)

ModifyInstanceEventWindowRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceEventWindowWithContext

func (_m *MockFakeEC2) ModifyInstanceEventWindowWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceEventWindowInput, _a2 ...request.Option) (*ec2.ModifyInstanceEventWindowOutput, error)

ModifyInstanceEventWindowWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceMaintenanceOptions

ModifyInstanceMaintenanceOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceMaintenanceOptionsRequest

ModifyInstanceMaintenanceOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceMaintenanceOptionsWithContext

func (_m *MockFakeEC2) ModifyInstanceMaintenanceOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceMaintenanceOptionsInput, _a2 ...request.Option) (*ec2.ModifyInstanceMaintenanceOptionsOutput, error)

ModifyInstanceMaintenanceOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstanceMetadataOptions

ModifyInstanceMetadataOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceMetadataOptionsRequest

func (_m *MockFakeEC2) ModifyInstanceMetadataOptionsRequest(_a0 *ec2.ModifyInstanceMetadataOptionsInput) (*request.Request, *ec2.ModifyInstanceMetadataOptionsOutput)

ModifyInstanceMetadataOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstanceMetadataOptionsWithContext

func (_m *MockFakeEC2) ModifyInstanceMetadataOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyInstanceMetadataOptionsInput, _a2 ...request.Option) (*ec2.ModifyInstanceMetadataOptionsOutput, error)

ModifyInstanceMetadataOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyInstancePlacement

ModifyInstancePlacement provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstancePlacementRequest

func (_m *MockFakeEC2) ModifyInstancePlacementRequest(_a0 *ec2.ModifyInstancePlacementInput) (*request.Request, *ec2.ModifyInstancePlacementOutput)

ModifyInstancePlacementRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyInstancePlacementWithContext

func (_m *MockFakeEC2) ModifyInstancePlacementWithContext(_a0 context.Context, _a1 *ec2.ModifyInstancePlacementInput, _a2 ...request.Option) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacementWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIpam

func (_m *MockFakeEC2) ModifyIpam(_a0 *ec2.ModifyIpamInput) (*ec2.ModifyIpamOutput, error)

ModifyIpam provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamPool

func (_m *MockFakeEC2) ModifyIpamPool(_a0 *ec2.ModifyIpamPoolInput) (*ec2.ModifyIpamPoolOutput, error)

ModifyIpamPool provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamPoolRequest

func (_m *MockFakeEC2) ModifyIpamPoolRequest(_a0 *ec2.ModifyIpamPoolInput) (*request.Request, *ec2.ModifyIpamPoolOutput)

ModifyIpamPoolRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamPoolWithContext

func (_m *MockFakeEC2) ModifyIpamPoolWithContext(_a0 context.Context, _a1 *ec2.ModifyIpamPoolInput, _a2 ...request.Option) (*ec2.ModifyIpamPoolOutput, error)

ModifyIpamPoolWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIpamRequest

func (_m *MockFakeEC2) ModifyIpamRequest(_a0 *ec2.ModifyIpamInput) (*request.Request, *ec2.ModifyIpamOutput)

ModifyIpamRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamResourceCidr

ModifyIpamResourceCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamResourceCidrRequest

func (_m *MockFakeEC2) ModifyIpamResourceCidrRequest(_a0 *ec2.ModifyIpamResourceCidrInput) (*request.Request, *ec2.ModifyIpamResourceCidrOutput)

ModifyIpamResourceCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamResourceCidrWithContext

func (_m *MockFakeEC2) ModifyIpamResourceCidrWithContext(_a0 context.Context, _a1 *ec2.ModifyIpamResourceCidrInput, _a2 ...request.Option) (*ec2.ModifyIpamResourceCidrOutput, error)

ModifyIpamResourceCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIpamScope

func (_m *MockFakeEC2) ModifyIpamScope(_a0 *ec2.ModifyIpamScopeInput) (*ec2.ModifyIpamScopeOutput, error)

ModifyIpamScope provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamScopeRequest

func (_m *MockFakeEC2) ModifyIpamScopeRequest(_a0 *ec2.ModifyIpamScopeInput) (*request.Request, *ec2.ModifyIpamScopeOutput)

ModifyIpamScopeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyIpamScopeWithContext

func (_m *MockFakeEC2) ModifyIpamScopeWithContext(_a0 context.Context, _a1 *ec2.ModifyIpamScopeInput, _a2 ...request.Option) (*ec2.ModifyIpamScopeOutput, error)

ModifyIpamScopeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyIpamWithContext

func (_m *MockFakeEC2) ModifyIpamWithContext(_a0 context.Context, _a1 *ec2.ModifyIpamInput, _a2 ...request.Option) (*ec2.ModifyIpamOutput, error)

ModifyIpamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyLaunchTemplate

func (_m *MockFakeEC2) ModifyLaunchTemplate(_a0 *ec2.ModifyLaunchTemplateInput) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplate provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyLaunchTemplateRequest

func (_m *MockFakeEC2) ModifyLaunchTemplateRequest(_a0 *ec2.ModifyLaunchTemplateInput) (*request.Request, *ec2.ModifyLaunchTemplateOutput)

ModifyLaunchTemplateRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyLaunchTemplateWithContext

func (_m *MockFakeEC2) ModifyLaunchTemplateWithContext(_a0 context.Context, _a1 *ec2.ModifyLaunchTemplateInput, _a2 ...request.Option) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyLocalGatewayRoute

ModifyLocalGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyLocalGatewayRouteRequest

func (_m *MockFakeEC2) ModifyLocalGatewayRouteRequest(_a0 *ec2.ModifyLocalGatewayRouteInput) (*request.Request, *ec2.ModifyLocalGatewayRouteOutput)

ModifyLocalGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyLocalGatewayRouteWithContext

func (_m *MockFakeEC2) ModifyLocalGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.ModifyLocalGatewayRouteInput, _a2 ...request.Option) (*ec2.ModifyLocalGatewayRouteOutput, error)

ModifyLocalGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyManagedPrefixList

ModifyManagedPrefixList provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyManagedPrefixListRequest

func (_m *MockFakeEC2) ModifyManagedPrefixListRequest(_a0 *ec2.ModifyManagedPrefixListInput) (*request.Request, *ec2.ModifyManagedPrefixListOutput)

ModifyManagedPrefixListRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyManagedPrefixListWithContext

func (_m *MockFakeEC2) ModifyManagedPrefixListWithContext(_a0 context.Context, _a1 *ec2.ModifyManagedPrefixListInput, _a2 ...request.Option) (*ec2.ModifyManagedPrefixListOutput, error)

ModifyManagedPrefixListWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyNetworkInterfaceAttribute

ModifyNetworkInterfaceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyNetworkInterfaceAttributeRequest

ModifyNetworkInterfaceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyNetworkInterfaceAttributeWithContext

func (_m *MockFakeEC2) ModifyNetworkInterfaceAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyNetworkInterfaceAttributeInput, _a2 ...request.Option) (*ec2.ModifyNetworkInterfaceAttributeOutput, error)

ModifyNetworkInterfaceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyPrivateDnsNameOptions

ModifyPrivateDnsNameOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyPrivateDnsNameOptionsRequest

func (_m *MockFakeEC2) ModifyPrivateDnsNameOptionsRequest(_a0 *ec2.ModifyPrivateDnsNameOptionsInput) (*request.Request, *ec2.ModifyPrivateDnsNameOptionsOutput)

ModifyPrivateDnsNameOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyPrivateDnsNameOptionsWithContext

func (_m *MockFakeEC2) ModifyPrivateDnsNameOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyPrivateDnsNameOptionsInput, _a2 ...request.Option) (*ec2.ModifyPrivateDnsNameOptionsOutput, error)

ModifyPrivateDnsNameOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyReservedInstances

ModifyReservedInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyReservedInstancesRequest

func (_m *MockFakeEC2) ModifyReservedInstancesRequest(_a0 *ec2.ModifyReservedInstancesInput) (*request.Request, *ec2.ModifyReservedInstancesOutput)

ModifyReservedInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyReservedInstancesWithContext

func (_m *MockFakeEC2) ModifyReservedInstancesWithContext(_a0 context.Context, _a1 *ec2.ModifyReservedInstancesInput, _a2 ...request.Option) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifySecurityGroupRules

ModifySecurityGroupRules provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySecurityGroupRulesRequest

func (_m *MockFakeEC2) ModifySecurityGroupRulesRequest(_a0 *ec2.ModifySecurityGroupRulesInput) (*request.Request, *ec2.ModifySecurityGroupRulesOutput)

ModifySecurityGroupRulesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySecurityGroupRulesWithContext

func (_m *MockFakeEC2) ModifySecurityGroupRulesWithContext(_a0 context.Context, _a1 *ec2.ModifySecurityGroupRulesInput, _a2 ...request.Option) (*ec2.ModifySecurityGroupRulesOutput, error)

ModifySecurityGroupRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifySnapshotAttribute

ModifySnapshotAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySnapshotAttributeRequest

func (_m *MockFakeEC2) ModifySnapshotAttributeRequest(_a0 *ec2.ModifySnapshotAttributeInput) (*request.Request, *ec2.ModifySnapshotAttributeOutput)

ModifySnapshotAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySnapshotAttributeWithContext

func (_m *MockFakeEC2) ModifySnapshotAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifySnapshotAttributeInput, _a2 ...request.Option) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifySnapshotTier

func (_m *MockFakeEC2) ModifySnapshotTier(_a0 *ec2.ModifySnapshotTierInput) (*ec2.ModifySnapshotTierOutput, error)

ModifySnapshotTier provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySnapshotTierRequest

func (_m *MockFakeEC2) ModifySnapshotTierRequest(_a0 *ec2.ModifySnapshotTierInput) (*request.Request, *ec2.ModifySnapshotTierOutput)

ModifySnapshotTierRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySnapshotTierWithContext

func (_m *MockFakeEC2) ModifySnapshotTierWithContext(_a0 context.Context, _a1 *ec2.ModifySnapshotTierInput, _a2 ...request.Option) (*ec2.ModifySnapshotTierOutput, error)

ModifySnapshotTierWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifySpotFleetRequest

ModifySpotFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySpotFleetRequestRequest

func (_m *MockFakeEC2) ModifySpotFleetRequestRequest(_a0 *ec2.ModifySpotFleetRequestInput) (*request.Request, *ec2.ModifySpotFleetRequestOutput)

ModifySpotFleetRequestRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySpotFleetRequestWithContext

func (_m *MockFakeEC2) ModifySpotFleetRequestWithContext(_a0 context.Context, _a1 *ec2.ModifySpotFleetRequestInput, _a2 ...request.Option) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequestWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifySubnetAttribute

func (_m *MockFakeEC2) ModifySubnetAttribute(_a0 *ec2.ModifySubnetAttributeInput) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySubnetAttributeRequest

func (_m *MockFakeEC2) ModifySubnetAttributeRequest(_a0 *ec2.ModifySubnetAttributeInput) (*request.Request, *ec2.ModifySubnetAttributeOutput)

ModifySubnetAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifySubnetAttributeWithContext

func (_m *MockFakeEC2) ModifySubnetAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifySubnetAttributeInput, _a2 ...request.Option) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTrafficMirrorFilterNetworkServices

ModifyTrafficMirrorFilterNetworkServices provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorFilterNetworkServicesRequest

ModifyTrafficMirrorFilterNetworkServicesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorFilterNetworkServicesWithContext

func (_m *MockFakeEC2) ModifyTrafficMirrorFilterNetworkServicesWithContext(_a0 context.Context, _a1 *ec2.ModifyTrafficMirrorFilterNetworkServicesInput, _a2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterNetworkServicesOutput, error)

ModifyTrafficMirrorFilterNetworkServicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTrafficMirrorFilterRule

ModifyTrafficMirrorFilterRule provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorFilterRuleRequest

func (_m *MockFakeEC2) ModifyTrafficMirrorFilterRuleRequest(_a0 *ec2.ModifyTrafficMirrorFilterRuleInput) (*request.Request, *ec2.ModifyTrafficMirrorFilterRuleOutput)

ModifyTrafficMirrorFilterRuleRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorFilterRuleWithContext

func (_m *MockFakeEC2) ModifyTrafficMirrorFilterRuleWithContext(_a0 context.Context, _a1 *ec2.ModifyTrafficMirrorFilterRuleInput, _a2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterRuleOutput, error)

ModifyTrafficMirrorFilterRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTrafficMirrorSession

ModifyTrafficMirrorSession provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorSessionRequest

func (_m *MockFakeEC2) ModifyTrafficMirrorSessionRequest(_a0 *ec2.ModifyTrafficMirrorSessionInput) (*request.Request, *ec2.ModifyTrafficMirrorSessionOutput)

ModifyTrafficMirrorSessionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTrafficMirrorSessionWithContext

func (_m *MockFakeEC2) ModifyTrafficMirrorSessionWithContext(_a0 context.Context, _a1 *ec2.ModifyTrafficMirrorSessionInput, _a2 ...request.Option) (*ec2.ModifyTrafficMirrorSessionOutput, error)

ModifyTrafficMirrorSessionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTransitGateway

func (_m *MockFakeEC2) ModifyTransitGateway(_a0 *ec2.ModifyTransitGatewayInput) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGateway provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayPrefixListReference

ModifyTransitGatewayPrefixListReference provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayPrefixListReferenceRequest

ModifyTransitGatewayPrefixListReferenceRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayPrefixListReferenceWithContext

func (_m *MockFakeEC2) ModifyTransitGatewayPrefixListReferenceWithContext(_a0 context.Context, _a1 *ec2.ModifyTransitGatewayPrefixListReferenceInput, _a2 ...request.Option) (*ec2.ModifyTransitGatewayPrefixListReferenceOutput, error)

ModifyTransitGatewayPrefixListReferenceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTransitGatewayRequest

func (_m *MockFakeEC2) ModifyTransitGatewayRequest(_a0 *ec2.ModifyTransitGatewayInput) (*request.Request, *ec2.ModifyTransitGatewayOutput)

ModifyTransitGatewayRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayVpcAttachment

ModifyTransitGatewayVpcAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayVpcAttachmentRequest

ModifyTransitGatewayVpcAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyTransitGatewayVpcAttachmentWithContext

func (_m *MockFakeEC2) ModifyTransitGatewayVpcAttachmentWithContext(_a0 context.Context, _a1 *ec2.ModifyTransitGatewayVpcAttachmentInput, _a2 ...request.Option) (*ec2.ModifyTransitGatewayVpcAttachmentOutput, error)

ModifyTransitGatewayVpcAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyTransitGatewayWithContext

func (_m *MockFakeEC2) ModifyTransitGatewayWithContext(_a0 context.Context, _a1 *ec2.ModifyTransitGatewayInput, _a2 ...request.Option) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGatewayWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVolume

func (_m *MockFakeEC2) ModifyVolume(_a0 *ec2.ModifyVolumeInput) (*ec2.ModifyVolumeOutput, error)

ModifyVolume provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVolumeAttribute

func (_m *MockFakeEC2) ModifyVolumeAttribute(_a0 *ec2.ModifyVolumeAttributeInput) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVolumeAttributeRequest

func (_m *MockFakeEC2) ModifyVolumeAttributeRequest(_a0 *ec2.ModifyVolumeAttributeInput) (*request.Request, *ec2.ModifyVolumeAttributeOutput)

ModifyVolumeAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVolumeAttributeWithContext

func (_m *MockFakeEC2) ModifyVolumeAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyVolumeAttributeInput, _a2 ...request.Option) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVolumeRequest

func (_m *MockFakeEC2) ModifyVolumeRequest(_a0 *ec2.ModifyVolumeInput) (*request.Request, *ec2.ModifyVolumeOutput)

ModifyVolumeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVolumeWithContext

func (_m *MockFakeEC2) ModifyVolumeWithContext(_a0 context.Context, _a1 *ec2.ModifyVolumeInput, _a2 ...request.Option) (*ec2.ModifyVolumeOutput, error)

ModifyVolumeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcAttribute

func (_m *MockFakeEC2) ModifyVpcAttribute(_a0 *ec2.ModifyVpcAttributeInput) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcAttributeRequest

func (_m *MockFakeEC2) ModifyVpcAttributeRequest(_a0 *ec2.ModifyVpcAttributeInput) (*request.Request, *ec2.ModifyVpcAttributeOutput)

ModifyVpcAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcAttributeWithContext

func (_m *MockFakeEC2) ModifyVpcAttributeWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcAttributeInput, _a2 ...request.Option) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcEndpoint

func (_m *MockFakeEC2) ModifyVpcEndpoint(_a0 *ec2.ModifyVpcEndpointInput) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpoint provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointConnectionNotification

ModifyVpcEndpointConnectionNotification provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointConnectionNotificationRequest

ModifyVpcEndpointConnectionNotificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointConnectionNotificationWithContext

func (_m *MockFakeEC2) ModifyVpcEndpointConnectionNotificationWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcEndpointConnectionNotificationInput, _a2 ...request.Option) (*ec2.ModifyVpcEndpointConnectionNotificationOutput, error)

ModifyVpcEndpointConnectionNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcEndpointRequest

func (_m *MockFakeEC2) ModifyVpcEndpointRequest(_a0 *ec2.ModifyVpcEndpointInput) (*request.Request, *ec2.ModifyVpcEndpointOutput)

ModifyVpcEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServiceConfiguration

ModifyVpcEndpointServiceConfiguration provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServiceConfigurationRequest

ModifyVpcEndpointServiceConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServiceConfigurationWithContext

func (_m *MockFakeEC2) ModifyVpcEndpointServiceConfigurationWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcEndpointServiceConfigurationInput, _a2 ...request.Option) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)

ModifyVpcEndpointServiceConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcEndpointServicePayerResponsibility

ModifyVpcEndpointServicePayerResponsibility provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServicePayerResponsibilityRequest

ModifyVpcEndpointServicePayerResponsibilityRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServicePayerResponsibilityWithContext

func (_m *MockFakeEC2) ModifyVpcEndpointServicePayerResponsibilityWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcEndpointServicePayerResponsibilityInput, _a2 ...request.Option) (*ec2.ModifyVpcEndpointServicePayerResponsibilityOutput, error)

ModifyVpcEndpointServicePayerResponsibilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcEndpointServicePermissions

ModifyVpcEndpointServicePermissions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServicePermissionsRequest

ModifyVpcEndpointServicePermissionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcEndpointServicePermissionsWithContext

func (_m *MockFakeEC2) ModifyVpcEndpointServicePermissionsWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcEndpointServicePermissionsInput, _a2 ...request.Option) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)

ModifyVpcEndpointServicePermissionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcEndpointWithContext

func (_m *MockFakeEC2) ModifyVpcEndpointWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcEndpointInput, _a2 ...request.Option) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcPeeringConnectionOptions

ModifyVpcPeeringConnectionOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcPeeringConnectionOptionsRequest

ModifyVpcPeeringConnectionOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcPeeringConnectionOptionsWithContext

func (_m *MockFakeEC2) ModifyVpcPeeringConnectionOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcPeeringConnectionOptionsInput, _a2 ...request.Option) (*ec2.ModifyVpcPeeringConnectionOptionsOutput, error)

ModifyVpcPeeringConnectionOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpcTenancy

func (_m *MockFakeEC2) ModifyVpcTenancy(_a0 *ec2.ModifyVpcTenancyInput) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancy provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcTenancyRequest

func (_m *MockFakeEC2) ModifyVpcTenancyRequest(_a0 *ec2.ModifyVpcTenancyInput) (*request.Request, *ec2.ModifyVpcTenancyOutput)

ModifyVpcTenancyRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpcTenancyWithContext

func (_m *MockFakeEC2) ModifyVpcTenancyWithContext(_a0 context.Context, _a1 *ec2.ModifyVpcTenancyInput, _a2 ...request.Option) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpnConnection

func (_m *MockFakeEC2) ModifyVpnConnection(_a0 *ec2.ModifyVpnConnectionInput) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnConnectionOptions

ModifyVpnConnectionOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnConnectionOptionsRequest

func (_m *MockFakeEC2) ModifyVpnConnectionOptionsRequest(_a0 *ec2.ModifyVpnConnectionOptionsInput) (*request.Request, *ec2.ModifyVpnConnectionOptionsOutput)

ModifyVpnConnectionOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnConnectionOptionsWithContext

func (_m *MockFakeEC2) ModifyVpnConnectionOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyVpnConnectionOptionsInput, _a2 ...request.Option) (*ec2.ModifyVpnConnectionOptionsOutput, error)

ModifyVpnConnectionOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpnConnectionRequest

func (_m *MockFakeEC2) ModifyVpnConnectionRequest(_a0 *ec2.ModifyVpnConnectionInput) (*request.Request, *ec2.ModifyVpnConnectionOutput)

ModifyVpnConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnConnectionWithContext

func (_m *MockFakeEC2) ModifyVpnConnectionWithContext(_a0 context.Context, _a1 *ec2.ModifyVpnConnectionInput, _a2 ...request.Option) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpnTunnelCertificate

ModifyVpnTunnelCertificate provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnTunnelCertificateRequest

func (_m *MockFakeEC2) ModifyVpnTunnelCertificateRequest(_a0 *ec2.ModifyVpnTunnelCertificateInput) (*request.Request, *ec2.ModifyVpnTunnelCertificateOutput)

ModifyVpnTunnelCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnTunnelCertificateWithContext

func (_m *MockFakeEC2) ModifyVpnTunnelCertificateWithContext(_a0 context.Context, _a1 *ec2.ModifyVpnTunnelCertificateInput, _a2 ...request.Option) (*ec2.ModifyVpnTunnelCertificateOutput, error)

ModifyVpnTunnelCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ModifyVpnTunnelOptions

ModifyVpnTunnelOptions provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnTunnelOptionsRequest

func (_m *MockFakeEC2) ModifyVpnTunnelOptionsRequest(_a0 *ec2.ModifyVpnTunnelOptionsInput) (*request.Request, *ec2.ModifyVpnTunnelOptionsOutput)

ModifyVpnTunnelOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ModifyVpnTunnelOptionsWithContext

func (_m *MockFakeEC2) ModifyVpnTunnelOptionsWithContext(_a0 context.Context, _a1 *ec2.ModifyVpnTunnelOptionsInput, _a2 ...request.Option) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) MonitorInstances

func (_m *MockFakeEC2) MonitorInstances(_a0 *ec2.MonitorInstancesInput) (*ec2.MonitorInstancesOutput, error)

MonitorInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) MonitorInstancesRequest

func (_m *MockFakeEC2) MonitorInstancesRequest(_a0 *ec2.MonitorInstancesInput) (*request.Request, *ec2.MonitorInstancesOutput)

MonitorInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) MonitorInstancesWithContext

func (_m *MockFakeEC2) MonitorInstancesWithContext(_a0 context.Context, _a1 *ec2.MonitorInstancesInput, _a2 ...request.Option) (*ec2.MonitorInstancesOutput, error)

MonitorInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) MoveAddressToVpc

func (_m *MockFakeEC2) MoveAddressToVpc(_a0 *ec2.MoveAddressToVpcInput) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpc provides a mock function with given fields: _a0

func (*MockFakeEC2) MoveAddressToVpcRequest

func (_m *MockFakeEC2) MoveAddressToVpcRequest(_a0 *ec2.MoveAddressToVpcInput) (*request.Request, *ec2.MoveAddressToVpcOutput)

MoveAddressToVpcRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) MoveAddressToVpcWithContext

func (_m *MockFakeEC2) MoveAddressToVpcWithContext(_a0 context.Context, _a1 *ec2.MoveAddressToVpcInput, _a2 ...request.Option) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpcWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) MoveByoipCidrToIpam

func (_m *MockFakeEC2) MoveByoipCidrToIpam(_a0 *ec2.MoveByoipCidrToIpamInput) (*ec2.MoveByoipCidrToIpamOutput, error)

MoveByoipCidrToIpam provides a mock function with given fields: _a0

func (*MockFakeEC2) MoveByoipCidrToIpamRequest

func (_m *MockFakeEC2) MoveByoipCidrToIpamRequest(_a0 *ec2.MoveByoipCidrToIpamInput) (*request.Request, *ec2.MoveByoipCidrToIpamOutput)

MoveByoipCidrToIpamRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) MoveByoipCidrToIpamWithContext

func (_m *MockFakeEC2) MoveByoipCidrToIpamWithContext(_a0 context.Context, _a1 *ec2.MoveByoipCidrToIpamInput, _a2 ...request.Option) (*ec2.MoveByoipCidrToIpamOutput, error)

MoveByoipCidrToIpamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ProvisionByoipCidr

func (_m *MockFakeEC2) ProvisionByoipCidr(_a0 *ec2.ProvisionByoipCidrInput) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionByoipCidrRequest

func (_m *MockFakeEC2) ProvisionByoipCidrRequest(_a0 *ec2.ProvisionByoipCidrInput) (*request.Request, *ec2.ProvisionByoipCidrOutput)

ProvisionByoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionByoipCidrWithContext

func (_m *MockFakeEC2) ProvisionByoipCidrWithContext(_a0 context.Context, _a1 *ec2.ProvisionByoipCidrInput, _a2 ...request.Option) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ProvisionIpamPoolCidr

func (_m *MockFakeEC2) ProvisionIpamPoolCidr(_a0 *ec2.ProvisionIpamPoolCidrInput) (*ec2.ProvisionIpamPoolCidrOutput, error)

ProvisionIpamPoolCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionIpamPoolCidrRequest

func (_m *MockFakeEC2) ProvisionIpamPoolCidrRequest(_a0 *ec2.ProvisionIpamPoolCidrInput) (*request.Request, *ec2.ProvisionIpamPoolCidrOutput)

ProvisionIpamPoolCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionIpamPoolCidrWithContext

func (_m *MockFakeEC2) ProvisionIpamPoolCidrWithContext(_a0 context.Context, _a1 *ec2.ProvisionIpamPoolCidrInput, _a2 ...request.Option) (*ec2.ProvisionIpamPoolCidrOutput, error)

ProvisionIpamPoolCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ProvisionPublicIpv4PoolCidr

ProvisionPublicIpv4PoolCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionPublicIpv4PoolCidrRequest

func (_m *MockFakeEC2) ProvisionPublicIpv4PoolCidrRequest(_a0 *ec2.ProvisionPublicIpv4PoolCidrInput) (*request.Request, *ec2.ProvisionPublicIpv4PoolCidrOutput)

ProvisionPublicIpv4PoolCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ProvisionPublicIpv4PoolCidrWithContext

func (_m *MockFakeEC2) ProvisionPublicIpv4PoolCidrWithContext(_a0 context.Context, _a1 *ec2.ProvisionPublicIpv4PoolCidrInput, _a2 ...request.Option) (*ec2.ProvisionPublicIpv4PoolCidrOutput, error)

ProvisionPublicIpv4PoolCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) PurchaseHostReservation

PurchaseHostReservation provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseHostReservationRequest

func (_m *MockFakeEC2) PurchaseHostReservationRequest(_a0 *ec2.PurchaseHostReservationInput) (*request.Request, *ec2.PurchaseHostReservationOutput)

PurchaseHostReservationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseHostReservationWithContext

func (_m *MockFakeEC2) PurchaseHostReservationWithContext(_a0 context.Context, _a1 *ec2.PurchaseHostReservationInput, _a2 ...request.Option) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) PurchaseReservedInstancesOffering

PurchaseReservedInstancesOffering provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseReservedInstancesOfferingRequest

PurchaseReservedInstancesOfferingRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseReservedInstancesOfferingWithContext

func (_m *MockFakeEC2) PurchaseReservedInstancesOfferingWithContext(_a0 context.Context, _a1 *ec2.PurchaseReservedInstancesOfferingInput, _a2 ...request.Option) (*ec2.PurchaseReservedInstancesOfferingOutput, error)

PurchaseReservedInstancesOfferingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) PurchaseScheduledInstances

PurchaseScheduledInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseScheduledInstancesRequest

func (_m *MockFakeEC2) PurchaseScheduledInstancesRequest(_a0 *ec2.PurchaseScheduledInstancesInput) (*request.Request, *ec2.PurchaseScheduledInstancesOutput)

PurchaseScheduledInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) PurchaseScheduledInstancesWithContext

func (_m *MockFakeEC2) PurchaseScheduledInstancesWithContext(_a0 context.Context, _a1 *ec2.PurchaseScheduledInstancesInput, _a2 ...request.Option) (*ec2.PurchaseScheduledInstancesOutput, error)

PurchaseScheduledInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RebootInstances

func (_m *MockFakeEC2) RebootInstances(_a0 *ec2.RebootInstancesInput) (*ec2.RebootInstancesOutput, error)

RebootInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) RebootInstancesRequest

func (_m *MockFakeEC2) RebootInstancesRequest(_a0 *ec2.RebootInstancesInput) (*request.Request, *ec2.RebootInstancesOutput)

RebootInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RebootInstancesWithContext

func (_m *MockFakeEC2) RebootInstancesWithContext(_a0 context.Context, _a1 *ec2.RebootInstancesInput, _a2 ...request.Option) (*ec2.RebootInstancesOutput, error)

RebootInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RegisterImage

func (_m *MockFakeEC2) RegisterImage(_a0 *ec2.RegisterImageInput) (*ec2.RegisterImageOutput, error)

RegisterImage provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterImageRequest

func (_m *MockFakeEC2) RegisterImageRequest(_a0 *ec2.RegisterImageInput) (*request.Request, *ec2.RegisterImageOutput)

RegisterImageRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterImageWithContext

func (_m *MockFakeEC2) RegisterImageWithContext(_a0 context.Context, _a1 *ec2.RegisterImageInput, _a2 ...request.Option) (*ec2.RegisterImageOutput, error)

RegisterImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RegisterInstanceEventNotificationAttributes

RegisterInstanceEventNotificationAttributes provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterInstanceEventNotificationAttributesRequest

RegisterInstanceEventNotificationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterInstanceEventNotificationAttributesWithContext

func (_m *MockFakeEC2) RegisterInstanceEventNotificationAttributesWithContext(_a0 context.Context, _a1 *ec2.RegisterInstanceEventNotificationAttributesInput, _a2 ...request.Option) (*ec2.RegisterInstanceEventNotificationAttributesOutput, error)

RegisterInstanceEventNotificationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupMembers

RegisterTransitGatewayMulticastGroupMembers provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupMembersRequest

RegisterTransitGatewayMulticastGroupMembersRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupMembersWithContext

func (_m *MockFakeEC2) RegisterTransitGatewayMulticastGroupMembersWithContext(_a0 context.Context, _a1 *ec2.RegisterTransitGatewayMulticastGroupMembersInput, _a2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupMembersOutput, error)

RegisterTransitGatewayMulticastGroupMembersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupSources

RegisterTransitGatewayMulticastGroupSources provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupSourcesRequest

RegisterTransitGatewayMulticastGroupSourcesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RegisterTransitGatewayMulticastGroupSourcesWithContext

func (_m *MockFakeEC2) RegisterTransitGatewayMulticastGroupSourcesWithContext(_a0 context.Context, _a1 *ec2.RegisterTransitGatewayMulticastGroupSourcesInput, _a2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupSourcesOutput, error)

RegisterTransitGatewayMulticastGroupSourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RejectTransitGatewayMulticastDomainAssociations

RejectTransitGatewayMulticastDomainAssociations provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayMulticastDomainAssociationsRequest

RejectTransitGatewayMulticastDomainAssociationsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayMulticastDomainAssociationsWithContext

func (_m *MockFakeEC2) RejectTransitGatewayMulticastDomainAssociationsWithContext(_a0 context.Context, _a1 *ec2.RejectTransitGatewayMulticastDomainAssociationsInput, _a2 ...request.Option) (*ec2.RejectTransitGatewayMulticastDomainAssociationsOutput, error)

RejectTransitGatewayMulticastDomainAssociationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RejectTransitGatewayPeeringAttachment

RejectTransitGatewayPeeringAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayPeeringAttachmentRequest

RejectTransitGatewayPeeringAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayPeeringAttachmentWithContext

func (_m *MockFakeEC2) RejectTransitGatewayPeeringAttachmentWithContext(_a0 context.Context, _a1 *ec2.RejectTransitGatewayPeeringAttachmentInput, _a2 ...request.Option) (*ec2.RejectTransitGatewayPeeringAttachmentOutput, error)

RejectTransitGatewayPeeringAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RejectTransitGatewayVpcAttachment

RejectTransitGatewayVpcAttachment provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayVpcAttachmentRequest

RejectTransitGatewayVpcAttachmentRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectTransitGatewayVpcAttachmentWithContext

func (_m *MockFakeEC2) RejectTransitGatewayVpcAttachmentWithContext(_a0 context.Context, _a1 *ec2.RejectTransitGatewayVpcAttachmentInput, _a2 ...request.Option) (*ec2.RejectTransitGatewayVpcAttachmentOutput, error)

RejectTransitGatewayVpcAttachmentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RejectVpcEndpointConnections

RejectVpcEndpointConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectVpcEndpointConnectionsRequest

func (_m *MockFakeEC2) RejectVpcEndpointConnectionsRequest(_a0 *ec2.RejectVpcEndpointConnectionsInput) (*request.Request, *ec2.RejectVpcEndpointConnectionsOutput)

RejectVpcEndpointConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectVpcEndpointConnectionsWithContext

func (_m *MockFakeEC2) RejectVpcEndpointConnectionsWithContext(_a0 context.Context, _a1 *ec2.RejectVpcEndpointConnectionsInput, _a2 ...request.Option) (*ec2.RejectVpcEndpointConnectionsOutput, error)

RejectVpcEndpointConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RejectVpcPeeringConnection

RejectVpcPeeringConnection provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectVpcPeeringConnectionRequest

func (_m *MockFakeEC2) RejectVpcPeeringConnectionRequest(_a0 *ec2.RejectVpcPeeringConnectionInput) (*request.Request, *ec2.RejectVpcPeeringConnectionOutput)

RejectVpcPeeringConnectionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RejectVpcPeeringConnectionWithContext

func (_m *MockFakeEC2) RejectVpcPeeringConnectionWithContext(_a0 context.Context, _a1 *ec2.RejectVpcPeeringConnectionInput, _a2 ...request.Option) (*ec2.RejectVpcPeeringConnectionOutput, error)

RejectVpcPeeringConnectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReleaseAddress

func (_m *MockFakeEC2) ReleaseAddress(_a0 *ec2.ReleaseAddressInput) (*ec2.ReleaseAddressOutput, error)

ReleaseAddress provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseAddressRequest

func (_m *MockFakeEC2) ReleaseAddressRequest(_a0 *ec2.ReleaseAddressInput) (*request.Request, *ec2.ReleaseAddressOutput)

ReleaseAddressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseAddressWithContext

func (_m *MockFakeEC2) ReleaseAddressWithContext(_a0 context.Context, _a1 *ec2.ReleaseAddressInput, _a2 ...request.Option) (*ec2.ReleaseAddressOutput, error)

ReleaseAddressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReleaseHosts

func (_m *MockFakeEC2) ReleaseHosts(_a0 *ec2.ReleaseHostsInput) (*ec2.ReleaseHostsOutput, error)

ReleaseHosts provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseHostsRequest

func (_m *MockFakeEC2) ReleaseHostsRequest(_a0 *ec2.ReleaseHostsInput) (*request.Request, *ec2.ReleaseHostsOutput)

ReleaseHostsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseHostsWithContext

func (_m *MockFakeEC2) ReleaseHostsWithContext(_a0 context.Context, _a1 *ec2.ReleaseHostsInput, _a2 ...request.Option) (*ec2.ReleaseHostsOutput, error)

ReleaseHostsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReleaseIpamPoolAllocation

ReleaseIpamPoolAllocation provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseIpamPoolAllocationRequest

func (_m *MockFakeEC2) ReleaseIpamPoolAllocationRequest(_a0 *ec2.ReleaseIpamPoolAllocationInput) (*request.Request, *ec2.ReleaseIpamPoolAllocationOutput)

ReleaseIpamPoolAllocationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReleaseIpamPoolAllocationWithContext

func (_m *MockFakeEC2) ReleaseIpamPoolAllocationWithContext(_a0 context.Context, _a1 *ec2.ReleaseIpamPoolAllocationInput, _a2 ...request.Option) (*ec2.ReleaseIpamPoolAllocationOutput, error)

ReleaseIpamPoolAllocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceIamInstanceProfileAssociation

ReplaceIamInstanceProfileAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceIamInstanceProfileAssociationRequest

ReplaceIamInstanceProfileAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceIamInstanceProfileAssociationWithContext

func (_m *MockFakeEC2) ReplaceIamInstanceProfileAssociationWithContext(_a0 context.Context, _a1 *ec2.ReplaceIamInstanceProfileAssociationInput, _a2 ...request.Option) (*ec2.ReplaceIamInstanceProfileAssociationOutput, error)

ReplaceIamInstanceProfileAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceNetworkAclAssociation

ReplaceNetworkAclAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceNetworkAclAssociationRequest

func (_m *MockFakeEC2) ReplaceNetworkAclAssociationRequest(_a0 *ec2.ReplaceNetworkAclAssociationInput) (*request.Request, *ec2.ReplaceNetworkAclAssociationOutput)

ReplaceNetworkAclAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceNetworkAclAssociationWithContext

func (_m *MockFakeEC2) ReplaceNetworkAclAssociationWithContext(_a0 context.Context, _a1 *ec2.ReplaceNetworkAclAssociationInput, _a2 ...request.Option) (*ec2.ReplaceNetworkAclAssociationOutput, error)

ReplaceNetworkAclAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceNetworkAclEntry

ReplaceNetworkAclEntry provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceNetworkAclEntryRequest

func (_m *MockFakeEC2) ReplaceNetworkAclEntryRequest(_a0 *ec2.ReplaceNetworkAclEntryInput) (*request.Request, *ec2.ReplaceNetworkAclEntryOutput)

ReplaceNetworkAclEntryRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceNetworkAclEntryWithContext

func (_m *MockFakeEC2) ReplaceNetworkAclEntryWithContext(_a0 context.Context, _a1 *ec2.ReplaceNetworkAclEntryInput, _a2 ...request.Option) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceRoute

func (_m *MockFakeEC2) ReplaceRoute(_a0 *ec2.ReplaceRouteInput) (*ec2.ReplaceRouteOutput, error)

ReplaceRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceRouteRequest

func (_m *MockFakeEC2) ReplaceRouteRequest(_a0 *ec2.ReplaceRouteInput) (*request.Request, *ec2.ReplaceRouteOutput)

ReplaceRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceRouteTableAssociation

ReplaceRouteTableAssociation provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceRouteTableAssociationRequest

func (_m *MockFakeEC2) ReplaceRouteTableAssociationRequest(_a0 *ec2.ReplaceRouteTableAssociationInput) (*request.Request, *ec2.ReplaceRouteTableAssociationOutput)

ReplaceRouteTableAssociationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceRouteTableAssociationWithContext

func (_m *MockFakeEC2) ReplaceRouteTableAssociationWithContext(_a0 context.Context, _a1 *ec2.ReplaceRouteTableAssociationInput, _a2 ...request.Option) (*ec2.ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceRouteWithContext

func (_m *MockFakeEC2) ReplaceRouteWithContext(_a0 context.Context, _a1 *ec2.ReplaceRouteInput, _a2 ...request.Option) (*ec2.ReplaceRouteOutput, error)

ReplaceRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReplaceTransitGatewayRoute

ReplaceTransitGatewayRoute provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceTransitGatewayRouteRequest

func (_m *MockFakeEC2) ReplaceTransitGatewayRouteRequest(_a0 *ec2.ReplaceTransitGatewayRouteInput) (*request.Request, *ec2.ReplaceTransitGatewayRouteOutput)

ReplaceTransitGatewayRouteRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReplaceTransitGatewayRouteWithContext

func (_m *MockFakeEC2) ReplaceTransitGatewayRouteWithContext(_a0 context.Context, _a1 *ec2.ReplaceTransitGatewayRouteInput, _a2 ...request.Option) (*ec2.ReplaceTransitGatewayRouteOutput, error)

ReplaceTransitGatewayRouteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ReportInstanceStatus

func (_m *MockFakeEC2) ReportInstanceStatus(_a0 *ec2.ReportInstanceStatusInput) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatus provides a mock function with given fields: _a0

func (*MockFakeEC2) ReportInstanceStatusRequest

func (_m *MockFakeEC2) ReportInstanceStatusRequest(_a0 *ec2.ReportInstanceStatusInput) (*request.Request, *ec2.ReportInstanceStatusOutput)

ReportInstanceStatusRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ReportInstanceStatusWithContext

func (_m *MockFakeEC2) ReportInstanceStatusWithContext(_a0 context.Context, _a1 *ec2.ReportInstanceStatusInput, _a2 ...request.Option) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RequestSpotFleet

func (_m *MockFakeEC2) RequestSpotFleet(_a0 *ec2.RequestSpotFleetInput) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleet provides a mock function with given fields: _a0

func (*MockFakeEC2) RequestSpotFleetRequest

func (_m *MockFakeEC2) RequestSpotFleetRequest(_a0 *ec2.RequestSpotFleetInput) (*request.Request, *ec2.RequestSpotFleetOutput)

RequestSpotFleetRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RequestSpotFleetWithContext

func (_m *MockFakeEC2) RequestSpotFleetWithContext(_a0 context.Context, _a1 *ec2.RequestSpotFleetInput, _a2 ...request.Option) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RequestSpotInstances

func (_m *MockFakeEC2) RequestSpotInstances(_a0 *ec2.RequestSpotInstancesInput) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) RequestSpotInstancesRequest

func (_m *MockFakeEC2) RequestSpotInstancesRequest(_a0 *ec2.RequestSpotInstancesInput) (*request.Request, *ec2.RequestSpotInstancesOutput)

RequestSpotInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RequestSpotInstancesWithContext

func (_m *MockFakeEC2) RequestSpotInstancesWithContext(_a0 context.Context, _a1 *ec2.RequestSpotInstancesInput, _a2 ...request.Option) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetAddressAttribute

func (_m *MockFakeEC2) ResetAddressAttribute(_a0 *ec2.ResetAddressAttributeInput) (*ec2.ResetAddressAttributeOutput, error)

ResetAddressAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetAddressAttributeRequest

func (_m *MockFakeEC2) ResetAddressAttributeRequest(_a0 *ec2.ResetAddressAttributeInput) (*request.Request, *ec2.ResetAddressAttributeOutput)

ResetAddressAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetAddressAttributeWithContext

func (_m *MockFakeEC2) ResetAddressAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetAddressAttributeInput, _a2 ...request.Option) (*ec2.ResetAddressAttributeOutput, error)

ResetAddressAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetEbsDefaultKmsKeyId

ResetEbsDefaultKmsKeyId provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetEbsDefaultKmsKeyIdRequest

func (_m *MockFakeEC2) ResetEbsDefaultKmsKeyIdRequest(_a0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ResetEbsDefaultKmsKeyIdOutput)

ResetEbsDefaultKmsKeyIdRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetEbsDefaultKmsKeyIdWithContext

func (_m *MockFakeEC2) ResetEbsDefaultKmsKeyIdWithContext(_a0 context.Context, _a1 *ec2.ResetEbsDefaultKmsKeyIdInput, _a2 ...request.Option) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyIdWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetFpgaImageAttribute

ResetFpgaImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetFpgaImageAttributeRequest

func (_m *MockFakeEC2) ResetFpgaImageAttributeRequest(_a0 *ec2.ResetFpgaImageAttributeInput) (*request.Request, *ec2.ResetFpgaImageAttributeOutput)

ResetFpgaImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetFpgaImageAttributeWithContext

func (_m *MockFakeEC2) ResetFpgaImageAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetFpgaImageAttributeInput, _a2 ...request.Option) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetImageAttribute

func (_m *MockFakeEC2) ResetImageAttribute(_a0 *ec2.ResetImageAttributeInput) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetImageAttributeRequest

func (_m *MockFakeEC2) ResetImageAttributeRequest(_a0 *ec2.ResetImageAttributeInput) (*request.Request, *ec2.ResetImageAttributeOutput)

ResetImageAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetImageAttributeWithContext

func (_m *MockFakeEC2) ResetImageAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetImageAttributeInput, _a2 ...request.Option) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetInstanceAttribute

ResetInstanceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetInstanceAttributeRequest

func (_m *MockFakeEC2) ResetInstanceAttributeRequest(_a0 *ec2.ResetInstanceAttributeInput) (*request.Request, *ec2.ResetInstanceAttributeOutput)

ResetInstanceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetInstanceAttributeWithContext

func (_m *MockFakeEC2) ResetInstanceAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetInstanceAttributeInput, _a2 ...request.Option) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetNetworkInterfaceAttribute

ResetNetworkInterfaceAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetNetworkInterfaceAttributeRequest

func (_m *MockFakeEC2) ResetNetworkInterfaceAttributeRequest(_a0 *ec2.ResetNetworkInterfaceAttributeInput) (*request.Request, *ec2.ResetNetworkInterfaceAttributeOutput)

ResetNetworkInterfaceAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetNetworkInterfaceAttributeWithContext

func (_m *MockFakeEC2) ResetNetworkInterfaceAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetNetworkInterfaceAttributeInput, _a2 ...request.Option) (*ec2.ResetNetworkInterfaceAttributeOutput, error)

ResetNetworkInterfaceAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) ResetSnapshotAttribute

ResetSnapshotAttribute provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetSnapshotAttributeRequest

func (_m *MockFakeEC2) ResetSnapshotAttributeRequest(_a0 *ec2.ResetSnapshotAttributeInput) (*request.Request, *ec2.ResetSnapshotAttributeOutput)

ResetSnapshotAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) ResetSnapshotAttributeWithContext

func (_m *MockFakeEC2) ResetSnapshotAttributeWithContext(_a0 context.Context, _a1 *ec2.ResetSnapshotAttributeInput, _a2 ...request.Option) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RestoreAddressToClassic

RestoreAddressToClassic provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreAddressToClassicRequest

func (_m *MockFakeEC2) RestoreAddressToClassicRequest(_a0 *ec2.RestoreAddressToClassicInput) (*request.Request, *ec2.RestoreAddressToClassicOutput)

RestoreAddressToClassicRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreAddressToClassicWithContext

func (_m *MockFakeEC2) RestoreAddressToClassicWithContext(_a0 context.Context, _a1 *ec2.RestoreAddressToClassicInput, _a2 ...request.Option) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RestoreImageFromRecycleBin

RestoreImageFromRecycleBin provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreImageFromRecycleBinRequest

func (_m *MockFakeEC2) RestoreImageFromRecycleBinRequest(_a0 *ec2.RestoreImageFromRecycleBinInput) (*request.Request, *ec2.RestoreImageFromRecycleBinOutput)

RestoreImageFromRecycleBinRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreImageFromRecycleBinWithContext

func (_m *MockFakeEC2) RestoreImageFromRecycleBinWithContext(_a0 context.Context, _a1 *ec2.RestoreImageFromRecycleBinInput, _a2 ...request.Option) (*ec2.RestoreImageFromRecycleBinOutput, error)

RestoreImageFromRecycleBinWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RestoreManagedPrefixListVersion

RestoreManagedPrefixListVersion provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreManagedPrefixListVersionRequest

RestoreManagedPrefixListVersionRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreManagedPrefixListVersionWithContext

func (_m *MockFakeEC2) RestoreManagedPrefixListVersionWithContext(_a0 context.Context, _a1 *ec2.RestoreManagedPrefixListVersionInput, _a2 ...request.Option) (*ec2.RestoreManagedPrefixListVersionOutput, error)

RestoreManagedPrefixListVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RestoreSnapshotFromRecycleBin

RestoreSnapshotFromRecycleBin provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreSnapshotFromRecycleBinRequest

func (_m *MockFakeEC2) RestoreSnapshotFromRecycleBinRequest(_a0 *ec2.RestoreSnapshotFromRecycleBinInput) (*request.Request, *ec2.RestoreSnapshotFromRecycleBinOutput)

RestoreSnapshotFromRecycleBinRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreSnapshotFromRecycleBinWithContext

func (_m *MockFakeEC2) RestoreSnapshotFromRecycleBinWithContext(_a0 context.Context, _a1 *ec2.RestoreSnapshotFromRecycleBinInput, _a2 ...request.Option) (*ec2.RestoreSnapshotFromRecycleBinOutput, error)

RestoreSnapshotFromRecycleBinWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RestoreSnapshotTier

func (_m *MockFakeEC2) RestoreSnapshotTier(_a0 *ec2.RestoreSnapshotTierInput) (*ec2.RestoreSnapshotTierOutput, error)

RestoreSnapshotTier provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreSnapshotTierRequest

func (_m *MockFakeEC2) RestoreSnapshotTierRequest(_a0 *ec2.RestoreSnapshotTierInput) (*request.Request, *ec2.RestoreSnapshotTierOutput)

RestoreSnapshotTierRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RestoreSnapshotTierWithContext

func (_m *MockFakeEC2) RestoreSnapshotTierWithContext(_a0 context.Context, _a1 *ec2.RestoreSnapshotTierInput, _a2 ...request.Option) (*ec2.RestoreSnapshotTierOutput, error)

RestoreSnapshotTierWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RevokeClientVpnIngress

RevokeClientVpnIngress provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeClientVpnIngressRequest

func (_m *MockFakeEC2) RevokeClientVpnIngressRequest(_a0 *ec2.RevokeClientVpnIngressInput) (*request.Request, *ec2.RevokeClientVpnIngressOutput)

RevokeClientVpnIngressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeClientVpnIngressWithContext

func (_m *MockFakeEC2) RevokeClientVpnIngressWithContext(_a0 context.Context, _a1 *ec2.RevokeClientVpnIngressInput, _a2 ...request.Option) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RevokeSecurityGroupEgress

RevokeSecurityGroupEgress provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeSecurityGroupEgressRequest

func (_m *MockFakeEC2) RevokeSecurityGroupEgressRequest(_a0 *ec2.RevokeSecurityGroupEgressInput) (*request.Request, *ec2.RevokeSecurityGroupEgressOutput)

RevokeSecurityGroupEgressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeSecurityGroupEgressWithContext

func (_m *MockFakeEC2) RevokeSecurityGroupEgressWithContext(_a0 context.Context, _a1 *ec2.RevokeSecurityGroupEgressInput, _a2 ...request.Option) (*ec2.RevokeSecurityGroupEgressOutput, error)

RevokeSecurityGroupEgressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RevokeSecurityGroupIngress

RevokeSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeSecurityGroupIngressRequest

func (_m *MockFakeEC2) RevokeSecurityGroupIngressRequest(_a0 *ec2.RevokeSecurityGroupIngressInput) (*request.Request, *ec2.RevokeSecurityGroupIngressOutput)

RevokeSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RevokeSecurityGroupIngressWithContext

func (_m *MockFakeEC2) RevokeSecurityGroupIngressWithContext(_a0 context.Context, _a1 *ec2.RevokeSecurityGroupIngressInput, _a2 ...request.Option) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RunInstances

func (_m *MockFakeEC2) RunInstances(_a0 *ec2.RunInstancesInput) (*ec2.Reservation, error)

RunInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) RunInstancesRequest

func (_m *MockFakeEC2) RunInstancesRequest(_a0 *ec2.RunInstancesInput) (*request.Request, *ec2.Reservation)

RunInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RunInstancesWithContext

func (_m *MockFakeEC2) RunInstancesWithContext(_a0 context.Context, _a1 *ec2.RunInstancesInput, _a2 ...request.Option) (*ec2.Reservation, error)

RunInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) RunScheduledInstances

func (_m *MockFakeEC2) RunScheduledInstances(_a0 *ec2.RunScheduledInstancesInput) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) RunScheduledInstancesRequest

func (_m *MockFakeEC2) RunScheduledInstancesRequest(_a0 *ec2.RunScheduledInstancesInput) (*request.Request, *ec2.RunScheduledInstancesOutput)

RunScheduledInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) RunScheduledInstancesWithContext

func (_m *MockFakeEC2) RunScheduledInstancesWithContext(_a0 context.Context, _a1 *ec2.RunScheduledInstancesInput, _a2 ...request.Option) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) SearchLocalGatewayRoutes

SearchLocalGatewayRoutes provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchLocalGatewayRoutesPages

func (_m *MockFakeEC2) SearchLocalGatewayRoutesPages(_a0 *ec2.SearchLocalGatewayRoutesInput, _a1 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool) error

SearchLocalGatewayRoutesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) SearchLocalGatewayRoutesPagesWithContext

func (_m *MockFakeEC2) SearchLocalGatewayRoutesPagesWithContext(_a0 context.Context, _a1 *ec2.SearchLocalGatewayRoutesInput, _a2 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool, _a3 ...request.Option) error

SearchLocalGatewayRoutesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) SearchLocalGatewayRoutesRequest

func (_m *MockFakeEC2) SearchLocalGatewayRoutesRequest(_a0 *ec2.SearchLocalGatewayRoutesInput) (*request.Request, *ec2.SearchLocalGatewayRoutesOutput)

SearchLocalGatewayRoutesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchLocalGatewayRoutesWithContext

func (_m *MockFakeEC2) SearchLocalGatewayRoutesWithContext(_a0 context.Context, _a1 *ec2.SearchLocalGatewayRoutesInput, _a2 ...request.Option) (*ec2.SearchLocalGatewayRoutesOutput, error)

SearchLocalGatewayRoutesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) SearchTransitGatewayMulticastGroups

SearchTransitGatewayMulticastGroups provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchTransitGatewayMulticastGroupsPages

func (_m *MockFakeEC2) SearchTransitGatewayMulticastGroupsPages(_a0 *ec2.SearchTransitGatewayMulticastGroupsInput, _a1 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool) error

SearchTransitGatewayMulticastGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeEC2) SearchTransitGatewayMulticastGroupsPagesWithContext

func (_m *MockFakeEC2) SearchTransitGatewayMulticastGroupsPagesWithContext(_a0 context.Context, _a1 *ec2.SearchTransitGatewayMulticastGroupsInput, _a2 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool, _a3 ...request.Option) error

SearchTransitGatewayMulticastGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeEC2) SearchTransitGatewayMulticastGroupsRequest

SearchTransitGatewayMulticastGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchTransitGatewayMulticastGroupsWithContext

func (_m *MockFakeEC2) SearchTransitGatewayMulticastGroupsWithContext(_a0 context.Context, _a1 *ec2.SearchTransitGatewayMulticastGroupsInput, _a2 ...request.Option) (*ec2.SearchTransitGatewayMulticastGroupsOutput, error)

SearchTransitGatewayMulticastGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) SearchTransitGatewayRoutes

SearchTransitGatewayRoutes provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchTransitGatewayRoutesRequest

func (_m *MockFakeEC2) SearchTransitGatewayRoutesRequest(_a0 *ec2.SearchTransitGatewayRoutesInput) (*request.Request, *ec2.SearchTransitGatewayRoutesOutput)

SearchTransitGatewayRoutesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) SearchTransitGatewayRoutesWithContext

func (_m *MockFakeEC2) SearchTransitGatewayRoutesWithContext(_a0 context.Context, _a1 *ec2.SearchTransitGatewayRoutesInput, _a2 ...request.Option) (*ec2.SearchTransitGatewayRoutesOutput, error)

SearchTransitGatewayRoutesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) SendDiagnosticInterrupt

SendDiagnosticInterrupt provides a mock function with given fields: _a0

func (*MockFakeEC2) SendDiagnosticInterruptRequest

func (_m *MockFakeEC2) SendDiagnosticInterruptRequest(_a0 *ec2.SendDiagnosticInterruptInput) (*request.Request, *ec2.SendDiagnosticInterruptOutput)

SendDiagnosticInterruptRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) SendDiagnosticInterruptWithContext

func (_m *MockFakeEC2) SendDiagnosticInterruptWithContext(_a0 context.Context, _a1 *ec2.SendDiagnosticInterruptInput, _a2 ...request.Option) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterruptWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) StartInstances

func (_m *MockFakeEC2) StartInstances(_a0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)

StartInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) StartInstancesRequest

func (_m *MockFakeEC2) StartInstancesRequest(_a0 *ec2.StartInstancesInput) (*request.Request, *ec2.StartInstancesOutput)

StartInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) StartInstancesWithContext

func (_m *MockFakeEC2) StartInstancesWithContext(_a0 context.Context, _a1 *ec2.StartInstancesInput, _a2 ...request.Option) (*ec2.StartInstancesOutput, error)

StartInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) StartNetworkInsightsAccessScopeAnalysis

StartNetworkInsightsAccessScopeAnalysis provides a mock function with given fields: _a0

func (*MockFakeEC2) StartNetworkInsightsAccessScopeAnalysisRequest

StartNetworkInsightsAccessScopeAnalysisRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) StartNetworkInsightsAccessScopeAnalysisWithContext

func (_m *MockFakeEC2) StartNetworkInsightsAccessScopeAnalysisWithContext(_a0 context.Context, _a1 *ec2.StartNetworkInsightsAccessScopeAnalysisInput, _a2 ...request.Option) (*ec2.StartNetworkInsightsAccessScopeAnalysisOutput, error)

StartNetworkInsightsAccessScopeAnalysisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) StartNetworkInsightsAnalysis

StartNetworkInsightsAnalysis provides a mock function with given fields: _a0

func (*MockFakeEC2) StartNetworkInsightsAnalysisRequest

func (_m *MockFakeEC2) StartNetworkInsightsAnalysisRequest(_a0 *ec2.StartNetworkInsightsAnalysisInput) (*request.Request, *ec2.StartNetworkInsightsAnalysisOutput)

StartNetworkInsightsAnalysisRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) StartNetworkInsightsAnalysisWithContext

func (_m *MockFakeEC2) StartNetworkInsightsAnalysisWithContext(_a0 context.Context, _a1 *ec2.StartNetworkInsightsAnalysisInput, _a2 ...request.Option) (*ec2.StartNetworkInsightsAnalysisOutput, error)

StartNetworkInsightsAnalysisWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) StartVpcEndpointServicePrivateDnsVerification

StartVpcEndpointServicePrivateDnsVerification provides a mock function with given fields: _a0

func (*MockFakeEC2) StartVpcEndpointServicePrivateDnsVerificationRequest

StartVpcEndpointServicePrivateDnsVerificationRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) StartVpcEndpointServicePrivateDnsVerificationWithContext

func (_m *MockFakeEC2) StartVpcEndpointServicePrivateDnsVerificationWithContext(_a0 context.Context, _a1 *ec2.StartVpcEndpointServicePrivateDnsVerificationInput, _a2 ...request.Option) (*ec2.StartVpcEndpointServicePrivateDnsVerificationOutput, error)

StartVpcEndpointServicePrivateDnsVerificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) StopInstances

func (_m *MockFakeEC2) StopInstances(_a0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)

StopInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) StopInstancesRequest

func (_m *MockFakeEC2) StopInstancesRequest(_a0 *ec2.StopInstancesInput) (*request.Request, *ec2.StopInstancesOutput)

StopInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) StopInstancesWithContext

func (_m *MockFakeEC2) StopInstancesWithContext(_a0 context.Context, _a1 *ec2.StopInstancesInput, _a2 ...request.Option) (*ec2.StopInstancesOutput, error)

StopInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) TerminateClientVpnConnections

TerminateClientVpnConnections provides a mock function with given fields: _a0

func (*MockFakeEC2) TerminateClientVpnConnectionsRequest

func (_m *MockFakeEC2) TerminateClientVpnConnectionsRequest(_a0 *ec2.TerminateClientVpnConnectionsInput) (*request.Request, *ec2.TerminateClientVpnConnectionsOutput)

TerminateClientVpnConnectionsRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) TerminateClientVpnConnectionsWithContext

func (_m *MockFakeEC2) TerminateClientVpnConnectionsWithContext(_a0 context.Context, _a1 *ec2.TerminateClientVpnConnectionsInput, _a2 ...request.Option) (*ec2.TerminateClientVpnConnectionsOutput, error)

TerminateClientVpnConnectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) TerminateInstances

func (_m *MockFakeEC2) TerminateInstances(_a0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)

TerminateInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) TerminateInstancesRequest

func (_m *MockFakeEC2) TerminateInstancesRequest(_a0 *ec2.TerminateInstancesInput) (*request.Request, *ec2.TerminateInstancesOutput)

TerminateInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) TerminateInstancesWithContext

func (_m *MockFakeEC2) TerminateInstancesWithContext(_a0 context.Context, _a1 *ec2.TerminateInstancesInput, _a2 ...request.Option) (*ec2.TerminateInstancesOutput, error)

TerminateInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) UnassignIpv6Addresses

func (_m *MockFakeEC2) UnassignIpv6Addresses(_a0 *ec2.UnassignIpv6AddressesInput) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6Addresses provides a mock function with given fields: _a0

func (*MockFakeEC2) UnassignIpv6AddressesRequest

func (_m *MockFakeEC2) UnassignIpv6AddressesRequest(_a0 *ec2.UnassignIpv6AddressesInput) (*request.Request, *ec2.UnassignIpv6AddressesOutput)

UnassignIpv6AddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) UnassignIpv6AddressesWithContext

func (_m *MockFakeEC2) UnassignIpv6AddressesWithContext(_a0 context.Context, _a1 *ec2.UnassignIpv6AddressesInput, _a2 ...request.Option) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6AddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) UnassignPrivateIpAddresses

UnassignPrivateIpAddresses provides a mock function with given fields: _a0

func (*MockFakeEC2) UnassignPrivateIpAddressesRequest

func (_m *MockFakeEC2) UnassignPrivateIpAddressesRequest(_a0 *ec2.UnassignPrivateIpAddressesInput) (*request.Request, *ec2.UnassignPrivateIpAddressesOutput)

UnassignPrivateIpAddressesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) UnassignPrivateIpAddressesWithContext

func (_m *MockFakeEC2) UnassignPrivateIpAddressesWithContext(_a0 context.Context, _a1 *ec2.UnassignPrivateIpAddressesInput, _a2 ...request.Option) (*ec2.UnassignPrivateIpAddressesOutput, error)

UnassignPrivateIpAddressesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) UnmonitorInstances

func (_m *MockFakeEC2) UnmonitorInstances(_a0 *ec2.UnmonitorInstancesInput) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstances provides a mock function with given fields: _a0

func (*MockFakeEC2) UnmonitorInstancesRequest

func (_m *MockFakeEC2) UnmonitorInstancesRequest(_a0 *ec2.UnmonitorInstancesInput) (*request.Request, *ec2.UnmonitorInstancesOutput)

UnmonitorInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) UnmonitorInstancesWithContext

func (_m *MockFakeEC2) UnmonitorInstancesWithContext(_a0 context.Context, _a1 *ec2.UnmonitorInstancesInput, _a2 ...request.Option) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsEgress

UpdateSecurityGroupRuleDescriptionsEgress provides a mock function with given fields: _a0

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsEgressRequest

UpdateSecurityGroupRuleDescriptionsEgressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (_m *MockFakeEC2) UpdateSecurityGroupRuleDescriptionsEgressWithContext(_a0 context.Context, _a1 *ec2.UpdateSecurityGroupRuleDescriptionsEgressInput, _a2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsEgressOutput, error)

UpdateSecurityGroupRuleDescriptionsEgressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsIngress

UpdateSecurityGroupRuleDescriptionsIngress provides a mock function with given fields: _a0

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsIngressRequest

UpdateSecurityGroupRuleDescriptionsIngressRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (_m *MockFakeEC2) UpdateSecurityGroupRuleDescriptionsIngressWithContext(_a0 context.Context, _a1 *ec2.UpdateSecurityGroupRuleDescriptionsIngressInput, _a2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

UpdateSecurityGroupRuleDescriptionsIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilBundleTaskComplete

func (_m *MockFakeEC2) WaitUntilBundleTaskComplete(_a0 *ec2.DescribeBundleTasksInput) error

WaitUntilBundleTaskComplete provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilBundleTaskCompleteWithContext

func (_m *MockFakeEC2) WaitUntilBundleTaskCompleteWithContext(_a0 context.Context, _a1 *ec2.DescribeBundleTasksInput, _a2 ...request.WaiterOption) error

WaitUntilBundleTaskCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilConversionTaskCancelled

func (_m *MockFakeEC2) WaitUntilConversionTaskCancelled(_a0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCancelled provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilConversionTaskCancelledWithContext

func (_m *MockFakeEC2) WaitUntilConversionTaskCancelledWithContext(_a0 context.Context, _a1 *ec2.DescribeConversionTasksInput, _a2 ...request.WaiterOption) error

WaitUntilConversionTaskCancelledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilConversionTaskCompleted

func (_m *MockFakeEC2) WaitUntilConversionTaskCompleted(_a0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCompleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilConversionTaskCompletedWithContext

func (_m *MockFakeEC2) WaitUntilConversionTaskCompletedWithContext(_a0 context.Context, _a1 *ec2.DescribeConversionTasksInput, _a2 ...request.WaiterOption) error

WaitUntilConversionTaskCompletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilConversionTaskDeleted

func (_m *MockFakeEC2) WaitUntilConversionTaskDeleted(_a0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskDeleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilConversionTaskDeletedWithContext

func (_m *MockFakeEC2) WaitUntilConversionTaskDeletedWithContext(_a0 context.Context, _a1 *ec2.DescribeConversionTasksInput, _a2 ...request.WaiterOption) error

WaitUntilConversionTaskDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilCustomerGatewayAvailable

func (_m *MockFakeEC2) WaitUntilCustomerGatewayAvailable(_a0 *ec2.DescribeCustomerGatewaysInput) error

WaitUntilCustomerGatewayAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilCustomerGatewayAvailableWithContext

func (_m *MockFakeEC2) WaitUntilCustomerGatewayAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeCustomerGatewaysInput, _a2 ...request.WaiterOption) error

WaitUntilCustomerGatewayAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilExportTaskCancelled

func (_m *MockFakeEC2) WaitUntilExportTaskCancelled(_a0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCancelled provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilExportTaskCancelledWithContext

func (_m *MockFakeEC2) WaitUntilExportTaskCancelledWithContext(_a0 context.Context, _a1 *ec2.DescribeExportTasksInput, _a2 ...request.WaiterOption) error

WaitUntilExportTaskCancelledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilExportTaskCompleted

func (_m *MockFakeEC2) WaitUntilExportTaskCompleted(_a0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCompleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilExportTaskCompletedWithContext

func (_m *MockFakeEC2) WaitUntilExportTaskCompletedWithContext(_a0 context.Context, _a1 *ec2.DescribeExportTasksInput, _a2 ...request.WaiterOption) error

WaitUntilExportTaskCompletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilImageAvailable

func (_m *MockFakeEC2) WaitUntilImageAvailable(_a0 *ec2.DescribeImagesInput) error

WaitUntilImageAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilImageAvailableWithContext

func (_m *MockFakeEC2) WaitUntilImageAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeImagesInput, _a2 ...request.WaiterOption) error

WaitUntilImageAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilImageExists

func (_m *MockFakeEC2) WaitUntilImageExists(_a0 *ec2.DescribeImagesInput) error

WaitUntilImageExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilImageExistsWithContext

func (_m *MockFakeEC2) WaitUntilImageExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeImagesInput, _a2 ...request.WaiterOption) error

WaitUntilImageExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInstanceExists

func (_m *MockFakeEC2) WaitUntilInstanceExists(_a0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInstanceExistsWithContext

func (_m *MockFakeEC2) WaitUntilInstanceExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInstanceRunning

func (_m *MockFakeEC2) WaitUntilInstanceRunning(_a0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceRunning provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInstanceRunningWithContext

func (_m *MockFakeEC2) WaitUntilInstanceRunningWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInstanceStatusOk

func (_m *MockFakeEC2) WaitUntilInstanceStatusOk(_a0 *ec2.DescribeInstanceStatusInput) error

WaitUntilInstanceStatusOk provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInstanceStatusOkWithContext

func (_m *MockFakeEC2) WaitUntilInstanceStatusOkWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceStatusInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceStatusOkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInstanceStopped

func (_m *MockFakeEC2) WaitUntilInstanceStopped(_a0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceStopped provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInstanceStoppedWithContext

func (_m *MockFakeEC2) WaitUntilInstanceStoppedWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInstanceTerminated

func (_m *MockFakeEC2) WaitUntilInstanceTerminated(_a0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceTerminated provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInstanceTerminatedWithContext

func (_m *MockFakeEC2) WaitUntilInstanceTerminatedWithContext(_a0 context.Context, _a1 *ec2.DescribeInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceTerminatedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilInternetGatewayExists

func (_m *MockFakeEC2) WaitUntilInternetGatewayExists(_a0 *ec2.DescribeInternetGatewaysInput) error

WaitUntilInternetGatewayExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilInternetGatewayExistsWithContext

func (_m *MockFakeEC2) WaitUntilInternetGatewayExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeInternetGatewaysInput, _a2 ...request.WaiterOption) error

WaitUntilInternetGatewayExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilKeyPairExists

func (_m *MockFakeEC2) WaitUntilKeyPairExists(_a0 *ec2.DescribeKeyPairsInput) error

WaitUntilKeyPairExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilKeyPairExistsWithContext

func (_m *MockFakeEC2) WaitUntilKeyPairExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeKeyPairsInput, _a2 ...request.WaiterOption) error

WaitUntilKeyPairExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilNatGatewayAvailable

func (_m *MockFakeEC2) WaitUntilNatGatewayAvailable(_a0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilNatGatewayAvailableWithContext

func (_m *MockFakeEC2) WaitUntilNatGatewayAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeNatGatewaysInput, _a2 ...request.WaiterOption) error

WaitUntilNatGatewayAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilNatGatewayDeleted

func (_m *MockFakeEC2) WaitUntilNatGatewayDeleted(_a0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayDeleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilNatGatewayDeletedWithContext

func (_m *MockFakeEC2) WaitUntilNatGatewayDeletedWithContext(_a0 context.Context, _a1 *ec2.DescribeNatGatewaysInput, _a2 ...request.WaiterOption) error

WaitUntilNatGatewayDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilNetworkInterfaceAvailable

func (_m *MockFakeEC2) WaitUntilNetworkInterfaceAvailable(_a0 *ec2.DescribeNetworkInterfacesInput) error

WaitUntilNetworkInterfaceAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilNetworkInterfaceAvailableWithContext

func (_m *MockFakeEC2) WaitUntilNetworkInterfaceAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeNetworkInterfacesInput, _a2 ...request.WaiterOption) error

WaitUntilNetworkInterfaceAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilPasswordDataAvailable

func (_m *MockFakeEC2) WaitUntilPasswordDataAvailable(_a0 *ec2.GetPasswordDataInput) error

WaitUntilPasswordDataAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilPasswordDataAvailableWithContext

func (_m *MockFakeEC2) WaitUntilPasswordDataAvailableWithContext(_a0 context.Context, _a1 *ec2.GetPasswordDataInput, _a2 ...request.WaiterOption) error

WaitUntilPasswordDataAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilSecurityGroupExists

func (_m *MockFakeEC2) WaitUntilSecurityGroupExists(_a0 *ec2.DescribeSecurityGroupsInput) error

WaitUntilSecurityGroupExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilSecurityGroupExistsWithContext

func (_m *MockFakeEC2) WaitUntilSecurityGroupExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeSecurityGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilSecurityGroupExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilSnapshotCompleted

func (_m *MockFakeEC2) WaitUntilSnapshotCompleted(_a0 *ec2.DescribeSnapshotsInput) error

WaitUntilSnapshotCompleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilSnapshotCompletedWithContext

func (_m *MockFakeEC2) WaitUntilSnapshotCompletedWithContext(_a0 context.Context, _a1 *ec2.DescribeSnapshotsInput, _a2 ...request.WaiterOption) error

WaitUntilSnapshotCompletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilSpotInstanceRequestFulfilled

func (_m *MockFakeEC2) WaitUntilSpotInstanceRequestFulfilled(_a0 *ec2.DescribeSpotInstanceRequestsInput) error

WaitUntilSpotInstanceRequestFulfilled provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilSpotInstanceRequestFulfilledWithContext

func (_m *MockFakeEC2) WaitUntilSpotInstanceRequestFulfilledWithContext(_a0 context.Context, _a1 *ec2.DescribeSpotInstanceRequestsInput, _a2 ...request.WaiterOption) error

WaitUntilSpotInstanceRequestFulfilledWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilSubnetAvailable

func (_m *MockFakeEC2) WaitUntilSubnetAvailable(_a0 *ec2.DescribeSubnetsInput) error

WaitUntilSubnetAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilSubnetAvailableWithContext

func (_m *MockFakeEC2) WaitUntilSubnetAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeSubnetsInput, _a2 ...request.WaiterOption) error

WaitUntilSubnetAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilSystemStatusOk

func (_m *MockFakeEC2) WaitUntilSystemStatusOk(_a0 *ec2.DescribeInstanceStatusInput) error

WaitUntilSystemStatusOk provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilSystemStatusOkWithContext

func (_m *MockFakeEC2) WaitUntilSystemStatusOkWithContext(_a0 context.Context, _a1 *ec2.DescribeInstanceStatusInput, _a2 ...request.WaiterOption) error

WaitUntilSystemStatusOkWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVolumeAvailable

func (_m *MockFakeEC2) WaitUntilVolumeAvailable(_a0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVolumeAvailableWithContext

func (_m *MockFakeEC2) WaitUntilVolumeAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesInput, _a2 ...request.WaiterOption) error

WaitUntilVolumeAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVolumeDeleted

func (_m *MockFakeEC2) WaitUntilVolumeDeleted(_a0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeDeleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVolumeDeletedWithContext

func (_m *MockFakeEC2) WaitUntilVolumeDeletedWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesInput, _a2 ...request.WaiterOption) error

WaitUntilVolumeDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVolumeInUse

func (_m *MockFakeEC2) WaitUntilVolumeInUse(_a0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeInUse provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVolumeInUseWithContext

func (_m *MockFakeEC2) WaitUntilVolumeInUseWithContext(_a0 context.Context, _a1 *ec2.DescribeVolumesInput, _a2 ...request.WaiterOption) error

WaitUntilVolumeInUseWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpcAvailable

func (_m *MockFakeEC2) WaitUntilVpcAvailable(_a0 *ec2.DescribeVpcsInput) error

WaitUntilVpcAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpcAvailableWithContext

func (_m *MockFakeEC2) WaitUntilVpcAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcsInput, _a2 ...request.WaiterOption) error

WaitUntilVpcAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpcExists

func (_m *MockFakeEC2) WaitUntilVpcExists(_a0 *ec2.DescribeVpcsInput) error

WaitUntilVpcExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpcExistsWithContext

func (_m *MockFakeEC2) WaitUntilVpcExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcsInput, _a2 ...request.WaiterOption) error

WaitUntilVpcExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpcPeeringConnectionDeleted

func (_m *MockFakeEC2) WaitUntilVpcPeeringConnectionDeleted(_a0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionDeleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpcPeeringConnectionDeletedWithContext

func (_m *MockFakeEC2) WaitUntilVpcPeeringConnectionDeletedWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcPeeringConnectionsInput, _a2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpcPeeringConnectionExists

func (_m *MockFakeEC2) WaitUntilVpcPeeringConnectionExists(_a0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionExists provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpcPeeringConnectionExistsWithContext

func (_m *MockFakeEC2) WaitUntilVpcPeeringConnectionExistsWithContext(_a0 context.Context, _a1 *ec2.DescribeVpcPeeringConnectionsInput, _a2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpnConnectionAvailable

func (_m *MockFakeEC2) WaitUntilVpnConnectionAvailable(_a0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionAvailable provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpnConnectionAvailableWithContext

func (_m *MockFakeEC2) WaitUntilVpnConnectionAvailableWithContext(_a0 context.Context, _a1 *ec2.DescribeVpnConnectionsInput, _a2 ...request.WaiterOption) error

WaitUntilVpnConnectionAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WaitUntilVpnConnectionDeleted

func (_m *MockFakeEC2) WaitUntilVpnConnectionDeleted(_a0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionDeleted provides a mock function with given fields: _a0

func (*MockFakeEC2) WaitUntilVpnConnectionDeletedWithContext

func (_m *MockFakeEC2) WaitUntilVpnConnectionDeletedWithContext(_a0 context.Context, _a1 *ec2.DescribeVpnConnectionsInput, _a2 ...request.WaiterOption) error

WaitUntilVpnConnectionDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeEC2) WithdrawByoipCidr

func (_m *MockFakeEC2) WithdrawByoipCidr(_a0 *ec2.WithdrawByoipCidrInput) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidr provides a mock function with given fields: _a0

func (*MockFakeEC2) WithdrawByoipCidrRequest

func (_m *MockFakeEC2) WithdrawByoipCidrRequest(_a0 *ec2.WithdrawByoipCidrInput) (*request.Request, *ec2.WithdrawByoipCidrOutput)

WithdrawByoipCidrRequest provides a mock function with given fields: _a0

func (*MockFakeEC2) WithdrawByoipCidrWithContext

func (_m *MockFakeEC2) WithdrawByoipCidrWithContext(_a0 context.Context, _a1 *ec2.WithdrawByoipCidrInput, _a2 ...request.Option) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidrWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeECR

type MockFakeECR struct {
	mock.Mock
}

MockFakeECR is an autogenerated mock type for the FakeECR type

func NewMockFakeECR

func NewMockFakeECR(t mockConstructorTestingTNewMockFakeECR) *MockFakeECR

NewMockFakeECR creates a new instance of MockFakeECR. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeECR) BatchCheckLayerAvailability

BatchCheckLayerAvailability provides a mock function with given fields: _a0

func (*MockFakeECR) BatchCheckLayerAvailabilityRequest

func (_m *MockFakeECR) BatchCheckLayerAvailabilityRequest(_a0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)

BatchCheckLayerAvailabilityRequest provides a mock function with given fields: _a0

func (*MockFakeECR) BatchCheckLayerAvailabilityWithContext

func (_m *MockFakeECR) BatchCheckLayerAvailabilityWithContext(_a0 context.Context, _a1 *ecr.BatchCheckLayerAvailabilityInput, _a2 ...request.Option) (*ecr.BatchCheckLayerAvailabilityOutput, error)

BatchCheckLayerAvailabilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) BatchDeleteImage

func (_m *MockFakeECR) BatchDeleteImage(_a0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)

BatchDeleteImage provides a mock function with given fields: _a0

func (*MockFakeECR) BatchDeleteImageRequest

func (_m *MockFakeECR) BatchDeleteImageRequest(_a0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)

BatchDeleteImageRequest provides a mock function with given fields: _a0

func (*MockFakeECR) BatchDeleteImageWithContext

func (_m *MockFakeECR) BatchDeleteImageWithContext(_a0 context.Context, _a1 *ecr.BatchDeleteImageInput, _a2 ...request.Option) (*ecr.BatchDeleteImageOutput, error)

BatchDeleteImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) BatchGetImage

func (_m *MockFakeECR) BatchGetImage(_a0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)

BatchGetImage provides a mock function with given fields: _a0

func (*MockFakeECR) BatchGetImageRequest

func (_m *MockFakeECR) BatchGetImageRequest(_a0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)

BatchGetImageRequest provides a mock function with given fields: _a0

func (*MockFakeECR) BatchGetImageWithContext

func (_m *MockFakeECR) BatchGetImageWithContext(_a0 context.Context, _a1 *ecr.BatchGetImageInput, _a2 ...request.Option) (*ecr.BatchGetImageOutput, error)

BatchGetImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) BatchGetRepositoryScanningConfiguration

BatchGetRepositoryScanningConfiguration provides a mock function with given fields: _a0

func (*MockFakeECR) BatchGetRepositoryScanningConfigurationRequest

BatchGetRepositoryScanningConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeECR) BatchGetRepositoryScanningConfigurationWithContext

func (_m *MockFakeECR) BatchGetRepositoryScanningConfigurationWithContext(_a0 context.Context, _a1 *ecr.BatchGetRepositoryScanningConfigurationInput, _a2 ...request.Option) (*ecr.BatchGetRepositoryScanningConfigurationOutput, error)

BatchGetRepositoryScanningConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) CompleteLayerUpload

func (_m *MockFakeECR) CompleteLayerUpload(_a0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)

CompleteLayerUpload provides a mock function with given fields: _a0

func (*MockFakeECR) CompleteLayerUploadRequest

func (_m *MockFakeECR) CompleteLayerUploadRequest(_a0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)

CompleteLayerUploadRequest provides a mock function with given fields: _a0

func (*MockFakeECR) CompleteLayerUploadWithContext

func (_m *MockFakeECR) CompleteLayerUploadWithContext(_a0 context.Context, _a1 *ecr.CompleteLayerUploadInput, _a2 ...request.Option) (*ecr.CompleteLayerUploadOutput, error)

CompleteLayerUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) CreatePullThroughCacheRule

CreatePullThroughCacheRule provides a mock function with given fields: _a0

func (*MockFakeECR) CreatePullThroughCacheRuleRequest

func (_m *MockFakeECR) CreatePullThroughCacheRuleRequest(_a0 *ecr.CreatePullThroughCacheRuleInput) (*request.Request, *ecr.CreatePullThroughCacheRuleOutput)

CreatePullThroughCacheRuleRequest provides a mock function with given fields: _a0

func (*MockFakeECR) CreatePullThroughCacheRuleWithContext

func (_m *MockFakeECR) CreatePullThroughCacheRuleWithContext(_a0 context.Context, _a1 *ecr.CreatePullThroughCacheRuleInput, _a2 ...request.Option) (*ecr.CreatePullThroughCacheRuleOutput, error)

CreatePullThroughCacheRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) CreateRepository

func (_m *MockFakeECR) CreateRepository(_a0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)

CreateRepository provides a mock function with given fields: _a0

func (*MockFakeECR) CreateRepositoryRequest

func (_m *MockFakeECR) CreateRepositoryRequest(_a0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)

CreateRepositoryRequest provides a mock function with given fields: _a0

func (*MockFakeECR) CreateRepositoryWithContext

func (_m *MockFakeECR) CreateRepositoryWithContext(_a0 context.Context, _a1 *ecr.CreateRepositoryInput, _a2 ...request.Option) (*ecr.CreateRepositoryOutput, error)

CreateRepositoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DeleteLifecyclePolicy

func (_m *MockFakeECR) DeleteLifecyclePolicy(_a0 *ecr.DeleteLifecyclePolicyInput) (*ecr.DeleteLifecyclePolicyOutput, error)

DeleteLifecyclePolicy provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteLifecyclePolicyRequest

func (_m *MockFakeECR) DeleteLifecyclePolicyRequest(_a0 *ecr.DeleteLifecyclePolicyInput) (*request.Request, *ecr.DeleteLifecyclePolicyOutput)

DeleteLifecyclePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteLifecyclePolicyWithContext

func (_m *MockFakeECR) DeleteLifecyclePolicyWithContext(_a0 context.Context, _a1 *ecr.DeleteLifecyclePolicyInput, _a2 ...request.Option) (*ecr.DeleteLifecyclePolicyOutput, error)

DeleteLifecyclePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DeletePullThroughCacheRule

DeletePullThroughCacheRule provides a mock function with given fields: _a0

func (*MockFakeECR) DeletePullThroughCacheRuleRequest

func (_m *MockFakeECR) DeletePullThroughCacheRuleRequest(_a0 *ecr.DeletePullThroughCacheRuleInput) (*request.Request, *ecr.DeletePullThroughCacheRuleOutput)

DeletePullThroughCacheRuleRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DeletePullThroughCacheRuleWithContext

func (_m *MockFakeECR) DeletePullThroughCacheRuleWithContext(_a0 context.Context, _a1 *ecr.DeletePullThroughCacheRuleInput, _a2 ...request.Option) (*ecr.DeletePullThroughCacheRuleOutput, error)

DeletePullThroughCacheRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DeleteRegistryPolicy

func (_m *MockFakeECR) DeleteRegistryPolicy(_a0 *ecr.DeleteRegistryPolicyInput) (*ecr.DeleteRegistryPolicyOutput, error)

DeleteRegistryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRegistryPolicyRequest

func (_m *MockFakeECR) DeleteRegistryPolicyRequest(_a0 *ecr.DeleteRegistryPolicyInput) (*request.Request, *ecr.DeleteRegistryPolicyOutput)

DeleteRegistryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRegistryPolicyWithContext

func (_m *MockFakeECR) DeleteRegistryPolicyWithContext(_a0 context.Context, _a1 *ecr.DeleteRegistryPolicyInput, _a2 ...request.Option) (*ecr.DeleteRegistryPolicyOutput, error)

DeleteRegistryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DeleteRepository

func (_m *MockFakeECR) DeleteRepository(_a0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)

DeleteRepository provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRepositoryPolicy

DeleteRepositoryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRepositoryPolicyRequest

func (_m *MockFakeECR) DeleteRepositoryPolicyRequest(_a0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)

DeleteRepositoryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRepositoryPolicyWithContext

func (_m *MockFakeECR) DeleteRepositoryPolicyWithContext(_a0 context.Context, _a1 *ecr.DeleteRepositoryPolicyInput, _a2 ...request.Option) (*ecr.DeleteRepositoryPolicyOutput, error)

DeleteRepositoryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DeleteRepositoryRequest

func (_m *MockFakeECR) DeleteRepositoryRequest(_a0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)

DeleteRepositoryRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DeleteRepositoryWithContext

func (_m *MockFakeECR) DeleteRepositoryWithContext(_a0 context.Context, _a1 *ecr.DeleteRepositoryInput, _a2 ...request.Option) (*ecr.DeleteRepositoryOutput, error)

DeleteRepositoryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribeImageReplicationStatus

DescribeImageReplicationStatus provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImageReplicationStatusRequest

func (_m *MockFakeECR) DescribeImageReplicationStatusRequest(_a0 *ecr.DescribeImageReplicationStatusInput) (*request.Request, *ecr.DescribeImageReplicationStatusOutput)

DescribeImageReplicationStatusRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImageReplicationStatusWithContext

func (_m *MockFakeECR) DescribeImageReplicationStatusWithContext(_a0 context.Context, _a1 *ecr.DescribeImageReplicationStatusInput, _a2 ...request.Option) (*ecr.DescribeImageReplicationStatusOutput, error)

DescribeImageReplicationStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribeImageScanFindings

DescribeImageScanFindings provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImageScanFindingsPages

func (_m *MockFakeECR) DescribeImageScanFindingsPages(_a0 *ecr.DescribeImageScanFindingsInput, _a1 func(*ecr.DescribeImageScanFindingsOutput, bool) bool) error

DescribeImageScanFindingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) DescribeImageScanFindingsPagesWithContext

func (_m *MockFakeECR) DescribeImageScanFindingsPagesWithContext(_a0 context.Context, _a1 *ecr.DescribeImageScanFindingsInput, _a2 func(*ecr.DescribeImageScanFindingsOutput, bool) bool, _a3 ...request.Option) error

DescribeImageScanFindingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) DescribeImageScanFindingsRequest

func (_m *MockFakeECR) DescribeImageScanFindingsRequest(_a0 *ecr.DescribeImageScanFindingsInput) (*request.Request, *ecr.DescribeImageScanFindingsOutput)

DescribeImageScanFindingsRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImageScanFindingsWithContext

func (_m *MockFakeECR) DescribeImageScanFindingsWithContext(_a0 context.Context, _a1 *ecr.DescribeImageScanFindingsInput, _a2 ...request.Option) (*ecr.DescribeImageScanFindingsOutput, error)

DescribeImageScanFindingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribeImages

func (_m *MockFakeECR) DescribeImages(_a0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)

DescribeImages provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImagesPages

func (_m *MockFakeECR) DescribeImagesPages(_a0 *ecr.DescribeImagesInput, _a1 func(*ecr.DescribeImagesOutput, bool) bool) error

DescribeImagesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) DescribeImagesPagesWithContext

func (_m *MockFakeECR) DescribeImagesPagesWithContext(_a0 context.Context, _a1 *ecr.DescribeImagesInput, _a2 func(*ecr.DescribeImagesOutput, bool) bool, _a3 ...request.Option) error

DescribeImagesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) DescribeImagesRequest

func (_m *MockFakeECR) DescribeImagesRequest(_a0 *ecr.DescribeImagesInput) (*request.Request, *ecr.DescribeImagesOutput)

DescribeImagesRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeImagesWithContext

func (_m *MockFakeECR) DescribeImagesWithContext(_a0 context.Context, _a1 *ecr.DescribeImagesInput, _a2 ...request.Option) (*ecr.DescribeImagesOutput, error)

DescribeImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribePullThroughCacheRules

DescribePullThroughCacheRules provides a mock function with given fields: _a0

func (*MockFakeECR) DescribePullThroughCacheRulesPages

func (_m *MockFakeECR) DescribePullThroughCacheRulesPages(_a0 *ecr.DescribePullThroughCacheRulesInput, _a1 func(*ecr.DescribePullThroughCacheRulesOutput, bool) bool) error

DescribePullThroughCacheRulesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) DescribePullThroughCacheRulesPagesWithContext

func (_m *MockFakeECR) DescribePullThroughCacheRulesPagesWithContext(_a0 context.Context, _a1 *ecr.DescribePullThroughCacheRulesInput, _a2 func(*ecr.DescribePullThroughCacheRulesOutput, bool) bool, _a3 ...request.Option) error

DescribePullThroughCacheRulesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) DescribePullThroughCacheRulesRequest

func (_m *MockFakeECR) DescribePullThroughCacheRulesRequest(_a0 *ecr.DescribePullThroughCacheRulesInput) (*request.Request, *ecr.DescribePullThroughCacheRulesOutput)

DescribePullThroughCacheRulesRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribePullThroughCacheRulesWithContext

func (_m *MockFakeECR) DescribePullThroughCacheRulesWithContext(_a0 context.Context, _a1 *ecr.DescribePullThroughCacheRulesInput, _a2 ...request.Option) (*ecr.DescribePullThroughCacheRulesOutput, error)

DescribePullThroughCacheRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribeRegistry

func (_m *MockFakeECR) DescribeRegistry(_a0 *ecr.DescribeRegistryInput) (*ecr.DescribeRegistryOutput, error)

DescribeRegistry provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeRegistryRequest

func (_m *MockFakeECR) DescribeRegistryRequest(_a0 *ecr.DescribeRegistryInput) (*request.Request, *ecr.DescribeRegistryOutput)

DescribeRegistryRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeRegistryWithContext

func (_m *MockFakeECR) DescribeRegistryWithContext(_a0 context.Context, _a1 *ecr.DescribeRegistryInput, _a2 ...request.Option) (*ecr.DescribeRegistryOutput, error)

DescribeRegistryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) DescribeRepositories

func (_m *MockFakeECR) DescribeRepositories(_a0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositories provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeRepositoriesPages

func (_m *MockFakeECR) DescribeRepositoriesPages(_a0 *ecr.DescribeRepositoriesInput, _a1 func(*ecr.DescribeRepositoriesOutput, bool) bool) error

DescribeRepositoriesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) DescribeRepositoriesPagesWithContext

func (_m *MockFakeECR) DescribeRepositoriesPagesWithContext(_a0 context.Context, _a1 *ecr.DescribeRepositoriesInput, _a2 func(*ecr.DescribeRepositoriesOutput, bool) bool, _a3 ...request.Option) error

DescribeRepositoriesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) DescribeRepositoriesRequest

func (_m *MockFakeECR) DescribeRepositoriesRequest(_a0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)

DescribeRepositoriesRequest provides a mock function with given fields: _a0

func (*MockFakeECR) DescribeRepositoriesWithContext

func (_m *MockFakeECR) DescribeRepositoriesWithContext(_a0 context.Context, _a1 *ecr.DescribeRepositoriesInput, _a2 ...request.Option) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositoriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetAuthorizationToken

func (_m *MockFakeECR) GetAuthorizationToken(_a0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)

GetAuthorizationToken provides a mock function with given fields: _a0

func (*MockFakeECR) GetAuthorizationTokenRequest

func (_m *MockFakeECR) GetAuthorizationTokenRequest(_a0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)

GetAuthorizationTokenRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetAuthorizationTokenWithContext

func (_m *MockFakeECR) GetAuthorizationTokenWithContext(_a0 context.Context, _a1 *ecr.GetAuthorizationTokenInput, _a2 ...request.Option) (*ecr.GetAuthorizationTokenOutput, error)

GetAuthorizationTokenWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetDownloadUrlForLayer

GetDownloadUrlForLayer provides a mock function with given fields: _a0

func (*MockFakeECR) GetDownloadUrlForLayerRequest

func (_m *MockFakeECR) GetDownloadUrlForLayerRequest(_a0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)

GetDownloadUrlForLayerRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetDownloadUrlForLayerWithContext

func (_m *MockFakeECR) GetDownloadUrlForLayerWithContext(_a0 context.Context, _a1 *ecr.GetDownloadUrlForLayerInput, _a2 ...request.Option) (*ecr.GetDownloadUrlForLayerOutput, error)

GetDownloadUrlForLayerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetLifecyclePolicy

func (_m *MockFakeECR) GetLifecyclePolicy(_a0 *ecr.GetLifecyclePolicyInput) (*ecr.GetLifecyclePolicyOutput, error)

GetLifecyclePolicy provides a mock function with given fields: _a0

func (*MockFakeECR) GetLifecyclePolicyPreview

GetLifecyclePolicyPreview provides a mock function with given fields: _a0

func (*MockFakeECR) GetLifecyclePolicyPreviewPages

func (_m *MockFakeECR) GetLifecyclePolicyPreviewPages(_a0 *ecr.GetLifecyclePolicyPreviewInput, _a1 func(*ecr.GetLifecyclePolicyPreviewOutput, bool) bool) error

GetLifecyclePolicyPreviewPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) GetLifecyclePolicyPreviewPagesWithContext

func (_m *MockFakeECR) GetLifecyclePolicyPreviewPagesWithContext(_a0 context.Context, _a1 *ecr.GetLifecyclePolicyPreviewInput, _a2 func(*ecr.GetLifecyclePolicyPreviewOutput, bool) bool, _a3 ...request.Option) error

GetLifecyclePolicyPreviewPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) GetLifecyclePolicyPreviewRequest

func (_m *MockFakeECR) GetLifecyclePolicyPreviewRequest(_a0 *ecr.GetLifecyclePolicyPreviewInput) (*request.Request, *ecr.GetLifecyclePolicyPreviewOutput)

GetLifecyclePolicyPreviewRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetLifecyclePolicyPreviewWithContext

func (_m *MockFakeECR) GetLifecyclePolicyPreviewWithContext(_a0 context.Context, _a1 *ecr.GetLifecyclePolicyPreviewInput, _a2 ...request.Option) (*ecr.GetLifecyclePolicyPreviewOutput, error)

GetLifecyclePolicyPreviewWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetLifecyclePolicyRequest

func (_m *MockFakeECR) GetLifecyclePolicyRequest(_a0 *ecr.GetLifecyclePolicyInput) (*request.Request, *ecr.GetLifecyclePolicyOutput)

GetLifecyclePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetLifecyclePolicyWithContext

func (_m *MockFakeECR) GetLifecyclePolicyWithContext(_a0 context.Context, _a1 *ecr.GetLifecyclePolicyInput, _a2 ...request.Option) (*ecr.GetLifecyclePolicyOutput, error)

GetLifecyclePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetRegistryPolicy

func (_m *MockFakeECR) GetRegistryPolicy(_a0 *ecr.GetRegistryPolicyInput) (*ecr.GetRegistryPolicyOutput, error)

GetRegistryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) GetRegistryPolicyRequest

func (_m *MockFakeECR) GetRegistryPolicyRequest(_a0 *ecr.GetRegistryPolicyInput) (*request.Request, *ecr.GetRegistryPolicyOutput)

GetRegistryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetRegistryPolicyWithContext

func (_m *MockFakeECR) GetRegistryPolicyWithContext(_a0 context.Context, _a1 *ecr.GetRegistryPolicyInput, _a2 ...request.Option) (*ecr.GetRegistryPolicyOutput, error)

GetRegistryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetRegistryScanningConfiguration

GetRegistryScanningConfiguration provides a mock function with given fields: _a0

func (*MockFakeECR) GetRegistryScanningConfigurationRequest

GetRegistryScanningConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetRegistryScanningConfigurationWithContext

func (_m *MockFakeECR) GetRegistryScanningConfigurationWithContext(_a0 context.Context, _a1 *ecr.GetRegistryScanningConfigurationInput, _a2 ...request.Option) (*ecr.GetRegistryScanningConfigurationOutput, error)

GetRegistryScanningConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) GetRepositoryPolicy

func (_m *MockFakeECR) GetRepositoryPolicy(_a0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)

GetRepositoryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) GetRepositoryPolicyRequest

func (_m *MockFakeECR) GetRepositoryPolicyRequest(_a0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)

GetRepositoryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) GetRepositoryPolicyWithContext

func (_m *MockFakeECR) GetRepositoryPolicyWithContext(_a0 context.Context, _a1 *ecr.GetRepositoryPolicyInput, _a2 ...request.Option) (*ecr.GetRepositoryPolicyOutput, error)

GetRepositoryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) InitiateLayerUpload

func (_m *MockFakeECR) InitiateLayerUpload(_a0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)

InitiateLayerUpload provides a mock function with given fields: _a0

func (*MockFakeECR) InitiateLayerUploadRequest

func (_m *MockFakeECR) InitiateLayerUploadRequest(_a0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)

InitiateLayerUploadRequest provides a mock function with given fields: _a0

func (*MockFakeECR) InitiateLayerUploadWithContext

func (_m *MockFakeECR) InitiateLayerUploadWithContext(_a0 context.Context, _a1 *ecr.InitiateLayerUploadInput, _a2 ...request.Option) (*ecr.InitiateLayerUploadOutput, error)

InitiateLayerUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) ListImages

func (_m *MockFakeECR) ListImages(_a0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)

ListImages provides a mock function with given fields: _a0

func (*MockFakeECR) ListImagesPages

func (_m *MockFakeECR) ListImagesPages(_a0 *ecr.ListImagesInput, _a1 func(*ecr.ListImagesOutput, bool) bool) error

ListImagesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeECR) ListImagesPagesWithContext

func (_m *MockFakeECR) ListImagesPagesWithContext(_a0 context.Context, _a1 *ecr.ListImagesInput, _a2 func(*ecr.ListImagesOutput, bool) bool, _a3 ...request.Option) error

ListImagesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeECR) ListImagesRequest

func (_m *MockFakeECR) ListImagesRequest(_a0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)

ListImagesRequest provides a mock function with given fields: _a0

func (*MockFakeECR) ListImagesWithContext

func (_m *MockFakeECR) ListImagesWithContext(_a0 context.Context, _a1 *ecr.ListImagesInput, _a2 ...request.Option) (*ecr.ListImagesOutput, error)

ListImagesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) ListTagsForResource

func (_m *MockFakeECR) ListTagsForResource(_a0 *ecr.ListTagsForResourceInput) (*ecr.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeECR) ListTagsForResourceRequest

func (_m *MockFakeECR) ListTagsForResourceRequest(_a0 *ecr.ListTagsForResourceInput) (*request.Request, *ecr.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeECR) ListTagsForResourceWithContext

func (_m *MockFakeECR) ListTagsForResourceWithContext(_a0 context.Context, _a1 *ecr.ListTagsForResourceInput, _a2 ...request.Option) (*ecr.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutImage

func (_m *MockFakeECR) PutImage(_a0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)

PutImage provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageRequest

func (_m *MockFakeECR) PutImageRequest(_a0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)

PutImageRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageScanningConfiguration

PutImageScanningConfiguration provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageScanningConfigurationRequest

func (_m *MockFakeECR) PutImageScanningConfigurationRequest(_a0 *ecr.PutImageScanningConfigurationInput) (*request.Request, *ecr.PutImageScanningConfigurationOutput)

PutImageScanningConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageScanningConfigurationWithContext

func (_m *MockFakeECR) PutImageScanningConfigurationWithContext(_a0 context.Context, _a1 *ecr.PutImageScanningConfigurationInput, _a2 ...request.Option) (*ecr.PutImageScanningConfigurationOutput, error)

PutImageScanningConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutImageTagMutability

func (_m *MockFakeECR) PutImageTagMutability(_a0 *ecr.PutImageTagMutabilityInput) (*ecr.PutImageTagMutabilityOutput, error)

PutImageTagMutability provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageTagMutabilityRequest

func (_m *MockFakeECR) PutImageTagMutabilityRequest(_a0 *ecr.PutImageTagMutabilityInput) (*request.Request, *ecr.PutImageTagMutabilityOutput)

PutImageTagMutabilityRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutImageTagMutabilityWithContext

func (_m *MockFakeECR) PutImageTagMutabilityWithContext(_a0 context.Context, _a1 *ecr.PutImageTagMutabilityInput, _a2 ...request.Option) (*ecr.PutImageTagMutabilityOutput, error)

PutImageTagMutabilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutImageWithContext

func (_m *MockFakeECR) PutImageWithContext(_a0 context.Context, _a1 *ecr.PutImageInput, _a2 ...request.Option) (*ecr.PutImageOutput, error)

PutImageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutLifecyclePolicy

func (_m *MockFakeECR) PutLifecyclePolicy(_a0 *ecr.PutLifecyclePolicyInput) (*ecr.PutLifecyclePolicyOutput, error)

PutLifecyclePolicy provides a mock function with given fields: _a0

func (*MockFakeECR) PutLifecyclePolicyRequest

func (_m *MockFakeECR) PutLifecyclePolicyRequest(_a0 *ecr.PutLifecyclePolicyInput) (*request.Request, *ecr.PutLifecyclePolicyOutput)

PutLifecyclePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutLifecyclePolicyWithContext

func (_m *MockFakeECR) PutLifecyclePolicyWithContext(_a0 context.Context, _a1 *ecr.PutLifecyclePolicyInput, _a2 ...request.Option) (*ecr.PutLifecyclePolicyOutput, error)

PutLifecyclePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutRegistryPolicy

func (_m *MockFakeECR) PutRegistryPolicy(_a0 *ecr.PutRegistryPolicyInput) (*ecr.PutRegistryPolicyOutput, error)

PutRegistryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) PutRegistryPolicyRequest

func (_m *MockFakeECR) PutRegistryPolicyRequest(_a0 *ecr.PutRegistryPolicyInput) (*request.Request, *ecr.PutRegistryPolicyOutput)

PutRegistryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutRegistryPolicyWithContext

func (_m *MockFakeECR) PutRegistryPolicyWithContext(_a0 context.Context, _a1 *ecr.PutRegistryPolicyInput, _a2 ...request.Option) (*ecr.PutRegistryPolicyOutput, error)

PutRegistryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutRegistryScanningConfiguration

PutRegistryScanningConfiguration provides a mock function with given fields: _a0

func (*MockFakeECR) PutRegistryScanningConfigurationRequest

PutRegistryScanningConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutRegistryScanningConfigurationWithContext

func (_m *MockFakeECR) PutRegistryScanningConfigurationWithContext(_a0 context.Context, _a1 *ecr.PutRegistryScanningConfigurationInput, _a2 ...request.Option) (*ecr.PutRegistryScanningConfigurationOutput, error)

PutRegistryScanningConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) PutReplicationConfiguration

PutReplicationConfiguration provides a mock function with given fields: _a0

func (*MockFakeECR) PutReplicationConfigurationRequest

func (_m *MockFakeECR) PutReplicationConfigurationRequest(_a0 *ecr.PutReplicationConfigurationInput) (*request.Request, *ecr.PutReplicationConfigurationOutput)

PutReplicationConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeECR) PutReplicationConfigurationWithContext

func (_m *MockFakeECR) PutReplicationConfigurationWithContext(_a0 context.Context, _a1 *ecr.PutReplicationConfigurationInput, _a2 ...request.Option) (*ecr.PutReplicationConfigurationOutput, error)

PutReplicationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) SetRepositoryPolicy

func (_m *MockFakeECR) SetRepositoryPolicy(_a0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)

SetRepositoryPolicy provides a mock function with given fields: _a0

func (*MockFakeECR) SetRepositoryPolicyRequest

func (_m *MockFakeECR) SetRepositoryPolicyRequest(_a0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)

SetRepositoryPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeECR) SetRepositoryPolicyWithContext

func (_m *MockFakeECR) SetRepositoryPolicyWithContext(_a0 context.Context, _a1 *ecr.SetRepositoryPolicyInput, _a2 ...request.Option) (*ecr.SetRepositoryPolicyOutput, error)

SetRepositoryPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) StartImageScan

func (_m *MockFakeECR) StartImageScan(_a0 *ecr.StartImageScanInput) (*ecr.StartImageScanOutput, error)

StartImageScan provides a mock function with given fields: _a0

func (*MockFakeECR) StartImageScanRequest

func (_m *MockFakeECR) StartImageScanRequest(_a0 *ecr.StartImageScanInput) (*request.Request, *ecr.StartImageScanOutput)

StartImageScanRequest provides a mock function with given fields: _a0

func (*MockFakeECR) StartImageScanWithContext

func (_m *MockFakeECR) StartImageScanWithContext(_a0 context.Context, _a1 *ecr.StartImageScanInput, _a2 ...request.Option) (*ecr.StartImageScanOutput, error)

StartImageScanWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) StartLifecyclePolicyPreview

StartLifecyclePolicyPreview provides a mock function with given fields: _a0

func (*MockFakeECR) StartLifecyclePolicyPreviewRequest

func (_m *MockFakeECR) StartLifecyclePolicyPreviewRequest(_a0 *ecr.StartLifecyclePolicyPreviewInput) (*request.Request, *ecr.StartLifecyclePolicyPreviewOutput)

StartLifecyclePolicyPreviewRequest provides a mock function with given fields: _a0

func (*MockFakeECR) StartLifecyclePolicyPreviewWithContext

func (_m *MockFakeECR) StartLifecyclePolicyPreviewWithContext(_a0 context.Context, _a1 *ecr.StartLifecyclePolicyPreviewInput, _a2 ...request.Option) (*ecr.StartLifecyclePolicyPreviewOutput, error)

StartLifecyclePolicyPreviewWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) TagResource

func (_m *MockFakeECR) TagResource(_a0 *ecr.TagResourceInput) (*ecr.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*MockFakeECR) TagResourceRequest

func (_m *MockFakeECR) TagResourceRequest(_a0 *ecr.TagResourceInput) (*request.Request, *ecr.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeECR) TagResourceWithContext

func (_m *MockFakeECR) TagResourceWithContext(_a0 context.Context, _a1 *ecr.TagResourceInput, _a2 ...request.Option) (*ecr.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) UntagResource

func (_m *MockFakeECR) UntagResource(_a0 *ecr.UntagResourceInput) (*ecr.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*MockFakeECR) UntagResourceRequest

func (_m *MockFakeECR) UntagResourceRequest(_a0 *ecr.UntagResourceInput) (*request.Request, *ecr.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeECR) UntagResourceWithContext

func (_m *MockFakeECR) UntagResourceWithContext(_a0 context.Context, _a1 *ecr.UntagResourceInput, _a2 ...request.Option) (*ecr.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) UploadLayerPart

func (_m *MockFakeECR) UploadLayerPart(_a0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)

UploadLayerPart provides a mock function with given fields: _a0

func (*MockFakeECR) UploadLayerPartRequest

func (_m *MockFakeECR) UploadLayerPartRequest(_a0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)

UploadLayerPartRequest provides a mock function with given fields: _a0

func (*MockFakeECR) UploadLayerPartWithContext

func (_m *MockFakeECR) UploadLayerPartWithContext(_a0 context.Context, _a1 *ecr.UploadLayerPartInput, _a2 ...request.Option) (*ecr.UploadLayerPartOutput, error)

UploadLayerPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) WaitUntilImageScanComplete

func (_m *MockFakeECR) WaitUntilImageScanComplete(_a0 *ecr.DescribeImageScanFindingsInput) error

WaitUntilImageScanComplete provides a mock function with given fields: _a0

func (*MockFakeECR) WaitUntilImageScanCompleteWithContext

func (_m *MockFakeECR) WaitUntilImageScanCompleteWithContext(_a0 context.Context, _a1 *ecr.DescribeImageScanFindingsInput, _a2 ...request.WaiterOption) error

WaitUntilImageScanCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeECR) WaitUntilLifecyclePolicyPreviewComplete

func (_m *MockFakeECR) WaitUntilLifecyclePolicyPreviewComplete(_a0 *ecr.GetLifecyclePolicyPreviewInput) error

WaitUntilLifecyclePolicyPreviewComplete provides a mock function with given fields: _a0

func (*MockFakeECR) WaitUntilLifecyclePolicyPreviewCompleteWithContext

func (_m *MockFakeECR) WaitUntilLifecyclePolicyPreviewCompleteWithContext(_a0 context.Context, _a1 *ecr.GetLifecyclePolicyPreviewInput, _a2 ...request.WaiterOption) error

WaitUntilLifecyclePolicyPreviewCompleteWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeELB

type MockFakeELB struct {
	mock.Mock
}

MockFakeELB is an autogenerated mock type for the FakeELB type

func NewMockFakeELB

func NewMockFakeELB(t mockConstructorTestingTNewMockFakeELB) *MockFakeELB

NewMockFakeELB creates a new instance of MockFakeELB. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeELB) AddTags

func (_m *MockFakeELB) AddTags(_a0 *elb.AddTagsInput) (*elb.AddTagsOutput, error)

AddTags provides a mock function with given fields: _a0

func (*MockFakeELB) AddTagsRequest

func (_m *MockFakeELB) AddTagsRequest(_a0 *elb.AddTagsInput) (*request.Request, *elb.AddTagsOutput)

AddTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) AddTagsWithContext

func (_m *MockFakeELB) AddTagsWithContext(_a0 context.Context, _a1 *elb.AddTagsInput, _a2 ...request.Option) (*elb.AddTagsOutput, error)

AddTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) ApplySecurityGroupsToLoadBalancer

ApplySecurityGroupsToLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) ApplySecurityGroupsToLoadBalancerRequest

ApplySecurityGroupsToLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) ApplySecurityGroupsToLoadBalancerWithContext

func (_m *MockFakeELB) ApplySecurityGroupsToLoadBalancerWithContext(_a0 context.Context, _a1 *elb.ApplySecurityGroupsToLoadBalancerInput, _a2 ...request.Option) (*elb.ApplySecurityGroupsToLoadBalancerOutput, error)

ApplySecurityGroupsToLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) AttachLoadBalancerToSubnets

AttachLoadBalancerToSubnets provides a mock function with given fields: _a0

func (*MockFakeELB) AttachLoadBalancerToSubnetsRequest

func (_m *MockFakeELB) AttachLoadBalancerToSubnetsRequest(_a0 *elb.AttachLoadBalancerToSubnetsInput) (*request.Request, *elb.AttachLoadBalancerToSubnetsOutput)

AttachLoadBalancerToSubnetsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) AttachLoadBalancerToSubnetsWithContext

func (_m *MockFakeELB) AttachLoadBalancerToSubnetsWithContext(_a0 context.Context, _a1 *elb.AttachLoadBalancerToSubnetsInput, _a2 ...request.Option) (*elb.AttachLoadBalancerToSubnetsOutput, error)

AttachLoadBalancerToSubnetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) ConfigureHealthCheck

func (_m *MockFakeELB) ConfigureHealthCheck(_a0 *elb.ConfigureHealthCheckInput) (*elb.ConfigureHealthCheckOutput, error)

ConfigureHealthCheck provides a mock function with given fields: _a0

func (*MockFakeELB) ConfigureHealthCheckRequest

func (_m *MockFakeELB) ConfigureHealthCheckRequest(_a0 *elb.ConfigureHealthCheckInput) (*request.Request, *elb.ConfigureHealthCheckOutput)

ConfigureHealthCheckRequest provides a mock function with given fields: _a0

func (*MockFakeELB) ConfigureHealthCheckWithContext

func (_m *MockFakeELB) ConfigureHealthCheckWithContext(_a0 context.Context, _a1 *elb.ConfigureHealthCheckInput, _a2 ...request.Option) (*elb.ConfigureHealthCheckOutput, error)

ConfigureHealthCheckWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) CreateAppCookieStickinessPolicy

CreateAppCookieStickinessPolicy provides a mock function with given fields: _a0

func (*MockFakeELB) CreateAppCookieStickinessPolicyRequest

CreateAppCookieStickinessPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeELB) CreateAppCookieStickinessPolicyWithContext

func (_m *MockFakeELB) CreateAppCookieStickinessPolicyWithContext(_a0 context.Context, _a1 *elb.CreateAppCookieStickinessPolicyInput, _a2 ...request.Option) (*elb.CreateAppCookieStickinessPolicyOutput, error)

CreateAppCookieStickinessPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) CreateLBCookieStickinessPolicy

CreateLBCookieStickinessPolicy provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLBCookieStickinessPolicyRequest

func (_m *MockFakeELB) CreateLBCookieStickinessPolicyRequest(_a0 *elb.CreateLBCookieStickinessPolicyInput) (*request.Request, *elb.CreateLBCookieStickinessPolicyOutput)

CreateLBCookieStickinessPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLBCookieStickinessPolicyWithContext

func (_m *MockFakeELB) CreateLBCookieStickinessPolicyWithContext(_a0 context.Context, _a1 *elb.CreateLBCookieStickinessPolicyInput, _a2 ...request.Option) (*elb.CreateLBCookieStickinessPolicyOutput, error)

CreateLBCookieStickinessPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) CreateLoadBalancer

func (_m *MockFakeELB) CreateLoadBalancer(_a0 *elb.CreateLoadBalancerInput) (*elb.CreateLoadBalancerOutput, error)

CreateLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerListeners

CreateLoadBalancerListeners provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerListenersRequest

func (_m *MockFakeELB) CreateLoadBalancerListenersRequest(_a0 *elb.CreateLoadBalancerListenersInput) (*request.Request, *elb.CreateLoadBalancerListenersOutput)

CreateLoadBalancerListenersRequest provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerListenersWithContext

func (_m *MockFakeELB) CreateLoadBalancerListenersWithContext(_a0 context.Context, _a1 *elb.CreateLoadBalancerListenersInput, _a2 ...request.Option) (*elb.CreateLoadBalancerListenersOutput, error)

CreateLoadBalancerListenersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) CreateLoadBalancerPolicy

CreateLoadBalancerPolicy provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerPolicyRequest

func (_m *MockFakeELB) CreateLoadBalancerPolicyRequest(_a0 *elb.CreateLoadBalancerPolicyInput) (*request.Request, *elb.CreateLoadBalancerPolicyOutput)

CreateLoadBalancerPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerPolicyWithContext

func (_m *MockFakeELB) CreateLoadBalancerPolicyWithContext(_a0 context.Context, _a1 *elb.CreateLoadBalancerPolicyInput, _a2 ...request.Option) (*elb.CreateLoadBalancerPolicyOutput, error)

CreateLoadBalancerPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) CreateLoadBalancerRequest

func (_m *MockFakeELB) CreateLoadBalancerRequest(_a0 *elb.CreateLoadBalancerInput) (*request.Request, *elb.CreateLoadBalancerOutput)

CreateLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) CreateLoadBalancerWithContext

func (_m *MockFakeELB) CreateLoadBalancerWithContext(_a0 context.Context, _a1 *elb.CreateLoadBalancerInput, _a2 ...request.Option) (*elb.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DeleteLoadBalancer

func (_m *MockFakeELB) DeleteLoadBalancer(_a0 *elb.DeleteLoadBalancerInput) (*elb.DeleteLoadBalancerOutput, error)

DeleteLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerListeners

DeleteLoadBalancerListeners provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerListenersRequest

func (_m *MockFakeELB) DeleteLoadBalancerListenersRequest(_a0 *elb.DeleteLoadBalancerListenersInput) (*request.Request, *elb.DeleteLoadBalancerListenersOutput)

DeleteLoadBalancerListenersRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerListenersWithContext

func (_m *MockFakeELB) DeleteLoadBalancerListenersWithContext(_a0 context.Context, _a1 *elb.DeleteLoadBalancerListenersInput, _a2 ...request.Option) (*elb.DeleteLoadBalancerListenersOutput, error)

DeleteLoadBalancerListenersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DeleteLoadBalancerPolicy

DeleteLoadBalancerPolicy provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerPolicyRequest

func (_m *MockFakeELB) DeleteLoadBalancerPolicyRequest(_a0 *elb.DeleteLoadBalancerPolicyInput) (*request.Request, *elb.DeleteLoadBalancerPolicyOutput)

DeleteLoadBalancerPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerPolicyWithContext

func (_m *MockFakeELB) DeleteLoadBalancerPolicyWithContext(_a0 context.Context, _a1 *elb.DeleteLoadBalancerPolicyInput, _a2 ...request.Option) (*elb.DeleteLoadBalancerPolicyOutput, error)

DeleteLoadBalancerPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DeleteLoadBalancerRequest

func (_m *MockFakeELB) DeleteLoadBalancerRequest(_a0 *elb.DeleteLoadBalancerInput) (*request.Request, *elb.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DeleteLoadBalancerWithContext

func (_m *MockFakeELB) DeleteLoadBalancerWithContext(_a0 context.Context, _a1 *elb.DeleteLoadBalancerInput, _a2 ...request.Option) (*elb.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DeregisterInstancesFromLoadBalancer

DeregisterInstancesFromLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) DeregisterInstancesFromLoadBalancerRequest

DeregisterInstancesFromLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DeregisterInstancesFromLoadBalancerWithContext

func (_m *MockFakeELB) DeregisterInstancesFromLoadBalancerWithContext(_a0 context.Context, _a1 *elb.DeregisterInstancesFromLoadBalancerInput, _a2 ...request.Option) (*elb.DeregisterInstancesFromLoadBalancerOutput, error)

DeregisterInstancesFromLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeAccountLimits

func (_m *MockFakeELB) DescribeAccountLimits(_a0 *elb.DescribeAccountLimitsInput) (*elb.DescribeAccountLimitsOutput, error)

DescribeAccountLimits provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeAccountLimitsRequest

func (_m *MockFakeELB) DescribeAccountLimitsRequest(_a0 *elb.DescribeAccountLimitsInput) (*request.Request, *elb.DescribeAccountLimitsOutput)

DescribeAccountLimitsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeAccountLimitsWithContext

func (_m *MockFakeELB) DescribeAccountLimitsWithContext(_a0 context.Context, _a1 *elb.DescribeAccountLimitsInput, _a2 ...request.Option) (*elb.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeInstanceHealth

DescribeInstanceHealth provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeInstanceHealthRequest

func (_m *MockFakeELB) DescribeInstanceHealthRequest(_a0 *elb.DescribeInstanceHealthInput) (*request.Request, *elb.DescribeInstanceHealthOutput)

DescribeInstanceHealthRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeInstanceHealthWithContext

func (_m *MockFakeELB) DescribeInstanceHealthWithContext(_a0 context.Context, _a1 *elb.DescribeInstanceHealthInput, _a2 ...request.Option) (*elb.DescribeInstanceHealthOutput, error)

DescribeInstanceHealthWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerAttributesRequest

func (_m *MockFakeELB) DescribeLoadBalancerAttributesRequest(_a0 *elb.DescribeLoadBalancerAttributesInput) (*request.Request, *elb.DescribeLoadBalancerAttributesOutput)

DescribeLoadBalancerAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerAttributesWithContext

func (_m *MockFakeELB) DescribeLoadBalancerAttributesWithContext(_a0 context.Context, _a1 *elb.DescribeLoadBalancerAttributesInput, _a2 ...request.Option) (*elb.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeLoadBalancerPolicies

DescribeLoadBalancerPolicies provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerPoliciesRequest

func (_m *MockFakeELB) DescribeLoadBalancerPoliciesRequest(_a0 *elb.DescribeLoadBalancerPoliciesInput) (*request.Request, *elb.DescribeLoadBalancerPoliciesOutput)

DescribeLoadBalancerPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerPoliciesWithContext

func (_m *MockFakeELB) DescribeLoadBalancerPoliciesWithContext(_a0 context.Context, _a1 *elb.DescribeLoadBalancerPoliciesInput, _a2 ...request.Option) (*elb.DescribeLoadBalancerPoliciesOutput, error)

DescribeLoadBalancerPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeLoadBalancerPolicyTypes

DescribeLoadBalancerPolicyTypes provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerPolicyTypesRequest

DescribeLoadBalancerPolicyTypesRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancerPolicyTypesWithContext

func (_m *MockFakeELB) DescribeLoadBalancerPolicyTypesWithContext(_a0 context.Context, _a1 *elb.DescribeLoadBalancerPolicyTypesInput, _a2 ...request.Option) (*elb.DescribeLoadBalancerPolicyTypesOutput, error)

DescribeLoadBalancerPolicyTypesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeLoadBalancers

func (_m *MockFakeELB) DescribeLoadBalancers(_a0 *elb.DescribeLoadBalancersInput) (*elb.DescribeLoadBalancersOutput, error)

DescribeLoadBalancers provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancersPages

func (_m *MockFakeELB) DescribeLoadBalancersPages(_a0 *elb.DescribeLoadBalancersInput, _a1 func(*elb.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeELB) DescribeLoadBalancersPagesWithContext

func (_m *MockFakeELB) DescribeLoadBalancersPagesWithContext(_a0 context.Context, _a1 *elb.DescribeLoadBalancersInput, _a2 func(*elb.DescribeLoadBalancersOutput, bool) bool, _a3 ...request.Option) error

DescribeLoadBalancersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeELB) DescribeLoadBalancersRequest

func (_m *MockFakeELB) DescribeLoadBalancersRequest(_a0 *elb.DescribeLoadBalancersInput) (*request.Request, *elb.DescribeLoadBalancersOutput)

DescribeLoadBalancersRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeLoadBalancersWithContext

func (_m *MockFakeELB) DescribeLoadBalancersWithContext(_a0 context.Context, _a1 *elb.DescribeLoadBalancersInput, _a2 ...request.Option) (*elb.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DescribeTags

func (_m *MockFakeELB) DescribeTags(_a0 *elb.DescribeTagsInput) (*elb.DescribeTagsOutput, error)

DescribeTags provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeTagsRequest

func (_m *MockFakeELB) DescribeTagsRequest(_a0 *elb.DescribeTagsInput) (*request.Request, *elb.DescribeTagsOutput)

DescribeTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DescribeTagsWithContext

func (_m *MockFakeELB) DescribeTagsWithContext(_a0 context.Context, _a1 *elb.DescribeTagsInput, _a2 ...request.Option) (*elb.DescribeTagsOutput, error)

DescribeTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DetachLoadBalancerFromSubnets

DetachLoadBalancerFromSubnets provides a mock function with given fields: _a0

func (*MockFakeELB) DetachLoadBalancerFromSubnetsRequest

func (_m *MockFakeELB) DetachLoadBalancerFromSubnetsRequest(_a0 *elb.DetachLoadBalancerFromSubnetsInput) (*request.Request, *elb.DetachLoadBalancerFromSubnetsOutput)

DetachLoadBalancerFromSubnetsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DetachLoadBalancerFromSubnetsWithContext

func (_m *MockFakeELB) DetachLoadBalancerFromSubnetsWithContext(_a0 context.Context, _a1 *elb.DetachLoadBalancerFromSubnetsInput, _a2 ...request.Option) (*elb.DetachLoadBalancerFromSubnetsOutput, error)

DetachLoadBalancerFromSubnetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) DisableAvailabilityZonesForLoadBalancer

DisableAvailabilityZonesForLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) DisableAvailabilityZonesForLoadBalancerRequest

DisableAvailabilityZonesForLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) DisableAvailabilityZonesForLoadBalancerWithContext

func (_m *MockFakeELB) DisableAvailabilityZonesForLoadBalancerWithContext(_a0 context.Context, _a1 *elb.DisableAvailabilityZonesForLoadBalancerInput, _a2 ...request.Option) (*elb.DisableAvailabilityZonesForLoadBalancerOutput, error)

DisableAvailabilityZonesForLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) EnableAvailabilityZonesForLoadBalancer

EnableAvailabilityZonesForLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) EnableAvailabilityZonesForLoadBalancerRequest

EnableAvailabilityZonesForLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) EnableAvailabilityZonesForLoadBalancerWithContext

func (_m *MockFakeELB) EnableAvailabilityZonesForLoadBalancerWithContext(_a0 context.Context, _a1 *elb.EnableAvailabilityZonesForLoadBalancerInput, _a2 ...request.Option) (*elb.EnableAvailabilityZonesForLoadBalancerOutput, error)

EnableAvailabilityZonesForLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) ModifyLoadBalancerAttributes

ModifyLoadBalancerAttributes provides a mock function with given fields: _a0

func (*MockFakeELB) ModifyLoadBalancerAttributesRequest

func (_m *MockFakeELB) ModifyLoadBalancerAttributesRequest(_a0 *elb.ModifyLoadBalancerAttributesInput) (*request.Request, *elb.ModifyLoadBalancerAttributesOutput)

ModifyLoadBalancerAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELB) ModifyLoadBalancerAttributesWithContext

func (_m *MockFakeELB) ModifyLoadBalancerAttributesWithContext(_a0 context.Context, _a1 *elb.ModifyLoadBalancerAttributesInput, _a2 ...request.Option) (*elb.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) RegisterInstancesWithLoadBalancer

RegisterInstancesWithLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELB) RegisterInstancesWithLoadBalancerRequest

RegisterInstancesWithLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) RegisterInstancesWithLoadBalancerWithContext

func (_m *MockFakeELB) RegisterInstancesWithLoadBalancerWithContext(_a0 context.Context, _a1 *elb.RegisterInstancesWithLoadBalancerInput, _a2 ...request.Option) (*elb.RegisterInstancesWithLoadBalancerOutput, error)

RegisterInstancesWithLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) RemoveTags

func (_m *MockFakeELB) RemoveTags(_a0 *elb.RemoveTagsInput) (*elb.RemoveTagsOutput, error)

RemoveTags provides a mock function with given fields: _a0

func (*MockFakeELB) RemoveTagsRequest

func (_m *MockFakeELB) RemoveTagsRequest(_a0 *elb.RemoveTagsInput) (*request.Request, *elb.RemoveTagsOutput)

RemoveTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELB) RemoveTagsWithContext

func (_m *MockFakeELB) RemoveTagsWithContext(_a0 context.Context, _a1 *elb.RemoveTagsInput, _a2 ...request.Option) (*elb.RemoveTagsOutput, error)

RemoveTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) SetLoadBalancerListenerSSLCertificate

SetLoadBalancerListenerSSLCertificate provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerListenerSSLCertificateRequest

SetLoadBalancerListenerSSLCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerListenerSSLCertificateWithContext

func (_m *MockFakeELB) SetLoadBalancerListenerSSLCertificateWithContext(_a0 context.Context, _a1 *elb.SetLoadBalancerListenerSSLCertificateInput, _a2 ...request.Option) (*elb.SetLoadBalancerListenerSSLCertificateOutput, error)

SetLoadBalancerListenerSSLCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) SetLoadBalancerPoliciesForBackendServer

SetLoadBalancerPoliciesForBackendServer provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerPoliciesForBackendServerRequest

SetLoadBalancerPoliciesForBackendServerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerPoliciesForBackendServerWithContext

func (_m *MockFakeELB) SetLoadBalancerPoliciesForBackendServerWithContext(_a0 context.Context, _a1 *elb.SetLoadBalancerPoliciesForBackendServerInput, _a2 ...request.Option) (*elb.SetLoadBalancerPoliciesForBackendServerOutput, error)

SetLoadBalancerPoliciesForBackendServerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) SetLoadBalancerPoliciesOfListener

SetLoadBalancerPoliciesOfListener provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerPoliciesOfListenerRequest

SetLoadBalancerPoliciesOfListenerRequest provides a mock function with given fields: _a0

func (*MockFakeELB) SetLoadBalancerPoliciesOfListenerWithContext

func (_m *MockFakeELB) SetLoadBalancerPoliciesOfListenerWithContext(_a0 context.Context, _a1 *elb.SetLoadBalancerPoliciesOfListenerInput, _a2 ...request.Option) (*elb.SetLoadBalancerPoliciesOfListenerOutput, error)

SetLoadBalancerPoliciesOfListenerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) WaitUntilAnyInstanceInService

func (_m *MockFakeELB) WaitUntilAnyInstanceInService(_a0 *elb.DescribeInstanceHealthInput) error

WaitUntilAnyInstanceInService provides a mock function with given fields: _a0

func (*MockFakeELB) WaitUntilAnyInstanceInServiceWithContext

func (_m *MockFakeELB) WaitUntilAnyInstanceInServiceWithContext(_a0 context.Context, _a1 *elb.DescribeInstanceHealthInput, _a2 ...request.WaiterOption) error

WaitUntilAnyInstanceInServiceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) WaitUntilInstanceDeregistered

func (_m *MockFakeELB) WaitUntilInstanceDeregistered(_a0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceDeregistered provides a mock function with given fields: _a0

func (*MockFakeELB) WaitUntilInstanceDeregisteredWithContext

func (_m *MockFakeELB) WaitUntilInstanceDeregisteredWithContext(_a0 context.Context, _a1 *elb.DescribeInstanceHealthInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceDeregisteredWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELB) WaitUntilInstanceInService

func (_m *MockFakeELB) WaitUntilInstanceInService(_a0 *elb.DescribeInstanceHealthInput) error

WaitUntilInstanceInService provides a mock function with given fields: _a0

func (*MockFakeELB) WaitUntilInstanceInServiceWithContext

func (_m *MockFakeELB) WaitUntilInstanceInServiceWithContext(_a0 context.Context, _a1 *elb.DescribeInstanceHealthInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceInServiceWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeELBV2

type MockFakeELBV2 struct {
	mock.Mock
}

MockFakeELBV2 is an autogenerated mock type for the FakeELBV2 type

func NewMockFakeELBV2

func NewMockFakeELBV2(t mockConstructorTestingTNewMockFakeELBV2) *MockFakeELBV2

NewMockFakeELBV2 creates a new instance of MockFakeELBV2. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeELBV2) AddListenerCertificates

AddListenerCertificates provides a mock function with given fields: _a0

func (*MockFakeELBV2) AddListenerCertificatesRequest

AddListenerCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) AddListenerCertificatesWithContext

func (_m *MockFakeELBV2) AddListenerCertificatesWithContext(_a0 context.Context, _a1 *elbv2.AddListenerCertificatesInput, _a2 ...request.Option) (*elbv2.AddListenerCertificatesOutput, error)

AddListenerCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) AddTags

func (_m *MockFakeELBV2) AddTags(_a0 *elbv2.AddTagsInput) (*elbv2.AddTagsOutput, error)

AddTags provides a mock function with given fields: _a0

func (*MockFakeELBV2) AddTagsRequest

func (_m *MockFakeELBV2) AddTagsRequest(_a0 *elbv2.AddTagsInput) (*request.Request, *elbv2.AddTagsOutput)

AddTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) AddTagsWithContext

func (_m *MockFakeELBV2) AddTagsWithContext(_a0 context.Context, _a1 *elbv2.AddTagsInput, _a2 ...request.Option) (*elbv2.AddTagsOutput, error)

AddTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) CreateListener

CreateListener provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateListenerRequest

func (_m *MockFakeELBV2) CreateListenerRequest(_a0 *elbv2.CreateListenerInput) (*request.Request, *elbv2.CreateListenerOutput)

CreateListenerRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateListenerWithContext

func (_m *MockFakeELBV2) CreateListenerWithContext(_a0 context.Context, _a1 *elbv2.CreateListenerInput, _a2 ...request.Option) (*elbv2.CreateListenerOutput, error)

CreateListenerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) CreateLoadBalancer

CreateLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateLoadBalancerRequest

func (_m *MockFakeELBV2) CreateLoadBalancerRequest(_a0 *elbv2.CreateLoadBalancerInput) (*request.Request, *elbv2.CreateLoadBalancerOutput)

CreateLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateLoadBalancerWithContext

func (_m *MockFakeELBV2) CreateLoadBalancerWithContext(_a0 context.Context, _a1 *elbv2.CreateLoadBalancerInput, _a2 ...request.Option) (*elbv2.CreateLoadBalancerOutput, error)

CreateLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) CreateRule

CreateRule provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateRuleRequest

func (_m *MockFakeELBV2) CreateRuleRequest(_a0 *elbv2.CreateRuleInput) (*request.Request, *elbv2.CreateRuleOutput)

CreateRuleRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateRuleWithContext

func (_m *MockFakeELBV2) CreateRuleWithContext(_a0 context.Context, _a1 *elbv2.CreateRuleInput, _a2 ...request.Option) (*elbv2.CreateRuleOutput, error)

CreateRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) CreateTargetGroup

CreateTargetGroup provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateTargetGroupRequest

func (_m *MockFakeELBV2) CreateTargetGroupRequest(_a0 *elbv2.CreateTargetGroupInput) (*request.Request, *elbv2.CreateTargetGroupOutput)

CreateTargetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) CreateTargetGroupWithContext

func (_m *MockFakeELBV2) CreateTargetGroupWithContext(_a0 context.Context, _a1 *elbv2.CreateTargetGroupInput, _a2 ...request.Option) (*elbv2.CreateTargetGroupOutput, error)

CreateTargetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DeleteListener

DeleteListener provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteListenerRequest

func (_m *MockFakeELBV2) DeleteListenerRequest(_a0 *elbv2.DeleteListenerInput) (*request.Request, *elbv2.DeleteListenerOutput)

DeleteListenerRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteListenerWithContext

func (_m *MockFakeELBV2) DeleteListenerWithContext(_a0 context.Context, _a1 *elbv2.DeleteListenerInput, _a2 ...request.Option) (*elbv2.DeleteListenerOutput, error)

DeleteListenerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DeleteLoadBalancer

DeleteLoadBalancer provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteLoadBalancerRequest

func (_m *MockFakeELBV2) DeleteLoadBalancerRequest(_a0 *elbv2.DeleteLoadBalancerInput) (*request.Request, *elbv2.DeleteLoadBalancerOutput)

DeleteLoadBalancerRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteLoadBalancerWithContext

func (_m *MockFakeELBV2) DeleteLoadBalancerWithContext(_a0 context.Context, _a1 *elbv2.DeleteLoadBalancerInput, _a2 ...request.Option) (*elbv2.DeleteLoadBalancerOutput, error)

DeleteLoadBalancerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DeleteRule

DeleteRule provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteRuleRequest

func (_m *MockFakeELBV2) DeleteRuleRequest(_a0 *elbv2.DeleteRuleInput) (*request.Request, *elbv2.DeleteRuleOutput)

DeleteRuleRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteRuleWithContext

func (_m *MockFakeELBV2) DeleteRuleWithContext(_a0 context.Context, _a1 *elbv2.DeleteRuleInput, _a2 ...request.Option) (*elbv2.DeleteRuleOutput, error)

DeleteRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DeleteTargetGroup

DeleteTargetGroup provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteTargetGroupRequest

func (_m *MockFakeELBV2) DeleteTargetGroupRequest(_a0 *elbv2.DeleteTargetGroupInput) (*request.Request, *elbv2.DeleteTargetGroupOutput)

DeleteTargetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeleteTargetGroupWithContext

func (_m *MockFakeELBV2) DeleteTargetGroupWithContext(_a0 context.Context, _a1 *elbv2.DeleteTargetGroupInput, _a2 ...request.Option) (*elbv2.DeleteTargetGroupOutput, error)

DeleteTargetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DeregisterTargets

DeregisterTargets provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeregisterTargetsRequest

func (_m *MockFakeELBV2) DeregisterTargetsRequest(_a0 *elbv2.DeregisterTargetsInput) (*request.Request, *elbv2.DeregisterTargetsOutput)

DeregisterTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DeregisterTargetsWithContext

func (_m *MockFakeELBV2) DeregisterTargetsWithContext(_a0 context.Context, _a1 *elbv2.DeregisterTargetsInput, _a2 ...request.Option) (*elbv2.DeregisterTargetsOutput, error)

DeregisterTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeAccountLimits

DescribeAccountLimits provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeAccountLimitsRequest

DescribeAccountLimitsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeAccountLimitsWithContext

func (_m *MockFakeELBV2) DescribeAccountLimitsWithContext(_a0 context.Context, _a1 *elbv2.DescribeAccountLimitsInput, _a2 ...request.Option) (*elbv2.DescribeAccountLimitsOutput, error)

DescribeAccountLimitsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeListenerCertificates

DescribeListenerCertificates provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeListenerCertificatesRequest

DescribeListenerCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeListenerCertificatesWithContext

func (_m *MockFakeELBV2) DescribeListenerCertificatesWithContext(_a0 context.Context, _a1 *elbv2.DescribeListenerCertificatesInput, _a2 ...request.Option) (*elbv2.DescribeListenerCertificatesOutput, error)

DescribeListenerCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeListeners

DescribeListeners provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeListenersPages

func (_m *MockFakeELBV2) DescribeListenersPages(_a0 *elbv2.DescribeListenersInput, _a1 func(*elbv2.DescribeListenersOutput, bool) bool) error

DescribeListenersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeELBV2) DescribeListenersPagesWithContext

func (_m *MockFakeELBV2) DescribeListenersPagesWithContext(_a0 context.Context, _a1 *elbv2.DescribeListenersInput, _a2 func(*elbv2.DescribeListenersOutput, bool) bool, _a3 ...request.Option) error

DescribeListenersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeELBV2) DescribeListenersRequest

func (_m *MockFakeELBV2) DescribeListenersRequest(_a0 *elbv2.DescribeListenersInput) (*request.Request, *elbv2.DescribeListenersOutput)

DescribeListenersRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeListenersWithContext

func (_m *MockFakeELBV2) DescribeListenersWithContext(_a0 context.Context, _a1 *elbv2.DescribeListenersInput, _a2 ...request.Option) (*elbv2.DescribeListenersOutput, error)

DescribeListenersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeLoadBalancerAttributes

DescribeLoadBalancerAttributes provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeLoadBalancerAttributesRequest

DescribeLoadBalancerAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeLoadBalancerAttributesWithContext

func (_m *MockFakeELBV2) DescribeLoadBalancerAttributesWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancerAttributesInput, _a2 ...request.Option) (*elbv2.DescribeLoadBalancerAttributesOutput, error)

DescribeLoadBalancerAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeLoadBalancers

DescribeLoadBalancers provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeLoadBalancersPages

func (_m *MockFakeELBV2) DescribeLoadBalancersPages(_a0 *elbv2.DescribeLoadBalancersInput, _a1 func(*elbv2.DescribeLoadBalancersOutput, bool) bool) error

DescribeLoadBalancersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeELBV2) DescribeLoadBalancersPagesWithContext

func (_m *MockFakeELBV2) DescribeLoadBalancersPagesWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancersInput, _a2 func(*elbv2.DescribeLoadBalancersOutput, bool) bool, _a3 ...request.Option) error

DescribeLoadBalancersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeELBV2) DescribeLoadBalancersRequest

DescribeLoadBalancersRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeLoadBalancersWithContext

func (_m *MockFakeELBV2) DescribeLoadBalancersWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancersInput, _a2 ...request.Option) (*elbv2.DescribeLoadBalancersOutput, error)

DescribeLoadBalancersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeRules

DescribeRules provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeRulesRequest

func (_m *MockFakeELBV2) DescribeRulesRequest(_a0 *elbv2.DescribeRulesInput) (*request.Request, *elbv2.DescribeRulesOutput)

DescribeRulesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeRulesWithContext

func (_m *MockFakeELBV2) DescribeRulesWithContext(_a0 context.Context, _a1 *elbv2.DescribeRulesInput, _a2 ...request.Option) (*elbv2.DescribeRulesOutput, error)

DescribeRulesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeSSLPolicies

DescribeSSLPolicies provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeSSLPoliciesRequest

DescribeSSLPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeSSLPoliciesWithContext

func (_m *MockFakeELBV2) DescribeSSLPoliciesWithContext(_a0 context.Context, _a1 *elbv2.DescribeSSLPoliciesInput, _a2 ...request.Option) (*elbv2.DescribeSSLPoliciesOutput, error)

DescribeSSLPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeTags

DescribeTags provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTagsRequest

func (_m *MockFakeELBV2) DescribeTagsRequest(_a0 *elbv2.DescribeTagsInput) (*request.Request, *elbv2.DescribeTagsOutput)

DescribeTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTagsWithContext

func (_m *MockFakeELBV2) DescribeTagsWithContext(_a0 context.Context, _a1 *elbv2.DescribeTagsInput, _a2 ...request.Option) (*elbv2.DescribeTagsOutput, error)

DescribeTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeTargetGroupAttributes

DescribeTargetGroupAttributes provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetGroupAttributesRequest

DescribeTargetGroupAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetGroupAttributesWithContext

func (_m *MockFakeELBV2) DescribeTargetGroupAttributesWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetGroupAttributesInput, _a2 ...request.Option) (*elbv2.DescribeTargetGroupAttributesOutput, error)

DescribeTargetGroupAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeTargetGroups

DescribeTargetGroups provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetGroupsPages

func (_m *MockFakeELBV2) DescribeTargetGroupsPages(_a0 *elbv2.DescribeTargetGroupsInput, _a1 func(*elbv2.DescribeTargetGroupsOutput, bool) bool) error

DescribeTargetGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeELBV2) DescribeTargetGroupsPagesWithContext

func (_m *MockFakeELBV2) DescribeTargetGroupsPagesWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetGroupsInput, _a2 func(*elbv2.DescribeTargetGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeTargetGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeELBV2) DescribeTargetGroupsRequest

DescribeTargetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetGroupsWithContext

func (_m *MockFakeELBV2) DescribeTargetGroupsWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetGroupsInput, _a2 ...request.Option) (*elbv2.DescribeTargetGroupsOutput, error)

DescribeTargetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) DescribeTargetHealth

DescribeTargetHealth provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetHealthRequest

DescribeTargetHealthRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) DescribeTargetHealthWithContext

func (_m *MockFakeELBV2) DescribeTargetHealthWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetHealthInput, _a2 ...request.Option) (*elbv2.DescribeTargetHealthOutput, error)

DescribeTargetHealthWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) ModifyListener

ModifyListener provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyListenerRequest

func (_m *MockFakeELBV2) ModifyListenerRequest(_a0 *elbv2.ModifyListenerInput) (*request.Request, *elbv2.ModifyListenerOutput)

ModifyListenerRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyListenerWithContext

func (_m *MockFakeELBV2) ModifyListenerWithContext(_a0 context.Context, _a1 *elbv2.ModifyListenerInput, _a2 ...request.Option) (*elbv2.ModifyListenerOutput, error)

ModifyListenerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) ModifyLoadBalancerAttributes

ModifyLoadBalancerAttributes provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyLoadBalancerAttributesRequest

ModifyLoadBalancerAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyLoadBalancerAttributesWithContext

func (_m *MockFakeELBV2) ModifyLoadBalancerAttributesWithContext(_a0 context.Context, _a1 *elbv2.ModifyLoadBalancerAttributesInput, _a2 ...request.Option) (*elbv2.ModifyLoadBalancerAttributesOutput, error)

ModifyLoadBalancerAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) ModifyRule

ModifyRule provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyRuleRequest

func (_m *MockFakeELBV2) ModifyRuleRequest(_a0 *elbv2.ModifyRuleInput) (*request.Request, *elbv2.ModifyRuleOutput)

ModifyRuleRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyRuleWithContext

func (_m *MockFakeELBV2) ModifyRuleWithContext(_a0 context.Context, _a1 *elbv2.ModifyRuleInput, _a2 ...request.Option) (*elbv2.ModifyRuleOutput, error)

ModifyRuleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) ModifyTargetGroup

ModifyTargetGroup provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyTargetGroupAttributes

ModifyTargetGroupAttributes provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyTargetGroupAttributesRequest

ModifyTargetGroupAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyTargetGroupAttributesWithContext

func (_m *MockFakeELBV2) ModifyTargetGroupAttributesWithContext(_a0 context.Context, _a1 *elbv2.ModifyTargetGroupAttributesInput, _a2 ...request.Option) (*elbv2.ModifyTargetGroupAttributesOutput, error)

ModifyTargetGroupAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) ModifyTargetGroupRequest

func (_m *MockFakeELBV2) ModifyTargetGroupRequest(_a0 *elbv2.ModifyTargetGroupInput) (*request.Request, *elbv2.ModifyTargetGroupOutput)

ModifyTargetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) ModifyTargetGroupWithContext

func (_m *MockFakeELBV2) ModifyTargetGroupWithContext(_a0 context.Context, _a1 *elbv2.ModifyTargetGroupInput, _a2 ...request.Option) (*elbv2.ModifyTargetGroupOutput, error)

ModifyTargetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) RegisterTargets

RegisterTargets provides a mock function with given fields: _a0

func (*MockFakeELBV2) RegisterTargetsRequest

func (_m *MockFakeELBV2) RegisterTargetsRequest(_a0 *elbv2.RegisterTargetsInput) (*request.Request, *elbv2.RegisterTargetsOutput)

RegisterTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) RegisterTargetsWithContext

func (_m *MockFakeELBV2) RegisterTargetsWithContext(_a0 context.Context, _a1 *elbv2.RegisterTargetsInput, _a2 ...request.Option) (*elbv2.RegisterTargetsOutput, error)

RegisterTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) RemoveListenerCertificates

RemoveListenerCertificates provides a mock function with given fields: _a0

func (*MockFakeELBV2) RemoveListenerCertificatesRequest

RemoveListenerCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) RemoveListenerCertificatesWithContext

func (_m *MockFakeELBV2) RemoveListenerCertificatesWithContext(_a0 context.Context, _a1 *elbv2.RemoveListenerCertificatesInput, _a2 ...request.Option) (*elbv2.RemoveListenerCertificatesOutput, error)

RemoveListenerCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) RemoveTags

RemoveTags provides a mock function with given fields: _a0

func (*MockFakeELBV2) RemoveTagsRequest

func (_m *MockFakeELBV2) RemoveTagsRequest(_a0 *elbv2.RemoveTagsInput) (*request.Request, *elbv2.RemoveTagsOutput)

RemoveTagsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) RemoveTagsWithContext

func (_m *MockFakeELBV2) RemoveTagsWithContext(_a0 context.Context, _a1 *elbv2.RemoveTagsInput, _a2 ...request.Option) (*elbv2.RemoveTagsOutput, error)

RemoveTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) SetIpAddressType

SetIpAddressType provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetIpAddressTypeRequest

func (_m *MockFakeELBV2) SetIpAddressTypeRequest(_a0 *elbv2.SetIpAddressTypeInput) (*request.Request, *elbv2.SetIpAddressTypeOutput)

SetIpAddressTypeRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetIpAddressTypeWithContext

func (_m *MockFakeELBV2) SetIpAddressTypeWithContext(_a0 context.Context, _a1 *elbv2.SetIpAddressTypeInput, _a2 ...request.Option) (*elbv2.SetIpAddressTypeOutput, error)

SetIpAddressTypeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) SetRulePriorities

SetRulePriorities provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetRulePrioritiesRequest

func (_m *MockFakeELBV2) SetRulePrioritiesRequest(_a0 *elbv2.SetRulePrioritiesInput) (*request.Request, *elbv2.SetRulePrioritiesOutput)

SetRulePrioritiesRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetRulePrioritiesWithContext

func (_m *MockFakeELBV2) SetRulePrioritiesWithContext(_a0 context.Context, _a1 *elbv2.SetRulePrioritiesInput, _a2 ...request.Option) (*elbv2.SetRulePrioritiesOutput, error)

SetRulePrioritiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) SetSecurityGroups

SetSecurityGroups provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetSecurityGroupsRequest

func (_m *MockFakeELBV2) SetSecurityGroupsRequest(_a0 *elbv2.SetSecurityGroupsInput) (*request.Request, *elbv2.SetSecurityGroupsOutput)

SetSecurityGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetSecurityGroupsWithContext

func (_m *MockFakeELBV2) SetSecurityGroupsWithContext(_a0 context.Context, _a1 *elbv2.SetSecurityGroupsInput, _a2 ...request.Option) (*elbv2.SetSecurityGroupsOutput, error)

SetSecurityGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) SetSubnets

SetSubnets provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetSubnetsRequest

func (_m *MockFakeELBV2) SetSubnetsRequest(_a0 *elbv2.SetSubnetsInput) (*request.Request, *elbv2.SetSubnetsOutput)

SetSubnetsRequest provides a mock function with given fields: _a0

func (*MockFakeELBV2) SetSubnetsWithContext

func (_m *MockFakeELBV2) SetSubnetsWithContext(_a0 context.Context, _a1 *elbv2.SetSubnetsInput, _a2 ...request.Option) (*elbv2.SetSubnetsOutput, error)

SetSubnetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) WaitUntilLoadBalancerAvailable

func (_m *MockFakeELBV2) WaitUntilLoadBalancerAvailable(_a0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerAvailable provides a mock function with given fields: _a0

func (*MockFakeELBV2) WaitUntilLoadBalancerAvailableWithContext

func (_m *MockFakeELBV2) WaitUntilLoadBalancerAvailableWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancersInput, _a2 ...request.WaiterOption) error

WaitUntilLoadBalancerAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) WaitUntilLoadBalancerExists

func (_m *MockFakeELBV2) WaitUntilLoadBalancerExists(_a0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancerExists provides a mock function with given fields: _a0

func (*MockFakeELBV2) WaitUntilLoadBalancerExistsWithContext

func (_m *MockFakeELBV2) WaitUntilLoadBalancerExistsWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancersInput, _a2 ...request.WaiterOption) error

WaitUntilLoadBalancerExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) WaitUntilLoadBalancersDeleted

func (_m *MockFakeELBV2) WaitUntilLoadBalancersDeleted(_a0 *elbv2.DescribeLoadBalancersInput) error

WaitUntilLoadBalancersDeleted provides a mock function with given fields: _a0

func (*MockFakeELBV2) WaitUntilLoadBalancersDeletedWithContext

func (_m *MockFakeELBV2) WaitUntilLoadBalancersDeletedWithContext(_a0 context.Context, _a1 *elbv2.DescribeLoadBalancersInput, _a2 ...request.WaiterOption) error

WaitUntilLoadBalancersDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) WaitUntilTargetDeregistered

func (_m *MockFakeELBV2) WaitUntilTargetDeregistered(_a0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetDeregistered provides a mock function with given fields: _a0

func (*MockFakeELBV2) WaitUntilTargetDeregisteredWithContext

func (_m *MockFakeELBV2) WaitUntilTargetDeregisteredWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetHealthInput, _a2 ...request.WaiterOption) error

WaitUntilTargetDeregisteredWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeELBV2) WaitUntilTargetInService

func (_m *MockFakeELBV2) WaitUntilTargetInService(_a0 *elbv2.DescribeTargetHealthInput) error

WaitUntilTargetInService provides a mock function with given fields: _a0

func (*MockFakeELBV2) WaitUntilTargetInServiceWithContext

func (_m *MockFakeELBV2) WaitUntilTargetInServiceWithContext(_a0 context.Context, _a1 *elbv2.DescribeTargetHealthInput, _a2 ...request.WaiterOption) error

WaitUntilTargetInServiceWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeElastiCache

type MockFakeElastiCache struct {
	mock.Mock
}

MockFakeElastiCache is an autogenerated mock type for the FakeElastiCache type

func NewMockFakeElastiCache

func NewMockFakeElastiCache(t mockConstructorTestingTNewMockFakeElastiCache) *MockFakeElastiCache

NewMockFakeElastiCache creates a new instance of MockFakeElastiCache. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeElastiCache) AddTagsToResource

AddTagsToResource provides a mock function with given fields: _a0

func (*MockFakeElastiCache) AddTagsToResourceRequest

AddTagsToResourceRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) AddTagsToResourceWithContext

func (_m *MockFakeElastiCache) AddTagsToResourceWithContext(_a0 context.Context, _a1 *elasticache.AddTagsToResourceInput, _a2 ...request.Option) (*elasticache.TagListMessage, error)

AddTagsToResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) AuthorizeCacheSecurityGroupIngress

AuthorizeCacheSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeElastiCache) AuthorizeCacheSecurityGroupIngressRequest

AuthorizeCacheSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) AuthorizeCacheSecurityGroupIngressWithContext

AuthorizeCacheSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) BatchApplyUpdateAction

BatchApplyUpdateAction provides a mock function with given fields: _a0

func (*MockFakeElastiCache) BatchApplyUpdateActionRequest

BatchApplyUpdateActionRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) BatchApplyUpdateActionWithContext

BatchApplyUpdateActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) BatchStopUpdateAction

BatchStopUpdateAction provides a mock function with given fields: _a0

func (*MockFakeElastiCache) BatchStopUpdateActionRequest

BatchStopUpdateActionRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) BatchStopUpdateActionWithContext

BatchStopUpdateActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CompleteMigration

CompleteMigration provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CompleteMigrationRequest

CompleteMigrationRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CompleteMigrationWithContext

CompleteMigrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CopySnapshot

CopySnapshot provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CopySnapshotRequest

CopySnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CopySnapshotWithContext

CopySnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateCacheCluster

CreateCacheCluster provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheClusterRequest

CreateCacheClusterRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheClusterWithContext

CreateCacheClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateCacheParameterGroup

CreateCacheParameterGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheParameterGroupRequest

CreateCacheParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheParameterGroupWithContext

CreateCacheParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateCacheSecurityGroup

CreateCacheSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheSecurityGroupRequest

CreateCacheSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheSecurityGroupWithContext

CreateCacheSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateCacheSubnetGroup

CreateCacheSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheSubnetGroupRequest

CreateCacheSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateCacheSubnetGroupWithContext

CreateCacheSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateGlobalReplicationGroup

CreateGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateGlobalReplicationGroupRequest

CreateGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateGlobalReplicationGroupWithContext

CreateGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateReplicationGroup

CreateReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateReplicationGroupRequest

CreateReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateReplicationGroupWithContext

CreateReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateSnapshot

CreateSnapshot provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateSnapshotRequest

CreateSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateSnapshotWithContext

CreateSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateUser

CreateUser provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateUserGroup

CreateUserGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateUserGroupRequest

CreateUserGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateUserGroupWithContext

CreateUserGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) CreateUserRequest

CreateUserRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) CreateUserWithContext

CreateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DecreaseNodeGroupsInGlobalReplicationGroup

DecreaseNodeGroupsInGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DecreaseNodeGroupsInGlobalReplicationGroupRequest

DecreaseNodeGroupsInGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DecreaseNodeGroupsInGlobalReplicationGroupWithContext

DecreaseNodeGroupsInGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DecreaseReplicaCount

DecreaseReplicaCount provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DecreaseReplicaCountRequest

DecreaseReplicaCountRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DecreaseReplicaCountWithContext

DecreaseReplicaCountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteCacheCluster

DeleteCacheCluster provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheClusterRequest

DeleteCacheClusterRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheClusterWithContext

DeleteCacheClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteCacheParameterGroup

DeleteCacheParameterGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheParameterGroupRequest

DeleteCacheParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheParameterGroupWithContext

DeleteCacheParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteCacheSecurityGroup

DeleteCacheSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheSecurityGroupRequest

DeleteCacheSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheSecurityGroupWithContext

DeleteCacheSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteCacheSubnetGroup

DeleteCacheSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheSubnetGroupRequest

DeleteCacheSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteCacheSubnetGroupWithContext

DeleteCacheSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteGlobalReplicationGroup

DeleteGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteGlobalReplicationGroupRequest

DeleteGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteGlobalReplicationGroupWithContext

DeleteGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteReplicationGroup

DeleteReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteReplicationGroupRequest

DeleteReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteReplicationGroupWithContext

DeleteReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteSnapshot

DeleteSnapshot provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteSnapshotRequest

DeleteSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteSnapshotWithContext

DeleteSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteUser

DeleteUser provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteUserGroup

DeleteUserGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteUserGroupRequest

DeleteUserGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteUserGroupWithContext

DeleteUserGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DeleteUserRequest

DeleteUserRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DeleteUserWithContext

DeleteUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheClusters

DescribeCacheClusters provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheClustersPages

DescribeCacheClustersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheClustersPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheClustersPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheClustersInput, _a2 func(*elasticache.DescribeCacheClustersOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheClustersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheClustersRequest

DescribeCacheClustersRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheClustersWithContext

DescribeCacheClustersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheEngineVersions

DescribeCacheEngineVersions provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheEngineVersionsPages

DescribeCacheEngineVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheEngineVersionsPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheEngineVersionsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheEngineVersionsInput, _a2 func(*elasticache.DescribeCacheEngineVersionsOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheEngineVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheEngineVersionsRequest

DescribeCacheEngineVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheEngineVersionsWithContext

DescribeCacheEngineVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheParameterGroups

DescribeCacheParameterGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheParameterGroupsPages

DescribeCacheParameterGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheParameterGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheParameterGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheParameterGroupsInput, _a2 func(*elasticache.DescribeCacheParameterGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheParameterGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheParameterGroupsRequest

DescribeCacheParameterGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheParameterGroupsWithContext

DescribeCacheParameterGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheParameters

DescribeCacheParameters provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheParametersPages

DescribeCacheParametersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheParametersPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheParametersPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheParametersInput, _a2 func(*elasticache.DescribeCacheParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheParametersRequest

DescribeCacheParametersRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheParametersWithContext

DescribeCacheParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheSecurityGroups

DescribeCacheSecurityGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheSecurityGroupsPages

DescribeCacheSecurityGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheSecurityGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheSecurityGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheSecurityGroupsInput, _a2 func(*elasticache.DescribeCacheSecurityGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheSecurityGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheSecurityGroupsRequest

DescribeCacheSecurityGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheSecurityGroupsWithContext

DescribeCacheSecurityGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeCacheSubnetGroups

DescribeCacheSubnetGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheSubnetGroupsPages

DescribeCacheSubnetGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeCacheSubnetGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeCacheSubnetGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheSubnetGroupsInput, _a2 func(*elasticache.DescribeCacheSubnetGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeCacheSubnetGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeCacheSubnetGroupsRequest

DescribeCacheSubnetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeCacheSubnetGroupsWithContext

DescribeCacheSubnetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeEngineDefaultParameters

DescribeEngineDefaultParameters provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeEngineDefaultParametersPages

DescribeEngineDefaultParametersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeEngineDefaultParametersPagesWithContext

func (_m *MockFakeElastiCache) DescribeEngineDefaultParametersPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeEngineDefaultParametersInput, _a2 func(*elasticache.DescribeEngineDefaultParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeEngineDefaultParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeEngineDefaultParametersRequest

DescribeEngineDefaultParametersRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeEngineDefaultParametersWithContext

DescribeEngineDefaultParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeEvents

DescribeEvents provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeEventsPages

DescribeEventsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeEventsPagesWithContext

func (_m *MockFakeElastiCache) DescribeEventsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeEventsInput, _a2 func(*elasticache.DescribeEventsOutput, bool) bool, _a3 ...request.Option) error

DescribeEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeEventsRequest

DescribeEventsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeEventsWithContext

DescribeEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeGlobalReplicationGroups

DescribeGlobalReplicationGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeGlobalReplicationGroupsPages

DescribeGlobalReplicationGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeGlobalReplicationGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeGlobalReplicationGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeGlobalReplicationGroupsInput, _a2 func(*elasticache.DescribeGlobalReplicationGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeGlobalReplicationGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeGlobalReplicationGroupsRequest

DescribeGlobalReplicationGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeGlobalReplicationGroupsWithContext

DescribeGlobalReplicationGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeReplicationGroups

DescribeReplicationGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReplicationGroupsPages

DescribeReplicationGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeReplicationGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeReplicationGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeReplicationGroupsInput, _a2 func(*elasticache.DescribeReplicationGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeReplicationGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeReplicationGroupsRequest

DescribeReplicationGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReplicationGroupsWithContext

DescribeReplicationGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeReservedCacheNodes

DescribeReservedCacheNodes provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReservedCacheNodesOfferings

DescribeReservedCacheNodesOfferings provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReservedCacheNodesOfferingsPages

DescribeReservedCacheNodesOfferingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeReservedCacheNodesOfferingsPagesWithContext

func (_m *MockFakeElastiCache) DescribeReservedCacheNodesOfferingsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeReservedCacheNodesOfferingsInput, _a2 func(*elasticache.DescribeReservedCacheNodesOfferingsOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedCacheNodesOfferingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeReservedCacheNodesOfferingsRequest

DescribeReservedCacheNodesOfferingsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReservedCacheNodesOfferingsWithContext

DescribeReservedCacheNodesOfferingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeReservedCacheNodesPages

DescribeReservedCacheNodesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeReservedCacheNodesPagesWithContext

func (_m *MockFakeElastiCache) DescribeReservedCacheNodesPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeReservedCacheNodesInput, _a2 func(*elasticache.DescribeReservedCacheNodesOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedCacheNodesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeReservedCacheNodesRequest

DescribeReservedCacheNodesRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeReservedCacheNodesWithContext

DescribeReservedCacheNodesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeServiceUpdates

DescribeServiceUpdates provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeServiceUpdatesPages

DescribeServiceUpdatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeServiceUpdatesPagesWithContext

func (_m *MockFakeElastiCache) DescribeServiceUpdatesPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeServiceUpdatesInput, _a2 func(*elasticache.DescribeServiceUpdatesOutput, bool) bool, _a3 ...request.Option) error

DescribeServiceUpdatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeServiceUpdatesRequest

DescribeServiceUpdatesRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeServiceUpdatesWithContext

DescribeServiceUpdatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeSnapshots

DescribeSnapshots provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeSnapshotsPages

DescribeSnapshotsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeSnapshotsPagesWithContext

func (_m *MockFakeElastiCache) DescribeSnapshotsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeSnapshotsInput, _a2 func(*elasticache.DescribeSnapshotsOutput, bool) bool, _a3 ...request.Option) error

DescribeSnapshotsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeSnapshotsRequest

DescribeSnapshotsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeSnapshotsWithContext

DescribeSnapshotsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeUpdateActions

DescribeUpdateActions provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUpdateActionsPages

DescribeUpdateActionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeUpdateActionsPagesWithContext

func (_m *MockFakeElastiCache) DescribeUpdateActionsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeUpdateActionsInput, _a2 func(*elasticache.DescribeUpdateActionsOutput, bool) bool, _a3 ...request.Option) error

DescribeUpdateActionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeUpdateActionsRequest

DescribeUpdateActionsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUpdateActionsWithContext

DescribeUpdateActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeUserGroups

DescribeUserGroups provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUserGroupsPages

DescribeUserGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeUserGroupsPagesWithContext

func (_m *MockFakeElastiCache) DescribeUserGroupsPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeUserGroupsInput, _a2 func(*elasticache.DescribeUserGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeUserGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeUserGroupsRequest

DescribeUserGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUserGroupsWithContext

DescribeUserGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DescribeUsers

DescribeUsers provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUsersPages

DescribeUsersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeElastiCache) DescribeUsersPagesWithContext

func (_m *MockFakeElastiCache) DescribeUsersPagesWithContext(_a0 context.Context, _a1 *elasticache.DescribeUsersInput, _a2 func(*elasticache.DescribeUsersOutput, bool) bool, _a3 ...request.Option) error

DescribeUsersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeElastiCache) DescribeUsersRequest

DescribeUsersRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DescribeUsersWithContext

DescribeUsersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) DisassociateGlobalReplicationGroup

DisassociateGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DisassociateGlobalReplicationGroupRequest

DisassociateGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) DisassociateGlobalReplicationGroupWithContext

DisassociateGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) FailoverGlobalReplicationGroup

FailoverGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) FailoverGlobalReplicationGroupRequest

FailoverGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) FailoverGlobalReplicationGroupWithContext

FailoverGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) IncreaseNodeGroupsInGlobalReplicationGroup

IncreaseNodeGroupsInGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) IncreaseNodeGroupsInGlobalReplicationGroupRequest

IncreaseNodeGroupsInGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) IncreaseNodeGroupsInGlobalReplicationGroupWithContext

IncreaseNodeGroupsInGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) IncreaseReplicaCount

IncreaseReplicaCount provides a mock function with given fields: _a0

func (*MockFakeElastiCache) IncreaseReplicaCountRequest

IncreaseReplicaCountRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) IncreaseReplicaCountWithContext

IncreaseReplicaCountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ListAllowedNodeTypeModifications

ListAllowedNodeTypeModifications provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ListAllowedNodeTypeModificationsRequest

ListAllowedNodeTypeModificationsRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ListAllowedNodeTypeModificationsWithContext

ListAllowedNodeTypeModificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ListTagsForResourceWithContext

func (_m *MockFakeElastiCache) ListTagsForResourceWithContext(_a0 context.Context, _a1 *elasticache.ListTagsForResourceInput, _a2 ...request.Option) (*elasticache.TagListMessage, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyCacheCluster

ModifyCacheCluster provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheClusterRequest

ModifyCacheClusterRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheClusterWithContext

ModifyCacheClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyCacheParameterGroup

ModifyCacheParameterGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheParameterGroupRequest

ModifyCacheParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheParameterGroupWithContext

ModifyCacheParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyCacheSubnetGroup

ModifyCacheSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheSubnetGroupRequest

ModifyCacheSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyCacheSubnetGroupWithContext

ModifyCacheSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyGlobalReplicationGroup

ModifyGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyGlobalReplicationGroupRequest

ModifyGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyGlobalReplicationGroupWithContext

ModifyGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyReplicationGroup

ModifyReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyReplicationGroupRequest

ModifyReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyReplicationGroupShardConfiguration

ModifyReplicationGroupShardConfiguration provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyReplicationGroupShardConfigurationRequest

ModifyReplicationGroupShardConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyReplicationGroupShardConfigurationWithContext

ModifyReplicationGroupShardConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyReplicationGroupWithContext

ModifyReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyUser

ModifyUser provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyUserGroup

ModifyUserGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyUserGroupRequest

ModifyUserGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyUserGroupWithContext

ModifyUserGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ModifyUserRequest

ModifyUserRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ModifyUserWithContext

ModifyUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) PurchaseReservedCacheNodesOffering

PurchaseReservedCacheNodesOffering provides a mock function with given fields: _a0

func (*MockFakeElastiCache) PurchaseReservedCacheNodesOfferingRequest

PurchaseReservedCacheNodesOfferingRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) PurchaseReservedCacheNodesOfferingWithContext

PurchaseReservedCacheNodesOfferingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) RebalanceSlotsInGlobalReplicationGroup

RebalanceSlotsInGlobalReplicationGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RebalanceSlotsInGlobalReplicationGroupRequest

RebalanceSlotsInGlobalReplicationGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RebalanceSlotsInGlobalReplicationGroupWithContext

RebalanceSlotsInGlobalReplicationGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) RebootCacheCluster

RebootCacheCluster provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RebootCacheClusterRequest

RebootCacheClusterRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RebootCacheClusterWithContext

RebootCacheClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) RemoveTagsFromResource

RemoveTagsFromResource provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RemoveTagsFromResourceRequest

RemoveTagsFromResourceRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RemoveTagsFromResourceWithContext

func (_m *MockFakeElastiCache) RemoveTagsFromResourceWithContext(_a0 context.Context, _a1 *elasticache.RemoveTagsFromResourceInput, _a2 ...request.Option) (*elasticache.TagListMessage, error)

RemoveTagsFromResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) ResetCacheParameterGroup

ResetCacheParameterGroup provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ResetCacheParameterGroupRequest

ResetCacheParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) ResetCacheParameterGroupWithContext

ResetCacheParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) RevokeCacheSecurityGroupIngress

RevokeCacheSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RevokeCacheSecurityGroupIngressRequest

RevokeCacheSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) RevokeCacheSecurityGroupIngressWithContext

RevokeCacheSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) StartMigration

StartMigration provides a mock function with given fields: _a0

func (*MockFakeElastiCache) StartMigrationRequest

StartMigrationRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) StartMigrationWithContext

StartMigrationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) TestFailover

TestFailover provides a mock function with given fields: _a0

func (*MockFakeElastiCache) TestFailoverRequest

TestFailoverRequest provides a mock function with given fields: _a0

func (*MockFakeElastiCache) TestFailoverWithContext

TestFailoverWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) WaitUntilCacheClusterAvailable

func (_m *MockFakeElastiCache) WaitUntilCacheClusterAvailable(_a0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterAvailable provides a mock function with given fields: _a0

func (*MockFakeElastiCache) WaitUntilCacheClusterAvailableWithContext

func (_m *MockFakeElastiCache) WaitUntilCacheClusterAvailableWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheClustersInput, _a2 ...request.WaiterOption) error

WaitUntilCacheClusterAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) WaitUntilCacheClusterDeleted

func (_m *MockFakeElastiCache) WaitUntilCacheClusterDeleted(_a0 *elasticache.DescribeCacheClustersInput) error

WaitUntilCacheClusterDeleted provides a mock function with given fields: _a0

func (*MockFakeElastiCache) WaitUntilCacheClusterDeletedWithContext

func (_m *MockFakeElastiCache) WaitUntilCacheClusterDeletedWithContext(_a0 context.Context, _a1 *elasticache.DescribeCacheClustersInput, _a2 ...request.WaiterOption) error

WaitUntilCacheClusterDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) WaitUntilReplicationGroupAvailable

func (_m *MockFakeElastiCache) WaitUntilReplicationGroupAvailable(_a0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupAvailable provides a mock function with given fields: _a0

func (*MockFakeElastiCache) WaitUntilReplicationGroupAvailableWithContext

func (_m *MockFakeElastiCache) WaitUntilReplicationGroupAvailableWithContext(_a0 context.Context, _a1 *elasticache.DescribeReplicationGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilReplicationGroupAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeElastiCache) WaitUntilReplicationGroupDeleted

func (_m *MockFakeElastiCache) WaitUntilReplicationGroupDeleted(_a0 *elasticache.DescribeReplicationGroupsInput) error

WaitUntilReplicationGroupDeleted provides a mock function with given fields: _a0

func (*MockFakeElastiCache) WaitUntilReplicationGroupDeletedWithContext

func (_m *MockFakeElastiCache) WaitUntilReplicationGroupDeletedWithContext(_a0 context.Context, _a1 *elasticache.DescribeReplicationGroupsInput, _a2 ...request.WaiterOption) error

WaitUntilReplicationGroupDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeIAM

type MockFakeIAM struct {
	mock.Mock
}

MockFakeIAM is an autogenerated mock type for the FakeIAM type

func NewMockFakeIAM

func NewMockFakeIAM(t mockConstructorTestingTNewMockFakeIAM) *MockFakeIAM

NewMockFakeIAM creates a new instance of MockFakeIAM. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeIAM) AddClientIDToOpenIDConnectProvider

AddClientIDToOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) AddClientIDToOpenIDConnectProviderRequest

AddClientIDToOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AddClientIDToOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) AddClientIDToOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.AddClientIDToOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) AddRoleToInstanceProfile

AddRoleToInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) AddRoleToInstanceProfileRequest

func (_m *MockFakeIAM) AddRoleToInstanceProfileRequest(_a0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AddRoleToInstanceProfileWithContext

func (_m *MockFakeIAM) AddRoleToInstanceProfileWithContext(_a0 context.Context, _a1 *iam.AddRoleToInstanceProfileInput, _a2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) AddUserToGroup

func (_m *MockFakeIAM) AddUserToGroup(_a0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) AddUserToGroupRequest

func (_m *MockFakeIAM) AddUserToGroupRequest(_a0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AddUserToGroupWithContext

func (_m *MockFakeIAM) AddUserToGroupWithContext(_a0 context.Context, _a1 *iam.AddUserToGroupInput, _a2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) AttachGroupPolicy

func (_m *MockFakeIAM) AttachGroupPolicy(_a0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachGroupPolicyRequest

func (_m *MockFakeIAM) AttachGroupPolicyRequest(_a0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachGroupPolicyWithContext

func (_m *MockFakeIAM) AttachGroupPolicyWithContext(_a0 context.Context, _a1 *iam.AttachGroupPolicyInput, _a2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) AttachRolePolicy

func (_m *MockFakeIAM) AttachRolePolicy(_a0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachRolePolicyRequest

func (_m *MockFakeIAM) AttachRolePolicyRequest(_a0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachRolePolicyWithContext

func (_m *MockFakeIAM) AttachRolePolicyWithContext(_a0 context.Context, _a1 *iam.AttachRolePolicyInput, _a2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) AttachUserPolicy

func (_m *MockFakeIAM) AttachUserPolicy(_a0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachUserPolicyRequest

func (_m *MockFakeIAM) AttachUserPolicyRequest(_a0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) AttachUserPolicyWithContext

func (_m *MockFakeIAM) AttachUserPolicyWithContext(_a0 context.Context, _a1 *iam.AttachUserPolicyInput, _a2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ChangePassword

func (_m *MockFakeIAM) ChangePassword(_a0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword provides a mock function with given fields: _a0

func (*MockFakeIAM) ChangePasswordRequest

func (_m *MockFakeIAM) ChangePasswordRequest(_a0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ChangePasswordWithContext

func (_m *MockFakeIAM) ChangePasswordWithContext(_a0 context.Context, _a1 *iam.ChangePasswordInput, _a2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateAccessKey

func (_m *MockFakeIAM) CreateAccessKey(_a0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateAccessKeyRequest

func (_m *MockFakeIAM) CreateAccessKeyRequest(_a0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateAccessKeyWithContext

func (_m *MockFakeIAM) CreateAccessKeyWithContext(_a0 context.Context, _a1 *iam.CreateAccessKeyInput, _a2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateAccountAlias

func (_m *MockFakeIAM) CreateAccountAlias(_a0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateAccountAliasRequest

func (_m *MockFakeIAM) CreateAccountAliasRequest(_a0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateAccountAliasWithContext

func (_m *MockFakeIAM) CreateAccountAliasWithContext(_a0 context.Context, _a1 *iam.CreateAccountAliasInput, _a2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateGroup

func (_m *MockFakeIAM) CreateGroup(_a0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateGroupRequest

func (_m *MockFakeIAM) CreateGroupRequest(_a0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateGroupWithContext

func (_m *MockFakeIAM) CreateGroupWithContext(_a0 context.Context, _a1 *iam.CreateGroupInput, _a2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateInstanceProfile

func (_m *MockFakeIAM) CreateInstanceProfile(_a0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateInstanceProfileRequest

func (_m *MockFakeIAM) CreateInstanceProfileRequest(_a0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateInstanceProfileWithContext

func (_m *MockFakeIAM) CreateInstanceProfileWithContext(_a0 context.Context, _a1 *iam.CreateInstanceProfileInput, _a2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateLoginProfile

func (_m *MockFakeIAM) CreateLoginProfile(_a0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateLoginProfileRequest

func (_m *MockFakeIAM) CreateLoginProfileRequest(_a0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateLoginProfileWithContext

func (_m *MockFakeIAM) CreateLoginProfileWithContext(_a0 context.Context, _a1 *iam.CreateLoginProfileInput, _a2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateOpenIDConnectProvider

CreateOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateOpenIDConnectProviderRequest

func (_m *MockFakeIAM) CreateOpenIDConnectProviderRequest(_a0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) CreateOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.CreateOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreatePolicy

func (_m *MockFakeIAM) CreatePolicy(_a0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) CreatePolicyRequest

func (_m *MockFakeIAM) CreatePolicyRequest(_a0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreatePolicyVersion

func (_m *MockFakeIAM) CreatePolicyVersion(_a0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion provides a mock function with given fields: _a0

func (*MockFakeIAM) CreatePolicyVersionRequest

func (_m *MockFakeIAM) CreatePolicyVersionRequest(_a0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreatePolicyVersionWithContext

func (_m *MockFakeIAM) CreatePolicyVersionWithContext(_a0 context.Context, _a1 *iam.CreatePolicyVersionInput, _a2 ...request.Option) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreatePolicyWithContext

func (_m *MockFakeIAM) CreatePolicyWithContext(_a0 context.Context, _a1 *iam.CreatePolicyInput, _a2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateRole

func (_m *MockFakeIAM) CreateRole(_a0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateRoleRequest

func (_m *MockFakeIAM) CreateRoleRequest(_a0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateRoleWithContext

func (_m *MockFakeIAM) CreateRoleWithContext(_a0 context.Context, _a1 *iam.CreateRoleInput, _a2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateSAMLProvider

func (_m *MockFakeIAM) CreateSAMLProvider(_a0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateSAMLProviderRequest

func (_m *MockFakeIAM) CreateSAMLProviderRequest(_a0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateSAMLProviderWithContext

func (_m *MockFakeIAM) CreateSAMLProviderWithContext(_a0 context.Context, _a1 *iam.CreateSAMLProviderInput, _a2 ...request.Option) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateServiceLinkedRole

CreateServiceLinkedRole provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateServiceLinkedRoleRequest

func (_m *MockFakeIAM) CreateServiceLinkedRoleRequest(_a0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateServiceLinkedRoleWithContext

func (_m *MockFakeIAM) CreateServiceLinkedRoleWithContext(_a0 context.Context, _a1 *iam.CreateServiceLinkedRoleInput, _a2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateServiceSpecificCredential

CreateServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateServiceSpecificCredentialRequest

CreateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateServiceSpecificCredentialWithContext

func (_m *MockFakeIAM) CreateServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.CreateServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateUser

func (_m *MockFakeIAM) CreateUser(_a0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateUserRequest

func (_m *MockFakeIAM) CreateUserRequest(_a0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateUserWithContext

func (_m *MockFakeIAM) CreateUserWithContext(_a0 context.Context, _a1 *iam.CreateUserInput, _a2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) CreateVirtualMFADevice

CreateVirtualMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateVirtualMFADeviceRequest

func (_m *MockFakeIAM) CreateVirtualMFADeviceRequest(_a0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) CreateVirtualMFADeviceWithContext

func (_m *MockFakeIAM) CreateVirtualMFADeviceWithContext(_a0 context.Context, _a1 *iam.CreateVirtualMFADeviceInput, _a2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeactivateMFADevice

func (_m *MockFakeIAM) DeactivateMFADevice(_a0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) DeactivateMFADeviceRequest

func (_m *MockFakeIAM) DeactivateMFADeviceRequest(_a0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeactivateMFADeviceWithContext

func (_m *MockFakeIAM) DeactivateMFADeviceWithContext(_a0 context.Context, _a1 *iam.DeactivateMFADeviceInput, _a2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteAccessKey

func (_m *MockFakeIAM) DeleteAccessKey(_a0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccessKeyRequest

func (_m *MockFakeIAM) DeleteAccessKeyRequest(_a0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccessKeyWithContext

func (_m *MockFakeIAM) DeleteAccessKeyWithContext(_a0 context.Context, _a1 *iam.DeleteAccessKeyInput, _a2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteAccountAlias

func (_m *MockFakeIAM) DeleteAccountAlias(_a0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccountAliasRequest

func (_m *MockFakeIAM) DeleteAccountAliasRequest(_a0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccountAliasWithContext

func (_m *MockFakeIAM) DeleteAccountAliasWithContext(_a0 context.Context, _a1 *iam.DeleteAccountAliasInput, _a2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteAccountPasswordPolicy

DeleteAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccountPasswordPolicyRequest

func (_m *MockFakeIAM) DeleteAccountPasswordPolicyRequest(_a0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteAccountPasswordPolicyWithContext

func (_m *MockFakeIAM) DeleteAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteGroup

func (_m *MockFakeIAM) DeleteGroup(_a0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteGroupPolicy

func (_m *MockFakeIAM) DeleteGroupPolicy(_a0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteGroupPolicyRequest

func (_m *MockFakeIAM) DeleteGroupPolicyRequest(_a0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteGroupPolicyWithContext

func (_m *MockFakeIAM) DeleteGroupPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteGroupPolicyInput, _a2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteGroupRequest

func (_m *MockFakeIAM) DeleteGroupRequest(_a0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteGroupWithContext

func (_m *MockFakeIAM) DeleteGroupWithContext(_a0 context.Context, _a1 *iam.DeleteGroupInput, _a2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteInstanceProfile

func (_m *MockFakeIAM) DeleteInstanceProfile(_a0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteInstanceProfileRequest

func (_m *MockFakeIAM) DeleteInstanceProfileRequest(_a0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteInstanceProfileWithContext

func (_m *MockFakeIAM) DeleteInstanceProfileWithContext(_a0 context.Context, _a1 *iam.DeleteInstanceProfileInput, _a2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteLoginProfile

func (_m *MockFakeIAM) DeleteLoginProfile(_a0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteLoginProfileRequest

func (_m *MockFakeIAM) DeleteLoginProfileRequest(_a0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteLoginProfileWithContext

func (_m *MockFakeIAM) DeleteLoginProfileWithContext(_a0 context.Context, _a1 *iam.DeleteLoginProfileInput, _a2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteOpenIDConnectProvider

DeleteOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteOpenIDConnectProviderRequest

func (_m *MockFakeIAM) DeleteOpenIDConnectProviderRequest(_a0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) DeleteOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.DeleteOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeletePolicy

func (_m *MockFakeIAM) DeletePolicy(_a0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DeletePolicyRequest

func (_m *MockFakeIAM) DeletePolicyRequest(_a0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeletePolicyVersion

func (_m *MockFakeIAM) DeletePolicyVersion(_a0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion provides a mock function with given fields: _a0

func (*MockFakeIAM) DeletePolicyVersionRequest

func (_m *MockFakeIAM) DeletePolicyVersionRequest(_a0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeletePolicyVersionWithContext

func (_m *MockFakeIAM) DeletePolicyVersionWithContext(_a0 context.Context, _a1 *iam.DeletePolicyVersionInput, _a2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeletePolicyWithContext

func (_m *MockFakeIAM) DeletePolicyWithContext(_a0 context.Context, _a1 *iam.DeletePolicyInput, _a2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteRole

func (_m *MockFakeIAM) DeleteRole(_a0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRolePermissionsBoundary

DeleteRolePermissionsBoundary provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRolePermissionsBoundaryRequest

func (_m *MockFakeIAM) DeleteRolePermissionsBoundaryRequest(_a0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRolePermissionsBoundaryWithContext

func (_m *MockFakeIAM) DeleteRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteRolePolicy

func (_m *MockFakeIAM) DeleteRolePolicy(_a0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRolePolicyRequest

func (_m *MockFakeIAM) DeleteRolePolicyRequest(_a0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRolePolicyWithContext

func (_m *MockFakeIAM) DeleteRolePolicyWithContext(_a0 context.Context, _a1 *iam.DeleteRolePolicyInput, _a2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteRoleRequest

func (_m *MockFakeIAM) DeleteRoleRequest(_a0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteRoleWithContext

func (_m *MockFakeIAM) DeleteRoleWithContext(_a0 context.Context, _a1 *iam.DeleteRoleInput, _a2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteSAMLProvider

func (_m *MockFakeIAM) DeleteSAMLProvider(_a0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSAMLProviderRequest

func (_m *MockFakeIAM) DeleteSAMLProviderRequest(_a0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSAMLProviderWithContext

func (_m *MockFakeIAM) DeleteSAMLProviderWithContext(_a0 context.Context, _a1 *iam.DeleteSAMLProviderInput, _a2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteSSHPublicKey

func (_m *MockFakeIAM) DeleteSSHPublicKey(_a0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSSHPublicKeyRequest

func (_m *MockFakeIAM) DeleteSSHPublicKeyRequest(_a0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSSHPublicKeyWithContext

func (_m *MockFakeIAM) DeleteSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.DeleteSSHPublicKeyInput, _a2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteServerCertificate

DeleteServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServerCertificateRequest

func (_m *MockFakeIAM) DeleteServerCertificateRequest(_a0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServerCertificateWithContext

func (_m *MockFakeIAM) DeleteServerCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteServerCertificateInput, _a2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteServiceLinkedRole

DeleteServiceLinkedRole provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServiceLinkedRoleRequest

func (_m *MockFakeIAM) DeleteServiceLinkedRoleRequest(_a0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServiceLinkedRoleWithContext

func (_m *MockFakeIAM) DeleteServiceLinkedRoleWithContext(_a0 context.Context, _a1 *iam.DeleteServiceLinkedRoleInput, _a2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteServiceSpecificCredential

DeleteServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServiceSpecificCredentialRequest

DeleteServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteServiceSpecificCredentialWithContext

func (_m *MockFakeIAM) DeleteServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.DeleteServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteSigningCertificate

DeleteSigningCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSigningCertificateRequest

func (_m *MockFakeIAM) DeleteSigningCertificateRequest(_a0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteSigningCertificateWithContext

func (_m *MockFakeIAM) DeleteSigningCertificateWithContext(_a0 context.Context, _a1 *iam.DeleteSigningCertificateInput, _a2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteUser

func (_m *MockFakeIAM) DeleteUser(_a0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserPermissionsBoundary

DeleteUserPermissionsBoundary provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserPermissionsBoundaryRequest

func (_m *MockFakeIAM) DeleteUserPermissionsBoundaryRequest(_a0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserPermissionsBoundaryWithContext

func (_m *MockFakeIAM) DeleteUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.DeleteUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteUserPolicy

func (_m *MockFakeIAM) DeleteUserPolicy(_a0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserPolicyRequest

func (_m *MockFakeIAM) DeleteUserPolicyRequest(_a0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserPolicyWithContext

func (_m *MockFakeIAM) DeleteUserPolicyWithContext(_a0 context.Context, _a1 *iam.DeleteUserPolicyInput, _a2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteUserRequest

func (_m *MockFakeIAM) DeleteUserRequest(_a0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteUserWithContext

func (_m *MockFakeIAM) DeleteUserWithContext(_a0 context.Context, _a1 *iam.DeleteUserInput, _a2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DeleteVirtualMFADevice

DeleteVirtualMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteVirtualMFADeviceRequest

func (_m *MockFakeIAM) DeleteVirtualMFADeviceRequest(_a0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DeleteVirtualMFADeviceWithContext

func (_m *MockFakeIAM) DeleteVirtualMFADeviceWithContext(_a0 context.Context, _a1 *iam.DeleteVirtualMFADeviceInput, _a2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DetachGroupPolicy

func (_m *MockFakeIAM) DetachGroupPolicy(_a0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachGroupPolicyRequest

func (_m *MockFakeIAM) DetachGroupPolicyRequest(_a0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachGroupPolicyWithContext

func (_m *MockFakeIAM) DetachGroupPolicyWithContext(_a0 context.Context, _a1 *iam.DetachGroupPolicyInput, _a2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DetachRolePolicy

func (_m *MockFakeIAM) DetachRolePolicy(_a0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachRolePolicyRequest

func (_m *MockFakeIAM) DetachRolePolicyRequest(_a0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachRolePolicyWithContext

func (_m *MockFakeIAM) DetachRolePolicyWithContext(_a0 context.Context, _a1 *iam.DetachRolePolicyInput, _a2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) DetachUserPolicy

func (_m *MockFakeIAM) DetachUserPolicy(_a0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachUserPolicyRequest

func (_m *MockFakeIAM) DetachUserPolicyRequest(_a0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) DetachUserPolicyWithContext

func (_m *MockFakeIAM) DetachUserPolicyWithContext(_a0 context.Context, _a1 *iam.DetachUserPolicyInput, _a2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) EnableMFADevice

func (_m *MockFakeIAM) EnableMFADevice(_a0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) EnableMFADeviceRequest

func (_m *MockFakeIAM) EnableMFADeviceRequest(_a0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) EnableMFADeviceWithContext

func (_m *MockFakeIAM) EnableMFADeviceWithContext(_a0 context.Context, _a1 *iam.EnableMFADeviceInput, _a2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GenerateCredentialReport

GenerateCredentialReport provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateCredentialReportRequest

func (_m *MockFakeIAM) GenerateCredentialReportRequest(_a0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateCredentialReportWithContext

func (_m *MockFakeIAM) GenerateCredentialReportWithContext(_a0 context.Context, _a1 *iam.GenerateCredentialReportInput, _a2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GenerateOrganizationsAccessReport

GenerateOrganizationsAccessReport provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateOrganizationsAccessReportRequest

GenerateOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateOrganizationsAccessReportWithContext

func (_m *MockFakeIAM) GenerateOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GenerateOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GenerateServiceLastAccessedDetails

GenerateServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateServiceLastAccessedDetailsRequest

GenerateServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GenerateServiceLastAccessedDetailsWithContext

func (_m *MockFakeIAM) GenerateServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GenerateServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetAccessKeyLastUsed

func (_m *MockFakeIAM) GetAccessKeyLastUsed(_a0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccessKeyLastUsedRequest

func (_m *MockFakeIAM) GetAccessKeyLastUsedRequest(_a0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccessKeyLastUsedWithContext

func (_m *MockFakeIAM) GetAccessKeyLastUsedWithContext(_a0 context.Context, _a1 *iam.GetAccessKeyLastUsedInput, _a2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetAccountAuthorizationDetails

GetAccountAuthorizationDetails provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountAuthorizationDetailsPages

func (_m *MockFakeIAM) GetAccountAuthorizationDetailsPages(_a0 *iam.GetAccountAuthorizationDetailsInput, _a1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) GetAccountAuthorizationDetailsPagesWithContext

func (_m *MockFakeIAM) GetAccountAuthorizationDetailsPagesWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, _a3 ...request.Option) error

GetAccountAuthorizationDetailsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) GetAccountAuthorizationDetailsRequest

func (_m *MockFakeIAM) GetAccountAuthorizationDetailsRequest(_a0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountAuthorizationDetailsWithContext

func (_m *MockFakeIAM) GetAccountAuthorizationDetailsWithContext(_a0 context.Context, _a1 *iam.GetAccountAuthorizationDetailsInput, _a2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetAccountPasswordPolicy

GetAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountPasswordPolicyRequest

func (_m *MockFakeIAM) GetAccountPasswordPolicyRequest(_a0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountPasswordPolicyWithContext

func (_m *MockFakeIAM) GetAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.GetAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetAccountSummary

func (_m *MockFakeIAM) GetAccountSummary(_a0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountSummaryRequest

func (_m *MockFakeIAM) GetAccountSummaryRequest(_a0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetAccountSummaryWithContext

func (_m *MockFakeIAM) GetAccountSummaryWithContext(_a0 context.Context, _a1 *iam.GetAccountSummaryInput, _a2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetContextKeysForCustomPolicy

func (_m *MockFakeIAM) GetContextKeysForCustomPolicy(_a0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetContextKeysForCustomPolicyRequest

func (_m *MockFakeIAM) GetContextKeysForCustomPolicyRequest(_a0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetContextKeysForCustomPolicyWithContext

func (_m *MockFakeIAM) GetContextKeysForCustomPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForCustomPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetContextKeysForPrincipalPolicy

func (_m *MockFakeIAM) GetContextKeysForPrincipalPolicy(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetContextKeysForPrincipalPolicyRequest

func (_m *MockFakeIAM) GetContextKeysForPrincipalPolicyRequest(_a0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetContextKeysForPrincipalPolicyWithContext

func (_m *MockFakeIAM) GetContextKeysForPrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.GetContextKeysForPrincipalPolicyInput, _a2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetCredentialReport

func (_m *MockFakeIAM) GetCredentialReport(_a0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport provides a mock function with given fields: _a0

func (*MockFakeIAM) GetCredentialReportRequest

func (_m *MockFakeIAM) GetCredentialReportRequest(_a0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetCredentialReportWithContext

func (_m *MockFakeIAM) GetCredentialReportWithContext(_a0 context.Context, _a1 *iam.GetCredentialReportInput, _a2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetGroup

func (_m *MockFakeIAM) GetGroup(_a0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) GetGroupPages

func (_m *MockFakeIAM) GetGroupPages(_a0 *iam.GetGroupInput, _a1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) GetGroupPagesWithContext

func (_m *MockFakeIAM) GetGroupPagesWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 func(*iam.GetGroupOutput, bool) bool, _a3 ...request.Option) error

GetGroupPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) GetGroupPolicy

func (_m *MockFakeIAM) GetGroupPolicy(_a0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetGroupPolicyRequest

func (_m *MockFakeIAM) GetGroupPolicyRequest(_a0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetGroupPolicyWithContext

func (_m *MockFakeIAM) GetGroupPolicyWithContext(_a0 context.Context, _a1 *iam.GetGroupPolicyInput, _a2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetGroupRequest

func (_m *MockFakeIAM) GetGroupRequest(_a0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetGroupWithContext

func (_m *MockFakeIAM) GetGroupWithContext(_a0 context.Context, _a1 *iam.GetGroupInput, _a2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetInstanceProfile

func (_m *MockFakeIAM) GetInstanceProfile(_a0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) GetInstanceProfileRequest

func (_m *MockFakeIAM) GetInstanceProfileRequest(_a0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetInstanceProfileWithContext

func (_m *MockFakeIAM) GetInstanceProfileWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetLoginProfile

func (_m *MockFakeIAM) GetLoginProfile(_a0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) GetLoginProfileRequest

func (_m *MockFakeIAM) GetLoginProfileRequest(_a0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetLoginProfileWithContext

func (_m *MockFakeIAM) GetLoginProfileWithContext(_a0 context.Context, _a1 *iam.GetLoginProfileInput, _a2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetOpenIDConnectProvider

GetOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) GetOpenIDConnectProviderRequest

func (_m *MockFakeIAM) GetOpenIDConnectProviderRequest(_a0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) GetOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.GetOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetOrganizationsAccessReport

GetOrganizationsAccessReport provides a mock function with given fields: _a0

func (*MockFakeIAM) GetOrganizationsAccessReportRequest

func (_m *MockFakeIAM) GetOrganizationsAccessReportRequest(_a0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetOrganizationsAccessReportWithContext

func (_m *MockFakeIAM) GetOrganizationsAccessReportWithContext(_a0 context.Context, _a1 *iam.GetOrganizationsAccessReportInput, _a2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetPolicy

func (_m *MockFakeIAM) GetPolicy(_a0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetPolicyRequest

func (_m *MockFakeIAM) GetPolicyRequest(_a0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetPolicyVersion

func (_m *MockFakeIAM) GetPolicyVersion(_a0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion provides a mock function with given fields: _a0

func (*MockFakeIAM) GetPolicyVersionRequest

func (_m *MockFakeIAM) GetPolicyVersionRequest(_a0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetPolicyVersionWithContext

func (_m *MockFakeIAM) GetPolicyVersionWithContext(_a0 context.Context, _a1 *iam.GetPolicyVersionInput, _a2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetPolicyWithContext

func (_m *MockFakeIAM) GetPolicyWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetRole

func (_m *MockFakeIAM) GetRole(_a0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole provides a mock function with given fields: _a0

func (*MockFakeIAM) GetRolePolicy

func (_m *MockFakeIAM) GetRolePolicy(_a0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetRolePolicyRequest

func (_m *MockFakeIAM) GetRolePolicyRequest(_a0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetRolePolicyWithContext

func (_m *MockFakeIAM) GetRolePolicyWithContext(_a0 context.Context, _a1 *iam.GetRolePolicyInput, _a2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetRoleRequest

func (_m *MockFakeIAM) GetRoleRequest(_a0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetRoleWithContext

func (_m *MockFakeIAM) GetRoleWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetSAMLProvider

func (_m *MockFakeIAM) GetSAMLProvider(_a0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) GetSAMLProviderRequest

func (_m *MockFakeIAM) GetSAMLProviderRequest(_a0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetSAMLProviderWithContext

func (_m *MockFakeIAM) GetSAMLProviderWithContext(_a0 context.Context, _a1 *iam.GetSAMLProviderInput, _a2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetSSHPublicKey

func (_m *MockFakeIAM) GetSSHPublicKey(_a0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey provides a mock function with given fields: _a0

func (*MockFakeIAM) GetSSHPublicKeyRequest

func (_m *MockFakeIAM) GetSSHPublicKeyRequest(_a0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetSSHPublicKeyWithContext

func (_m *MockFakeIAM) GetSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.GetSSHPublicKeyInput, _a2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetServerCertificate

func (_m *MockFakeIAM) GetServerCertificate(_a0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServerCertificateRequest

func (_m *MockFakeIAM) GetServerCertificateRequest(_a0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServerCertificateWithContext

func (_m *MockFakeIAM) GetServerCertificateWithContext(_a0 context.Context, _a1 *iam.GetServerCertificateInput, _a2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetServiceLastAccessedDetails

GetServiceLastAccessedDetails provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLastAccessedDetailsRequest

func (_m *MockFakeIAM) GetServiceLastAccessedDetailsRequest(_a0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLastAccessedDetailsWithContext

func (_m *MockFakeIAM) GetServiceLastAccessedDetailsWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetailsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetServiceLastAccessedDetailsWithEntities

GetServiceLastAccessedDetailsWithEntities provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLastAccessedDetailsWithEntitiesRequest

GetServiceLastAccessedDetailsWithEntitiesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (_m *MockFakeIAM) GetServiceLastAccessedDetailsWithEntitiesWithContext(_a0 context.Context, _a1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, _a2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

GetServiceLastAccessedDetailsWithEntitiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetServiceLinkedRoleDeletionStatus

GetServiceLinkedRoleDeletionStatus provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLinkedRoleDeletionStatusRequest

GetServiceLinkedRoleDeletionStatusRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetServiceLinkedRoleDeletionStatusWithContext

func (_m *MockFakeIAM) GetServiceLinkedRoleDeletionStatusWithContext(_a0 context.Context, _a1 *iam.GetServiceLinkedRoleDeletionStatusInput, _a2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetUser

func (_m *MockFakeIAM) GetUser(_a0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser provides a mock function with given fields: _a0

func (*MockFakeIAM) GetUserPolicy

func (_m *MockFakeIAM) GetUserPolicy(_a0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) GetUserPolicyRequest

func (_m *MockFakeIAM) GetUserPolicyRequest(_a0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetUserPolicyWithContext

func (_m *MockFakeIAM) GetUserPolicyWithContext(_a0 context.Context, _a1 *iam.GetUserPolicyInput, _a2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) GetUserRequest

func (_m *MockFakeIAM) GetUserRequest(_a0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) GetUserWithContext

func (_m *MockFakeIAM) GetUserWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListAccessKeys

func (_m *MockFakeIAM) ListAccessKeys(_a0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAccessKeysPages

func (_m *MockFakeIAM) ListAccessKeysPages(_a0 *iam.ListAccessKeysInput, _a1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListAccessKeysPagesWithContext

func (_m *MockFakeIAM) ListAccessKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 func(*iam.ListAccessKeysOutput, bool) bool, _a3 ...request.Option) error

ListAccessKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListAccessKeysRequest

func (_m *MockFakeIAM) ListAccessKeysRequest(_a0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAccessKeysWithContext

func (_m *MockFakeIAM) ListAccessKeysWithContext(_a0 context.Context, _a1 *iam.ListAccessKeysInput, _a2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListAccountAliases

func (_m *MockFakeIAM) ListAccountAliases(_a0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAccountAliasesPages

func (_m *MockFakeIAM) ListAccountAliasesPages(_a0 *iam.ListAccountAliasesInput, _a1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListAccountAliasesPagesWithContext

func (_m *MockFakeIAM) ListAccountAliasesPagesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 func(*iam.ListAccountAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAccountAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListAccountAliasesRequest

func (_m *MockFakeIAM) ListAccountAliasesRequest(_a0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAccountAliasesWithContext

func (_m *MockFakeIAM) ListAccountAliasesWithContext(_a0 context.Context, _a1 *iam.ListAccountAliasesInput, _a2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListAttachedGroupPolicies

ListAttachedGroupPolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedGroupPoliciesPages

func (_m *MockFakeIAM) ListAttachedGroupPoliciesPages(_a0 *iam.ListAttachedGroupPoliciesInput, _a1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListAttachedGroupPoliciesPagesWithContext

func (_m *MockFakeIAM) ListAttachedGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedGroupPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListAttachedGroupPoliciesRequest

func (_m *MockFakeIAM) ListAttachedGroupPoliciesRequest(_a0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedGroupPoliciesWithContext

func (_m *MockFakeIAM) ListAttachedGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedGroupPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListAttachedRolePolicies

ListAttachedRolePolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedRolePoliciesPages

func (_m *MockFakeIAM) ListAttachedRolePoliciesPages(_a0 *iam.ListAttachedRolePoliciesInput, _a1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListAttachedRolePoliciesPagesWithContext

func (_m *MockFakeIAM) ListAttachedRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedRolePoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListAttachedRolePoliciesRequest

func (_m *MockFakeIAM) ListAttachedRolePoliciesRequest(_a0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedRolePoliciesWithContext

func (_m *MockFakeIAM) ListAttachedRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedRolePoliciesInput, _a2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListAttachedUserPolicies

ListAttachedUserPolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedUserPoliciesPages

func (_m *MockFakeIAM) ListAttachedUserPoliciesPages(_a0 *iam.ListAttachedUserPoliciesInput, _a1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListAttachedUserPoliciesPagesWithContext

func (_m *MockFakeIAM) ListAttachedUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListAttachedUserPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListAttachedUserPoliciesRequest

func (_m *MockFakeIAM) ListAttachedUserPoliciesRequest(_a0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListAttachedUserPoliciesWithContext

func (_m *MockFakeIAM) ListAttachedUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListAttachedUserPoliciesInput, _a2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListEntitiesForPolicy

func (_m *MockFakeIAM) ListEntitiesForPolicy(_a0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) ListEntitiesForPolicyPages

func (_m *MockFakeIAM) ListEntitiesForPolicyPages(_a0 *iam.ListEntitiesForPolicyInput, _a1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListEntitiesForPolicyPagesWithContext

func (_m *MockFakeIAM) ListEntitiesForPolicyPagesWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, _a3 ...request.Option) error

ListEntitiesForPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListEntitiesForPolicyRequest

func (_m *MockFakeIAM) ListEntitiesForPolicyRequest(_a0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListEntitiesForPolicyWithContext

func (_m *MockFakeIAM) ListEntitiesForPolicyWithContext(_a0 context.Context, _a1 *iam.ListEntitiesForPolicyInput, _a2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListGroupPolicies

func (_m *MockFakeIAM) ListGroupPolicies(_a0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupPoliciesPages

func (_m *MockFakeIAM) ListGroupPoliciesPages(_a0 *iam.ListGroupPoliciesInput, _a1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListGroupPoliciesPagesWithContext

func (_m *MockFakeIAM) ListGroupPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 func(*iam.ListGroupPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListGroupPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListGroupPoliciesRequest

func (_m *MockFakeIAM) ListGroupPoliciesRequest(_a0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupPoliciesWithContext

func (_m *MockFakeIAM) ListGroupPoliciesWithContext(_a0 context.Context, _a1 *iam.ListGroupPoliciesInput, _a2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListGroups

func (_m *MockFakeIAM) ListGroups(_a0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupsForUser

func (_m *MockFakeIAM) ListGroupsForUser(_a0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupsForUserPages

func (_m *MockFakeIAM) ListGroupsForUserPages(_a0 *iam.ListGroupsForUserInput, _a1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListGroupsForUserPagesWithContext

func (_m *MockFakeIAM) ListGroupsForUserPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 func(*iam.ListGroupsForUserOutput, bool) bool, _a3 ...request.Option) error

ListGroupsForUserPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListGroupsForUserRequest

func (_m *MockFakeIAM) ListGroupsForUserRequest(_a0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupsForUserWithContext

func (_m *MockFakeIAM) ListGroupsForUserWithContext(_a0 context.Context, _a1 *iam.ListGroupsForUserInput, _a2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListGroupsPages

func (_m *MockFakeIAM) ListGroupsPages(_a0 *iam.ListGroupsInput, _a1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListGroupsPagesWithContext

func (_m *MockFakeIAM) ListGroupsPagesWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 func(*iam.ListGroupsOutput, bool) bool, _a3 ...request.Option) error

ListGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListGroupsRequest

func (_m *MockFakeIAM) ListGroupsRequest(_a0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListGroupsWithContext

func (_m *MockFakeIAM) ListGroupsWithContext(_a0 context.Context, _a1 *iam.ListGroupsInput, _a2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListInstanceProfileTags

ListInstanceProfileTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfileTagsRequest

func (_m *MockFakeIAM) ListInstanceProfileTagsRequest(_a0 *iam.ListInstanceProfileTagsInput) (*request.Request, *iam.ListInstanceProfileTagsOutput)

ListInstanceProfileTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfileTagsWithContext

func (_m *MockFakeIAM) ListInstanceProfileTagsWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfileTagsInput, _a2 ...request.Option) (*iam.ListInstanceProfileTagsOutput, error)

ListInstanceProfileTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListInstanceProfiles

func (_m *MockFakeIAM) ListInstanceProfiles(_a0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfilesForRole

ListInstanceProfilesForRole provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfilesForRolePages

func (_m *MockFakeIAM) ListInstanceProfilesForRolePages(_a0 *iam.ListInstanceProfilesForRoleInput, _a1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListInstanceProfilesForRolePagesWithContext

func (_m *MockFakeIAM) ListInstanceProfilesForRolePagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, _a3 ...request.Option) error

ListInstanceProfilesForRolePagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListInstanceProfilesForRoleRequest

func (_m *MockFakeIAM) ListInstanceProfilesForRoleRequest(_a0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfilesForRoleWithContext

func (_m *MockFakeIAM) ListInstanceProfilesForRoleWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesForRoleInput, _a2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListInstanceProfilesPages

func (_m *MockFakeIAM) ListInstanceProfilesPages(_a0 *iam.ListInstanceProfilesInput, _a1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListInstanceProfilesPagesWithContext

func (_m *MockFakeIAM) ListInstanceProfilesPagesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 func(*iam.ListInstanceProfilesOutput, bool) bool, _a3 ...request.Option) error

ListInstanceProfilesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListInstanceProfilesRequest

func (_m *MockFakeIAM) ListInstanceProfilesRequest(_a0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListInstanceProfilesWithContext

func (_m *MockFakeIAM) ListInstanceProfilesWithContext(_a0 context.Context, _a1 *iam.ListInstanceProfilesInput, _a2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListMFADeviceTags

func (_m *MockFakeIAM) ListMFADeviceTags(_a0 *iam.ListMFADeviceTagsInput) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListMFADeviceTagsRequest

func (_m *MockFakeIAM) ListMFADeviceTagsRequest(_a0 *iam.ListMFADeviceTagsInput) (*request.Request, *iam.ListMFADeviceTagsOutput)

ListMFADeviceTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListMFADeviceTagsWithContext

func (_m *MockFakeIAM) ListMFADeviceTagsWithContext(_a0 context.Context, _a1 *iam.ListMFADeviceTagsInput, _a2 ...request.Option) (*iam.ListMFADeviceTagsOutput, error)

ListMFADeviceTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListMFADevices

func (_m *MockFakeIAM) ListMFADevices(_a0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices provides a mock function with given fields: _a0

func (*MockFakeIAM) ListMFADevicesPages

func (_m *MockFakeIAM) ListMFADevicesPages(_a0 *iam.ListMFADevicesInput, _a1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListMFADevicesPagesWithContext

func (_m *MockFakeIAM) ListMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 func(*iam.ListMFADevicesOutput, bool) bool, _a3 ...request.Option) error

ListMFADevicesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListMFADevicesRequest

func (_m *MockFakeIAM) ListMFADevicesRequest(_a0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListMFADevicesWithContext

func (_m *MockFakeIAM) ListMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListMFADevicesInput, _a2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListOpenIDConnectProviderTags

ListOpenIDConnectProviderTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListOpenIDConnectProviderTagsRequest

func (_m *MockFakeIAM) ListOpenIDConnectProviderTagsRequest(_a0 *iam.ListOpenIDConnectProviderTagsInput) (*request.Request, *iam.ListOpenIDConnectProviderTagsOutput)

ListOpenIDConnectProviderTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListOpenIDConnectProviderTagsWithContext

func (_m *MockFakeIAM) ListOpenIDConnectProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProviderTagsInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProviderTagsOutput, error)

ListOpenIDConnectProviderTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListOpenIDConnectProviders

ListOpenIDConnectProviders provides a mock function with given fields: _a0

func (*MockFakeIAM) ListOpenIDConnectProvidersRequest

func (_m *MockFakeIAM) ListOpenIDConnectProvidersRequest(_a0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListOpenIDConnectProvidersWithContext

func (_m *MockFakeIAM) ListOpenIDConnectProvidersWithContext(_a0 context.Context, _a1 *iam.ListOpenIDConnectProvidersInput, _a2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListPolicies

func (_m *MockFakeIAM) ListPolicies(_a0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPoliciesGrantingServiceAccess

ListPoliciesGrantingServiceAccess provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPoliciesGrantingServiceAccessRequest

ListPoliciesGrantingServiceAccessRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPoliciesGrantingServiceAccessWithContext

func (_m *MockFakeIAM) ListPoliciesGrantingServiceAccessWithContext(_a0 context.Context, _a1 *iam.ListPoliciesGrantingServiceAccessInput, _a2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccessWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListPoliciesPages

func (_m *MockFakeIAM) ListPoliciesPages(_a0 *iam.ListPoliciesInput, _a1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListPoliciesPagesWithContext

func (_m *MockFakeIAM) ListPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 func(*iam.ListPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListPoliciesRequest

func (_m *MockFakeIAM) ListPoliciesRequest(_a0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPoliciesWithContext

func (_m *MockFakeIAM) ListPoliciesWithContext(_a0 context.Context, _a1 *iam.ListPoliciesInput, _a2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListPolicyTags

func (_m *MockFakeIAM) ListPolicyTags(_a0 *iam.ListPolicyTagsInput) (*iam.ListPolicyTagsOutput, error)

ListPolicyTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPolicyTagsRequest

func (_m *MockFakeIAM) ListPolicyTagsRequest(_a0 *iam.ListPolicyTagsInput) (*request.Request, *iam.ListPolicyTagsOutput)

ListPolicyTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPolicyTagsWithContext

func (_m *MockFakeIAM) ListPolicyTagsWithContext(_a0 context.Context, _a1 *iam.ListPolicyTagsInput, _a2 ...request.Option) (*iam.ListPolicyTagsOutput, error)

ListPolicyTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListPolicyVersions

func (_m *MockFakeIAM) ListPolicyVersions(_a0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPolicyVersionsPages

func (_m *MockFakeIAM) ListPolicyVersionsPages(_a0 *iam.ListPolicyVersionsInput, _a1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListPolicyVersionsPagesWithContext

func (_m *MockFakeIAM) ListPolicyVersionsPagesWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 func(*iam.ListPolicyVersionsOutput, bool) bool, _a3 ...request.Option) error

ListPolicyVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListPolicyVersionsRequest

func (_m *MockFakeIAM) ListPolicyVersionsRequest(_a0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListPolicyVersionsWithContext

func (_m *MockFakeIAM) ListPolicyVersionsWithContext(_a0 context.Context, _a1 *iam.ListPolicyVersionsInput, _a2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListRolePolicies

func (_m *MockFakeIAM) ListRolePolicies(_a0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRolePoliciesPages

func (_m *MockFakeIAM) ListRolePoliciesPages(_a0 *iam.ListRolePoliciesInput, _a1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListRolePoliciesPagesWithContext

func (_m *MockFakeIAM) ListRolePoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 func(*iam.ListRolePoliciesOutput, bool) bool, _a3 ...request.Option) error

ListRolePoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListRolePoliciesRequest

func (_m *MockFakeIAM) ListRolePoliciesRequest(_a0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRolePoliciesWithContext

func (_m *MockFakeIAM) ListRolePoliciesWithContext(_a0 context.Context, _a1 *iam.ListRolePoliciesInput, _a2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListRoleTags

func (_m *MockFakeIAM) ListRoleTags(_a0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRoleTagsRequest

func (_m *MockFakeIAM) ListRoleTagsRequest(_a0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRoleTagsWithContext

func (_m *MockFakeIAM) ListRoleTagsWithContext(_a0 context.Context, _a1 *iam.ListRoleTagsInput, _a2 ...request.Option) (*iam.ListRoleTagsOutput, error)

ListRoleTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListRoles

func (_m *MockFakeIAM) ListRoles(_a0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRolesPages

func (_m *MockFakeIAM) ListRolesPages(_a0 *iam.ListRolesInput, _a1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListRolesPagesWithContext

func (_m *MockFakeIAM) ListRolesPagesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 func(*iam.ListRolesOutput, bool) bool, _a3 ...request.Option) error

ListRolesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListRolesRequest

func (_m *MockFakeIAM) ListRolesRequest(_a0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListRolesWithContext

func (_m *MockFakeIAM) ListRolesWithContext(_a0 context.Context, _a1 *iam.ListRolesInput, _a2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListSAMLProviderTags

func (_m *MockFakeIAM) ListSAMLProviderTags(_a0 *iam.ListSAMLProviderTagsInput) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSAMLProviderTagsRequest

func (_m *MockFakeIAM) ListSAMLProviderTagsRequest(_a0 *iam.ListSAMLProviderTagsInput) (*request.Request, *iam.ListSAMLProviderTagsOutput)

ListSAMLProviderTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSAMLProviderTagsWithContext

func (_m *MockFakeIAM) ListSAMLProviderTagsWithContext(_a0 context.Context, _a1 *iam.ListSAMLProviderTagsInput, _a2 ...request.Option) (*iam.ListSAMLProviderTagsOutput, error)

ListSAMLProviderTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListSAMLProviders

func (_m *MockFakeIAM) ListSAMLProviders(_a0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSAMLProvidersRequest

func (_m *MockFakeIAM) ListSAMLProvidersRequest(_a0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSAMLProvidersWithContext

func (_m *MockFakeIAM) ListSAMLProvidersWithContext(_a0 context.Context, _a1 *iam.ListSAMLProvidersInput, _a2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListSSHPublicKeys

func (_m *MockFakeIAM) ListSSHPublicKeys(_a0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSSHPublicKeysPages

func (_m *MockFakeIAM) ListSSHPublicKeysPages(_a0 *iam.ListSSHPublicKeysInput, _a1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListSSHPublicKeysPagesWithContext

func (_m *MockFakeIAM) ListSSHPublicKeysPagesWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 func(*iam.ListSSHPublicKeysOutput, bool) bool, _a3 ...request.Option) error

ListSSHPublicKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListSSHPublicKeysRequest

func (_m *MockFakeIAM) ListSSHPublicKeysRequest(_a0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSSHPublicKeysWithContext

func (_m *MockFakeIAM) ListSSHPublicKeysWithContext(_a0 context.Context, _a1 *iam.ListSSHPublicKeysInput, _a2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListServerCertificateTags

ListServerCertificateTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServerCertificateTagsRequest

func (_m *MockFakeIAM) ListServerCertificateTagsRequest(_a0 *iam.ListServerCertificateTagsInput) (*request.Request, *iam.ListServerCertificateTagsOutput)

ListServerCertificateTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServerCertificateTagsWithContext

func (_m *MockFakeIAM) ListServerCertificateTagsWithContext(_a0 context.Context, _a1 *iam.ListServerCertificateTagsInput, _a2 ...request.Option) (*iam.ListServerCertificateTagsOutput, error)

ListServerCertificateTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListServerCertificates

ListServerCertificates provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServerCertificatesPages

func (_m *MockFakeIAM) ListServerCertificatesPages(_a0 *iam.ListServerCertificatesInput, _a1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListServerCertificatesPagesWithContext

func (_m *MockFakeIAM) ListServerCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 func(*iam.ListServerCertificatesOutput, bool) bool, _a3 ...request.Option) error

ListServerCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListServerCertificatesRequest

func (_m *MockFakeIAM) ListServerCertificatesRequest(_a0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServerCertificatesWithContext

func (_m *MockFakeIAM) ListServerCertificatesWithContext(_a0 context.Context, _a1 *iam.ListServerCertificatesInput, _a2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListServiceSpecificCredentials

ListServiceSpecificCredentials provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServiceSpecificCredentialsRequest

func (_m *MockFakeIAM) ListServiceSpecificCredentialsRequest(_a0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListServiceSpecificCredentialsWithContext

func (_m *MockFakeIAM) ListServiceSpecificCredentialsWithContext(_a0 context.Context, _a1 *iam.ListServiceSpecificCredentialsInput, _a2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListSigningCertificates

ListSigningCertificates provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSigningCertificatesPages

func (_m *MockFakeIAM) ListSigningCertificatesPages(_a0 *iam.ListSigningCertificatesInput, _a1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListSigningCertificatesPagesWithContext

func (_m *MockFakeIAM) ListSigningCertificatesPagesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 func(*iam.ListSigningCertificatesOutput, bool) bool, _a3 ...request.Option) error

ListSigningCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListSigningCertificatesRequest

func (_m *MockFakeIAM) ListSigningCertificatesRequest(_a0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListSigningCertificatesWithContext

func (_m *MockFakeIAM) ListSigningCertificatesWithContext(_a0 context.Context, _a1 *iam.ListSigningCertificatesInput, _a2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListUserPolicies

func (_m *MockFakeIAM) ListUserPolicies(_a0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUserPoliciesPages

func (_m *MockFakeIAM) ListUserPoliciesPages(_a0 *iam.ListUserPoliciesInput, _a1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListUserPoliciesPagesWithContext

func (_m *MockFakeIAM) ListUserPoliciesPagesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 func(*iam.ListUserPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListUserPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListUserPoliciesRequest

func (_m *MockFakeIAM) ListUserPoliciesRequest(_a0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUserPoliciesWithContext

func (_m *MockFakeIAM) ListUserPoliciesWithContext(_a0 context.Context, _a1 *iam.ListUserPoliciesInput, _a2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListUserTags

func (_m *MockFakeIAM) ListUserTags(_a0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUserTagsPages

func (_m *MockFakeIAM) ListUserTagsPages(_a0 *iam.ListUserTagsInput, _a1 func(*iam.ListUserTagsOutput, bool) bool) error

ListUserTagsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListUserTagsPagesWithContext

func (_m *MockFakeIAM) ListUserTagsPagesWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 func(*iam.ListUserTagsOutput, bool) bool, _a3 ...request.Option) error

ListUserTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListUserTagsRequest

func (_m *MockFakeIAM) ListUserTagsRequest(_a0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUserTagsWithContext

func (_m *MockFakeIAM) ListUserTagsWithContext(_a0 context.Context, _a1 *iam.ListUserTagsInput, _a2 ...request.Option) (*iam.ListUserTagsOutput, error)

ListUserTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListUsers

func (_m *MockFakeIAM) ListUsers(_a0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUsersPages

func (_m *MockFakeIAM) ListUsersPages(_a0 *iam.ListUsersInput, _a1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListUsersPagesWithContext

func (_m *MockFakeIAM) ListUsersPagesWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 func(*iam.ListUsersOutput, bool) bool, _a3 ...request.Option) error

ListUsersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListUsersRequest

func (_m *MockFakeIAM) ListUsersRequest(_a0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListUsersWithContext

func (_m *MockFakeIAM) ListUsersWithContext(_a0 context.Context, _a1 *iam.ListUsersInput, _a2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ListVirtualMFADevices

func (_m *MockFakeIAM) ListVirtualMFADevices(_a0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices provides a mock function with given fields: _a0

func (*MockFakeIAM) ListVirtualMFADevicesPages

func (_m *MockFakeIAM) ListVirtualMFADevicesPages(_a0 *iam.ListVirtualMFADevicesInput, _a1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) ListVirtualMFADevicesPagesWithContext

func (_m *MockFakeIAM) ListVirtualMFADevicesPagesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, _a3 ...request.Option) error

ListVirtualMFADevicesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) ListVirtualMFADevicesRequest

func (_m *MockFakeIAM) ListVirtualMFADevicesRequest(_a0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ListVirtualMFADevicesWithContext

func (_m *MockFakeIAM) ListVirtualMFADevicesWithContext(_a0 context.Context, _a1 *iam.ListVirtualMFADevicesInput, _a2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) PutGroupPolicy

func (_m *MockFakeIAM) PutGroupPolicy(_a0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) PutGroupPolicyRequest

func (_m *MockFakeIAM) PutGroupPolicyRequest(_a0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) PutGroupPolicyWithContext

func (_m *MockFakeIAM) PutGroupPolicyWithContext(_a0 context.Context, _a1 *iam.PutGroupPolicyInput, _a2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) PutRolePermissionsBoundary

PutRolePermissionsBoundary provides a mock function with given fields: _a0

func (*MockFakeIAM) PutRolePermissionsBoundaryRequest

func (_m *MockFakeIAM) PutRolePermissionsBoundaryRequest(_a0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) PutRolePermissionsBoundaryWithContext

func (_m *MockFakeIAM) PutRolePermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutRolePermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) PutRolePolicy

func (_m *MockFakeIAM) PutRolePolicy(_a0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) PutRolePolicyRequest

func (_m *MockFakeIAM) PutRolePolicyRequest(_a0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) PutRolePolicyWithContext

func (_m *MockFakeIAM) PutRolePolicyWithContext(_a0 context.Context, _a1 *iam.PutRolePolicyInput, _a2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) PutUserPermissionsBoundary

PutUserPermissionsBoundary provides a mock function with given fields: _a0

func (*MockFakeIAM) PutUserPermissionsBoundaryRequest

func (_m *MockFakeIAM) PutUserPermissionsBoundaryRequest(_a0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) PutUserPermissionsBoundaryWithContext

func (_m *MockFakeIAM) PutUserPermissionsBoundaryWithContext(_a0 context.Context, _a1 *iam.PutUserPermissionsBoundaryInput, _a2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundaryWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) PutUserPolicy

func (_m *MockFakeIAM) PutUserPolicy(_a0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) PutUserPolicyRequest

func (_m *MockFakeIAM) PutUserPolicyRequest(_a0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) PutUserPolicyWithContext

func (_m *MockFakeIAM) PutUserPolicyWithContext(_a0 context.Context, _a1 *iam.PutUserPolicyInput, _a2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveClientIDFromOpenIDConnectProviderRequest

RemoveClientIDFromOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveClientIDFromOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) RemoveClientIDFromOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) RemoveRoleFromInstanceProfile

RemoveRoleFromInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveRoleFromInstanceProfileRequest

func (_m *MockFakeIAM) RemoveRoleFromInstanceProfileRequest(_a0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveRoleFromInstanceProfileWithContext

func (_m *MockFakeIAM) RemoveRoleFromInstanceProfileWithContext(_a0 context.Context, _a1 *iam.RemoveRoleFromInstanceProfileInput, _a2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) RemoveUserFromGroup

func (_m *MockFakeIAM) RemoveUserFromGroup(_a0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveUserFromGroupRequest

func (_m *MockFakeIAM) RemoveUserFromGroupRequest(_a0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) RemoveUserFromGroupWithContext

func (_m *MockFakeIAM) RemoveUserFromGroupWithContext(_a0 context.Context, _a1 *iam.RemoveUserFromGroupInput, _a2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ResetServiceSpecificCredential

ResetServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockFakeIAM) ResetServiceSpecificCredentialRequest

func (_m *MockFakeIAM) ResetServiceSpecificCredentialRequest(_a0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ResetServiceSpecificCredentialWithContext

func (_m *MockFakeIAM) ResetServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.ResetServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) ResyncMFADevice

func (_m *MockFakeIAM) ResyncMFADevice(_a0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) ResyncMFADeviceRequest

func (_m *MockFakeIAM) ResyncMFADeviceRequest(_a0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) ResyncMFADeviceWithContext

func (_m *MockFakeIAM) ResyncMFADeviceWithContext(_a0 context.Context, _a1 *iam.ResyncMFADeviceInput, _a2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) SetDefaultPolicyVersion

SetDefaultPolicyVersion provides a mock function with given fields: _a0

func (*MockFakeIAM) SetDefaultPolicyVersionRequest

func (_m *MockFakeIAM) SetDefaultPolicyVersionRequest(_a0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) SetDefaultPolicyVersionWithContext

func (_m *MockFakeIAM) SetDefaultPolicyVersionWithContext(_a0 context.Context, _a1 *iam.SetDefaultPolicyVersionInput, _a2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) SetSecurityTokenServicePreferences

SetSecurityTokenServicePreferences provides a mock function with given fields: _a0

func (*MockFakeIAM) SetSecurityTokenServicePreferencesRequest

SetSecurityTokenServicePreferencesRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) SetSecurityTokenServicePreferencesWithContext

func (_m *MockFakeIAM) SetSecurityTokenServicePreferencesWithContext(_a0 context.Context, _a1 *iam.SetSecurityTokenServicePreferencesInput, _a2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferencesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) SimulateCustomPolicy

func (_m *MockFakeIAM) SimulateCustomPolicy(_a0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) SimulateCustomPolicyPages

func (_m *MockFakeIAM) SimulateCustomPolicyPages(_a0 *iam.SimulateCustomPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) SimulateCustomPolicyPagesWithContext

func (_m *MockFakeIAM) SimulateCustomPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

SimulateCustomPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) SimulateCustomPolicyRequest

func (_m *MockFakeIAM) SimulateCustomPolicyRequest(_a0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) SimulateCustomPolicyWithContext

func (_m *MockFakeIAM) SimulateCustomPolicyWithContext(_a0 context.Context, _a1 *iam.SimulateCustomPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) SimulatePrincipalPolicy

func (_m *MockFakeIAM) SimulatePrincipalPolicy(_a0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) SimulatePrincipalPolicyPages

func (_m *MockFakeIAM) SimulatePrincipalPolicyPages(_a0 *iam.SimulatePrincipalPolicyInput, _a1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages provides a mock function with given fields: _a0, _a1

func (*MockFakeIAM) SimulatePrincipalPolicyPagesWithContext

func (_m *MockFakeIAM) SimulatePrincipalPolicyPagesWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 func(*iam.SimulatePolicyResponse, bool) bool, _a3 ...request.Option) error

SimulatePrincipalPolicyPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeIAM) SimulatePrincipalPolicyRequest

func (_m *MockFakeIAM) SimulatePrincipalPolicyRequest(_a0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) SimulatePrincipalPolicyWithContext

func (_m *MockFakeIAM) SimulatePrincipalPolicyWithContext(_a0 context.Context, _a1 *iam.SimulatePrincipalPolicyInput, _a2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagInstanceProfile

func (_m *MockFakeIAM) TagInstanceProfile(_a0 *iam.TagInstanceProfileInput) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) TagInstanceProfileRequest

func (_m *MockFakeIAM) TagInstanceProfileRequest(_a0 *iam.TagInstanceProfileInput) (*request.Request, *iam.TagInstanceProfileOutput)

TagInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagInstanceProfileWithContext

func (_m *MockFakeIAM) TagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.TagInstanceProfileInput, _a2 ...request.Option) (*iam.TagInstanceProfileOutput, error)

TagInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagMFADevice

func (_m *MockFakeIAM) TagMFADevice(_a0 *iam.TagMFADeviceInput) (*iam.TagMFADeviceOutput, error)

TagMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) TagMFADeviceRequest

func (_m *MockFakeIAM) TagMFADeviceRequest(_a0 *iam.TagMFADeviceInput) (*request.Request, *iam.TagMFADeviceOutput)

TagMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagMFADeviceWithContext

func (_m *MockFakeIAM) TagMFADeviceWithContext(_a0 context.Context, _a1 *iam.TagMFADeviceInput, _a2 ...request.Option) (*iam.TagMFADeviceOutput, error)

TagMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagOpenIDConnectProvider

TagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) TagOpenIDConnectProviderRequest

func (_m *MockFakeIAM) TagOpenIDConnectProviderRequest(_a0 *iam.TagOpenIDConnectProviderInput) (*request.Request, *iam.TagOpenIDConnectProviderOutput)

TagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) TagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.TagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.TagOpenIDConnectProviderOutput, error)

TagOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagPolicy

func (_m *MockFakeIAM) TagPolicy(_a0 *iam.TagPolicyInput) (*iam.TagPolicyOutput, error)

TagPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) TagPolicyRequest

func (_m *MockFakeIAM) TagPolicyRequest(_a0 *iam.TagPolicyInput) (*request.Request, *iam.TagPolicyOutput)

TagPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagPolicyWithContext

func (_m *MockFakeIAM) TagPolicyWithContext(_a0 context.Context, _a1 *iam.TagPolicyInput, _a2 ...request.Option) (*iam.TagPolicyOutput, error)

TagPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagRole

func (_m *MockFakeIAM) TagRole(_a0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole provides a mock function with given fields: _a0

func (*MockFakeIAM) TagRoleRequest

func (_m *MockFakeIAM) TagRoleRequest(_a0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagRoleWithContext

func (_m *MockFakeIAM) TagRoleWithContext(_a0 context.Context, _a1 *iam.TagRoleInput, _a2 ...request.Option) (*iam.TagRoleOutput, error)

TagRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagSAMLProvider

func (_m *MockFakeIAM) TagSAMLProvider(_a0 *iam.TagSAMLProviderInput) (*iam.TagSAMLProviderOutput, error)

TagSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) TagSAMLProviderRequest

func (_m *MockFakeIAM) TagSAMLProviderRequest(_a0 *iam.TagSAMLProviderInput) (*request.Request, *iam.TagSAMLProviderOutput)

TagSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagSAMLProviderWithContext

func (_m *MockFakeIAM) TagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.TagSAMLProviderInput, _a2 ...request.Option) (*iam.TagSAMLProviderOutput, error)

TagSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagServerCertificate

func (_m *MockFakeIAM) TagServerCertificate(_a0 *iam.TagServerCertificateInput) (*iam.TagServerCertificateOutput, error)

TagServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) TagServerCertificateRequest

func (_m *MockFakeIAM) TagServerCertificateRequest(_a0 *iam.TagServerCertificateInput) (*request.Request, *iam.TagServerCertificateOutput)

TagServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagServerCertificateWithContext

func (_m *MockFakeIAM) TagServerCertificateWithContext(_a0 context.Context, _a1 *iam.TagServerCertificateInput, _a2 ...request.Option) (*iam.TagServerCertificateOutput, error)

TagServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) TagUser

func (_m *MockFakeIAM) TagUser(_a0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser provides a mock function with given fields: _a0

func (*MockFakeIAM) TagUserRequest

func (_m *MockFakeIAM) TagUserRequest(_a0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) TagUserWithContext

func (_m *MockFakeIAM) TagUserWithContext(_a0 context.Context, _a1 *iam.TagUserInput, _a2 ...request.Option) (*iam.TagUserOutput, error)

TagUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagInstanceProfile

func (_m *MockFakeIAM) UntagInstanceProfile(_a0 *iam.UntagInstanceProfileInput) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagInstanceProfileRequest

func (_m *MockFakeIAM) UntagInstanceProfileRequest(_a0 *iam.UntagInstanceProfileInput) (*request.Request, *iam.UntagInstanceProfileOutput)

UntagInstanceProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagInstanceProfileWithContext

func (_m *MockFakeIAM) UntagInstanceProfileWithContext(_a0 context.Context, _a1 *iam.UntagInstanceProfileInput, _a2 ...request.Option) (*iam.UntagInstanceProfileOutput, error)

UntagInstanceProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagMFADevice

func (_m *MockFakeIAM) UntagMFADevice(_a0 *iam.UntagMFADeviceInput) (*iam.UntagMFADeviceOutput, error)

UntagMFADevice provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagMFADeviceRequest

func (_m *MockFakeIAM) UntagMFADeviceRequest(_a0 *iam.UntagMFADeviceInput) (*request.Request, *iam.UntagMFADeviceOutput)

UntagMFADeviceRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagMFADeviceWithContext

func (_m *MockFakeIAM) UntagMFADeviceWithContext(_a0 context.Context, _a1 *iam.UntagMFADeviceInput, _a2 ...request.Option) (*iam.UntagMFADeviceOutput, error)

UntagMFADeviceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagOpenIDConnectProvider

UntagOpenIDConnectProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagOpenIDConnectProviderRequest

func (_m *MockFakeIAM) UntagOpenIDConnectProviderRequest(_a0 *iam.UntagOpenIDConnectProviderInput) (*request.Request, *iam.UntagOpenIDConnectProviderOutput)

UntagOpenIDConnectProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagOpenIDConnectProviderWithContext

func (_m *MockFakeIAM) UntagOpenIDConnectProviderWithContext(_a0 context.Context, _a1 *iam.UntagOpenIDConnectProviderInput, _a2 ...request.Option) (*iam.UntagOpenIDConnectProviderOutput, error)

UntagOpenIDConnectProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagPolicy

func (_m *MockFakeIAM) UntagPolicy(_a0 *iam.UntagPolicyInput) (*iam.UntagPolicyOutput, error)

UntagPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagPolicyRequest

func (_m *MockFakeIAM) UntagPolicyRequest(_a0 *iam.UntagPolicyInput) (*request.Request, *iam.UntagPolicyOutput)

UntagPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagPolicyWithContext

func (_m *MockFakeIAM) UntagPolicyWithContext(_a0 context.Context, _a1 *iam.UntagPolicyInput, _a2 ...request.Option) (*iam.UntagPolicyOutput, error)

UntagPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagRole

func (_m *MockFakeIAM) UntagRole(_a0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagRoleRequest

func (_m *MockFakeIAM) UntagRoleRequest(_a0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagRoleWithContext

func (_m *MockFakeIAM) UntagRoleWithContext(_a0 context.Context, _a1 *iam.UntagRoleInput, _a2 ...request.Option) (*iam.UntagRoleOutput, error)

UntagRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagSAMLProvider

func (_m *MockFakeIAM) UntagSAMLProvider(_a0 *iam.UntagSAMLProviderInput) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagSAMLProviderRequest

func (_m *MockFakeIAM) UntagSAMLProviderRequest(_a0 *iam.UntagSAMLProviderInput) (*request.Request, *iam.UntagSAMLProviderOutput)

UntagSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagSAMLProviderWithContext

func (_m *MockFakeIAM) UntagSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UntagSAMLProviderInput, _a2 ...request.Option) (*iam.UntagSAMLProviderOutput, error)

UntagSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagServerCertificate

UntagServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagServerCertificateRequest

func (_m *MockFakeIAM) UntagServerCertificateRequest(_a0 *iam.UntagServerCertificateInput) (*request.Request, *iam.UntagServerCertificateOutput)

UntagServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagServerCertificateWithContext

func (_m *MockFakeIAM) UntagServerCertificateWithContext(_a0 context.Context, _a1 *iam.UntagServerCertificateInput, _a2 ...request.Option) (*iam.UntagServerCertificateOutput, error)

UntagServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UntagUser

func (_m *MockFakeIAM) UntagUser(_a0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagUserRequest

func (_m *MockFakeIAM) UntagUserRequest(_a0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UntagUserWithContext

func (_m *MockFakeIAM) UntagUserWithContext(_a0 context.Context, _a1 *iam.UntagUserInput, _a2 ...request.Option) (*iam.UntagUserOutput, error)

UntagUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateAccessKey

func (_m *MockFakeIAM) UpdateAccessKey(_a0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAccessKeyRequest

func (_m *MockFakeIAM) UpdateAccessKeyRequest(_a0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAccessKeyWithContext

func (_m *MockFakeIAM) UpdateAccessKeyWithContext(_a0 context.Context, _a1 *iam.UpdateAccessKeyInput, _a2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateAccountPasswordPolicy

UpdateAccountPasswordPolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAccountPasswordPolicyRequest

func (_m *MockFakeIAM) UpdateAccountPasswordPolicyRequest(_a0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAccountPasswordPolicyWithContext

func (_m *MockFakeIAM) UpdateAccountPasswordPolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAccountPasswordPolicyInput, _a2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateAssumeRolePolicy

UpdateAssumeRolePolicy provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAssumeRolePolicyRequest

func (_m *MockFakeIAM) UpdateAssumeRolePolicyRequest(_a0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateAssumeRolePolicyWithContext

func (_m *MockFakeIAM) UpdateAssumeRolePolicyWithContext(_a0 context.Context, _a1 *iam.UpdateAssumeRolePolicyInput, _a2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateGroup

func (_m *MockFakeIAM) UpdateGroup(_a0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateGroupRequest

func (_m *MockFakeIAM) UpdateGroupRequest(_a0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateGroupWithContext

func (_m *MockFakeIAM) UpdateGroupWithContext(_a0 context.Context, _a1 *iam.UpdateGroupInput, _a2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateLoginProfile

func (_m *MockFakeIAM) UpdateLoginProfile(_a0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateLoginProfileRequest

func (_m *MockFakeIAM) UpdateLoginProfileRequest(_a0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateLoginProfileWithContext

func (_m *MockFakeIAM) UpdateLoginProfileWithContext(_a0 context.Context, _a1 *iam.UpdateLoginProfileInput, _a2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateOpenIDConnectProviderThumbprint

UpdateOpenIDConnectProviderThumbprint provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateOpenIDConnectProviderThumbprintRequest

UpdateOpenIDConnectProviderThumbprintRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateOpenIDConnectProviderThumbprintWithContext

func (_m *MockFakeIAM) UpdateOpenIDConnectProviderThumbprintWithContext(_a0 context.Context, _a1 *iam.UpdateOpenIDConnectProviderThumbprintInput, _a2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprintWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateRole

func (_m *MockFakeIAM) UpdateRole(_a0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateRoleDescription

func (_m *MockFakeIAM) UpdateRoleDescription(_a0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateRoleDescriptionRequest

func (_m *MockFakeIAM) UpdateRoleDescriptionRequest(_a0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateRoleDescriptionWithContext

func (_m *MockFakeIAM) UpdateRoleDescriptionWithContext(_a0 context.Context, _a1 *iam.UpdateRoleDescriptionInput, _a2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateRoleRequest

func (_m *MockFakeIAM) UpdateRoleRequest(_a0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateRoleWithContext

func (_m *MockFakeIAM) UpdateRoleWithContext(_a0 context.Context, _a1 *iam.UpdateRoleInput, _a2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateSAMLProvider

func (_m *MockFakeIAM) UpdateSAMLProvider(_a0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSAMLProviderRequest

func (_m *MockFakeIAM) UpdateSAMLProviderRequest(_a0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSAMLProviderWithContext

func (_m *MockFakeIAM) UpdateSAMLProviderWithContext(_a0 context.Context, _a1 *iam.UpdateSAMLProviderInput, _a2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateSSHPublicKey

func (_m *MockFakeIAM) UpdateSSHPublicKey(_a0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSSHPublicKeyRequest

func (_m *MockFakeIAM) UpdateSSHPublicKeyRequest(_a0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSSHPublicKeyWithContext

func (_m *MockFakeIAM) UpdateSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UpdateSSHPublicKeyInput, _a2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateServerCertificate

UpdateServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateServerCertificateRequest

func (_m *MockFakeIAM) UpdateServerCertificateRequest(_a0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateServerCertificateWithContext

func (_m *MockFakeIAM) UpdateServerCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateServerCertificateInput, _a2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateServiceSpecificCredential

UpdateServiceSpecificCredential provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateServiceSpecificCredentialRequest

UpdateServiceSpecificCredentialRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateServiceSpecificCredentialWithContext

func (_m *MockFakeIAM) UpdateServiceSpecificCredentialWithContext(_a0 context.Context, _a1 *iam.UpdateServiceSpecificCredentialInput, _a2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateSigningCertificate

UpdateSigningCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSigningCertificateRequest

func (_m *MockFakeIAM) UpdateSigningCertificateRequest(_a0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateSigningCertificateWithContext

func (_m *MockFakeIAM) UpdateSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UpdateSigningCertificateInput, _a2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UpdateUser

func (_m *MockFakeIAM) UpdateUser(_a0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateUserRequest

func (_m *MockFakeIAM) UpdateUserRequest(_a0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UpdateUserWithContext

func (_m *MockFakeIAM) UpdateUserWithContext(_a0 context.Context, _a1 *iam.UpdateUserInput, _a2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UploadSSHPublicKey

func (_m *MockFakeIAM) UploadSSHPublicKey(_a0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadSSHPublicKeyRequest

func (_m *MockFakeIAM) UploadSSHPublicKeyRequest(_a0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadSSHPublicKeyWithContext

func (_m *MockFakeIAM) UploadSSHPublicKeyWithContext(_a0 context.Context, _a1 *iam.UploadSSHPublicKeyInput, _a2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UploadServerCertificate

UploadServerCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadServerCertificateRequest

func (_m *MockFakeIAM) UploadServerCertificateRequest(_a0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadServerCertificateWithContext

func (_m *MockFakeIAM) UploadServerCertificateWithContext(_a0 context.Context, _a1 *iam.UploadServerCertificateInput, _a2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) UploadSigningCertificate

UploadSigningCertificate provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadSigningCertificateRequest

func (_m *MockFakeIAM) UploadSigningCertificateRequest(_a0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest provides a mock function with given fields: _a0

func (*MockFakeIAM) UploadSigningCertificateWithContext

func (_m *MockFakeIAM) UploadSigningCertificateWithContext(_a0 context.Context, _a1 *iam.UploadSigningCertificateInput, _a2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) WaitUntilInstanceProfileExists

func (_m *MockFakeIAM) WaitUntilInstanceProfileExists(_a0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists provides a mock function with given fields: _a0

func (*MockFakeIAM) WaitUntilInstanceProfileExistsWithContext

func (_m *MockFakeIAM) WaitUntilInstanceProfileExistsWithContext(_a0 context.Context, _a1 *iam.GetInstanceProfileInput, _a2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) WaitUntilPolicyExists

func (_m *MockFakeIAM) WaitUntilPolicyExists(_a0 *iam.GetPolicyInput) error

WaitUntilPolicyExists provides a mock function with given fields: _a0

func (*MockFakeIAM) WaitUntilPolicyExistsWithContext

func (_m *MockFakeIAM) WaitUntilPolicyExistsWithContext(_a0 context.Context, _a1 *iam.GetPolicyInput, _a2 ...request.WaiterOption) error

WaitUntilPolicyExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) WaitUntilRoleExists

func (_m *MockFakeIAM) WaitUntilRoleExists(_a0 *iam.GetRoleInput) error

WaitUntilRoleExists provides a mock function with given fields: _a0

func (*MockFakeIAM) WaitUntilRoleExistsWithContext

func (_m *MockFakeIAM) WaitUntilRoleExistsWithContext(_a0 context.Context, _a1 *iam.GetRoleInput, _a2 ...request.WaiterOption) error

WaitUntilRoleExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeIAM) WaitUntilUserExists

func (_m *MockFakeIAM) WaitUntilUserExists(_a0 *iam.GetUserInput) error

WaitUntilUserExists provides a mock function with given fields: _a0

func (*MockFakeIAM) WaitUntilUserExistsWithContext

func (_m *MockFakeIAM) WaitUntilUserExistsWithContext(_a0 context.Context, _a1 *iam.GetUserInput, _a2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeKMS

type MockFakeKMS struct {
	mock.Mock
}

MockFakeKMS is an autogenerated mock type for the FakeKMS type

func NewMockFakeKMS

func NewMockFakeKMS(t mockConstructorTestingTNewMockFakeKMS) *MockFakeKMS

NewMockFakeKMS creates a new instance of MockFakeKMS. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeKMS) CancelKeyDeletion

func (_m *MockFakeKMS) CancelKeyDeletion(_a0 *kms.CancelKeyDeletionInput) (*kms.CancelKeyDeletionOutput, error)

CancelKeyDeletion provides a mock function with given fields: _a0

func (*MockFakeKMS) CancelKeyDeletionRequest

func (_m *MockFakeKMS) CancelKeyDeletionRequest(_a0 *kms.CancelKeyDeletionInput) (*request.Request, *kms.CancelKeyDeletionOutput)

CancelKeyDeletionRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) CancelKeyDeletionWithContext

func (_m *MockFakeKMS) CancelKeyDeletionWithContext(_a0 context.Context, _a1 *kms.CancelKeyDeletionInput, _a2 ...request.Option) (*kms.CancelKeyDeletionOutput, error)

CancelKeyDeletionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ConnectCustomKeyStore

func (_m *MockFakeKMS) ConnectCustomKeyStore(_a0 *kms.ConnectCustomKeyStoreInput) (*kms.ConnectCustomKeyStoreOutput, error)

ConnectCustomKeyStore provides a mock function with given fields: _a0

func (*MockFakeKMS) ConnectCustomKeyStoreRequest

func (_m *MockFakeKMS) ConnectCustomKeyStoreRequest(_a0 *kms.ConnectCustomKeyStoreInput) (*request.Request, *kms.ConnectCustomKeyStoreOutput)

ConnectCustomKeyStoreRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ConnectCustomKeyStoreWithContext

func (_m *MockFakeKMS) ConnectCustomKeyStoreWithContext(_a0 context.Context, _a1 *kms.ConnectCustomKeyStoreInput, _a2 ...request.Option) (*kms.ConnectCustomKeyStoreOutput, error)

ConnectCustomKeyStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) CreateAlias

func (_m *MockFakeKMS) CreateAlias(_a0 *kms.CreateAliasInput) (*kms.CreateAliasOutput, error)

CreateAlias provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateAliasRequest

func (_m *MockFakeKMS) CreateAliasRequest(_a0 *kms.CreateAliasInput) (*request.Request, *kms.CreateAliasOutput)

CreateAliasRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateAliasWithContext

func (_m *MockFakeKMS) CreateAliasWithContext(_a0 context.Context, _a1 *kms.CreateAliasInput, _a2 ...request.Option) (*kms.CreateAliasOutput, error)

CreateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) CreateCustomKeyStore

func (_m *MockFakeKMS) CreateCustomKeyStore(_a0 *kms.CreateCustomKeyStoreInput) (*kms.CreateCustomKeyStoreOutput, error)

CreateCustomKeyStore provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateCustomKeyStoreRequest

func (_m *MockFakeKMS) CreateCustomKeyStoreRequest(_a0 *kms.CreateCustomKeyStoreInput) (*request.Request, *kms.CreateCustomKeyStoreOutput)

CreateCustomKeyStoreRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateCustomKeyStoreWithContext

func (_m *MockFakeKMS) CreateCustomKeyStoreWithContext(_a0 context.Context, _a1 *kms.CreateCustomKeyStoreInput, _a2 ...request.Option) (*kms.CreateCustomKeyStoreOutput, error)

CreateCustomKeyStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) CreateGrant

func (_m *MockFakeKMS) CreateGrant(_a0 *kms.CreateGrantInput) (*kms.CreateGrantOutput, error)

CreateGrant provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateGrantRequest

func (_m *MockFakeKMS) CreateGrantRequest(_a0 *kms.CreateGrantInput) (*request.Request, *kms.CreateGrantOutput)

CreateGrantRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateGrantWithContext

func (_m *MockFakeKMS) CreateGrantWithContext(_a0 context.Context, _a1 *kms.CreateGrantInput, _a2 ...request.Option) (*kms.CreateGrantOutput, error)

CreateGrantWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) CreateKey

func (_m *MockFakeKMS) CreateKey(_a0 *kms.CreateKeyInput) (*kms.CreateKeyOutput, error)

CreateKey provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateKeyRequest

func (_m *MockFakeKMS) CreateKeyRequest(_a0 *kms.CreateKeyInput) (*request.Request, *kms.CreateKeyOutput)

CreateKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) CreateKeyWithContext

func (_m *MockFakeKMS) CreateKeyWithContext(_a0 context.Context, _a1 *kms.CreateKeyInput, _a2 ...request.Option) (*kms.CreateKeyOutput, error)

CreateKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) Decrypt

func (_m *MockFakeKMS) Decrypt(_a0 *kms.DecryptInput) (*kms.DecryptOutput, error)

Decrypt provides a mock function with given fields: _a0

func (*MockFakeKMS) DecryptRequest

func (_m *MockFakeKMS) DecryptRequest(_a0 *kms.DecryptInput) (*request.Request, *kms.DecryptOutput)

DecryptRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DecryptWithContext

func (_m *MockFakeKMS) DecryptWithContext(_a0 context.Context, _a1 *kms.DecryptInput, _a2 ...request.Option) (*kms.DecryptOutput, error)

DecryptWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DeleteAlias

func (_m *MockFakeKMS) DeleteAlias(_a0 *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)

DeleteAlias provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteAliasRequest

func (_m *MockFakeKMS) DeleteAliasRequest(_a0 *kms.DeleteAliasInput) (*request.Request, *kms.DeleteAliasOutput)

DeleteAliasRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteAliasWithContext

func (_m *MockFakeKMS) DeleteAliasWithContext(_a0 context.Context, _a1 *kms.DeleteAliasInput, _a2 ...request.Option) (*kms.DeleteAliasOutput, error)

DeleteAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DeleteCustomKeyStore

func (_m *MockFakeKMS) DeleteCustomKeyStore(_a0 *kms.DeleteCustomKeyStoreInput) (*kms.DeleteCustomKeyStoreOutput, error)

DeleteCustomKeyStore provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteCustomKeyStoreRequest

func (_m *MockFakeKMS) DeleteCustomKeyStoreRequest(_a0 *kms.DeleteCustomKeyStoreInput) (*request.Request, *kms.DeleteCustomKeyStoreOutput)

DeleteCustomKeyStoreRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteCustomKeyStoreWithContext

func (_m *MockFakeKMS) DeleteCustomKeyStoreWithContext(_a0 context.Context, _a1 *kms.DeleteCustomKeyStoreInput, _a2 ...request.Option) (*kms.DeleteCustomKeyStoreOutput, error)

DeleteCustomKeyStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DeleteImportedKeyMaterial

DeleteImportedKeyMaterial provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteImportedKeyMaterialRequest

func (_m *MockFakeKMS) DeleteImportedKeyMaterialRequest(_a0 *kms.DeleteImportedKeyMaterialInput) (*request.Request, *kms.DeleteImportedKeyMaterialOutput)

DeleteImportedKeyMaterialRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DeleteImportedKeyMaterialWithContext

func (_m *MockFakeKMS) DeleteImportedKeyMaterialWithContext(_a0 context.Context, _a1 *kms.DeleteImportedKeyMaterialInput, _a2 ...request.Option) (*kms.DeleteImportedKeyMaterialOutput, error)

DeleteImportedKeyMaterialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DescribeCustomKeyStores

DescribeCustomKeyStores provides a mock function with given fields: _a0

func (*MockFakeKMS) DescribeCustomKeyStoresPages

func (_m *MockFakeKMS) DescribeCustomKeyStoresPages(_a0 *kms.DescribeCustomKeyStoresInput, _a1 func(*kms.DescribeCustomKeyStoresOutput, bool) bool) error

DescribeCustomKeyStoresPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) DescribeCustomKeyStoresPagesWithContext

func (_m *MockFakeKMS) DescribeCustomKeyStoresPagesWithContext(_a0 context.Context, _a1 *kms.DescribeCustomKeyStoresInput, _a2 func(*kms.DescribeCustomKeyStoresOutput, bool) bool, _a3 ...request.Option) error

DescribeCustomKeyStoresPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) DescribeCustomKeyStoresRequest

func (_m *MockFakeKMS) DescribeCustomKeyStoresRequest(_a0 *kms.DescribeCustomKeyStoresInput) (*request.Request, *kms.DescribeCustomKeyStoresOutput)

DescribeCustomKeyStoresRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DescribeCustomKeyStoresWithContext

func (_m *MockFakeKMS) DescribeCustomKeyStoresWithContext(_a0 context.Context, _a1 *kms.DescribeCustomKeyStoresInput, _a2 ...request.Option) (*kms.DescribeCustomKeyStoresOutput, error)

DescribeCustomKeyStoresWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DescribeKey

func (_m *MockFakeKMS) DescribeKey(_a0 *kms.DescribeKeyInput) (*kms.DescribeKeyOutput, error)

DescribeKey provides a mock function with given fields: _a0

func (*MockFakeKMS) DescribeKeyRequest

func (_m *MockFakeKMS) DescribeKeyRequest(_a0 *kms.DescribeKeyInput) (*request.Request, *kms.DescribeKeyOutput)

DescribeKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DescribeKeyWithContext

func (_m *MockFakeKMS) DescribeKeyWithContext(_a0 context.Context, _a1 *kms.DescribeKeyInput, _a2 ...request.Option) (*kms.DescribeKeyOutput, error)

DescribeKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DisableKey

func (_m *MockFakeKMS) DisableKey(_a0 *kms.DisableKeyInput) (*kms.DisableKeyOutput, error)

DisableKey provides a mock function with given fields: _a0

func (*MockFakeKMS) DisableKeyRequest

func (_m *MockFakeKMS) DisableKeyRequest(_a0 *kms.DisableKeyInput) (*request.Request, *kms.DisableKeyOutput)

DisableKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DisableKeyRotation

func (_m *MockFakeKMS) DisableKeyRotation(_a0 *kms.DisableKeyRotationInput) (*kms.DisableKeyRotationOutput, error)

DisableKeyRotation provides a mock function with given fields: _a0

func (*MockFakeKMS) DisableKeyRotationRequest

func (_m *MockFakeKMS) DisableKeyRotationRequest(_a0 *kms.DisableKeyRotationInput) (*request.Request, *kms.DisableKeyRotationOutput)

DisableKeyRotationRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DisableKeyRotationWithContext

func (_m *MockFakeKMS) DisableKeyRotationWithContext(_a0 context.Context, _a1 *kms.DisableKeyRotationInput, _a2 ...request.Option) (*kms.DisableKeyRotationOutput, error)

DisableKeyRotationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DisableKeyWithContext

func (_m *MockFakeKMS) DisableKeyWithContext(_a0 context.Context, _a1 *kms.DisableKeyInput, _a2 ...request.Option) (*kms.DisableKeyOutput, error)

DisableKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) DisconnectCustomKeyStore

DisconnectCustomKeyStore provides a mock function with given fields: _a0

func (*MockFakeKMS) DisconnectCustomKeyStoreRequest

func (_m *MockFakeKMS) DisconnectCustomKeyStoreRequest(_a0 *kms.DisconnectCustomKeyStoreInput) (*request.Request, *kms.DisconnectCustomKeyStoreOutput)

DisconnectCustomKeyStoreRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) DisconnectCustomKeyStoreWithContext

func (_m *MockFakeKMS) DisconnectCustomKeyStoreWithContext(_a0 context.Context, _a1 *kms.DisconnectCustomKeyStoreInput, _a2 ...request.Option) (*kms.DisconnectCustomKeyStoreOutput, error)

DisconnectCustomKeyStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) EnableKey

func (_m *MockFakeKMS) EnableKey(_a0 *kms.EnableKeyInput) (*kms.EnableKeyOutput, error)

EnableKey provides a mock function with given fields: _a0

func (*MockFakeKMS) EnableKeyRequest

func (_m *MockFakeKMS) EnableKeyRequest(_a0 *kms.EnableKeyInput) (*request.Request, *kms.EnableKeyOutput)

EnableKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) EnableKeyRotation

func (_m *MockFakeKMS) EnableKeyRotation(_a0 *kms.EnableKeyRotationInput) (*kms.EnableKeyRotationOutput, error)

EnableKeyRotation provides a mock function with given fields: _a0

func (*MockFakeKMS) EnableKeyRotationRequest

func (_m *MockFakeKMS) EnableKeyRotationRequest(_a0 *kms.EnableKeyRotationInput) (*request.Request, *kms.EnableKeyRotationOutput)

EnableKeyRotationRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) EnableKeyRotationWithContext

func (_m *MockFakeKMS) EnableKeyRotationWithContext(_a0 context.Context, _a1 *kms.EnableKeyRotationInput, _a2 ...request.Option) (*kms.EnableKeyRotationOutput, error)

EnableKeyRotationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) EnableKeyWithContext

func (_m *MockFakeKMS) EnableKeyWithContext(_a0 context.Context, _a1 *kms.EnableKeyInput, _a2 ...request.Option) (*kms.EnableKeyOutput, error)

EnableKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) Encrypt

func (_m *MockFakeKMS) Encrypt(_a0 *kms.EncryptInput) (*kms.EncryptOutput, error)

Encrypt provides a mock function with given fields: _a0

func (*MockFakeKMS) EncryptRequest

func (_m *MockFakeKMS) EncryptRequest(_a0 *kms.EncryptInput) (*request.Request, *kms.EncryptOutput)

EncryptRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) EncryptWithContext

func (_m *MockFakeKMS) EncryptWithContext(_a0 context.Context, _a1 *kms.EncryptInput, _a2 ...request.Option) (*kms.EncryptOutput, error)

EncryptWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateDataKey

func (_m *MockFakeKMS) GenerateDataKey(_a0 *kms.GenerateDataKeyInput) (*kms.GenerateDataKeyOutput, error)

GenerateDataKey provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyPair

func (_m *MockFakeKMS) GenerateDataKeyPair(_a0 *kms.GenerateDataKeyPairInput) (*kms.GenerateDataKeyPairOutput, error)

GenerateDataKeyPair provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyPairRequest

func (_m *MockFakeKMS) GenerateDataKeyPairRequest(_a0 *kms.GenerateDataKeyPairInput) (*request.Request, *kms.GenerateDataKeyPairOutput)

GenerateDataKeyPairRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyPairWithContext

func (_m *MockFakeKMS) GenerateDataKeyPairWithContext(_a0 context.Context, _a1 *kms.GenerateDataKeyPairInput, _a2 ...request.Option) (*kms.GenerateDataKeyPairOutput, error)

GenerateDataKeyPairWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateDataKeyPairWithoutPlaintext

GenerateDataKeyPairWithoutPlaintext provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyPairWithoutPlaintextRequest

GenerateDataKeyPairWithoutPlaintextRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyPairWithoutPlaintextWithContext

func (_m *MockFakeKMS) GenerateDataKeyPairWithoutPlaintextWithContext(_a0 context.Context, _a1 *kms.GenerateDataKeyPairWithoutPlaintextInput, _a2 ...request.Option) (*kms.GenerateDataKeyPairWithoutPlaintextOutput, error)

GenerateDataKeyPairWithoutPlaintextWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateDataKeyRequest

func (_m *MockFakeKMS) GenerateDataKeyRequest(_a0 *kms.GenerateDataKeyInput) (*request.Request, *kms.GenerateDataKeyOutput)

GenerateDataKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyWithContext

func (_m *MockFakeKMS) GenerateDataKeyWithContext(_a0 context.Context, _a1 *kms.GenerateDataKeyInput, _a2 ...request.Option) (*kms.GenerateDataKeyOutput, error)

GenerateDataKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateDataKeyWithoutPlaintext

GenerateDataKeyWithoutPlaintext provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyWithoutPlaintextRequest

GenerateDataKeyWithoutPlaintextRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateDataKeyWithoutPlaintextWithContext

func (_m *MockFakeKMS) GenerateDataKeyWithoutPlaintextWithContext(_a0 context.Context, _a1 *kms.GenerateDataKeyWithoutPlaintextInput, _a2 ...request.Option) (*kms.GenerateDataKeyWithoutPlaintextOutput, error)

GenerateDataKeyWithoutPlaintextWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateMac

func (_m *MockFakeKMS) GenerateMac(_a0 *kms.GenerateMacInput) (*kms.GenerateMacOutput, error)

GenerateMac provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateMacRequest

func (_m *MockFakeKMS) GenerateMacRequest(_a0 *kms.GenerateMacInput) (*request.Request, *kms.GenerateMacOutput)

GenerateMacRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateMacWithContext

func (_m *MockFakeKMS) GenerateMacWithContext(_a0 context.Context, _a1 *kms.GenerateMacInput, _a2 ...request.Option) (*kms.GenerateMacOutput, error)

GenerateMacWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GenerateRandom

func (_m *MockFakeKMS) GenerateRandom(_a0 *kms.GenerateRandomInput) (*kms.GenerateRandomOutput, error)

GenerateRandom provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateRandomRequest

func (_m *MockFakeKMS) GenerateRandomRequest(_a0 *kms.GenerateRandomInput) (*request.Request, *kms.GenerateRandomOutput)

GenerateRandomRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GenerateRandomWithContext

func (_m *MockFakeKMS) GenerateRandomWithContext(_a0 context.Context, _a1 *kms.GenerateRandomInput, _a2 ...request.Option) (*kms.GenerateRandomOutput, error)

GenerateRandomWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GetKeyPolicy

func (_m *MockFakeKMS) GetKeyPolicy(_a0 *kms.GetKeyPolicyInput) (*kms.GetKeyPolicyOutput, error)

GetKeyPolicy provides a mock function with given fields: _a0

func (*MockFakeKMS) GetKeyPolicyRequest

func (_m *MockFakeKMS) GetKeyPolicyRequest(_a0 *kms.GetKeyPolicyInput) (*request.Request, *kms.GetKeyPolicyOutput)

GetKeyPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GetKeyPolicyWithContext

func (_m *MockFakeKMS) GetKeyPolicyWithContext(_a0 context.Context, _a1 *kms.GetKeyPolicyInput, _a2 ...request.Option) (*kms.GetKeyPolicyOutput, error)

GetKeyPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GetKeyRotationStatus

func (_m *MockFakeKMS) GetKeyRotationStatus(_a0 *kms.GetKeyRotationStatusInput) (*kms.GetKeyRotationStatusOutput, error)

GetKeyRotationStatus provides a mock function with given fields: _a0

func (*MockFakeKMS) GetKeyRotationStatusRequest

func (_m *MockFakeKMS) GetKeyRotationStatusRequest(_a0 *kms.GetKeyRotationStatusInput) (*request.Request, *kms.GetKeyRotationStatusOutput)

GetKeyRotationStatusRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GetKeyRotationStatusWithContext

func (_m *MockFakeKMS) GetKeyRotationStatusWithContext(_a0 context.Context, _a1 *kms.GetKeyRotationStatusInput, _a2 ...request.Option) (*kms.GetKeyRotationStatusOutput, error)

GetKeyRotationStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GetParametersForImport

GetParametersForImport provides a mock function with given fields: _a0

func (*MockFakeKMS) GetParametersForImportRequest

func (_m *MockFakeKMS) GetParametersForImportRequest(_a0 *kms.GetParametersForImportInput) (*request.Request, *kms.GetParametersForImportOutput)

GetParametersForImportRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GetParametersForImportWithContext

func (_m *MockFakeKMS) GetParametersForImportWithContext(_a0 context.Context, _a1 *kms.GetParametersForImportInput, _a2 ...request.Option) (*kms.GetParametersForImportOutput, error)

GetParametersForImportWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) GetPublicKey

func (_m *MockFakeKMS) GetPublicKey(_a0 *kms.GetPublicKeyInput) (*kms.GetPublicKeyOutput, error)

GetPublicKey provides a mock function with given fields: _a0

func (*MockFakeKMS) GetPublicKeyRequest

func (_m *MockFakeKMS) GetPublicKeyRequest(_a0 *kms.GetPublicKeyInput) (*request.Request, *kms.GetPublicKeyOutput)

GetPublicKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) GetPublicKeyWithContext

func (_m *MockFakeKMS) GetPublicKeyWithContext(_a0 context.Context, _a1 *kms.GetPublicKeyInput, _a2 ...request.Option) (*kms.GetPublicKeyOutput, error)

GetPublicKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ImportKeyMaterial

func (_m *MockFakeKMS) ImportKeyMaterial(_a0 *kms.ImportKeyMaterialInput) (*kms.ImportKeyMaterialOutput, error)

ImportKeyMaterial provides a mock function with given fields: _a0

func (*MockFakeKMS) ImportKeyMaterialRequest

func (_m *MockFakeKMS) ImportKeyMaterialRequest(_a0 *kms.ImportKeyMaterialInput) (*request.Request, *kms.ImportKeyMaterialOutput)

ImportKeyMaterialRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ImportKeyMaterialWithContext

func (_m *MockFakeKMS) ImportKeyMaterialWithContext(_a0 context.Context, _a1 *kms.ImportKeyMaterialInput, _a2 ...request.Option) (*kms.ImportKeyMaterialOutput, error)

ImportKeyMaterialWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListAliases

func (_m *MockFakeKMS) ListAliases(_a0 *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)

ListAliases provides a mock function with given fields: _a0

func (*MockFakeKMS) ListAliasesPages

func (_m *MockFakeKMS) ListAliasesPages(_a0 *kms.ListAliasesInput, _a1 func(*kms.ListAliasesOutput, bool) bool) error

ListAliasesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListAliasesPagesWithContext

func (_m *MockFakeKMS) ListAliasesPagesWithContext(_a0 context.Context, _a1 *kms.ListAliasesInput, _a2 func(*kms.ListAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListAliasesRequest

func (_m *MockFakeKMS) ListAliasesRequest(_a0 *kms.ListAliasesInput) (*request.Request, *kms.ListAliasesOutput)

ListAliasesRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListAliasesWithContext

func (_m *MockFakeKMS) ListAliasesWithContext(_a0 context.Context, _a1 *kms.ListAliasesInput, _a2 ...request.Option) (*kms.ListAliasesOutput, error)

ListAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListGrants

func (_m *MockFakeKMS) ListGrants(_a0 *kms.ListGrantsInput) (*kms.ListGrantsResponse, error)

ListGrants provides a mock function with given fields: _a0

func (*MockFakeKMS) ListGrantsPages

func (_m *MockFakeKMS) ListGrantsPages(_a0 *kms.ListGrantsInput, _a1 func(*kms.ListGrantsResponse, bool) bool) error

ListGrantsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListGrantsPagesWithContext

func (_m *MockFakeKMS) ListGrantsPagesWithContext(_a0 context.Context, _a1 *kms.ListGrantsInput, _a2 func(*kms.ListGrantsResponse, bool) bool, _a3 ...request.Option) error

ListGrantsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListGrantsRequest

func (_m *MockFakeKMS) ListGrantsRequest(_a0 *kms.ListGrantsInput) (*request.Request, *kms.ListGrantsResponse)

ListGrantsRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListGrantsWithContext

func (_m *MockFakeKMS) ListGrantsWithContext(_a0 context.Context, _a1 *kms.ListGrantsInput, _a2 ...request.Option) (*kms.ListGrantsResponse, error)

ListGrantsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListKeyPolicies

func (_m *MockFakeKMS) ListKeyPolicies(_a0 *kms.ListKeyPoliciesInput) (*kms.ListKeyPoliciesOutput, error)

ListKeyPolicies provides a mock function with given fields: _a0

func (*MockFakeKMS) ListKeyPoliciesPages

func (_m *MockFakeKMS) ListKeyPoliciesPages(_a0 *kms.ListKeyPoliciesInput, _a1 func(*kms.ListKeyPoliciesOutput, bool) bool) error

ListKeyPoliciesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListKeyPoliciesPagesWithContext

func (_m *MockFakeKMS) ListKeyPoliciesPagesWithContext(_a0 context.Context, _a1 *kms.ListKeyPoliciesInput, _a2 func(*kms.ListKeyPoliciesOutput, bool) bool, _a3 ...request.Option) error

ListKeyPoliciesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListKeyPoliciesRequest

func (_m *MockFakeKMS) ListKeyPoliciesRequest(_a0 *kms.ListKeyPoliciesInput) (*request.Request, *kms.ListKeyPoliciesOutput)

ListKeyPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListKeyPoliciesWithContext

func (_m *MockFakeKMS) ListKeyPoliciesWithContext(_a0 context.Context, _a1 *kms.ListKeyPoliciesInput, _a2 ...request.Option) (*kms.ListKeyPoliciesOutput, error)

ListKeyPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListKeys

func (_m *MockFakeKMS) ListKeys(_a0 *kms.ListKeysInput) (*kms.ListKeysOutput, error)

ListKeys provides a mock function with given fields: _a0

func (*MockFakeKMS) ListKeysPages

func (_m *MockFakeKMS) ListKeysPages(_a0 *kms.ListKeysInput, _a1 func(*kms.ListKeysOutput, bool) bool) error

ListKeysPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListKeysPagesWithContext

func (_m *MockFakeKMS) ListKeysPagesWithContext(_a0 context.Context, _a1 *kms.ListKeysInput, _a2 func(*kms.ListKeysOutput, bool) bool, _a3 ...request.Option) error

ListKeysPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListKeysRequest

func (_m *MockFakeKMS) ListKeysRequest(_a0 *kms.ListKeysInput) (*request.Request, *kms.ListKeysOutput)

ListKeysRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListKeysWithContext

func (_m *MockFakeKMS) ListKeysWithContext(_a0 context.Context, _a1 *kms.ListKeysInput, _a2 ...request.Option) (*kms.ListKeysOutput, error)

ListKeysWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListResourceTags

func (_m *MockFakeKMS) ListResourceTags(_a0 *kms.ListResourceTagsInput) (*kms.ListResourceTagsOutput, error)

ListResourceTags provides a mock function with given fields: _a0

func (*MockFakeKMS) ListResourceTagsPages

func (_m *MockFakeKMS) ListResourceTagsPages(_a0 *kms.ListResourceTagsInput, _a1 func(*kms.ListResourceTagsOutput, bool) bool) error

ListResourceTagsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListResourceTagsPagesWithContext

func (_m *MockFakeKMS) ListResourceTagsPagesWithContext(_a0 context.Context, _a1 *kms.ListResourceTagsInput, _a2 func(*kms.ListResourceTagsOutput, bool) bool, _a3 ...request.Option) error

ListResourceTagsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListResourceTagsRequest

func (_m *MockFakeKMS) ListResourceTagsRequest(_a0 *kms.ListResourceTagsInput) (*request.Request, *kms.ListResourceTagsOutput)

ListResourceTagsRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListResourceTagsWithContext

func (_m *MockFakeKMS) ListResourceTagsWithContext(_a0 context.Context, _a1 *kms.ListResourceTagsInput, _a2 ...request.Option) (*kms.ListResourceTagsOutput, error)

ListResourceTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ListRetirableGrants

func (_m *MockFakeKMS) ListRetirableGrants(_a0 *kms.ListRetirableGrantsInput) (*kms.ListGrantsResponse, error)

ListRetirableGrants provides a mock function with given fields: _a0

func (*MockFakeKMS) ListRetirableGrantsPages

func (_m *MockFakeKMS) ListRetirableGrantsPages(_a0 *kms.ListRetirableGrantsInput, _a1 func(*kms.ListGrantsResponse, bool) bool) error

ListRetirableGrantsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeKMS) ListRetirableGrantsPagesWithContext

func (_m *MockFakeKMS) ListRetirableGrantsPagesWithContext(_a0 context.Context, _a1 *kms.ListRetirableGrantsInput, _a2 func(*kms.ListGrantsResponse, bool) bool, _a3 ...request.Option) error

ListRetirableGrantsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeKMS) ListRetirableGrantsRequest

func (_m *MockFakeKMS) ListRetirableGrantsRequest(_a0 *kms.ListRetirableGrantsInput) (*request.Request, *kms.ListGrantsResponse)

ListRetirableGrantsRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ListRetirableGrantsWithContext

func (_m *MockFakeKMS) ListRetirableGrantsWithContext(_a0 context.Context, _a1 *kms.ListRetirableGrantsInput, _a2 ...request.Option) (*kms.ListGrantsResponse, error)

ListRetirableGrantsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) PutKeyPolicy

func (_m *MockFakeKMS) PutKeyPolicy(_a0 *kms.PutKeyPolicyInput) (*kms.PutKeyPolicyOutput, error)

PutKeyPolicy provides a mock function with given fields: _a0

func (*MockFakeKMS) PutKeyPolicyRequest

func (_m *MockFakeKMS) PutKeyPolicyRequest(_a0 *kms.PutKeyPolicyInput) (*request.Request, *kms.PutKeyPolicyOutput)

PutKeyPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) PutKeyPolicyWithContext

func (_m *MockFakeKMS) PutKeyPolicyWithContext(_a0 context.Context, _a1 *kms.PutKeyPolicyInput, _a2 ...request.Option) (*kms.PutKeyPolicyOutput, error)

PutKeyPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ReEncrypt

func (_m *MockFakeKMS) ReEncrypt(_a0 *kms.ReEncryptInput) (*kms.ReEncryptOutput, error)

ReEncrypt provides a mock function with given fields: _a0

func (*MockFakeKMS) ReEncryptRequest

func (_m *MockFakeKMS) ReEncryptRequest(_a0 *kms.ReEncryptInput) (*request.Request, *kms.ReEncryptOutput)

ReEncryptRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ReEncryptWithContext

func (_m *MockFakeKMS) ReEncryptWithContext(_a0 context.Context, _a1 *kms.ReEncryptInput, _a2 ...request.Option) (*kms.ReEncryptOutput, error)

ReEncryptWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ReplicateKey

func (_m *MockFakeKMS) ReplicateKey(_a0 *kms.ReplicateKeyInput) (*kms.ReplicateKeyOutput, error)

ReplicateKey provides a mock function with given fields: _a0

func (*MockFakeKMS) ReplicateKeyRequest

func (_m *MockFakeKMS) ReplicateKeyRequest(_a0 *kms.ReplicateKeyInput) (*request.Request, *kms.ReplicateKeyOutput)

ReplicateKeyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ReplicateKeyWithContext

func (_m *MockFakeKMS) ReplicateKeyWithContext(_a0 context.Context, _a1 *kms.ReplicateKeyInput, _a2 ...request.Option) (*kms.ReplicateKeyOutput, error)

ReplicateKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) RetireGrant

func (_m *MockFakeKMS) RetireGrant(_a0 *kms.RetireGrantInput) (*kms.RetireGrantOutput, error)

RetireGrant provides a mock function with given fields: _a0

func (*MockFakeKMS) RetireGrantRequest

func (_m *MockFakeKMS) RetireGrantRequest(_a0 *kms.RetireGrantInput) (*request.Request, *kms.RetireGrantOutput)

RetireGrantRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) RetireGrantWithContext

func (_m *MockFakeKMS) RetireGrantWithContext(_a0 context.Context, _a1 *kms.RetireGrantInput, _a2 ...request.Option) (*kms.RetireGrantOutput, error)

RetireGrantWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) RevokeGrant

func (_m *MockFakeKMS) RevokeGrant(_a0 *kms.RevokeGrantInput) (*kms.RevokeGrantOutput, error)

RevokeGrant provides a mock function with given fields: _a0

func (*MockFakeKMS) RevokeGrantRequest

func (_m *MockFakeKMS) RevokeGrantRequest(_a0 *kms.RevokeGrantInput) (*request.Request, *kms.RevokeGrantOutput)

RevokeGrantRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) RevokeGrantWithContext

func (_m *MockFakeKMS) RevokeGrantWithContext(_a0 context.Context, _a1 *kms.RevokeGrantInput, _a2 ...request.Option) (*kms.RevokeGrantOutput, error)

RevokeGrantWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) ScheduleKeyDeletion

func (_m *MockFakeKMS) ScheduleKeyDeletion(_a0 *kms.ScheduleKeyDeletionInput) (*kms.ScheduleKeyDeletionOutput, error)

ScheduleKeyDeletion provides a mock function with given fields: _a0

func (*MockFakeKMS) ScheduleKeyDeletionRequest

func (_m *MockFakeKMS) ScheduleKeyDeletionRequest(_a0 *kms.ScheduleKeyDeletionInput) (*request.Request, *kms.ScheduleKeyDeletionOutput)

ScheduleKeyDeletionRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) ScheduleKeyDeletionWithContext

func (_m *MockFakeKMS) ScheduleKeyDeletionWithContext(_a0 context.Context, _a1 *kms.ScheduleKeyDeletionInput, _a2 ...request.Option) (*kms.ScheduleKeyDeletionOutput, error)

ScheduleKeyDeletionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) Sign

func (_m *MockFakeKMS) Sign(_a0 *kms.SignInput) (*kms.SignOutput, error)

Sign provides a mock function with given fields: _a0

func (*MockFakeKMS) SignRequest

func (_m *MockFakeKMS) SignRequest(_a0 *kms.SignInput) (*request.Request, *kms.SignOutput)

SignRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) SignWithContext

func (_m *MockFakeKMS) SignWithContext(_a0 context.Context, _a1 *kms.SignInput, _a2 ...request.Option) (*kms.SignOutput, error)

SignWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) TagResource

func (_m *MockFakeKMS) TagResource(_a0 *kms.TagResourceInput) (*kms.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*MockFakeKMS) TagResourceRequest

func (_m *MockFakeKMS) TagResourceRequest(_a0 *kms.TagResourceInput) (*request.Request, *kms.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) TagResourceWithContext

func (_m *MockFakeKMS) TagResourceWithContext(_a0 context.Context, _a1 *kms.TagResourceInput, _a2 ...request.Option) (*kms.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) UntagResource

func (_m *MockFakeKMS) UntagResource(_a0 *kms.UntagResourceInput) (*kms.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*MockFakeKMS) UntagResourceRequest

func (_m *MockFakeKMS) UntagResourceRequest(_a0 *kms.UntagResourceInput) (*request.Request, *kms.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) UntagResourceWithContext

func (_m *MockFakeKMS) UntagResourceWithContext(_a0 context.Context, _a1 *kms.UntagResourceInput, _a2 ...request.Option) (*kms.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) UpdateAlias

func (_m *MockFakeKMS) UpdateAlias(_a0 *kms.UpdateAliasInput) (*kms.UpdateAliasOutput, error)

UpdateAlias provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateAliasRequest

func (_m *MockFakeKMS) UpdateAliasRequest(_a0 *kms.UpdateAliasInput) (*request.Request, *kms.UpdateAliasOutput)

UpdateAliasRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateAliasWithContext

func (_m *MockFakeKMS) UpdateAliasWithContext(_a0 context.Context, _a1 *kms.UpdateAliasInput, _a2 ...request.Option) (*kms.UpdateAliasOutput, error)

UpdateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) UpdateCustomKeyStore

func (_m *MockFakeKMS) UpdateCustomKeyStore(_a0 *kms.UpdateCustomKeyStoreInput) (*kms.UpdateCustomKeyStoreOutput, error)

UpdateCustomKeyStore provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateCustomKeyStoreRequest

func (_m *MockFakeKMS) UpdateCustomKeyStoreRequest(_a0 *kms.UpdateCustomKeyStoreInput) (*request.Request, *kms.UpdateCustomKeyStoreOutput)

UpdateCustomKeyStoreRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateCustomKeyStoreWithContext

func (_m *MockFakeKMS) UpdateCustomKeyStoreWithContext(_a0 context.Context, _a1 *kms.UpdateCustomKeyStoreInput, _a2 ...request.Option) (*kms.UpdateCustomKeyStoreOutput, error)

UpdateCustomKeyStoreWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) UpdateKeyDescription

func (_m *MockFakeKMS) UpdateKeyDescription(_a0 *kms.UpdateKeyDescriptionInput) (*kms.UpdateKeyDescriptionOutput, error)

UpdateKeyDescription provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateKeyDescriptionRequest

func (_m *MockFakeKMS) UpdateKeyDescriptionRequest(_a0 *kms.UpdateKeyDescriptionInput) (*request.Request, *kms.UpdateKeyDescriptionOutput)

UpdateKeyDescriptionRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdateKeyDescriptionWithContext

func (_m *MockFakeKMS) UpdateKeyDescriptionWithContext(_a0 context.Context, _a1 *kms.UpdateKeyDescriptionInput, _a2 ...request.Option) (*kms.UpdateKeyDescriptionOutput, error)

UpdateKeyDescriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) UpdatePrimaryRegion

func (_m *MockFakeKMS) UpdatePrimaryRegion(_a0 *kms.UpdatePrimaryRegionInput) (*kms.UpdatePrimaryRegionOutput, error)

UpdatePrimaryRegion provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdatePrimaryRegionRequest

func (_m *MockFakeKMS) UpdatePrimaryRegionRequest(_a0 *kms.UpdatePrimaryRegionInput) (*request.Request, *kms.UpdatePrimaryRegionOutput)

UpdatePrimaryRegionRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) UpdatePrimaryRegionWithContext

func (_m *MockFakeKMS) UpdatePrimaryRegionWithContext(_a0 context.Context, _a1 *kms.UpdatePrimaryRegionInput, _a2 ...request.Option) (*kms.UpdatePrimaryRegionOutput, error)

UpdatePrimaryRegionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) Verify

func (_m *MockFakeKMS) Verify(_a0 *kms.VerifyInput) (*kms.VerifyOutput, error)

Verify provides a mock function with given fields: _a0

func (*MockFakeKMS) VerifyMac

func (_m *MockFakeKMS) VerifyMac(_a0 *kms.VerifyMacInput) (*kms.VerifyMacOutput, error)

VerifyMac provides a mock function with given fields: _a0

func (*MockFakeKMS) VerifyMacRequest

func (_m *MockFakeKMS) VerifyMacRequest(_a0 *kms.VerifyMacInput) (*request.Request, *kms.VerifyMacOutput)

VerifyMacRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) VerifyMacWithContext

func (_m *MockFakeKMS) VerifyMacWithContext(_a0 context.Context, _a1 *kms.VerifyMacInput, _a2 ...request.Option) (*kms.VerifyMacOutput, error)

VerifyMacWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeKMS) VerifyRequest

func (_m *MockFakeKMS) VerifyRequest(_a0 *kms.VerifyInput) (*request.Request, *kms.VerifyOutput)

VerifyRequest provides a mock function with given fields: _a0

func (*MockFakeKMS) VerifyWithContext

func (_m *MockFakeKMS) VerifyWithContext(_a0 context.Context, _a1 *kms.VerifyInput, _a2 ...request.Option) (*kms.VerifyOutput, error)

VerifyWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeLambda

type MockFakeLambda struct {
	mock.Mock
}

MockFakeLambda is an autogenerated mock type for the FakeLambda type

func NewMockFakeLambda

func NewMockFakeLambda(t mockConstructorTestingTNewMockFakeLambda) *MockFakeLambda

NewMockFakeLambda creates a new instance of MockFakeLambda. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeLambda) AddLayerVersionPermission

AddLayerVersionPermission provides a mock function with given fields: _a0

func (*MockFakeLambda) AddLayerVersionPermissionRequest

AddLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) AddLayerVersionPermissionWithContext

func (_m *MockFakeLambda) AddLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.AddLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.AddLayerVersionPermissionOutput, error)

AddLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) AddPermission

AddPermission provides a mock function with given fields: _a0

func (*MockFakeLambda) AddPermissionRequest

AddPermissionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) AddPermissionWithContext

func (_m *MockFakeLambda) AddPermissionWithContext(_a0 context.Context, _a1 *lambda.AddPermissionInput, _a2 ...request.Option) (*lambda.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) CreateAlias

CreateAlias provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateAliasRequest

CreateAliasRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateAliasWithContext

func (_m *MockFakeLambda) CreateAliasWithContext(_a0 context.Context, _a1 *lambda.CreateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

CreateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) CreateCodeSigningConfig

CreateCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateCodeSigningConfigRequest

CreateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateCodeSigningConfigWithContext

func (_m *MockFakeLambda) CreateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.CreateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.CreateCodeSigningConfigOutput, error)

CreateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) CreateEventSourceMapping

CreateEventSourceMapping provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateEventSourceMappingRequest

CreateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateEventSourceMappingWithContext

func (_m *MockFakeLambda) CreateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.CreateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

CreateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) CreateFunction

CreateFunction provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateFunctionRequest

CreateFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateFunctionUrlConfig

CreateFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateFunctionUrlConfigRequest

CreateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) CreateFunctionUrlConfigWithContext

func (_m *MockFakeLambda) CreateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.CreateFunctionUrlConfigOutput, error)

CreateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) CreateFunctionWithContext

func (_m *MockFakeLambda) CreateFunctionWithContext(_a0 context.Context, _a1 *lambda.CreateFunctionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

CreateFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteAlias

DeleteAlias provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteAliasRequest

func (_m *MockFakeLambda) DeleteAliasRequest(_a0 *lambda.DeleteAliasInput) (*request.Request, *lambda.DeleteAliasOutput)

DeleteAliasRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteAliasWithContext

func (_m *MockFakeLambda) DeleteAliasWithContext(_a0 context.Context, _a1 *lambda.DeleteAliasInput, _a2 ...request.Option) (*lambda.DeleteAliasOutput, error)

DeleteAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteCodeSigningConfig

DeleteCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteCodeSigningConfigRequest

DeleteCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteCodeSigningConfigWithContext

func (_m *MockFakeLambda) DeleteCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteCodeSigningConfigOutput, error)

DeleteCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteEventSourceMapping

DeleteEventSourceMapping provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteEventSourceMappingRequest

DeleteEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteEventSourceMappingWithContext

func (_m *MockFakeLambda) DeleteEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.DeleteEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

DeleteEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteFunction

DeleteFunction provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionCodeSigningConfig

DeleteFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionCodeSigningConfigRequest

DeleteFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionCodeSigningConfigWithContext

func (_m *MockFakeLambda) DeleteFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionCodeSigningConfigOutput, error)

DeleteFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteFunctionConcurrency

DeleteFunctionConcurrency provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionConcurrencyRequest

DeleteFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionConcurrencyWithContext

func (_m *MockFakeLambda) DeleteFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.DeleteFunctionConcurrencyOutput, error)

DeleteFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteFunctionEventInvokeConfig

DeleteFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionEventInvokeConfigRequest

DeleteFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionEventInvokeConfigWithContext

func (_m *MockFakeLambda) DeleteFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionEventInvokeConfigOutput, error)

DeleteFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteFunctionRequest

DeleteFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionUrlConfig

DeleteFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionUrlConfigRequest

DeleteFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteFunctionUrlConfigWithContext

func (_m *MockFakeLambda) DeleteFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.DeleteFunctionUrlConfigOutput, error)

DeleteFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteFunctionWithContext

func (_m *MockFakeLambda) DeleteFunctionWithContext(_a0 context.Context, _a1 *lambda.DeleteFunctionInput, _a2 ...request.Option) (*lambda.DeleteFunctionOutput, error)

DeleteFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteLayerVersion

DeleteLayerVersion provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteLayerVersionRequest

DeleteLayerVersionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteLayerVersionWithContext

func (_m *MockFakeLambda) DeleteLayerVersionWithContext(_a0 context.Context, _a1 *lambda.DeleteLayerVersionInput, _a2 ...request.Option) (*lambda.DeleteLayerVersionOutput, error)

DeleteLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) DeleteProvisionedConcurrencyConfig

DeleteProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteProvisionedConcurrencyConfigRequest

DeleteProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) DeleteProvisionedConcurrencyConfigWithContext

DeleteProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetAccountSettings

GetAccountSettings provides a mock function with given fields: _a0

func (*MockFakeLambda) GetAccountSettingsRequest

GetAccountSettingsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetAccountSettingsWithContext

func (_m *MockFakeLambda) GetAccountSettingsWithContext(_a0 context.Context, _a1 *lambda.GetAccountSettingsInput, _a2 ...request.Option) (*lambda.GetAccountSettingsOutput, error)

GetAccountSettingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetAlias

GetAlias provides a mock function with given fields: _a0

func (*MockFakeLambda) GetAliasRequest

GetAliasRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetAliasWithContext

func (_m *MockFakeLambda) GetAliasWithContext(_a0 context.Context, _a1 *lambda.GetAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

GetAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetCodeSigningConfig

GetCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) GetCodeSigningConfigRequest

GetCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetCodeSigningConfigWithContext

func (_m *MockFakeLambda) GetCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetCodeSigningConfigOutput, error)

GetCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetEventSourceMapping

GetEventSourceMapping provides a mock function with given fields: _a0

func (*MockFakeLambda) GetEventSourceMappingRequest

GetEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetEventSourceMappingWithContext

func (_m *MockFakeLambda) GetEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.GetEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

GetEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunction

GetFunction provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionCodeSigningConfig

GetFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionCodeSigningConfigRequest

GetFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionCodeSigningConfigWithContext

func (_m *MockFakeLambda) GetFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.GetFunctionCodeSigningConfigOutput, error)

GetFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunctionConcurrency

GetFunctionConcurrency provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionConcurrencyRequest

GetFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionConcurrencyWithContext

func (_m *MockFakeLambda) GetFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.GetFunctionConcurrencyOutput, error)

GetFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunctionConfiguration

GetFunctionConfiguration provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionConfigurationRequest

func (_m *MockFakeLambda) GetFunctionConfigurationRequest(_a0 *lambda.GetFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

GetFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionConfigurationWithContext

func (_m *MockFakeLambda) GetFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

GetFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunctionEventInvokeConfig

GetFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionEventInvokeConfigRequest

GetFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionEventInvokeConfigWithContext

func (_m *MockFakeLambda) GetFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.GetFunctionEventInvokeConfigOutput, error)

GetFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunctionRequest

func (_m *MockFakeLambda) GetFunctionRequest(_a0 *lambda.GetFunctionInput) (*request.Request, *lambda.GetFunctionOutput)

GetFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionUrlConfig

GetFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionUrlConfigRequest

GetFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetFunctionUrlConfigWithContext

func (_m *MockFakeLambda) GetFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.GetFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.GetFunctionUrlConfigOutput, error)

GetFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetFunctionWithContext

func (_m *MockFakeLambda) GetFunctionWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.Option) (*lambda.GetFunctionOutput, error)

GetFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetLayerVersion

GetLayerVersion provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionByArn

GetLayerVersionByArn provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionByArnRequest

GetLayerVersionByArnRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionByArnWithContext

func (_m *MockFakeLambda) GetLayerVersionByArnWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionByArnInput, _a2 ...request.Option) (*lambda.GetLayerVersionByArnOutput, error)

GetLayerVersionByArnWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetLayerVersionPolicy

GetLayerVersionPolicy provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionPolicyRequest

GetLayerVersionPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionPolicyWithContext

func (_m *MockFakeLambda) GetLayerVersionPolicyWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionPolicyInput, _a2 ...request.Option) (*lambda.GetLayerVersionPolicyOutput, error)

GetLayerVersionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetLayerVersionRequest

GetLayerVersionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetLayerVersionWithContext

func (_m *MockFakeLambda) GetLayerVersionWithContext(_a0 context.Context, _a1 *lambda.GetLayerVersionInput, _a2 ...request.Option) (*lambda.GetLayerVersionOutput, error)

GetLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetPolicy

GetPolicy provides a mock function with given fields: _a0

func (*MockFakeLambda) GetPolicyRequest

func (_m *MockFakeLambda) GetPolicyRequest(_a0 *lambda.GetPolicyInput) (*request.Request, *lambda.GetPolicyOutput)

GetPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetPolicyWithContext

func (_m *MockFakeLambda) GetPolicyWithContext(_a0 context.Context, _a1 *lambda.GetPolicyInput, _a2 ...request.Option) (*lambda.GetPolicyOutput, error)

GetPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) GetProvisionedConcurrencyConfig

GetProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) GetProvisionedConcurrencyConfigRequest

GetProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) GetProvisionedConcurrencyConfigWithContext

func (_m *MockFakeLambda) GetProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.GetProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.GetProvisionedConcurrencyConfigOutput, error)

GetProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) Invoke

Invoke provides a mock function with given fields: _a0

func (*MockFakeLambda) InvokeAsync

InvokeAsync provides a mock function with given fields: _a0

func (*MockFakeLambda) InvokeAsyncRequest

func (_m *MockFakeLambda) InvokeAsyncRequest(_a0 *lambda.InvokeAsyncInput) (*request.Request, *lambda.InvokeAsyncOutput)

InvokeAsyncRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) InvokeAsyncWithContext

func (_m *MockFakeLambda) InvokeAsyncWithContext(_a0 context.Context, _a1 *lambda.InvokeAsyncInput, _a2 ...request.Option) (*lambda.InvokeAsyncOutput, error)

InvokeAsyncWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) InvokeRequest

func (_m *MockFakeLambda) InvokeRequest(_a0 *lambda.InvokeInput) (*request.Request, *lambda.InvokeOutput)

InvokeRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) InvokeWithContext

func (_m *MockFakeLambda) InvokeWithContext(_a0 context.Context, _a1 *lambda.InvokeInput, _a2 ...request.Option) (*lambda.InvokeOutput, error)

InvokeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListAliases

ListAliases provides a mock function with given fields: _a0

func (*MockFakeLambda) ListAliasesPages

func (_m *MockFakeLambda) ListAliasesPages(_a0 *lambda.ListAliasesInput, _a1 func(*lambda.ListAliasesOutput, bool) bool) error

ListAliasesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListAliasesPagesWithContext

func (_m *MockFakeLambda) ListAliasesPagesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 func(*lambda.ListAliasesOutput, bool) bool, _a3 ...request.Option) error

ListAliasesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListAliasesRequest

func (_m *MockFakeLambda) ListAliasesRequest(_a0 *lambda.ListAliasesInput) (*request.Request, *lambda.ListAliasesOutput)

ListAliasesRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListAliasesWithContext

func (_m *MockFakeLambda) ListAliasesWithContext(_a0 context.Context, _a1 *lambda.ListAliasesInput, _a2 ...request.Option) (*lambda.ListAliasesOutput, error)

ListAliasesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListCodeSigningConfigs

ListCodeSigningConfigs provides a mock function with given fields: _a0

func (*MockFakeLambda) ListCodeSigningConfigsPages

func (_m *MockFakeLambda) ListCodeSigningConfigsPages(_a0 *lambda.ListCodeSigningConfigsInput, _a1 func(*lambda.ListCodeSigningConfigsOutput, bool) bool) error

ListCodeSigningConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListCodeSigningConfigsPagesWithContext

func (_m *MockFakeLambda) ListCodeSigningConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 func(*lambda.ListCodeSigningConfigsOutput, bool) bool, _a3 ...request.Option) error

ListCodeSigningConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListCodeSigningConfigsRequest

ListCodeSigningConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListCodeSigningConfigsWithContext

func (_m *MockFakeLambda) ListCodeSigningConfigsWithContext(_a0 context.Context, _a1 *lambda.ListCodeSigningConfigsInput, _a2 ...request.Option) (*lambda.ListCodeSigningConfigsOutput, error)

ListCodeSigningConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListEventSourceMappings

ListEventSourceMappings provides a mock function with given fields: _a0

func (*MockFakeLambda) ListEventSourceMappingsPages

func (_m *MockFakeLambda) ListEventSourceMappingsPages(_a0 *lambda.ListEventSourceMappingsInput, _a1 func(*lambda.ListEventSourceMappingsOutput, bool) bool) error

ListEventSourceMappingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListEventSourceMappingsPagesWithContext

func (_m *MockFakeLambda) ListEventSourceMappingsPagesWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 func(*lambda.ListEventSourceMappingsOutput, bool) bool, _a3 ...request.Option) error

ListEventSourceMappingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListEventSourceMappingsRequest

ListEventSourceMappingsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListEventSourceMappingsWithContext

func (_m *MockFakeLambda) ListEventSourceMappingsWithContext(_a0 context.Context, _a1 *lambda.ListEventSourceMappingsInput, _a2 ...request.Option) (*lambda.ListEventSourceMappingsOutput, error)

ListEventSourceMappingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListFunctionEventInvokeConfigs

ListFunctionEventInvokeConfigs provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionEventInvokeConfigsPages

func (_m *MockFakeLambda) ListFunctionEventInvokeConfigsPages(_a0 *lambda.ListFunctionEventInvokeConfigsInput, _a1 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool) error

ListFunctionEventInvokeConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListFunctionEventInvokeConfigsPagesWithContext

func (_m *MockFakeLambda) ListFunctionEventInvokeConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 func(*lambda.ListFunctionEventInvokeConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionEventInvokeConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListFunctionEventInvokeConfigsRequest

ListFunctionEventInvokeConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionEventInvokeConfigsWithContext

func (_m *MockFakeLambda) ListFunctionEventInvokeConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionEventInvokeConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionEventInvokeConfigsOutput, error)

ListFunctionEventInvokeConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListFunctionUrlConfigs

ListFunctionUrlConfigs provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionUrlConfigsPages

func (_m *MockFakeLambda) ListFunctionUrlConfigsPages(_a0 *lambda.ListFunctionUrlConfigsInput, _a1 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool) error

ListFunctionUrlConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListFunctionUrlConfigsPagesWithContext

func (_m *MockFakeLambda) ListFunctionUrlConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 func(*lambda.ListFunctionUrlConfigsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionUrlConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListFunctionUrlConfigsRequest

ListFunctionUrlConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionUrlConfigsWithContext

func (_m *MockFakeLambda) ListFunctionUrlConfigsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionUrlConfigsInput, _a2 ...request.Option) (*lambda.ListFunctionUrlConfigsOutput, error)

ListFunctionUrlConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListFunctions

ListFunctions provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionsByCodeSigningConfig

ListFunctionsByCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionsByCodeSigningConfigPages

func (_m *MockFakeLambda) ListFunctionsByCodeSigningConfigPages(_a0 *lambda.ListFunctionsByCodeSigningConfigInput, _a1 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool) error

ListFunctionsByCodeSigningConfigPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListFunctionsByCodeSigningConfigPagesWithContext

func (_m *MockFakeLambda) ListFunctionsByCodeSigningConfigPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 func(*lambda.ListFunctionsByCodeSigningConfigOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsByCodeSigningConfigPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListFunctionsByCodeSigningConfigRequest

ListFunctionsByCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionsByCodeSigningConfigWithContext

func (_m *MockFakeLambda) ListFunctionsByCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsByCodeSigningConfigInput, _a2 ...request.Option) (*lambda.ListFunctionsByCodeSigningConfigOutput, error)

ListFunctionsByCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListFunctionsPages

func (_m *MockFakeLambda) ListFunctionsPages(_a0 *lambda.ListFunctionsInput, _a1 func(*lambda.ListFunctionsOutput, bool) bool) error

ListFunctionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListFunctionsPagesWithContext

func (_m *MockFakeLambda) ListFunctionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 func(*lambda.ListFunctionsOutput, bool) bool, _a3 ...request.Option) error

ListFunctionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListFunctionsRequest

ListFunctionsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListFunctionsWithContext

func (_m *MockFakeLambda) ListFunctionsWithContext(_a0 context.Context, _a1 *lambda.ListFunctionsInput, _a2 ...request.Option) (*lambda.ListFunctionsOutput, error)

ListFunctionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListLayerVersions

ListLayerVersions provides a mock function with given fields: _a0

func (*MockFakeLambda) ListLayerVersionsPages

func (_m *MockFakeLambda) ListLayerVersionsPages(_a0 *lambda.ListLayerVersionsInput, _a1 func(*lambda.ListLayerVersionsOutput, bool) bool) error

ListLayerVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListLayerVersionsPagesWithContext

func (_m *MockFakeLambda) ListLayerVersionsPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 func(*lambda.ListLayerVersionsOutput, bool) bool, _a3 ...request.Option) error

ListLayerVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListLayerVersionsRequest

ListLayerVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListLayerVersionsWithContext

func (_m *MockFakeLambda) ListLayerVersionsWithContext(_a0 context.Context, _a1 *lambda.ListLayerVersionsInput, _a2 ...request.Option) (*lambda.ListLayerVersionsOutput, error)

ListLayerVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListLayers

ListLayers provides a mock function with given fields: _a0

func (*MockFakeLambda) ListLayersPages

func (_m *MockFakeLambda) ListLayersPages(_a0 *lambda.ListLayersInput, _a1 func(*lambda.ListLayersOutput, bool) bool) error

ListLayersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListLayersPagesWithContext

func (_m *MockFakeLambda) ListLayersPagesWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 func(*lambda.ListLayersOutput, bool) bool, _a3 ...request.Option) error

ListLayersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListLayersRequest

func (_m *MockFakeLambda) ListLayersRequest(_a0 *lambda.ListLayersInput) (*request.Request, *lambda.ListLayersOutput)

ListLayersRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListLayersWithContext

func (_m *MockFakeLambda) ListLayersWithContext(_a0 context.Context, _a1 *lambda.ListLayersInput, _a2 ...request.Option) (*lambda.ListLayersOutput, error)

ListLayersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListProvisionedConcurrencyConfigs

ListProvisionedConcurrencyConfigs provides a mock function with given fields: _a0

func (*MockFakeLambda) ListProvisionedConcurrencyConfigsPages

func (_m *MockFakeLambda) ListProvisionedConcurrencyConfigsPages(_a0 *lambda.ListProvisionedConcurrencyConfigsInput, _a1 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool) error

ListProvisionedConcurrencyConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListProvisionedConcurrencyConfigsPagesWithContext

func (_m *MockFakeLambda) ListProvisionedConcurrencyConfigsPagesWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 func(*lambda.ListProvisionedConcurrencyConfigsOutput, bool) bool, _a3 ...request.Option) error

ListProvisionedConcurrencyConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListProvisionedConcurrencyConfigsRequest

ListProvisionedConcurrencyConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListProvisionedConcurrencyConfigsWithContext

func (_m *MockFakeLambda) ListProvisionedConcurrencyConfigsWithContext(_a0 context.Context, _a1 *lambda.ListProvisionedConcurrencyConfigsInput, _a2 ...request.Option) (*lambda.ListProvisionedConcurrencyConfigsOutput, error)

ListProvisionedConcurrencyConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListTags

ListTags provides a mock function with given fields: _a0

func (*MockFakeLambda) ListTagsRequest

func (_m *MockFakeLambda) ListTagsRequest(_a0 *lambda.ListTagsInput) (*request.Request, *lambda.ListTagsOutput)

ListTagsRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListTagsWithContext

func (_m *MockFakeLambda) ListTagsWithContext(_a0 context.Context, _a1 *lambda.ListTagsInput, _a2 ...request.Option) (*lambda.ListTagsOutput, error)

ListTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) ListVersionsByFunction

ListVersionsByFunction provides a mock function with given fields: _a0

func (*MockFakeLambda) ListVersionsByFunctionPages

func (_m *MockFakeLambda) ListVersionsByFunctionPages(_a0 *lambda.ListVersionsByFunctionInput, _a1 func(*lambda.ListVersionsByFunctionOutput, bool) bool) error

ListVersionsByFunctionPages provides a mock function with given fields: _a0, _a1

func (*MockFakeLambda) ListVersionsByFunctionPagesWithContext

func (_m *MockFakeLambda) ListVersionsByFunctionPagesWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 func(*lambda.ListVersionsByFunctionOutput, bool) bool, _a3 ...request.Option) error

ListVersionsByFunctionPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeLambda) ListVersionsByFunctionRequest

ListVersionsByFunctionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) ListVersionsByFunctionWithContext

func (_m *MockFakeLambda) ListVersionsByFunctionWithContext(_a0 context.Context, _a1 *lambda.ListVersionsByFunctionInput, _a2 ...request.Option) (*lambda.ListVersionsByFunctionOutput, error)

ListVersionsByFunctionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PublishLayerVersion

PublishLayerVersion provides a mock function with given fields: _a0

func (*MockFakeLambda) PublishLayerVersionRequest

PublishLayerVersionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PublishLayerVersionWithContext

func (_m *MockFakeLambda) PublishLayerVersionWithContext(_a0 context.Context, _a1 *lambda.PublishLayerVersionInput, _a2 ...request.Option) (*lambda.PublishLayerVersionOutput, error)

PublishLayerVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PublishVersion

PublishVersion provides a mock function with given fields: _a0

func (*MockFakeLambda) PublishVersionRequest

PublishVersionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PublishVersionWithContext

func (_m *MockFakeLambda) PublishVersionWithContext(_a0 context.Context, _a1 *lambda.PublishVersionInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

PublishVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PutFunctionCodeSigningConfig

PutFunctionCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionCodeSigningConfigRequest

PutFunctionCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionCodeSigningConfigWithContext

func (_m *MockFakeLambda) PutFunctionCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionCodeSigningConfigInput, _a2 ...request.Option) (*lambda.PutFunctionCodeSigningConfigOutput, error)

PutFunctionCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PutFunctionConcurrency

PutFunctionConcurrency provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionConcurrencyRequest

PutFunctionConcurrencyRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionConcurrencyWithContext

func (_m *MockFakeLambda) PutFunctionConcurrencyWithContext(_a0 context.Context, _a1 *lambda.PutFunctionConcurrencyInput, _a2 ...request.Option) (*lambda.PutFunctionConcurrencyOutput, error)

PutFunctionConcurrencyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PutFunctionEventInvokeConfig

PutFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionEventInvokeConfigRequest

PutFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PutFunctionEventInvokeConfigWithContext

func (_m *MockFakeLambda) PutFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.PutFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.PutFunctionEventInvokeConfigOutput, error)

PutFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) PutProvisionedConcurrencyConfig

PutProvisionedConcurrencyConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) PutProvisionedConcurrencyConfigRequest

PutProvisionedConcurrencyConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) PutProvisionedConcurrencyConfigWithContext

func (_m *MockFakeLambda) PutProvisionedConcurrencyConfigWithContext(_a0 context.Context, _a1 *lambda.PutProvisionedConcurrencyConfigInput, _a2 ...request.Option) (*lambda.PutProvisionedConcurrencyConfigOutput, error)

PutProvisionedConcurrencyConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) RemoveLayerVersionPermission

RemoveLayerVersionPermission provides a mock function with given fields: _a0

func (*MockFakeLambda) RemoveLayerVersionPermissionRequest

RemoveLayerVersionPermissionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) RemoveLayerVersionPermissionWithContext

func (_m *MockFakeLambda) RemoveLayerVersionPermissionWithContext(_a0 context.Context, _a1 *lambda.RemoveLayerVersionPermissionInput, _a2 ...request.Option) (*lambda.RemoveLayerVersionPermissionOutput, error)

RemoveLayerVersionPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) RemovePermission

RemovePermission provides a mock function with given fields: _a0

func (*MockFakeLambda) RemovePermissionRequest

RemovePermissionRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) RemovePermissionWithContext

func (_m *MockFakeLambda) RemovePermissionWithContext(_a0 context.Context, _a1 *lambda.RemovePermissionInput, _a2 ...request.Option) (*lambda.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) TagResource

TagResource provides a mock function with given fields: _a0

func (*MockFakeLambda) TagResourceRequest

func (_m *MockFakeLambda) TagResourceRequest(_a0 *lambda.TagResourceInput) (*request.Request, *lambda.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) TagResourceWithContext

func (_m *MockFakeLambda) TagResourceWithContext(_a0 context.Context, _a1 *lambda.TagResourceInput, _a2 ...request.Option) (*lambda.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UntagResource

UntagResource provides a mock function with given fields: _a0

func (*MockFakeLambda) UntagResourceRequest

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UntagResourceWithContext

func (_m *MockFakeLambda) UntagResourceWithContext(_a0 context.Context, _a1 *lambda.UntagResourceInput, _a2 ...request.Option) (*lambda.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateAlias

UpdateAlias provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateAliasRequest

UpdateAliasRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateAliasWithContext

func (_m *MockFakeLambda) UpdateAliasWithContext(_a0 context.Context, _a1 *lambda.UpdateAliasInput, _a2 ...request.Option) (*lambda.AliasConfiguration, error)

UpdateAliasWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateCodeSigningConfig

UpdateCodeSigningConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateCodeSigningConfigRequest

UpdateCodeSigningConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateCodeSigningConfigWithContext

func (_m *MockFakeLambda) UpdateCodeSigningConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateCodeSigningConfigInput, _a2 ...request.Option) (*lambda.UpdateCodeSigningConfigOutput, error)

UpdateCodeSigningConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateEventSourceMapping

UpdateEventSourceMapping provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateEventSourceMappingRequest

UpdateEventSourceMappingRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateEventSourceMappingWithContext

func (_m *MockFakeLambda) UpdateEventSourceMappingWithContext(_a0 context.Context, _a1 *lambda.UpdateEventSourceMappingInput, _a2 ...request.Option) (*lambda.EventSourceMappingConfiguration, error)

UpdateEventSourceMappingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateFunctionCode

UpdateFunctionCode provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionCodeRequest

func (_m *MockFakeLambda) UpdateFunctionCodeRequest(_a0 *lambda.UpdateFunctionCodeInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionCodeRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionCodeWithContext

func (_m *MockFakeLambda) UpdateFunctionCodeWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionCodeInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionCodeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateFunctionConfiguration

func (_m *MockFakeLambda) UpdateFunctionConfiguration(_a0 *lambda.UpdateFunctionConfigurationInput) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfiguration provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionConfigurationRequest

func (_m *MockFakeLambda) UpdateFunctionConfigurationRequest(_a0 *lambda.UpdateFunctionConfigurationInput) (*request.Request, *lambda.FunctionConfiguration)

UpdateFunctionConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionConfigurationWithContext

func (_m *MockFakeLambda) UpdateFunctionConfigurationWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionConfigurationInput, _a2 ...request.Option) (*lambda.FunctionConfiguration, error)

UpdateFunctionConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateFunctionEventInvokeConfig

UpdateFunctionEventInvokeConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionEventInvokeConfigRequest

UpdateFunctionEventInvokeConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionEventInvokeConfigWithContext

func (_m *MockFakeLambda) UpdateFunctionEventInvokeConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionEventInvokeConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionEventInvokeConfigOutput, error)

UpdateFunctionEventInvokeConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) UpdateFunctionUrlConfig

UpdateFunctionUrlConfig provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionUrlConfigRequest

UpdateFunctionUrlConfigRequest provides a mock function with given fields: _a0

func (*MockFakeLambda) UpdateFunctionUrlConfigWithContext

func (_m *MockFakeLambda) UpdateFunctionUrlConfigWithContext(_a0 context.Context, _a1 *lambda.UpdateFunctionUrlConfigInput, _a2 ...request.Option) (*lambda.UpdateFunctionUrlConfigOutput, error)

UpdateFunctionUrlConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) WaitUntilFunctionActive

func (_m *MockFakeLambda) WaitUntilFunctionActive(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionActive provides a mock function with given fields: _a0

func (*MockFakeLambda) WaitUntilFunctionActiveV2

func (_m *MockFakeLambda) WaitUntilFunctionActiveV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionActiveV2 provides a mock function with given fields: _a0

func (*MockFakeLambda) WaitUntilFunctionActiveV2WithContext

func (_m *MockFakeLambda) WaitUntilFunctionActiveV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) WaitUntilFunctionActiveWithContext

func (_m *MockFakeLambda) WaitUntilFunctionActiveWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionActiveWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) WaitUntilFunctionExists

func (_m *MockFakeLambda) WaitUntilFunctionExists(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionExists provides a mock function with given fields: _a0

func (*MockFakeLambda) WaitUntilFunctionExistsWithContext

func (_m *MockFakeLambda) WaitUntilFunctionExistsWithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) WaitUntilFunctionUpdated

func (_m *MockFakeLambda) WaitUntilFunctionUpdated(_a0 *lambda.GetFunctionConfigurationInput) error

WaitUntilFunctionUpdated provides a mock function with given fields: _a0

func (*MockFakeLambda) WaitUntilFunctionUpdatedV2

func (_m *MockFakeLambda) WaitUntilFunctionUpdatedV2(_a0 *lambda.GetFunctionInput) error

WaitUntilFunctionUpdatedV2 provides a mock function with given fields: _a0

func (*MockFakeLambda) WaitUntilFunctionUpdatedV2WithContext

func (_m *MockFakeLambda) WaitUntilFunctionUpdatedV2WithContext(_a0 context.Context, _a1 *lambda.GetFunctionInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeLambda) WaitUntilFunctionUpdatedWithContext

func (_m *MockFakeLambda) WaitUntilFunctionUpdatedWithContext(_a0 context.Context, _a1 *lambda.GetFunctionConfigurationInput, _a2 ...request.WaiterOption) error

WaitUntilFunctionUpdatedWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeRDS

type MockFakeRDS struct {
	mock.Mock
}

MockFakeRDS is an autogenerated mock type for the FakeRDS type

func NewMockFakeRDS

func NewMockFakeRDS(t mockConstructorTestingTNewMockFakeRDS) *MockFakeRDS

NewMockFakeRDS creates a new instance of MockFakeRDS. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeRDS) AddRoleToDBCluster

func (_m *MockFakeRDS) AddRoleToDBCluster(_a0 *rds.AddRoleToDBClusterInput) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) AddRoleToDBClusterRequest

func (_m *MockFakeRDS) AddRoleToDBClusterRequest(_a0 *rds.AddRoleToDBClusterInput) (*request.Request, *rds.AddRoleToDBClusterOutput)

AddRoleToDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) AddRoleToDBClusterWithContext

func (_m *MockFakeRDS) AddRoleToDBClusterWithContext(_a0 context.Context, _a1 *rds.AddRoleToDBClusterInput, _a2 ...request.Option) (*rds.AddRoleToDBClusterOutput, error)

AddRoleToDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) AddRoleToDBInstance

func (_m *MockFakeRDS) AddRoleToDBInstance(_a0 *rds.AddRoleToDBInstanceInput) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) AddRoleToDBInstanceRequest

func (_m *MockFakeRDS) AddRoleToDBInstanceRequest(_a0 *rds.AddRoleToDBInstanceInput) (*request.Request, *rds.AddRoleToDBInstanceOutput)

AddRoleToDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) AddRoleToDBInstanceWithContext

func (_m *MockFakeRDS) AddRoleToDBInstanceWithContext(_a0 context.Context, _a1 *rds.AddRoleToDBInstanceInput, _a2 ...request.Option) (*rds.AddRoleToDBInstanceOutput, error)

AddRoleToDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) AddSourceIdentifierToSubscription

AddSourceIdentifierToSubscription provides a mock function with given fields: _a0

func (*MockFakeRDS) AddSourceIdentifierToSubscriptionRequest

AddSourceIdentifierToSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) AddSourceIdentifierToSubscriptionWithContext

func (_m *MockFakeRDS) AddSourceIdentifierToSubscriptionWithContext(_a0 context.Context, _a1 *rds.AddSourceIdentifierToSubscriptionInput, _a2 ...request.Option) (*rds.AddSourceIdentifierToSubscriptionOutput, error)

AddSourceIdentifierToSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) AddTagsToResource

func (_m *MockFakeRDS) AddTagsToResource(_a0 *rds.AddTagsToResourceInput) (*rds.AddTagsToResourceOutput, error)

AddTagsToResource provides a mock function with given fields: _a0

func (*MockFakeRDS) AddTagsToResourceRequest

func (_m *MockFakeRDS) AddTagsToResourceRequest(_a0 *rds.AddTagsToResourceInput) (*request.Request, *rds.AddTagsToResourceOutput)

AddTagsToResourceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) AddTagsToResourceWithContext

func (_m *MockFakeRDS) AddTagsToResourceWithContext(_a0 context.Context, _a1 *rds.AddTagsToResourceInput, _a2 ...request.Option) (*rds.AddTagsToResourceOutput, error)

AddTagsToResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ApplyPendingMaintenanceAction

ApplyPendingMaintenanceAction provides a mock function with given fields: _a0

func (*MockFakeRDS) ApplyPendingMaintenanceActionRequest

func (_m *MockFakeRDS) ApplyPendingMaintenanceActionRequest(_a0 *rds.ApplyPendingMaintenanceActionInput) (*request.Request, *rds.ApplyPendingMaintenanceActionOutput)

ApplyPendingMaintenanceActionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ApplyPendingMaintenanceActionWithContext

func (_m *MockFakeRDS) ApplyPendingMaintenanceActionWithContext(_a0 context.Context, _a1 *rds.ApplyPendingMaintenanceActionInput, _a2 ...request.Option) (*rds.ApplyPendingMaintenanceActionOutput, error)

ApplyPendingMaintenanceActionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) AuthorizeDBSecurityGroupIngress

AuthorizeDBSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeRDS) AuthorizeDBSecurityGroupIngressRequest

AuthorizeDBSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) AuthorizeDBSecurityGroupIngressWithContext

func (_m *MockFakeRDS) AuthorizeDBSecurityGroupIngressWithContext(_a0 context.Context, _a1 *rds.AuthorizeDBSecurityGroupIngressInput, _a2 ...request.Option) (*rds.AuthorizeDBSecurityGroupIngressOutput, error)

AuthorizeDBSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) BacktrackDBCluster

func (_m *MockFakeRDS) BacktrackDBCluster(_a0 *rds.BacktrackDBClusterInput) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) BacktrackDBClusterRequest

func (_m *MockFakeRDS) BacktrackDBClusterRequest(_a0 *rds.BacktrackDBClusterInput) (*request.Request, *rds.BacktrackDBClusterOutput)

BacktrackDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) BacktrackDBClusterWithContext

func (_m *MockFakeRDS) BacktrackDBClusterWithContext(_a0 context.Context, _a1 *rds.BacktrackDBClusterInput, _a2 ...request.Option) (*rds.BacktrackDBClusterOutput, error)

BacktrackDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CancelExportTask

func (_m *MockFakeRDS) CancelExportTask(_a0 *rds.CancelExportTaskInput) (*rds.CancelExportTaskOutput, error)

CancelExportTask provides a mock function with given fields: _a0

func (*MockFakeRDS) CancelExportTaskRequest

func (_m *MockFakeRDS) CancelExportTaskRequest(_a0 *rds.CancelExportTaskInput) (*request.Request, *rds.CancelExportTaskOutput)

CancelExportTaskRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CancelExportTaskWithContext

func (_m *MockFakeRDS) CancelExportTaskWithContext(_a0 context.Context, _a1 *rds.CancelExportTaskInput, _a2 ...request.Option) (*rds.CancelExportTaskOutput, error)

CancelExportTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CopyDBClusterParameterGroup

CopyDBClusterParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBClusterParameterGroupRequest

func (_m *MockFakeRDS) CopyDBClusterParameterGroupRequest(_a0 *rds.CopyDBClusterParameterGroupInput) (*request.Request, *rds.CopyDBClusterParameterGroupOutput)

CopyDBClusterParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBClusterParameterGroupWithContext

func (_m *MockFakeRDS) CopyDBClusterParameterGroupWithContext(_a0 context.Context, _a1 *rds.CopyDBClusterParameterGroupInput, _a2 ...request.Option) (*rds.CopyDBClusterParameterGroupOutput, error)

CopyDBClusterParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CopyDBClusterSnapshot

func (_m *MockFakeRDS) CopyDBClusterSnapshot(_a0 *rds.CopyDBClusterSnapshotInput) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBClusterSnapshotRequest

func (_m *MockFakeRDS) CopyDBClusterSnapshotRequest(_a0 *rds.CopyDBClusterSnapshotInput) (*request.Request, *rds.CopyDBClusterSnapshotOutput)

CopyDBClusterSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBClusterSnapshotWithContext

func (_m *MockFakeRDS) CopyDBClusterSnapshotWithContext(_a0 context.Context, _a1 *rds.CopyDBClusterSnapshotInput, _a2 ...request.Option) (*rds.CopyDBClusterSnapshotOutput, error)

CopyDBClusterSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CopyDBParameterGroup

func (_m *MockFakeRDS) CopyDBParameterGroup(_a0 *rds.CopyDBParameterGroupInput) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBParameterGroupRequest

func (_m *MockFakeRDS) CopyDBParameterGroupRequest(_a0 *rds.CopyDBParameterGroupInput) (*request.Request, *rds.CopyDBParameterGroupOutput)

CopyDBParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBParameterGroupWithContext

func (_m *MockFakeRDS) CopyDBParameterGroupWithContext(_a0 context.Context, _a1 *rds.CopyDBParameterGroupInput, _a2 ...request.Option) (*rds.CopyDBParameterGroupOutput, error)

CopyDBParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CopyDBSnapshot

func (_m *MockFakeRDS) CopyDBSnapshot(_a0 *rds.CopyDBSnapshotInput) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBSnapshotRequest

func (_m *MockFakeRDS) CopyDBSnapshotRequest(_a0 *rds.CopyDBSnapshotInput) (*request.Request, *rds.CopyDBSnapshotOutput)

CopyDBSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyDBSnapshotWithContext

func (_m *MockFakeRDS) CopyDBSnapshotWithContext(_a0 context.Context, _a1 *rds.CopyDBSnapshotInput, _a2 ...request.Option) (*rds.CopyDBSnapshotOutput, error)

CopyDBSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CopyOptionGroup

func (_m *MockFakeRDS) CopyOptionGroup(_a0 *rds.CopyOptionGroupInput) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyOptionGroupRequest

func (_m *MockFakeRDS) CopyOptionGroupRequest(_a0 *rds.CopyOptionGroupInput) (*request.Request, *rds.CopyOptionGroupOutput)

CopyOptionGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CopyOptionGroupWithContext

func (_m *MockFakeRDS) CopyOptionGroupWithContext(_a0 context.Context, _a1 *rds.CopyOptionGroupInput, _a2 ...request.Option) (*rds.CopyOptionGroupOutput, error)

CopyOptionGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateCustomDBEngineVersion

CreateCustomDBEngineVersion provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateCustomDBEngineVersionRequest

func (_m *MockFakeRDS) CreateCustomDBEngineVersionRequest(_a0 *rds.CreateCustomDBEngineVersionInput) (*request.Request, *rds.CreateCustomDBEngineVersionOutput)

CreateCustomDBEngineVersionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateCustomDBEngineVersionWithContext

func (_m *MockFakeRDS) CreateCustomDBEngineVersionWithContext(_a0 context.Context, _a1 *rds.CreateCustomDBEngineVersionInput, _a2 ...request.Option) (*rds.CreateCustomDBEngineVersionOutput, error)

CreateCustomDBEngineVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBCluster

func (_m *MockFakeRDS) CreateDBCluster(_a0 *rds.CreateDBClusterInput) (*rds.CreateDBClusterOutput, error)

CreateDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterEndpoint

CreateDBClusterEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterEndpointRequest

func (_m *MockFakeRDS) CreateDBClusterEndpointRequest(_a0 *rds.CreateDBClusterEndpointInput) (*request.Request, *rds.CreateDBClusterEndpointOutput)

CreateDBClusterEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterEndpointWithContext

func (_m *MockFakeRDS) CreateDBClusterEndpointWithContext(_a0 context.Context, _a1 *rds.CreateDBClusterEndpointInput, _a2 ...request.Option) (*rds.CreateDBClusterEndpointOutput, error)

CreateDBClusterEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBClusterParameterGroup

CreateDBClusterParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterParameterGroupRequest

func (_m *MockFakeRDS) CreateDBClusterParameterGroupRequest(_a0 *rds.CreateDBClusterParameterGroupInput) (*request.Request, *rds.CreateDBClusterParameterGroupOutput)

CreateDBClusterParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterParameterGroupWithContext

func (_m *MockFakeRDS) CreateDBClusterParameterGroupWithContext(_a0 context.Context, _a1 *rds.CreateDBClusterParameterGroupInput, _a2 ...request.Option) (*rds.CreateDBClusterParameterGroupOutput, error)

CreateDBClusterParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBClusterRequest

func (_m *MockFakeRDS) CreateDBClusterRequest(_a0 *rds.CreateDBClusterInput) (*request.Request, *rds.CreateDBClusterOutput)

CreateDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterSnapshot

CreateDBClusterSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterSnapshotRequest

func (_m *MockFakeRDS) CreateDBClusterSnapshotRequest(_a0 *rds.CreateDBClusterSnapshotInput) (*request.Request, *rds.CreateDBClusterSnapshotOutput)

CreateDBClusterSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBClusterSnapshotWithContext

func (_m *MockFakeRDS) CreateDBClusterSnapshotWithContext(_a0 context.Context, _a1 *rds.CreateDBClusterSnapshotInput, _a2 ...request.Option) (*rds.CreateDBClusterSnapshotOutput, error)

CreateDBClusterSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBClusterWithContext

func (_m *MockFakeRDS) CreateDBClusterWithContext(_a0 context.Context, _a1 *rds.CreateDBClusterInput, _a2 ...request.Option) (*rds.CreateDBClusterOutput, error)

CreateDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBInstance

func (_m *MockFakeRDS) CreateDBInstance(_a0 *rds.CreateDBInstanceInput) (*rds.CreateDBInstanceOutput, error)

CreateDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBInstanceReadReplica

CreateDBInstanceReadReplica provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBInstanceReadReplicaRequest

func (_m *MockFakeRDS) CreateDBInstanceReadReplicaRequest(_a0 *rds.CreateDBInstanceReadReplicaInput) (*request.Request, *rds.CreateDBInstanceReadReplicaOutput)

CreateDBInstanceReadReplicaRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBInstanceReadReplicaWithContext

func (_m *MockFakeRDS) CreateDBInstanceReadReplicaWithContext(_a0 context.Context, _a1 *rds.CreateDBInstanceReadReplicaInput, _a2 ...request.Option) (*rds.CreateDBInstanceReadReplicaOutput, error)

CreateDBInstanceReadReplicaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBInstanceRequest

func (_m *MockFakeRDS) CreateDBInstanceRequest(_a0 *rds.CreateDBInstanceInput) (*request.Request, *rds.CreateDBInstanceOutput)

CreateDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBInstanceWithContext

func (_m *MockFakeRDS) CreateDBInstanceWithContext(_a0 context.Context, _a1 *rds.CreateDBInstanceInput, _a2 ...request.Option) (*rds.CreateDBInstanceOutput, error)

CreateDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBParameterGroup

CreateDBParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBParameterGroupRequest

func (_m *MockFakeRDS) CreateDBParameterGroupRequest(_a0 *rds.CreateDBParameterGroupInput) (*request.Request, *rds.CreateDBParameterGroupOutput)

CreateDBParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBParameterGroupWithContext

func (_m *MockFakeRDS) CreateDBParameterGroupWithContext(_a0 context.Context, _a1 *rds.CreateDBParameterGroupInput, _a2 ...request.Option) (*rds.CreateDBParameterGroupOutput, error)

CreateDBParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBProxy

func (_m *MockFakeRDS) CreateDBProxy(_a0 *rds.CreateDBProxyInput) (*rds.CreateDBProxyOutput, error)

CreateDBProxy provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBProxyEndpoint

func (_m *MockFakeRDS) CreateDBProxyEndpoint(_a0 *rds.CreateDBProxyEndpointInput) (*rds.CreateDBProxyEndpointOutput, error)

CreateDBProxyEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBProxyEndpointRequest

func (_m *MockFakeRDS) CreateDBProxyEndpointRequest(_a0 *rds.CreateDBProxyEndpointInput) (*request.Request, *rds.CreateDBProxyEndpointOutput)

CreateDBProxyEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBProxyEndpointWithContext

func (_m *MockFakeRDS) CreateDBProxyEndpointWithContext(_a0 context.Context, _a1 *rds.CreateDBProxyEndpointInput, _a2 ...request.Option) (*rds.CreateDBProxyEndpointOutput, error)

CreateDBProxyEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBProxyRequest

func (_m *MockFakeRDS) CreateDBProxyRequest(_a0 *rds.CreateDBProxyInput) (*request.Request, *rds.CreateDBProxyOutput)

CreateDBProxyRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBProxyWithContext

func (_m *MockFakeRDS) CreateDBProxyWithContext(_a0 context.Context, _a1 *rds.CreateDBProxyInput, _a2 ...request.Option) (*rds.CreateDBProxyOutput, error)

CreateDBProxyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBSecurityGroup

func (_m *MockFakeRDS) CreateDBSecurityGroup(_a0 *rds.CreateDBSecurityGroupInput) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSecurityGroupRequest

func (_m *MockFakeRDS) CreateDBSecurityGroupRequest(_a0 *rds.CreateDBSecurityGroupInput) (*request.Request, *rds.CreateDBSecurityGroupOutput)

CreateDBSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSecurityGroupWithContext

func (_m *MockFakeRDS) CreateDBSecurityGroupWithContext(_a0 context.Context, _a1 *rds.CreateDBSecurityGroupInput, _a2 ...request.Option) (*rds.CreateDBSecurityGroupOutput, error)

CreateDBSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBSnapshot

func (_m *MockFakeRDS) CreateDBSnapshot(_a0 *rds.CreateDBSnapshotInput) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSnapshotRequest

func (_m *MockFakeRDS) CreateDBSnapshotRequest(_a0 *rds.CreateDBSnapshotInput) (*request.Request, *rds.CreateDBSnapshotOutput)

CreateDBSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSnapshotWithContext

func (_m *MockFakeRDS) CreateDBSnapshotWithContext(_a0 context.Context, _a1 *rds.CreateDBSnapshotInput, _a2 ...request.Option) (*rds.CreateDBSnapshotOutput, error)

CreateDBSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateDBSubnetGroup

func (_m *MockFakeRDS) CreateDBSubnetGroup(_a0 *rds.CreateDBSubnetGroupInput) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSubnetGroupRequest

func (_m *MockFakeRDS) CreateDBSubnetGroupRequest(_a0 *rds.CreateDBSubnetGroupInput) (*request.Request, *rds.CreateDBSubnetGroupOutput)

CreateDBSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateDBSubnetGroupWithContext

func (_m *MockFakeRDS) CreateDBSubnetGroupWithContext(_a0 context.Context, _a1 *rds.CreateDBSubnetGroupInput, _a2 ...request.Option) (*rds.CreateDBSubnetGroupOutput, error)

CreateDBSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateEventSubscription

CreateEventSubscription provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateEventSubscriptionRequest

func (_m *MockFakeRDS) CreateEventSubscriptionRequest(_a0 *rds.CreateEventSubscriptionInput) (*request.Request, *rds.CreateEventSubscriptionOutput)

CreateEventSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateEventSubscriptionWithContext

func (_m *MockFakeRDS) CreateEventSubscriptionWithContext(_a0 context.Context, _a1 *rds.CreateEventSubscriptionInput, _a2 ...request.Option) (*rds.CreateEventSubscriptionOutput, error)

CreateEventSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateGlobalCluster

func (_m *MockFakeRDS) CreateGlobalCluster(_a0 *rds.CreateGlobalClusterInput) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateGlobalClusterRequest

func (_m *MockFakeRDS) CreateGlobalClusterRequest(_a0 *rds.CreateGlobalClusterInput) (*request.Request, *rds.CreateGlobalClusterOutput)

CreateGlobalClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateGlobalClusterWithContext

func (_m *MockFakeRDS) CreateGlobalClusterWithContext(_a0 context.Context, _a1 *rds.CreateGlobalClusterInput, _a2 ...request.Option) (*rds.CreateGlobalClusterOutput, error)

CreateGlobalClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) CreateOptionGroup

func (_m *MockFakeRDS) CreateOptionGroup(_a0 *rds.CreateOptionGroupInput) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateOptionGroupRequest

func (_m *MockFakeRDS) CreateOptionGroupRequest(_a0 *rds.CreateOptionGroupInput) (*request.Request, *rds.CreateOptionGroupOutput)

CreateOptionGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) CreateOptionGroupWithContext

func (_m *MockFakeRDS) CreateOptionGroupWithContext(_a0 context.Context, _a1 *rds.CreateOptionGroupInput, _a2 ...request.Option) (*rds.CreateOptionGroupOutput, error)

CreateOptionGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteCustomDBEngineVersion

DeleteCustomDBEngineVersion provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteCustomDBEngineVersionRequest

func (_m *MockFakeRDS) DeleteCustomDBEngineVersionRequest(_a0 *rds.DeleteCustomDBEngineVersionInput) (*request.Request, *rds.DeleteCustomDBEngineVersionOutput)

DeleteCustomDBEngineVersionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteCustomDBEngineVersionWithContext

func (_m *MockFakeRDS) DeleteCustomDBEngineVersionWithContext(_a0 context.Context, _a1 *rds.DeleteCustomDBEngineVersionInput, _a2 ...request.Option) (*rds.DeleteCustomDBEngineVersionOutput, error)

DeleteCustomDBEngineVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBCluster

func (_m *MockFakeRDS) DeleteDBCluster(_a0 *rds.DeleteDBClusterInput) (*rds.DeleteDBClusterOutput, error)

DeleteDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterEndpoint

DeleteDBClusterEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterEndpointRequest

func (_m *MockFakeRDS) DeleteDBClusterEndpointRequest(_a0 *rds.DeleteDBClusterEndpointInput) (*request.Request, *rds.DeleteDBClusterEndpointOutput)

DeleteDBClusterEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterEndpointWithContext

func (_m *MockFakeRDS) DeleteDBClusterEndpointWithContext(_a0 context.Context, _a1 *rds.DeleteDBClusterEndpointInput, _a2 ...request.Option) (*rds.DeleteDBClusterEndpointOutput, error)

DeleteDBClusterEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBClusterParameterGroup

DeleteDBClusterParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterParameterGroupRequest

func (_m *MockFakeRDS) DeleteDBClusterParameterGroupRequest(_a0 *rds.DeleteDBClusterParameterGroupInput) (*request.Request, *rds.DeleteDBClusterParameterGroupOutput)

DeleteDBClusterParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterParameterGroupWithContext

func (_m *MockFakeRDS) DeleteDBClusterParameterGroupWithContext(_a0 context.Context, _a1 *rds.DeleteDBClusterParameterGroupInput, _a2 ...request.Option) (*rds.DeleteDBClusterParameterGroupOutput, error)

DeleteDBClusterParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBClusterRequest

func (_m *MockFakeRDS) DeleteDBClusterRequest(_a0 *rds.DeleteDBClusterInput) (*request.Request, *rds.DeleteDBClusterOutput)

DeleteDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterSnapshot

DeleteDBClusterSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterSnapshotRequest

func (_m *MockFakeRDS) DeleteDBClusterSnapshotRequest(_a0 *rds.DeleteDBClusterSnapshotInput) (*request.Request, *rds.DeleteDBClusterSnapshotOutput)

DeleteDBClusterSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBClusterSnapshotWithContext

func (_m *MockFakeRDS) DeleteDBClusterSnapshotWithContext(_a0 context.Context, _a1 *rds.DeleteDBClusterSnapshotInput, _a2 ...request.Option) (*rds.DeleteDBClusterSnapshotOutput, error)

DeleteDBClusterSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBClusterWithContext

func (_m *MockFakeRDS) DeleteDBClusterWithContext(_a0 context.Context, _a1 *rds.DeleteDBClusterInput, _a2 ...request.Option) (*rds.DeleteDBClusterOutput, error)

DeleteDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBInstance

func (_m *MockFakeRDS) DeleteDBInstance(_a0 *rds.DeleteDBInstanceInput) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBInstanceAutomatedBackup

DeleteDBInstanceAutomatedBackup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBInstanceAutomatedBackupRequest

DeleteDBInstanceAutomatedBackupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBInstanceAutomatedBackupWithContext

func (_m *MockFakeRDS) DeleteDBInstanceAutomatedBackupWithContext(_a0 context.Context, _a1 *rds.DeleteDBInstanceAutomatedBackupInput, _a2 ...request.Option) (*rds.DeleteDBInstanceAutomatedBackupOutput, error)

DeleteDBInstanceAutomatedBackupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBInstanceRequest

func (_m *MockFakeRDS) DeleteDBInstanceRequest(_a0 *rds.DeleteDBInstanceInput) (*request.Request, *rds.DeleteDBInstanceOutput)

DeleteDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBInstanceWithContext

func (_m *MockFakeRDS) DeleteDBInstanceWithContext(_a0 context.Context, _a1 *rds.DeleteDBInstanceInput, _a2 ...request.Option) (*rds.DeleteDBInstanceOutput, error)

DeleteDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBParameterGroup

DeleteDBParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBParameterGroupRequest

func (_m *MockFakeRDS) DeleteDBParameterGroupRequest(_a0 *rds.DeleteDBParameterGroupInput) (*request.Request, *rds.DeleteDBParameterGroupOutput)

DeleteDBParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBParameterGroupWithContext

func (_m *MockFakeRDS) DeleteDBParameterGroupWithContext(_a0 context.Context, _a1 *rds.DeleteDBParameterGroupInput, _a2 ...request.Option) (*rds.DeleteDBParameterGroupOutput, error)

DeleteDBParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBProxy

func (_m *MockFakeRDS) DeleteDBProxy(_a0 *rds.DeleteDBProxyInput) (*rds.DeleteDBProxyOutput, error)

DeleteDBProxy provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBProxyEndpoint

func (_m *MockFakeRDS) DeleteDBProxyEndpoint(_a0 *rds.DeleteDBProxyEndpointInput) (*rds.DeleteDBProxyEndpointOutput, error)

DeleteDBProxyEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBProxyEndpointRequest

func (_m *MockFakeRDS) DeleteDBProxyEndpointRequest(_a0 *rds.DeleteDBProxyEndpointInput) (*request.Request, *rds.DeleteDBProxyEndpointOutput)

DeleteDBProxyEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBProxyEndpointWithContext

func (_m *MockFakeRDS) DeleteDBProxyEndpointWithContext(_a0 context.Context, _a1 *rds.DeleteDBProxyEndpointInput, _a2 ...request.Option) (*rds.DeleteDBProxyEndpointOutput, error)

DeleteDBProxyEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBProxyRequest

func (_m *MockFakeRDS) DeleteDBProxyRequest(_a0 *rds.DeleteDBProxyInput) (*request.Request, *rds.DeleteDBProxyOutput)

DeleteDBProxyRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBProxyWithContext

func (_m *MockFakeRDS) DeleteDBProxyWithContext(_a0 context.Context, _a1 *rds.DeleteDBProxyInput, _a2 ...request.Option) (*rds.DeleteDBProxyOutput, error)

DeleteDBProxyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBSecurityGroup

func (_m *MockFakeRDS) DeleteDBSecurityGroup(_a0 *rds.DeleteDBSecurityGroupInput) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSecurityGroupRequest

func (_m *MockFakeRDS) DeleteDBSecurityGroupRequest(_a0 *rds.DeleteDBSecurityGroupInput) (*request.Request, *rds.DeleteDBSecurityGroupOutput)

DeleteDBSecurityGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSecurityGroupWithContext

func (_m *MockFakeRDS) DeleteDBSecurityGroupWithContext(_a0 context.Context, _a1 *rds.DeleteDBSecurityGroupInput, _a2 ...request.Option) (*rds.DeleteDBSecurityGroupOutput, error)

DeleteDBSecurityGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBSnapshot

func (_m *MockFakeRDS) DeleteDBSnapshot(_a0 *rds.DeleteDBSnapshotInput) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSnapshotRequest

func (_m *MockFakeRDS) DeleteDBSnapshotRequest(_a0 *rds.DeleteDBSnapshotInput) (*request.Request, *rds.DeleteDBSnapshotOutput)

DeleteDBSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSnapshotWithContext

func (_m *MockFakeRDS) DeleteDBSnapshotWithContext(_a0 context.Context, _a1 *rds.DeleteDBSnapshotInput, _a2 ...request.Option) (*rds.DeleteDBSnapshotOutput, error)

DeleteDBSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteDBSubnetGroup

func (_m *MockFakeRDS) DeleteDBSubnetGroup(_a0 *rds.DeleteDBSubnetGroupInput) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSubnetGroupRequest

func (_m *MockFakeRDS) DeleteDBSubnetGroupRequest(_a0 *rds.DeleteDBSubnetGroupInput) (*request.Request, *rds.DeleteDBSubnetGroupOutput)

DeleteDBSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteDBSubnetGroupWithContext

func (_m *MockFakeRDS) DeleteDBSubnetGroupWithContext(_a0 context.Context, _a1 *rds.DeleteDBSubnetGroupInput, _a2 ...request.Option) (*rds.DeleteDBSubnetGroupOutput, error)

DeleteDBSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteEventSubscription

DeleteEventSubscription provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteEventSubscriptionRequest

func (_m *MockFakeRDS) DeleteEventSubscriptionRequest(_a0 *rds.DeleteEventSubscriptionInput) (*request.Request, *rds.DeleteEventSubscriptionOutput)

DeleteEventSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteEventSubscriptionWithContext

func (_m *MockFakeRDS) DeleteEventSubscriptionWithContext(_a0 context.Context, _a1 *rds.DeleteEventSubscriptionInput, _a2 ...request.Option) (*rds.DeleteEventSubscriptionOutput, error)

DeleteEventSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteGlobalCluster

func (_m *MockFakeRDS) DeleteGlobalCluster(_a0 *rds.DeleteGlobalClusterInput) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteGlobalClusterRequest

func (_m *MockFakeRDS) DeleteGlobalClusterRequest(_a0 *rds.DeleteGlobalClusterInput) (*request.Request, *rds.DeleteGlobalClusterOutput)

DeleteGlobalClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteGlobalClusterWithContext

func (_m *MockFakeRDS) DeleteGlobalClusterWithContext(_a0 context.Context, _a1 *rds.DeleteGlobalClusterInput, _a2 ...request.Option) (*rds.DeleteGlobalClusterOutput, error)

DeleteGlobalClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeleteOptionGroup

func (_m *MockFakeRDS) DeleteOptionGroup(_a0 *rds.DeleteOptionGroupInput) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteOptionGroupRequest

func (_m *MockFakeRDS) DeleteOptionGroupRequest(_a0 *rds.DeleteOptionGroupInput) (*request.Request, *rds.DeleteOptionGroupOutput)

DeleteOptionGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeleteOptionGroupWithContext

func (_m *MockFakeRDS) DeleteOptionGroupWithContext(_a0 context.Context, _a1 *rds.DeleteOptionGroupInput, _a2 ...request.Option) (*rds.DeleteOptionGroupOutput, error)

DeleteOptionGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DeregisterDBProxyTargets

DeregisterDBProxyTargets provides a mock function with given fields: _a0

func (*MockFakeRDS) DeregisterDBProxyTargetsRequest

func (_m *MockFakeRDS) DeregisterDBProxyTargetsRequest(_a0 *rds.DeregisterDBProxyTargetsInput) (*request.Request, *rds.DeregisterDBProxyTargetsOutput)

DeregisterDBProxyTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DeregisterDBProxyTargetsWithContext

func (_m *MockFakeRDS) DeregisterDBProxyTargetsWithContext(_a0 context.Context, _a1 *rds.DeregisterDBProxyTargetsInput, _a2 ...request.Option) (*rds.DeregisterDBProxyTargetsOutput, error)

DeregisterDBProxyTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeAccountAttributes

DescribeAccountAttributes provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeAccountAttributesRequest

func (_m *MockFakeRDS) DescribeAccountAttributesRequest(_a0 *rds.DescribeAccountAttributesInput) (*request.Request, *rds.DescribeAccountAttributesOutput)

DescribeAccountAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeAccountAttributesWithContext

func (_m *MockFakeRDS) DescribeAccountAttributesWithContext(_a0 context.Context, _a1 *rds.DescribeAccountAttributesInput, _a2 ...request.Option) (*rds.DescribeAccountAttributesOutput, error)

DescribeAccountAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeCertificates

func (_m *MockFakeRDS) DescribeCertificates(_a0 *rds.DescribeCertificatesInput) (*rds.DescribeCertificatesOutput, error)

DescribeCertificates provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeCertificatesPages

func (_m *MockFakeRDS) DescribeCertificatesPages(_a0 *rds.DescribeCertificatesInput, _a1 func(*rds.DescribeCertificatesOutput, bool) bool) error

DescribeCertificatesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeCertificatesPagesWithContext

func (_m *MockFakeRDS) DescribeCertificatesPagesWithContext(_a0 context.Context, _a1 *rds.DescribeCertificatesInput, _a2 func(*rds.DescribeCertificatesOutput, bool) bool, _a3 ...request.Option) error

DescribeCertificatesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeCertificatesRequest

func (_m *MockFakeRDS) DescribeCertificatesRequest(_a0 *rds.DescribeCertificatesInput) (*request.Request, *rds.DescribeCertificatesOutput)

DescribeCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeCertificatesWithContext

func (_m *MockFakeRDS) DescribeCertificatesWithContext(_a0 context.Context, _a1 *rds.DescribeCertificatesInput, _a2 ...request.Option) (*rds.DescribeCertificatesOutput, error)

DescribeCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterBacktracks

DescribeDBClusterBacktracks provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterBacktracksPages

func (_m *MockFakeRDS) DescribeDBClusterBacktracksPages(_a0 *rds.DescribeDBClusterBacktracksInput, _a1 func(*rds.DescribeDBClusterBacktracksOutput, bool) bool) error

DescribeDBClusterBacktracksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClusterBacktracksPagesWithContext

func (_m *MockFakeRDS) DescribeDBClusterBacktracksPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterBacktracksInput, _a2 func(*rds.DescribeDBClusterBacktracksOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClusterBacktracksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClusterBacktracksRequest

func (_m *MockFakeRDS) DescribeDBClusterBacktracksRequest(_a0 *rds.DescribeDBClusterBacktracksInput) (*request.Request, *rds.DescribeDBClusterBacktracksOutput)

DescribeDBClusterBacktracksRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterBacktracksWithContext

func (_m *MockFakeRDS) DescribeDBClusterBacktracksWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterBacktracksInput, _a2 ...request.Option) (*rds.DescribeDBClusterBacktracksOutput, error)

DescribeDBClusterBacktracksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterEndpoints

DescribeDBClusterEndpoints provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterEndpointsPages

func (_m *MockFakeRDS) DescribeDBClusterEndpointsPages(_a0 *rds.DescribeDBClusterEndpointsInput, _a1 func(*rds.DescribeDBClusterEndpointsOutput, bool) bool) error

DescribeDBClusterEndpointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClusterEndpointsPagesWithContext

func (_m *MockFakeRDS) DescribeDBClusterEndpointsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterEndpointsInput, _a2 func(*rds.DescribeDBClusterEndpointsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClusterEndpointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClusterEndpointsRequest

func (_m *MockFakeRDS) DescribeDBClusterEndpointsRequest(_a0 *rds.DescribeDBClusterEndpointsInput) (*request.Request, *rds.DescribeDBClusterEndpointsOutput)

DescribeDBClusterEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterEndpointsWithContext

func (_m *MockFakeRDS) DescribeDBClusterEndpointsWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterEndpointsInput, _a2 ...request.Option) (*rds.DescribeDBClusterEndpointsOutput, error)

DescribeDBClusterEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterParameterGroups

DescribeDBClusterParameterGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterParameterGroupsPages

func (_m *MockFakeRDS) DescribeDBClusterParameterGroupsPages(_a0 *rds.DescribeDBClusterParameterGroupsInput, _a1 func(*rds.DescribeDBClusterParameterGroupsOutput, bool) bool) error

DescribeDBClusterParameterGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClusterParameterGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBClusterParameterGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterParameterGroupsInput, _a2 func(*rds.DescribeDBClusterParameterGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClusterParameterGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClusterParameterGroupsRequest

DescribeDBClusterParameterGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterParameterGroupsWithContext

func (_m *MockFakeRDS) DescribeDBClusterParameterGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterParameterGroupsInput, _a2 ...request.Option) (*rds.DescribeDBClusterParameterGroupsOutput, error)

DescribeDBClusterParameterGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterParameters

DescribeDBClusterParameters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterParametersPages

func (_m *MockFakeRDS) DescribeDBClusterParametersPages(_a0 *rds.DescribeDBClusterParametersInput, _a1 func(*rds.DescribeDBClusterParametersOutput, bool) bool) error

DescribeDBClusterParametersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClusterParametersPagesWithContext

func (_m *MockFakeRDS) DescribeDBClusterParametersPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterParametersInput, _a2 func(*rds.DescribeDBClusterParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClusterParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClusterParametersRequest

func (_m *MockFakeRDS) DescribeDBClusterParametersRequest(_a0 *rds.DescribeDBClusterParametersInput) (*request.Request, *rds.DescribeDBClusterParametersOutput)

DescribeDBClusterParametersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterParametersWithContext

func (_m *MockFakeRDS) DescribeDBClusterParametersWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterParametersInput, _a2 ...request.Option) (*rds.DescribeDBClusterParametersOutput, error)

DescribeDBClusterParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterSnapshotAttributes

DescribeDBClusterSnapshotAttributes provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterSnapshotAttributesRequest

DescribeDBClusterSnapshotAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterSnapshotAttributesWithContext

func (_m *MockFakeRDS) DescribeDBClusterSnapshotAttributesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterSnapshotAttributesInput, _a2 ...request.Option) (*rds.DescribeDBClusterSnapshotAttributesOutput, error)

DescribeDBClusterSnapshotAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusterSnapshots

DescribeDBClusterSnapshots provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterSnapshotsPages

func (_m *MockFakeRDS) DescribeDBClusterSnapshotsPages(_a0 *rds.DescribeDBClusterSnapshotsInput, _a1 func(*rds.DescribeDBClusterSnapshotsOutput, bool) bool) error

DescribeDBClusterSnapshotsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClusterSnapshotsPagesWithContext

func (_m *MockFakeRDS) DescribeDBClusterSnapshotsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterSnapshotsInput, _a2 func(*rds.DescribeDBClusterSnapshotsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClusterSnapshotsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClusterSnapshotsRequest

func (_m *MockFakeRDS) DescribeDBClusterSnapshotsRequest(_a0 *rds.DescribeDBClusterSnapshotsInput) (*request.Request, *rds.DescribeDBClusterSnapshotsOutput)

DescribeDBClusterSnapshotsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClusterSnapshotsWithContext

func (_m *MockFakeRDS) DescribeDBClusterSnapshotsWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterSnapshotsInput, _a2 ...request.Option) (*rds.DescribeDBClusterSnapshotsOutput, error)

DescribeDBClusterSnapshotsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBClusters

func (_m *MockFakeRDS) DescribeDBClusters(_a0 *rds.DescribeDBClustersInput) (*rds.DescribeDBClustersOutput, error)

DescribeDBClusters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClustersPages

func (_m *MockFakeRDS) DescribeDBClustersPages(_a0 *rds.DescribeDBClustersInput, _a1 func(*rds.DescribeDBClustersOutput, bool) bool) error

DescribeDBClustersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBClustersPagesWithContext

func (_m *MockFakeRDS) DescribeDBClustersPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBClustersInput, _a2 func(*rds.DescribeDBClustersOutput, bool) bool, _a3 ...request.Option) error

DescribeDBClustersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBClustersRequest

func (_m *MockFakeRDS) DescribeDBClustersRequest(_a0 *rds.DescribeDBClustersInput) (*request.Request, *rds.DescribeDBClustersOutput)

DescribeDBClustersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBClustersWithContext

func (_m *MockFakeRDS) DescribeDBClustersWithContext(_a0 context.Context, _a1 *rds.DescribeDBClustersInput, _a2 ...request.Option) (*rds.DescribeDBClustersOutput, error)

DescribeDBClustersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBEngineVersions

DescribeDBEngineVersions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBEngineVersionsPages

func (_m *MockFakeRDS) DescribeDBEngineVersionsPages(_a0 *rds.DescribeDBEngineVersionsInput, _a1 func(*rds.DescribeDBEngineVersionsOutput, bool) bool) error

DescribeDBEngineVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBEngineVersionsPagesWithContext

func (_m *MockFakeRDS) DescribeDBEngineVersionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBEngineVersionsInput, _a2 func(*rds.DescribeDBEngineVersionsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBEngineVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBEngineVersionsRequest

func (_m *MockFakeRDS) DescribeDBEngineVersionsRequest(_a0 *rds.DescribeDBEngineVersionsInput) (*request.Request, *rds.DescribeDBEngineVersionsOutput)

DescribeDBEngineVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBEngineVersionsWithContext

func (_m *MockFakeRDS) DescribeDBEngineVersionsWithContext(_a0 context.Context, _a1 *rds.DescribeDBEngineVersionsInput, _a2 ...request.Option) (*rds.DescribeDBEngineVersionsOutput, error)

DescribeDBEngineVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBInstanceAutomatedBackups

DescribeDBInstanceAutomatedBackups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBInstanceAutomatedBackupsPages

func (_m *MockFakeRDS) DescribeDBInstanceAutomatedBackupsPages(_a0 *rds.DescribeDBInstanceAutomatedBackupsInput, _a1 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool) error

DescribeDBInstanceAutomatedBackupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBInstanceAutomatedBackupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBInstanceAutomatedBackupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstanceAutomatedBackupsInput, _a2 func(*rds.DescribeDBInstanceAutomatedBackupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBInstanceAutomatedBackupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBInstanceAutomatedBackupsRequest

DescribeDBInstanceAutomatedBackupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBInstanceAutomatedBackupsWithContext

func (_m *MockFakeRDS) DescribeDBInstanceAutomatedBackupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstanceAutomatedBackupsInput, _a2 ...request.Option) (*rds.DescribeDBInstanceAutomatedBackupsOutput, error)

DescribeDBInstanceAutomatedBackupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBInstances

func (_m *MockFakeRDS) DescribeDBInstances(_a0 *rds.DescribeDBInstancesInput) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstances provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBInstancesPages

func (_m *MockFakeRDS) DescribeDBInstancesPages(_a0 *rds.DescribeDBInstancesInput, _a1 func(*rds.DescribeDBInstancesOutput, bool) bool) error

DescribeDBInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBInstancesPagesWithContext

func (_m *MockFakeRDS) DescribeDBInstancesPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstancesInput, _a2 func(*rds.DescribeDBInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeDBInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBInstancesRequest

func (_m *MockFakeRDS) DescribeDBInstancesRequest(_a0 *rds.DescribeDBInstancesInput) (*request.Request, *rds.DescribeDBInstancesOutput)

DescribeDBInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBInstancesWithContext

func (_m *MockFakeRDS) DescribeDBInstancesWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstancesInput, _a2 ...request.Option) (*rds.DescribeDBInstancesOutput, error)

DescribeDBInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBLogFiles

func (_m *MockFakeRDS) DescribeDBLogFiles(_a0 *rds.DescribeDBLogFilesInput) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFiles provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBLogFilesPages

func (_m *MockFakeRDS) DescribeDBLogFilesPages(_a0 *rds.DescribeDBLogFilesInput, _a1 func(*rds.DescribeDBLogFilesOutput, bool) bool) error

DescribeDBLogFilesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBLogFilesPagesWithContext

func (_m *MockFakeRDS) DescribeDBLogFilesPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBLogFilesInput, _a2 func(*rds.DescribeDBLogFilesOutput, bool) bool, _a3 ...request.Option) error

DescribeDBLogFilesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBLogFilesRequest

func (_m *MockFakeRDS) DescribeDBLogFilesRequest(_a0 *rds.DescribeDBLogFilesInput) (*request.Request, *rds.DescribeDBLogFilesOutput)

DescribeDBLogFilesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBLogFilesWithContext

func (_m *MockFakeRDS) DescribeDBLogFilesWithContext(_a0 context.Context, _a1 *rds.DescribeDBLogFilesInput, _a2 ...request.Option) (*rds.DescribeDBLogFilesOutput, error)

DescribeDBLogFilesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBParameterGroups

DescribeDBParameterGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBParameterGroupsPages

func (_m *MockFakeRDS) DescribeDBParameterGroupsPages(_a0 *rds.DescribeDBParameterGroupsInput, _a1 func(*rds.DescribeDBParameterGroupsOutput, bool) bool) error

DescribeDBParameterGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBParameterGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBParameterGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBParameterGroupsInput, _a2 func(*rds.DescribeDBParameterGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBParameterGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBParameterGroupsRequest

func (_m *MockFakeRDS) DescribeDBParameterGroupsRequest(_a0 *rds.DescribeDBParameterGroupsInput) (*request.Request, *rds.DescribeDBParameterGroupsOutput)

DescribeDBParameterGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBParameterGroupsWithContext

func (_m *MockFakeRDS) DescribeDBParameterGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBParameterGroupsInput, _a2 ...request.Option) (*rds.DescribeDBParameterGroupsOutput, error)

DescribeDBParameterGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBParameters

func (_m *MockFakeRDS) DescribeDBParameters(_a0 *rds.DescribeDBParametersInput) (*rds.DescribeDBParametersOutput, error)

DescribeDBParameters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBParametersPages

func (_m *MockFakeRDS) DescribeDBParametersPages(_a0 *rds.DescribeDBParametersInput, _a1 func(*rds.DescribeDBParametersOutput, bool) bool) error

DescribeDBParametersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBParametersPagesWithContext

func (_m *MockFakeRDS) DescribeDBParametersPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBParametersInput, _a2 func(*rds.DescribeDBParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeDBParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBParametersRequest

func (_m *MockFakeRDS) DescribeDBParametersRequest(_a0 *rds.DescribeDBParametersInput) (*request.Request, *rds.DescribeDBParametersOutput)

DescribeDBParametersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBParametersWithContext

func (_m *MockFakeRDS) DescribeDBParametersWithContext(_a0 context.Context, _a1 *rds.DescribeDBParametersInput, _a2 ...request.Option) (*rds.DescribeDBParametersOutput, error)

DescribeDBParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBProxies

func (_m *MockFakeRDS) DescribeDBProxies(_a0 *rds.DescribeDBProxiesInput) (*rds.DescribeDBProxiesOutput, error)

DescribeDBProxies provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxiesPages

func (_m *MockFakeRDS) DescribeDBProxiesPages(_a0 *rds.DescribeDBProxiesInput, _a1 func(*rds.DescribeDBProxiesOutput, bool) bool) error

DescribeDBProxiesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBProxiesPagesWithContext

func (_m *MockFakeRDS) DescribeDBProxiesPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxiesInput, _a2 func(*rds.DescribeDBProxiesOutput, bool) bool, _a3 ...request.Option) error

DescribeDBProxiesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBProxiesRequest

func (_m *MockFakeRDS) DescribeDBProxiesRequest(_a0 *rds.DescribeDBProxiesInput) (*request.Request, *rds.DescribeDBProxiesOutput)

DescribeDBProxiesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxiesWithContext

func (_m *MockFakeRDS) DescribeDBProxiesWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxiesInput, _a2 ...request.Option) (*rds.DescribeDBProxiesOutput, error)

DescribeDBProxiesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBProxyEndpoints

DescribeDBProxyEndpoints provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyEndpointsPages

func (_m *MockFakeRDS) DescribeDBProxyEndpointsPages(_a0 *rds.DescribeDBProxyEndpointsInput, _a1 func(*rds.DescribeDBProxyEndpointsOutput, bool) bool) error

DescribeDBProxyEndpointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBProxyEndpointsPagesWithContext

func (_m *MockFakeRDS) DescribeDBProxyEndpointsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyEndpointsInput, _a2 func(*rds.DescribeDBProxyEndpointsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBProxyEndpointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBProxyEndpointsRequest

func (_m *MockFakeRDS) DescribeDBProxyEndpointsRequest(_a0 *rds.DescribeDBProxyEndpointsInput) (*request.Request, *rds.DescribeDBProxyEndpointsOutput)

DescribeDBProxyEndpointsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyEndpointsWithContext

func (_m *MockFakeRDS) DescribeDBProxyEndpointsWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyEndpointsInput, _a2 ...request.Option) (*rds.DescribeDBProxyEndpointsOutput, error)

DescribeDBProxyEndpointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBProxyTargetGroups

DescribeDBProxyTargetGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyTargetGroupsPages

func (_m *MockFakeRDS) DescribeDBProxyTargetGroupsPages(_a0 *rds.DescribeDBProxyTargetGroupsInput, _a1 func(*rds.DescribeDBProxyTargetGroupsOutput, bool) bool) error

DescribeDBProxyTargetGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBProxyTargetGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBProxyTargetGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyTargetGroupsInput, _a2 func(*rds.DescribeDBProxyTargetGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBProxyTargetGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBProxyTargetGroupsRequest

func (_m *MockFakeRDS) DescribeDBProxyTargetGroupsRequest(_a0 *rds.DescribeDBProxyTargetGroupsInput) (*request.Request, *rds.DescribeDBProxyTargetGroupsOutput)

DescribeDBProxyTargetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyTargetGroupsWithContext

func (_m *MockFakeRDS) DescribeDBProxyTargetGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyTargetGroupsInput, _a2 ...request.Option) (*rds.DescribeDBProxyTargetGroupsOutput, error)

DescribeDBProxyTargetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBProxyTargets

DescribeDBProxyTargets provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyTargetsPages

func (_m *MockFakeRDS) DescribeDBProxyTargetsPages(_a0 *rds.DescribeDBProxyTargetsInput, _a1 func(*rds.DescribeDBProxyTargetsOutput, bool) bool) error

DescribeDBProxyTargetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBProxyTargetsPagesWithContext

func (_m *MockFakeRDS) DescribeDBProxyTargetsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyTargetsInput, _a2 func(*rds.DescribeDBProxyTargetsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBProxyTargetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBProxyTargetsRequest

func (_m *MockFakeRDS) DescribeDBProxyTargetsRequest(_a0 *rds.DescribeDBProxyTargetsInput) (*request.Request, *rds.DescribeDBProxyTargetsOutput)

DescribeDBProxyTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBProxyTargetsWithContext

func (_m *MockFakeRDS) DescribeDBProxyTargetsWithContext(_a0 context.Context, _a1 *rds.DescribeDBProxyTargetsInput, _a2 ...request.Option) (*rds.DescribeDBProxyTargetsOutput, error)

DescribeDBProxyTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBSecurityGroups

DescribeDBSecurityGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSecurityGroupsPages

func (_m *MockFakeRDS) DescribeDBSecurityGroupsPages(_a0 *rds.DescribeDBSecurityGroupsInput, _a1 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool) error

DescribeDBSecurityGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBSecurityGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBSecurityGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBSecurityGroupsInput, _a2 func(*rds.DescribeDBSecurityGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBSecurityGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBSecurityGroupsRequest

func (_m *MockFakeRDS) DescribeDBSecurityGroupsRequest(_a0 *rds.DescribeDBSecurityGroupsInput) (*request.Request, *rds.DescribeDBSecurityGroupsOutput)

DescribeDBSecurityGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSecurityGroupsWithContext

func (_m *MockFakeRDS) DescribeDBSecurityGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBSecurityGroupsInput, _a2 ...request.Option) (*rds.DescribeDBSecurityGroupsOutput, error)

DescribeDBSecurityGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBSnapshotAttributes

DescribeDBSnapshotAttributes provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSnapshotAttributesRequest

func (_m *MockFakeRDS) DescribeDBSnapshotAttributesRequest(_a0 *rds.DescribeDBSnapshotAttributesInput) (*request.Request, *rds.DescribeDBSnapshotAttributesOutput)

DescribeDBSnapshotAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSnapshotAttributesWithContext

func (_m *MockFakeRDS) DescribeDBSnapshotAttributesWithContext(_a0 context.Context, _a1 *rds.DescribeDBSnapshotAttributesInput, _a2 ...request.Option) (*rds.DescribeDBSnapshotAttributesOutput, error)

DescribeDBSnapshotAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBSnapshots

func (_m *MockFakeRDS) DescribeDBSnapshots(_a0 *rds.DescribeDBSnapshotsInput) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshots provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSnapshotsPages

func (_m *MockFakeRDS) DescribeDBSnapshotsPages(_a0 *rds.DescribeDBSnapshotsInput, _a1 func(*rds.DescribeDBSnapshotsOutput, bool) bool) error

DescribeDBSnapshotsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBSnapshotsPagesWithContext

func (_m *MockFakeRDS) DescribeDBSnapshotsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBSnapshotsInput, _a2 func(*rds.DescribeDBSnapshotsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBSnapshotsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBSnapshotsRequest

func (_m *MockFakeRDS) DescribeDBSnapshotsRequest(_a0 *rds.DescribeDBSnapshotsInput) (*request.Request, *rds.DescribeDBSnapshotsOutput)

DescribeDBSnapshotsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSnapshotsWithContext

func (_m *MockFakeRDS) DescribeDBSnapshotsWithContext(_a0 context.Context, _a1 *rds.DescribeDBSnapshotsInput, _a2 ...request.Option) (*rds.DescribeDBSnapshotsOutput, error)

DescribeDBSnapshotsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeDBSubnetGroups

DescribeDBSubnetGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSubnetGroupsPages

func (_m *MockFakeRDS) DescribeDBSubnetGroupsPages(_a0 *rds.DescribeDBSubnetGroupsInput, _a1 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool) error

DescribeDBSubnetGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeDBSubnetGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeDBSubnetGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeDBSubnetGroupsInput, _a2 func(*rds.DescribeDBSubnetGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeDBSubnetGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeDBSubnetGroupsRequest

func (_m *MockFakeRDS) DescribeDBSubnetGroupsRequest(_a0 *rds.DescribeDBSubnetGroupsInput) (*request.Request, *rds.DescribeDBSubnetGroupsOutput)

DescribeDBSubnetGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeDBSubnetGroupsWithContext

func (_m *MockFakeRDS) DescribeDBSubnetGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeDBSubnetGroupsInput, _a2 ...request.Option) (*rds.DescribeDBSubnetGroupsOutput, error)

DescribeDBSubnetGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeEngineDefaultClusterParameters

DescribeEngineDefaultClusterParameters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEngineDefaultClusterParametersRequest

DescribeEngineDefaultClusterParametersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEngineDefaultClusterParametersWithContext

func (_m *MockFakeRDS) DescribeEngineDefaultClusterParametersWithContext(_a0 context.Context, _a1 *rds.DescribeEngineDefaultClusterParametersInput, _a2 ...request.Option) (*rds.DescribeEngineDefaultClusterParametersOutput, error)

DescribeEngineDefaultClusterParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeEngineDefaultParameters

DescribeEngineDefaultParameters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEngineDefaultParametersPages

func (_m *MockFakeRDS) DescribeEngineDefaultParametersPages(_a0 *rds.DescribeEngineDefaultParametersInput, _a1 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool) error

DescribeEngineDefaultParametersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeEngineDefaultParametersPagesWithContext

func (_m *MockFakeRDS) DescribeEngineDefaultParametersPagesWithContext(_a0 context.Context, _a1 *rds.DescribeEngineDefaultParametersInput, _a2 func(*rds.DescribeEngineDefaultParametersOutput, bool) bool, _a3 ...request.Option) error

DescribeEngineDefaultParametersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeEngineDefaultParametersRequest

DescribeEngineDefaultParametersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEngineDefaultParametersWithContext

func (_m *MockFakeRDS) DescribeEngineDefaultParametersWithContext(_a0 context.Context, _a1 *rds.DescribeEngineDefaultParametersInput, _a2 ...request.Option) (*rds.DescribeEngineDefaultParametersOutput, error)

DescribeEngineDefaultParametersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeEventCategories

DescribeEventCategories provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventCategoriesRequest

func (_m *MockFakeRDS) DescribeEventCategoriesRequest(_a0 *rds.DescribeEventCategoriesInput) (*request.Request, *rds.DescribeEventCategoriesOutput)

DescribeEventCategoriesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventCategoriesWithContext

func (_m *MockFakeRDS) DescribeEventCategoriesWithContext(_a0 context.Context, _a1 *rds.DescribeEventCategoriesInput, _a2 ...request.Option) (*rds.DescribeEventCategoriesOutput, error)

DescribeEventCategoriesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeEventSubscriptions

DescribeEventSubscriptions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventSubscriptionsPages

func (_m *MockFakeRDS) DescribeEventSubscriptionsPages(_a0 *rds.DescribeEventSubscriptionsInput, _a1 func(*rds.DescribeEventSubscriptionsOutput, bool) bool) error

DescribeEventSubscriptionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeEventSubscriptionsPagesWithContext

func (_m *MockFakeRDS) DescribeEventSubscriptionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeEventSubscriptionsInput, _a2 func(*rds.DescribeEventSubscriptionsOutput, bool) bool, _a3 ...request.Option) error

DescribeEventSubscriptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeEventSubscriptionsRequest

func (_m *MockFakeRDS) DescribeEventSubscriptionsRequest(_a0 *rds.DescribeEventSubscriptionsInput) (*request.Request, *rds.DescribeEventSubscriptionsOutput)

DescribeEventSubscriptionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventSubscriptionsWithContext

func (_m *MockFakeRDS) DescribeEventSubscriptionsWithContext(_a0 context.Context, _a1 *rds.DescribeEventSubscriptionsInput, _a2 ...request.Option) (*rds.DescribeEventSubscriptionsOutput, error)

DescribeEventSubscriptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeEvents

func (_m *MockFakeRDS) DescribeEvents(_a0 *rds.DescribeEventsInput) (*rds.DescribeEventsOutput, error)

DescribeEvents provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventsPages

func (_m *MockFakeRDS) DescribeEventsPages(_a0 *rds.DescribeEventsInput, _a1 func(*rds.DescribeEventsOutput, bool) bool) error

DescribeEventsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeEventsPagesWithContext

func (_m *MockFakeRDS) DescribeEventsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeEventsInput, _a2 func(*rds.DescribeEventsOutput, bool) bool, _a3 ...request.Option) error

DescribeEventsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeEventsRequest

func (_m *MockFakeRDS) DescribeEventsRequest(_a0 *rds.DescribeEventsInput) (*request.Request, *rds.DescribeEventsOutput)

DescribeEventsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeEventsWithContext

func (_m *MockFakeRDS) DescribeEventsWithContext(_a0 context.Context, _a1 *rds.DescribeEventsInput, _a2 ...request.Option) (*rds.DescribeEventsOutput, error)

DescribeEventsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeExportTasks

func (_m *MockFakeRDS) DescribeExportTasks(_a0 *rds.DescribeExportTasksInput) (*rds.DescribeExportTasksOutput, error)

DescribeExportTasks provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeExportTasksPages

func (_m *MockFakeRDS) DescribeExportTasksPages(_a0 *rds.DescribeExportTasksInput, _a1 func(*rds.DescribeExportTasksOutput, bool) bool) error

DescribeExportTasksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeExportTasksPagesWithContext

func (_m *MockFakeRDS) DescribeExportTasksPagesWithContext(_a0 context.Context, _a1 *rds.DescribeExportTasksInput, _a2 func(*rds.DescribeExportTasksOutput, bool) bool, _a3 ...request.Option) error

DescribeExportTasksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeExportTasksRequest

func (_m *MockFakeRDS) DescribeExportTasksRequest(_a0 *rds.DescribeExportTasksInput) (*request.Request, *rds.DescribeExportTasksOutput)

DescribeExportTasksRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeExportTasksWithContext

func (_m *MockFakeRDS) DescribeExportTasksWithContext(_a0 context.Context, _a1 *rds.DescribeExportTasksInput, _a2 ...request.Option) (*rds.DescribeExportTasksOutput, error)

DescribeExportTasksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeGlobalClusters

DescribeGlobalClusters provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeGlobalClustersPages

func (_m *MockFakeRDS) DescribeGlobalClustersPages(_a0 *rds.DescribeGlobalClustersInput, _a1 func(*rds.DescribeGlobalClustersOutput, bool) bool) error

DescribeGlobalClustersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeGlobalClustersPagesWithContext

func (_m *MockFakeRDS) DescribeGlobalClustersPagesWithContext(_a0 context.Context, _a1 *rds.DescribeGlobalClustersInput, _a2 func(*rds.DescribeGlobalClustersOutput, bool) bool, _a3 ...request.Option) error

DescribeGlobalClustersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeGlobalClustersRequest

func (_m *MockFakeRDS) DescribeGlobalClustersRequest(_a0 *rds.DescribeGlobalClustersInput) (*request.Request, *rds.DescribeGlobalClustersOutput)

DescribeGlobalClustersRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeGlobalClustersWithContext

func (_m *MockFakeRDS) DescribeGlobalClustersWithContext(_a0 context.Context, _a1 *rds.DescribeGlobalClustersInput, _a2 ...request.Option) (*rds.DescribeGlobalClustersOutput, error)

DescribeGlobalClustersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeOptionGroupOptions

DescribeOptionGroupOptions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOptionGroupOptionsPages

func (_m *MockFakeRDS) DescribeOptionGroupOptionsPages(_a0 *rds.DescribeOptionGroupOptionsInput, _a1 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool) error

DescribeOptionGroupOptionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeOptionGroupOptionsPagesWithContext

func (_m *MockFakeRDS) DescribeOptionGroupOptionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeOptionGroupOptionsInput, _a2 func(*rds.DescribeOptionGroupOptionsOutput, bool) bool, _a3 ...request.Option) error

DescribeOptionGroupOptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeOptionGroupOptionsRequest

func (_m *MockFakeRDS) DescribeOptionGroupOptionsRequest(_a0 *rds.DescribeOptionGroupOptionsInput) (*request.Request, *rds.DescribeOptionGroupOptionsOutput)

DescribeOptionGroupOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOptionGroupOptionsWithContext

func (_m *MockFakeRDS) DescribeOptionGroupOptionsWithContext(_a0 context.Context, _a1 *rds.DescribeOptionGroupOptionsInput, _a2 ...request.Option) (*rds.DescribeOptionGroupOptionsOutput, error)

DescribeOptionGroupOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeOptionGroups

func (_m *MockFakeRDS) DescribeOptionGroups(_a0 *rds.DescribeOptionGroupsInput) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroups provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOptionGroupsPages

func (_m *MockFakeRDS) DescribeOptionGroupsPages(_a0 *rds.DescribeOptionGroupsInput, _a1 func(*rds.DescribeOptionGroupsOutput, bool) bool) error

DescribeOptionGroupsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeOptionGroupsPagesWithContext

func (_m *MockFakeRDS) DescribeOptionGroupsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeOptionGroupsInput, _a2 func(*rds.DescribeOptionGroupsOutput, bool) bool, _a3 ...request.Option) error

DescribeOptionGroupsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeOptionGroupsRequest

func (_m *MockFakeRDS) DescribeOptionGroupsRequest(_a0 *rds.DescribeOptionGroupsInput) (*request.Request, *rds.DescribeOptionGroupsOutput)

DescribeOptionGroupsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOptionGroupsWithContext

func (_m *MockFakeRDS) DescribeOptionGroupsWithContext(_a0 context.Context, _a1 *rds.DescribeOptionGroupsInput, _a2 ...request.Option) (*rds.DescribeOptionGroupsOutput, error)

DescribeOptionGroupsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeOrderableDBInstanceOptions

DescribeOrderableDBInstanceOptions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOrderableDBInstanceOptionsPages

func (_m *MockFakeRDS) DescribeOrderableDBInstanceOptionsPages(_a0 *rds.DescribeOrderableDBInstanceOptionsInput, _a1 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool) error

DescribeOrderableDBInstanceOptionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeOrderableDBInstanceOptionsPagesWithContext

func (_m *MockFakeRDS) DescribeOrderableDBInstanceOptionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeOrderableDBInstanceOptionsInput, _a2 func(*rds.DescribeOrderableDBInstanceOptionsOutput, bool) bool, _a3 ...request.Option) error

DescribeOrderableDBInstanceOptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeOrderableDBInstanceOptionsRequest

DescribeOrderableDBInstanceOptionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeOrderableDBInstanceOptionsWithContext

func (_m *MockFakeRDS) DescribeOrderableDBInstanceOptionsWithContext(_a0 context.Context, _a1 *rds.DescribeOrderableDBInstanceOptionsInput, _a2 ...request.Option) (*rds.DescribeOrderableDBInstanceOptionsOutput, error)

DescribeOrderableDBInstanceOptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribePendingMaintenanceActions

DescribePendingMaintenanceActions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribePendingMaintenanceActionsPages

func (_m *MockFakeRDS) DescribePendingMaintenanceActionsPages(_a0 *rds.DescribePendingMaintenanceActionsInput, _a1 func(*rds.DescribePendingMaintenanceActionsOutput, bool) bool) error

DescribePendingMaintenanceActionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribePendingMaintenanceActionsPagesWithContext

func (_m *MockFakeRDS) DescribePendingMaintenanceActionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribePendingMaintenanceActionsInput, _a2 func(*rds.DescribePendingMaintenanceActionsOutput, bool) bool, _a3 ...request.Option) error

DescribePendingMaintenanceActionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribePendingMaintenanceActionsRequest

DescribePendingMaintenanceActionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribePendingMaintenanceActionsWithContext

func (_m *MockFakeRDS) DescribePendingMaintenanceActionsWithContext(_a0 context.Context, _a1 *rds.DescribePendingMaintenanceActionsInput, _a2 ...request.Option) (*rds.DescribePendingMaintenanceActionsOutput, error)

DescribePendingMaintenanceActionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeReservedDBInstances

DescribeReservedDBInstances provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeReservedDBInstancesOfferings

DescribeReservedDBInstancesOfferings provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeReservedDBInstancesOfferingsPages

func (_m *MockFakeRDS) DescribeReservedDBInstancesOfferingsPages(_a0 *rds.DescribeReservedDBInstancesOfferingsInput, _a1 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool) error

DescribeReservedDBInstancesOfferingsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeReservedDBInstancesOfferingsPagesWithContext

func (_m *MockFakeRDS) DescribeReservedDBInstancesOfferingsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeReservedDBInstancesOfferingsInput, _a2 func(*rds.DescribeReservedDBInstancesOfferingsOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedDBInstancesOfferingsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeReservedDBInstancesOfferingsRequest

DescribeReservedDBInstancesOfferingsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeReservedDBInstancesOfferingsWithContext

func (_m *MockFakeRDS) DescribeReservedDBInstancesOfferingsWithContext(_a0 context.Context, _a1 *rds.DescribeReservedDBInstancesOfferingsInput, _a2 ...request.Option) (*rds.DescribeReservedDBInstancesOfferingsOutput, error)

DescribeReservedDBInstancesOfferingsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeReservedDBInstancesPages

func (_m *MockFakeRDS) DescribeReservedDBInstancesPages(_a0 *rds.DescribeReservedDBInstancesInput, _a1 func(*rds.DescribeReservedDBInstancesOutput, bool) bool) error

DescribeReservedDBInstancesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeReservedDBInstancesPagesWithContext

func (_m *MockFakeRDS) DescribeReservedDBInstancesPagesWithContext(_a0 context.Context, _a1 *rds.DescribeReservedDBInstancesInput, _a2 func(*rds.DescribeReservedDBInstancesOutput, bool) bool, _a3 ...request.Option) error

DescribeReservedDBInstancesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeReservedDBInstancesRequest

func (_m *MockFakeRDS) DescribeReservedDBInstancesRequest(_a0 *rds.DescribeReservedDBInstancesInput) (*request.Request, *rds.DescribeReservedDBInstancesOutput)

DescribeReservedDBInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeReservedDBInstancesWithContext

func (_m *MockFakeRDS) DescribeReservedDBInstancesWithContext(_a0 context.Context, _a1 *rds.DescribeReservedDBInstancesInput, _a2 ...request.Option) (*rds.DescribeReservedDBInstancesOutput, error)

DescribeReservedDBInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeSourceRegions

func (_m *MockFakeRDS) DescribeSourceRegions(_a0 *rds.DescribeSourceRegionsInput) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegions provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeSourceRegionsPages

func (_m *MockFakeRDS) DescribeSourceRegionsPages(_a0 *rds.DescribeSourceRegionsInput, _a1 func(*rds.DescribeSourceRegionsOutput, bool) bool) error

DescribeSourceRegionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DescribeSourceRegionsPagesWithContext

func (_m *MockFakeRDS) DescribeSourceRegionsPagesWithContext(_a0 context.Context, _a1 *rds.DescribeSourceRegionsInput, _a2 func(*rds.DescribeSourceRegionsOutput, bool) bool, _a3 ...request.Option) error

DescribeSourceRegionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DescribeSourceRegionsRequest

func (_m *MockFakeRDS) DescribeSourceRegionsRequest(_a0 *rds.DescribeSourceRegionsInput) (*request.Request, *rds.DescribeSourceRegionsOutput)

DescribeSourceRegionsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeSourceRegionsWithContext

func (_m *MockFakeRDS) DescribeSourceRegionsWithContext(_a0 context.Context, _a1 *rds.DescribeSourceRegionsInput, _a2 ...request.Option) (*rds.DescribeSourceRegionsOutput, error)

DescribeSourceRegionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DescribeValidDBInstanceModifications

DescribeValidDBInstanceModifications provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeValidDBInstanceModificationsRequest

DescribeValidDBInstanceModificationsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DescribeValidDBInstanceModificationsWithContext

func (_m *MockFakeRDS) DescribeValidDBInstanceModificationsWithContext(_a0 context.Context, _a1 *rds.DescribeValidDBInstanceModificationsInput, _a2 ...request.Option) (*rds.DescribeValidDBInstanceModificationsOutput, error)

DescribeValidDBInstanceModificationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) DownloadDBLogFilePortion

DownloadDBLogFilePortion provides a mock function with given fields: _a0

func (*MockFakeRDS) DownloadDBLogFilePortionPages

func (_m *MockFakeRDS) DownloadDBLogFilePortionPages(_a0 *rds.DownloadDBLogFilePortionInput, _a1 func(*rds.DownloadDBLogFilePortionOutput, bool) bool) error

DownloadDBLogFilePortionPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRDS) DownloadDBLogFilePortionPagesWithContext

func (_m *MockFakeRDS) DownloadDBLogFilePortionPagesWithContext(_a0 context.Context, _a1 *rds.DownloadDBLogFilePortionInput, _a2 func(*rds.DownloadDBLogFilePortionOutput, bool) bool, _a3 ...request.Option) error

DownloadDBLogFilePortionPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRDS) DownloadDBLogFilePortionRequest

func (_m *MockFakeRDS) DownloadDBLogFilePortionRequest(_a0 *rds.DownloadDBLogFilePortionInput) (*request.Request, *rds.DownloadDBLogFilePortionOutput)

DownloadDBLogFilePortionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) DownloadDBLogFilePortionWithContext

func (_m *MockFakeRDS) DownloadDBLogFilePortionWithContext(_a0 context.Context, _a1 *rds.DownloadDBLogFilePortionInput, _a2 ...request.Option) (*rds.DownloadDBLogFilePortionOutput, error)

DownloadDBLogFilePortionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) FailoverDBCluster

func (_m *MockFakeRDS) FailoverDBCluster(_a0 *rds.FailoverDBClusterInput) (*rds.FailoverDBClusterOutput, error)

FailoverDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) FailoverDBClusterRequest

func (_m *MockFakeRDS) FailoverDBClusterRequest(_a0 *rds.FailoverDBClusterInput) (*request.Request, *rds.FailoverDBClusterOutput)

FailoverDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) FailoverDBClusterWithContext

func (_m *MockFakeRDS) FailoverDBClusterWithContext(_a0 context.Context, _a1 *rds.FailoverDBClusterInput, _a2 ...request.Option) (*rds.FailoverDBClusterOutput, error)

FailoverDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) FailoverGlobalCluster

func (_m *MockFakeRDS) FailoverGlobalCluster(_a0 *rds.FailoverGlobalClusterInput) (*rds.FailoverGlobalClusterOutput, error)

FailoverGlobalCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) FailoverGlobalClusterRequest

func (_m *MockFakeRDS) FailoverGlobalClusterRequest(_a0 *rds.FailoverGlobalClusterInput) (*request.Request, *rds.FailoverGlobalClusterOutput)

FailoverGlobalClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) FailoverGlobalClusterWithContext

func (_m *MockFakeRDS) FailoverGlobalClusterWithContext(_a0 context.Context, _a1 *rds.FailoverGlobalClusterInput, _a2 ...request.Option) (*rds.FailoverGlobalClusterOutput, error)

FailoverGlobalClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ListTagsForResource

func (_m *MockFakeRDS) ListTagsForResource(_a0 *rds.ListTagsForResourceInput) (*rds.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeRDS) ListTagsForResourceRequest

func (_m *MockFakeRDS) ListTagsForResourceRequest(_a0 *rds.ListTagsForResourceInput) (*request.Request, *rds.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ListTagsForResourceWithContext

func (_m *MockFakeRDS) ListTagsForResourceWithContext(_a0 context.Context, _a1 *rds.ListTagsForResourceInput, _a2 ...request.Option) (*rds.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyActivityStream

func (_m *MockFakeRDS) ModifyActivityStream(_a0 *rds.ModifyActivityStreamInput) (*rds.ModifyActivityStreamOutput, error)

ModifyActivityStream provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyActivityStreamRequest

func (_m *MockFakeRDS) ModifyActivityStreamRequest(_a0 *rds.ModifyActivityStreamInput) (*request.Request, *rds.ModifyActivityStreamOutput)

ModifyActivityStreamRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyActivityStreamWithContext

func (_m *MockFakeRDS) ModifyActivityStreamWithContext(_a0 context.Context, _a1 *rds.ModifyActivityStreamInput, _a2 ...request.Option) (*rds.ModifyActivityStreamOutput, error)

ModifyActivityStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyCertificates

func (_m *MockFakeRDS) ModifyCertificates(_a0 *rds.ModifyCertificatesInput) (*rds.ModifyCertificatesOutput, error)

ModifyCertificates provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCertificatesRequest

func (_m *MockFakeRDS) ModifyCertificatesRequest(_a0 *rds.ModifyCertificatesInput) (*request.Request, *rds.ModifyCertificatesOutput)

ModifyCertificatesRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCertificatesWithContext

func (_m *MockFakeRDS) ModifyCertificatesWithContext(_a0 context.Context, _a1 *rds.ModifyCertificatesInput, _a2 ...request.Option) (*rds.ModifyCertificatesOutput, error)

ModifyCertificatesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyCurrentDBClusterCapacity

ModifyCurrentDBClusterCapacity provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCurrentDBClusterCapacityRequest

func (_m *MockFakeRDS) ModifyCurrentDBClusterCapacityRequest(_a0 *rds.ModifyCurrentDBClusterCapacityInput) (*request.Request, *rds.ModifyCurrentDBClusterCapacityOutput)

ModifyCurrentDBClusterCapacityRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCurrentDBClusterCapacityWithContext

func (_m *MockFakeRDS) ModifyCurrentDBClusterCapacityWithContext(_a0 context.Context, _a1 *rds.ModifyCurrentDBClusterCapacityInput, _a2 ...request.Option) (*rds.ModifyCurrentDBClusterCapacityOutput, error)

ModifyCurrentDBClusterCapacityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyCustomDBEngineVersion

ModifyCustomDBEngineVersion provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCustomDBEngineVersionRequest

func (_m *MockFakeRDS) ModifyCustomDBEngineVersionRequest(_a0 *rds.ModifyCustomDBEngineVersionInput) (*request.Request, *rds.ModifyCustomDBEngineVersionOutput)

ModifyCustomDBEngineVersionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyCustomDBEngineVersionWithContext

func (_m *MockFakeRDS) ModifyCustomDBEngineVersionWithContext(_a0 context.Context, _a1 *rds.ModifyCustomDBEngineVersionInput, _a2 ...request.Option) (*rds.ModifyCustomDBEngineVersionOutput, error)

ModifyCustomDBEngineVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBCluster

func (_m *MockFakeRDS) ModifyDBCluster(_a0 *rds.ModifyDBClusterInput) (*rds.ModifyDBClusterOutput, error)

ModifyDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterEndpoint

ModifyDBClusterEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterEndpointRequest

func (_m *MockFakeRDS) ModifyDBClusterEndpointRequest(_a0 *rds.ModifyDBClusterEndpointInput) (*request.Request, *rds.ModifyDBClusterEndpointOutput)

ModifyDBClusterEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterEndpointWithContext

func (_m *MockFakeRDS) ModifyDBClusterEndpointWithContext(_a0 context.Context, _a1 *rds.ModifyDBClusterEndpointInput, _a2 ...request.Option) (*rds.ModifyDBClusterEndpointOutput, error)

ModifyDBClusterEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBClusterParameterGroup

ModifyDBClusterParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterParameterGroupRequest

func (_m *MockFakeRDS) ModifyDBClusterParameterGroupRequest(_a0 *rds.ModifyDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ModifyDBClusterParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterParameterGroupWithContext

func (_m *MockFakeRDS) ModifyDBClusterParameterGroupWithContext(_a0 context.Context, _a1 *rds.ModifyDBClusterParameterGroupInput, _a2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ModifyDBClusterParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBClusterRequest

func (_m *MockFakeRDS) ModifyDBClusterRequest(_a0 *rds.ModifyDBClusterInput) (*request.Request, *rds.ModifyDBClusterOutput)

ModifyDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterSnapshotAttribute

ModifyDBClusterSnapshotAttribute provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterSnapshotAttributeRequest

ModifyDBClusterSnapshotAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBClusterSnapshotAttributeWithContext

func (_m *MockFakeRDS) ModifyDBClusterSnapshotAttributeWithContext(_a0 context.Context, _a1 *rds.ModifyDBClusterSnapshotAttributeInput, _a2 ...request.Option) (*rds.ModifyDBClusterSnapshotAttributeOutput, error)

ModifyDBClusterSnapshotAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBClusterWithContext

func (_m *MockFakeRDS) ModifyDBClusterWithContext(_a0 context.Context, _a1 *rds.ModifyDBClusterInput, _a2 ...request.Option) (*rds.ModifyDBClusterOutput, error)

ModifyDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBInstance

func (_m *MockFakeRDS) ModifyDBInstance(_a0 *rds.ModifyDBInstanceInput) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBInstanceRequest

func (_m *MockFakeRDS) ModifyDBInstanceRequest(_a0 *rds.ModifyDBInstanceInput) (*request.Request, *rds.ModifyDBInstanceOutput)

ModifyDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBInstanceWithContext

func (_m *MockFakeRDS) ModifyDBInstanceWithContext(_a0 context.Context, _a1 *rds.ModifyDBInstanceInput, _a2 ...request.Option) (*rds.ModifyDBInstanceOutput, error)

ModifyDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBParameterGroup

func (_m *MockFakeRDS) ModifyDBParameterGroup(_a0 *rds.ModifyDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBParameterGroupRequest

func (_m *MockFakeRDS) ModifyDBParameterGroupRequest(_a0 *rds.ModifyDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ModifyDBParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBParameterGroupWithContext

func (_m *MockFakeRDS) ModifyDBParameterGroupWithContext(_a0 context.Context, _a1 *rds.ModifyDBParameterGroupInput, _a2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ModifyDBParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBProxy

func (_m *MockFakeRDS) ModifyDBProxy(_a0 *rds.ModifyDBProxyInput) (*rds.ModifyDBProxyOutput, error)

ModifyDBProxy provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyEndpoint

func (_m *MockFakeRDS) ModifyDBProxyEndpoint(_a0 *rds.ModifyDBProxyEndpointInput) (*rds.ModifyDBProxyEndpointOutput, error)

ModifyDBProxyEndpoint provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyEndpointRequest

func (_m *MockFakeRDS) ModifyDBProxyEndpointRequest(_a0 *rds.ModifyDBProxyEndpointInput) (*request.Request, *rds.ModifyDBProxyEndpointOutput)

ModifyDBProxyEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyEndpointWithContext

func (_m *MockFakeRDS) ModifyDBProxyEndpointWithContext(_a0 context.Context, _a1 *rds.ModifyDBProxyEndpointInput, _a2 ...request.Option) (*rds.ModifyDBProxyEndpointOutput, error)

ModifyDBProxyEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBProxyRequest

func (_m *MockFakeRDS) ModifyDBProxyRequest(_a0 *rds.ModifyDBProxyInput) (*request.Request, *rds.ModifyDBProxyOutput)

ModifyDBProxyRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyTargetGroup

ModifyDBProxyTargetGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyTargetGroupRequest

func (_m *MockFakeRDS) ModifyDBProxyTargetGroupRequest(_a0 *rds.ModifyDBProxyTargetGroupInput) (*request.Request, *rds.ModifyDBProxyTargetGroupOutput)

ModifyDBProxyTargetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBProxyTargetGroupWithContext

func (_m *MockFakeRDS) ModifyDBProxyTargetGroupWithContext(_a0 context.Context, _a1 *rds.ModifyDBProxyTargetGroupInput, _a2 ...request.Option) (*rds.ModifyDBProxyTargetGroupOutput, error)

ModifyDBProxyTargetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBProxyWithContext

func (_m *MockFakeRDS) ModifyDBProxyWithContext(_a0 context.Context, _a1 *rds.ModifyDBProxyInput, _a2 ...request.Option) (*rds.ModifyDBProxyOutput, error)

ModifyDBProxyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBSnapshot

func (_m *MockFakeRDS) ModifyDBSnapshot(_a0 *rds.ModifyDBSnapshotInput) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSnapshotAttribute

ModifyDBSnapshotAttribute provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSnapshotAttributeRequest

func (_m *MockFakeRDS) ModifyDBSnapshotAttributeRequest(_a0 *rds.ModifyDBSnapshotAttributeInput) (*request.Request, *rds.ModifyDBSnapshotAttributeOutput)

ModifyDBSnapshotAttributeRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSnapshotAttributeWithContext

func (_m *MockFakeRDS) ModifyDBSnapshotAttributeWithContext(_a0 context.Context, _a1 *rds.ModifyDBSnapshotAttributeInput, _a2 ...request.Option) (*rds.ModifyDBSnapshotAttributeOutput, error)

ModifyDBSnapshotAttributeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBSnapshotRequest

func (_m *MockFakeRDS) ModifyDBSnapshotRequest(_a0 *rds.ModifyDBSnapshotInput) (*request.Request, *rds.ModifyDBSnapshotOutput)

ModifyDBSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSnapshotWithContext

func (_m *MockFakeRDS) ModifyDBSnapshotWithContext(_a0 context.Context, _a1 *rds.ModifyDBSnapshotInput, _a2 ...request.Option) (*rds.ModifyDBSnapshotOutput, error)

ModifyDBSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyDBSubnetGroup

func (_m *MockFakeRDS) ModifyDBSubnetGroup(_a0 *rds.ModifyDBSubnetGroupInput) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSubnetGroupRequest

func (_m *MockFakeRDS) ModifyDBSubnetGroupRequest(_a0 *rds.ModifyDBSubnetGroupInput) (*request.Request, *rds.ModifyDBSubnetGroupOutput)

ModifyDBSubnetGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyDBSubnetGroupWithContext

func (_m *MockFakeRDS) ModifyDBSubnetGroupWithContext(_a0 context.Context, _a1 *rds.ModifyDBSubnetGroupInput, _a2 ...request.Option) (*rds.ModifyDBSubnetGroupOutput, error)

ModifyDBSubnetGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyEventSubscription

ModifyEventSubscription provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyEventSubscriptionRequest

func (_m *MockFakeRDS) ModifyEventSubscriptionRequest(_a0 *rds.ModifyEventSubscriptionInput) (*request.Request, *rds.ModifyEventSubscriptionOutput)

ModifyEventSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyEventSubscriptionWithContext

func (_m *MockFakeRDS) ModifyEventSubscriptionWithContext(_a0 context.Context, _a1 *rds.ModifyEventSubscriptionInput, _a2 ...request.Option) (*rds.ModifyEventSubscriptionOutput, error)

ModifyEventSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyGlobalCluster

func (_m *MockFakeRDS) ModifyGlobalCluster(_a0 *rds.ModifyGlobalClusterInput) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyGlobalClusterRequest

func (_m *MockFakeRDS) ModifyGlobalClusterRequest(_a0 *rds.ModifyGlobalClusterInput) (*request.Request, *rds.ModifyGlobalClusterOutput)

ModifyGlobalClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyGlobalClusterWithContext

func (_m *MockFakeRDS) ModifyGlobalClusterWithContext(_a0 context.Context, _a1 *rds.ModifyGlobalClusterInput, _a2 ...request.Option) (*rds.ModifyGlobalClusterOutput, error)

ModifyGlobalClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ModifyOptionGroup

func (_m *MockFakeRDS) ModifyOptionGroup(_a0 *rds.ModifyOptionGroupInput) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyOptionGroupRequest

func (_m *MockFakeRDS) ModifyOptionGroupRequest(_a0 *rds.ModifyOptionGroupInput) (*request.Request, *rds.ModifyOptionGroupOutput)

ModifyOptionGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ModifyOptionGroupWithContext

func (_m *MockFakeRDS) ModifyOptionGroupWithContext(_a0 context.Context, _a1 *rds.ModifyOptionGroupInput, _a2 ...request.Option) (*rds.ModifyOptionGroupOutput, error)

ModifyOptionGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) PromoteReadReplica

func (_m *MockFakeRDS) PromoteReadReplica(_a0 *rds.PromoteReadReplicaInput) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplica provides a mock function with given fields: _a0

func (*MockFakeRDS) PromoteReadReplicaDBCluster

PromoteReadReplicaDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) PromoteReadReplicaDBClusterRequest

func (_m *MockFakeRDS) PromoteReadReplicaDBClusterRequest(_a0 *rds.PromoteReadReplicaDBClusterInput) (*request.Request, *rds.PromoteReadReplicaDBClusterOutput)

PromoteReadReplicaDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) PromoteReadReplicaDBClusterWithContext

func (_m *MockFakeRDS) PromoteReadReplicaDBClusterWithContext(_a0 context.Context, _a1 *rds.PromoteReadReplicaDBClusterInput, _a2 ...request.Option) (*rds.PromoteReadReplicaDBClusterOutput, error)

PromoteReadReplicaDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) PromoteReadReplicaRequest

func (_m *MockFakeRDS) PromoteReadReplicaRequest(_a0 *rds.PromoteReadReplicaInput) (*request.Request, *rds.PromoteReadReplicaOutput)

PromoteReadReplicaRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) PromoteReadReplicaWithContext

func (_m *MockFakeRDS) PromoteReadReplicaWithContext(_a0 context.Context, _a1 *rds.PromoteReadReplicaInput, _a2 ...request.Option) (*rds.PromoteReadReplicaOutput, error)

PromoteReadReplicaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) PurchaseReservedDBInstancesOffering

PurchaseReservedDBInstancesOffering provides a mock function with given fields: _a0

func (*MockFakeRDS) PurchaseReservedDBInstancesOfferingRequest

PurchaseReservedDBInstancesOfferingRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) PurchaseReservedDBInstancesOfferingWithContext

func (_m *MockFakeRDS) PurchaseReservedDBInstancesOfferingWithContext(_a0 context.Context, _a1 *rds.PurchaseReservedDBInstancesOfferingInput, _a2 ...request.Option) (*rds.PurchaseReservedDBInstancesOfferingOutput, error)

PurchaseReservedDBInstancesOfferingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RebootDBCluster

func (_m *MockFakeRDS) RebootDBCluster(_a0 *rds.RebootDBClusterInput) (*rds.RebootDBClusterOutput, error)

RebootDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) RebootDBClusterRequest

func (_m *MockFakeRDS) RebootDBClusterRequest(_a0 *rds.RebootDBClusterInput) (*request.Request, *rds.RebootDBClusterOutput)

RebootDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RebootDBClusterWithContext

func (_m *MockFakeRDS) RebootDBClusterWithContext(_a0 context.Context, _a1 *rds.RebootDBClusterInput, _a2 ...request.Option) (*rds.RebootDBClusterOutput, error)

RebootDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RebootDBInstance

func (_m *MockFakeRDS) RebootDBInstance(_a0 *rds.RebootDBInstanceInput) (*rds.RebootDBInstanceOutput, error)

RebootDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) RebootDBInstanceRequest

func (_m *MockFakeRDS) RebootDBInstanceRequest(_a0 *rds.RebootDBInstanceInput) (*request.Request, *rds.RebootDBInstanceOutput)

RebootDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RebootDBInstanceWithContext

func (_m *MockFakeRDS) RebootDBInstanceWithContext(_a0 context.Context, _a1 *rds.RebootDBInstanceInput, _a2 ...request.Option) (*rds.RebootDBInstanceOutput, error)

RebootDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RegisterDBProxyTargets

RegisterDBProxyTargets provides a mock function with given fields: _a0

func (*MockFakeRDS) RegisterDBProxyTargetsRequest

func (_m *MockFakeRDS) RegisterDBProxyTargetsRequest(_a0 *rds.RegisterDBProxyTargetsInput) (*request.Request, *rds.RegisterDBProxyTargetsOutput)

RegisterDBProxyTargetsRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RegisterDBProxyTargetsWithContext

func (_m *MockFakeRDS) RegisterDBProxyTargetsWithContext(_a0 context.Context, _a1 *rds.RegisterDBProxyTargetsInput, _a2 ...request.Option) (*rds.RegisterDBProxyTargetsOutput, error)

RegisterDBProxyTargetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RemoveFromGlobalCluster

RemoveFromGlobalCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveFromGlobalClusterRequest

func (_m *MockFakeRDS) RemoveFromGlobalClusterRequest(_a0 *rds.RemoveFromGlobalClusterInput) (*request.Request, *rds.RemoveFromGlobalClusterOutput)

RemoveFromGlobalClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveFromGlobalClusterWithContext

func (_m *MockFakeRDS) RemoveFromGlobalClusterWithContext(_a0 context.Context, _a1 *rds.RemoveFromGlobalClusterInput, _a2 ...request.Option) (*rds.RemoveFromGlobalClusterOutput, error)

RemoveFromGlobalClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RemoveRoleFromDBCluster

RemoveRoleFromDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveRoleFromDBClusterRequest

func (_m *MockFakeRDS) RemoveRoleFromDBClusterRequest(_a0 *rds.RemoveRoleFromDBClusterInput) (*request.Request, *rds.RemoveRoleFromDBClusterOutput)

RemoveRoleFromDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveRoleFromDBClusterWithContext

func (_m *MockFakeRDS) RemoveRoleFromDBClusterWithContext(_a0 context.Context, _a1 *rds.RemoveRoleFromDBClusterInput, _a2 ...request.Option) (*rds.RemoveRoleFromDBClusterOutput, error)

RemoveRoleFromDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RemoveRoleFromDBInstance

RemoveRoleFromDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveRoleFromDBInstanceRequest

func (_m *MockFakeRDS) RemoveRoleFromDBInstanceRequest(_a0 *rds.RemoveRoleFromDBInstanceInput) (*request.Request, *rds.RemoveRoleFromDBInstanceOutput)

RemoveRoleFromDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveRoleFromDBInstanceWithContext

func (_m *MockFakeRDS) RemoveRoleFromDBInstanceWithContext(_a0 context.Context, _a1 *rds.RemoveRoleFromDBInstanceInput, _a2 ...request.Option) (*rds.RemoveRoleFromDBInstanceOutput, error)

RemoveRoleFromDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RemoveSourceIdentifierFromSubscription

RemoveSourceIdentifierFromSubscription provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveSourceIdentifierFromSubscriptionRequest

RemoveSourceIdentifierFromSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveSourceIdentifierFromSubscriptionWithContext

func (_m *MockFakeRDS) RemoveSourceIdentifierFromSubscriptionWithContext(_a0 context.Context, _a1 *rds.RemoveSourceIdentifierFromSubscriptionInput, _a2 ...request.Option) (*rds.RemoveSourceIdentifierFromSubscriptionOutput, error)

RemoveSourceIdentifierFromSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RemoveTagsFromResource

RemoveTagsFromResource provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveTagsFromResourceRequest

func (_m *MockFakeRDS) RemoveTagsFromResourceRequest(_a0 *rds.RemoveTagsFromResourceInput) (*request.Request, *rds.RemoveTagsFromResourceOutput)

RemoveTagsFromResourceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RemoveTagsFromResourceWithContext

func (_m *MockFakeRDS) RemoveTagsFromResourceWithContext(_a0 context.Context, _a1 *rds.RemoveTagsFromResourceInput, _a2 ...request.Option) (*rds.RemoveTagsFromResourceOutput, error)

RemoveTagsFromResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ResetDBClusterParameterGroup

ResetDBClusterParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ResetDBClusterParameterGroupRequest

func (_m *MockFakeRDS) ResetDBClusterParameterGroupRequest(_a0 *rds.ResetDBClusterParameterGroupInput) (*request.Request, *rds.DBClusterParameterGroupNameMessage)

ResetDBClusterParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ResetDBClusterParameterGroupWithContext

func (_m *MockFakeRDS) ResetDBClusterParameterGroupWithContext(_a0 context.Context, _a1 *rds.ResetDBClusterParameterGroupInput, _a2 ...request.Option) (*rds.DBClusterParameterGroupNameMessage, error)

ResetDBClusterParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) ResetDBParameterGroup

func (_m *MockFakeRDS) ResetDBParameterGroup(_a0 *rds.ResetDBParameterGroupInput) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroup provides a mock function with given fields: _a0

func (*MockFakeRDS) ResetDBParameterGroupRequest

func (_m *MockFakeRDS) ResetDBParameterGroupRequest(_a0 *rds.ResetDBParameterGroupInput) (*request.Request, *rds.DBParameterGroupNameMessage)

ResetDBParameterGroupRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) ResetDBParameterGroupWithContext

func (_m *MockFakeRDS) ResetDBParameterGroupWithContext(_a0 context.Context, _a1 *rds.ResetDBParameterGroupInput, _a2 ...request.Option) (*rds.DBParameterGroupNameMessage, error)

ResetDBParameterGroupWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBClusterFromS3

RestoreDBClusterFromS3 provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterFromS3Request

func (_m *MockFakeRDS) RestoreDBClusterFromS3Request(_a0 *rds.RestoreDBClusterFromS3Input) (*request.Request, *rds.RestoreDBClusterFromS3Output)

RestoreDBClusterFromS3Request provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterFromS3WithContext

func (_m *MockFakeRDS) RestoreDBClusterFromS3WithContext(_a0 context.Context, _a1 *rds.RestoreDBClusterFromS3Input, _a2 ...request.Option) (*rds.RestoreDBClusterFromS3Output, error)

RestoreDBClusterFromS3WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBClusterFromSnapshot

RestoreDBClusterFromSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterFromSnapshotRequest

func (_m *MockFakeRDS) RestoreDBClusterFromSnapshotRequest(_a0 *rds.RestoreDBClusterFromSnapshotInput) (*request.Request, *rds.RestoreDBClusterFromSnapshotOutput)

RestoreDBClusterFromSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterFromSnapshotWithContext

func (_m *MockFakeRDS) RestoreDBClusterFromSnapshotWithContext(_a0 context.Context, _a1 *rds.RestoreDBClusterFromSnapshotInput, _a2 ...request.Option) (*rds.RestoreDBClusterFromSnapshotOutput, error)

RestoreDBClusterFromSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBClusterToPointInTime

RestoreDBClusterToPointInTime provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterToPointInTimeRequest

func (_m *MockFakeRDS) RestoreDBClusterToPointInTimeRequest(_a0 *rds.RestoreDBClusterToPointInTimeInput) (*request.Request, *rds.RestoreDBClusterToPointInTimeOutput)

RestoreDBClusterToPointInTimeRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBClusterToPointInTimeWithContext

func (_m *MockFakeRDS) RestoreDBClusterToPointInTimeWithContext(_a0 context.Context, _a1 *rds.RestoreDBClusterToPointInTimeInput, _a2 ...request.Option) (*rds.RestoreDBClusterToPointInTimeOutput, error)

RestoreDBClusterToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBInstanceFromDBSnapshot

RestoreDBInstanceFromDBSnapshot provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceFromDBSnapshotRequest

RestoreDBInstanceFromDBSnapshotRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceFromDBSnapshotWithContext

func (_m *MockFakeRDS) RestoreDBInstanceFromDBSnapshotWithContext(_a0 context.Context, _a1 *rds.RestoreDBInstanceFromDBSnapshotInput, _a2 ...request.Option) (*rds.RestoreDBInstanceFromDBSnapshotOutput, error)

RestoreDBInstanceFromDBSnapshotWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBInstanceFromS3

RestoreDBInstanceFromS3 provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceFromS3Request

func (_m *MockFakeRDS) RestoreDBInstanceFromS3Request(_a0 *rds.RestoreDBInstanceFromS3Input) (*request.Request, *rds.RestoreDBInstanceFromS3Output)

RestoreDBInstanceFromS3Request provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceFromS3WithContext

func (_m *MockFakeRDS) RestoreDBInstanceFromS3WithContext(_a0 context.Context, _a1 *rds.RestoreDBInstanceFromS3Input, _a2 ...request.Option) (*rds.RestoreDBInstanceFromS3Output, error)

RestoreDBInstanceFromS3WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RestoreDBInstanceToPointInTime

RestoreDBInstanceToPointInTime provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceToPointInTimeRequest

func (_m *MockFakeRDS) RestoreDBInstanceToPointInTimeRequest(_a0 *rds.RestoreDBInstanceToPointInTimeInput) (*request.Request, *rds.RestoreDBInstanceToPointInTimeOutput)

RestoreDBInstanceToPointInTimeRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RestoreDBInstanceToPointInTimeWithContext

func (_m *MockFakeRDS) RestoreDBInstanceToPointInTimeWithContext(_a0 context.Context, _a1 *rds.RestoreDBInstanceToPointInTimeInput, _a2 ...request.Option) (*rds.RestoreDBInstanceToPointInTimeOutput, error)

RestoreDBInstanceToPointInTimeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) RevokeDBSecurityGroupIngress

RevokeDBSecurityGroupIngress provides a mock function with given fields: _a0

func (*MockFakeRDS) RevokeDBSecurityGroupIngressRequest

func (_m *MockFakeRDS) RevokeDBSecurityGroupIngressRequest(_a0 *rds.RevokeDBSecurityGroupIngressInput) (*request.Request, *rds.RevokeDBSecurityGroupIngressOutput)

RevokeDBSecurityGroupIngressRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) RevokeDBSecurityGroupIngressWithContext

func (_m *MockFakeRDS) RevokeDBSecurityGroupIngressWithContext(_a0 context.Context, _a1 *rds.RevokeDBSecurityGroupIngressInput, _a2 ...request.Option) (*rds.RevokeDBSecurityGroupIngressOutput, error)

RevokeDBSecurityGroupIngressWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StartActivityStream

func (_m *MockFakeRDS) StartActivityStream(_a0 *rds.StartActivityStreamInput) (*rds.StartActivityStreamOutput, error)

StartActivityStream provides a mock function with given fields: _a0

func (*MockFakeRDS) StartActivityStreamRequest

func (_m *MockFakeRDS) StartActivityStreamRequest(_a0 *rds.StartActivityStreamInput) (*request.Request, *rds.StartActivityStreamOutput)

StartActivityStreamRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StartActivityStreamWithContext

func (_m *MockFakeRDS) StartActivityStreamWithContext(_a0 context.Context, _a1 *rds.StartActivityStreamInput, _a2 ...request.Option) (*rds.StartActivityStreamOutput, error)

StartActivityStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StartDBCluster

func (_m *MockFakeRDS) StartDBCluster(_a0 *rds.StartDBClusterInput) (*rds.StartDBClusterOutput, error)

StartDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBClusterRequest

func (_m *MockFakeRDS) StartDBClusterRequest(_a0 *rds.StartDBClusterInput) (*request.Request, *rds.StartDBClusterOutput)

StartDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBClusterWithContext

func (_m *MockFakeRDS) StartDBClusterWithContext(_a0 context.Context, _a1 *rds.StartDBClusterInput, _a2 ...request.Option) (*rds.StartDBClusterOutput, error)

StartDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StartDBInstance

func (_m *MockFakeRDS) StartDBInstance(_a0 *rds.StartDBInstanceInput) (*rds.StartDBInstanceOutput, error)

StartDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBInstanceAutomatedBackupsReplication

StartDBInstanceAutomatedBackupsReplication provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBInstanceAutomatedBackupsReplicationRequest

StartDBInstanceAutomatedBackupsReplicationRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBInstanceAutomatedBackupsReplicationWithContext

func (_m *MockFakeRDS) StartDBInstanceAutomatedBackupsReplicationWithContext(_a0 context.Context, _a1 *rds.StartDBInstanceAutomatedBackupsReplicationInput, _a2 ...request.Option) (*rds.StartDBInstanceAutomatedBackupsReplicationOutput, error)

StartDBInstanceAutomatedBackupsReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StartDBInstanceRequest

func (_m *MockFakeRDS) StartDBInstanceRequest(_a0 *rds.StartDBInstanceInput) (*request.Request, *rds.StartDBInstanceOutput)

StartDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StartDBInstanceWithContext

func (_m *MockFakeRDS) StartDBInstanceWithContext(_a0 context.Context, _a1 *rds.StartDBInstanceInput, _a2 ...request.Option) (*rds.StartDBInstanceOutput, error)

StartDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StartExportTask

func (_m *MockFakeRDS) StartExportTask(_a0 *rds.StartExportTaskInput) (*rds.StartExportTaskOutput, error)

StartExportTask provides a mock function with given fields: _a0

func (*MockFakeRDS) StartExportTaskRequest

func (_m *MockFakeRDS) StartExportTaskRequest(_a0 *rds.StartExportTaskInput) (*request.Request, *rds.StartExportTaskOutput)

StartExportTaskRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StartExportTaskWithContext

func (_m *MockFakeRDS) StartExportTaskWithContext(_a0 context.Context, _a1 *rds.StartExportTaskInput, _a2 ...request.Option) (*rds.StartExportTaskOutput, error)

StartExportTaskWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StopActivityStream

func (_m *MockFakeRDS) StopActivityStream(_a0 *rds.StopActivityStreamInput) (*rds.StopActivityStreamOutput, error)

StopActivityStream provides a mock function with given fields: _a0

func (*MockFakeRDS) StopActivityStreamRequest

func (_m *MockFakeRDS) StopActivityStreamRequest(_a0 *rds.StopActivityStreamInput) (*request.Request, *rds.StopActivityStreamOutput)

StopActivityStreamRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StopActivityStreamWithContext

func (_m *MockFakeRDS) StopActivityStreamWithContext(_a0 context.Context, _a1 *rds.StopActivityStreamInput, _a2 ...request.Option) (*rds.StopActivityStreamOutput, error)

StopActivityStreamWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StopDBCluster

func (_m *MockFakeRDS) StopDBCluster(_a0 *rds.StopDBClusterInput) (*rds.StopDBClusterOutput, error)

StopDBCluster provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBClusterRequest

func (_m *MockFakeRDS) StopDBClusterRequest(_a0 *rds.StopDBClusterInput) (*request.Request, *rds.StopDBClusterOutput)

StopDBClusterRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBClusterWithContext

func (_m *MockFakeRDS) StopDBClusterWithContext(_a0 context.Context, _a1 *rds.StopDBClusterInput, _a2 ...request.Option) (*rds.StopDBClusterOutput, error)

StopDBClusterWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StopDBInstance

func (_m *MockFakeRDS) StopDBInstance(_a0 *rds.StopDBInstanceInput) (*rds.StopDBInstanceOutput, error)

StopDBInstance provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBInstanceAutomatedBackupsReplication

StopDBInstanceAutomatedBackupsReplication provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBInstanceAutomatedBackupsReplicationRequest

StopDBInstanceAutomatedBackupsReplicationRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBInstanceAutomatedBackupsReplicationWithContext

func (_m *MockFakeRDS) StopDBInstanceAutomatedBackupsReplicationWithContext(_a0 context.Context, _a1 *rds.StopDBInstanceAutomatedBackupsReplicationInput, _a2 ...request.Option) (*rds.StopDBInstanceAutomatedBackupsReplicationOutput, error)

StopDBInstanceAutomatedBackupsReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) StopDBInstanceRequest

func (_m *MockFakeRDS) StopDBInstanceRequest(_a0 *rds.StopDBInstanceInput) (*request.Request, *rds.StopDBInstanceOutput)

StopDBInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) StopDBInstanceWithContext

func (_m *MockFakeRDS) StopDBInstanceWithContext(_a0 context.Context, _a1 *rds.StopDBInstanceInput, _a2 ...request.Option) (*rds.StopDBInstanceOutput, error)

StopDBInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) SwitchoverReadReplica

func (_m *MockFakeRDS) SwitchoverReadReplica(_a0 *rds.SwitchoverReadReplicaInput) (*rds.SwitchoverReadReplicaOutput, error)

SwitchoverReadReplica provides a mock function with given fields: _a0

func (*MockFakeRDS) SwitchoverReadReplicaRequest

func (_m *MockFakeRDS) SwitchoverReadReplicaRequest(_a0 *rds.SwitchoverReadReplicaInput) (*request.Request, *rds.SwitchoverReadReplicaOutput)

SwitchoverReadReplicaRequest provides a mock function with given fields: _a0

func (*MockFakeRDS) SwitchoverReadReplicaWithContext

func (_m *MockFakeRDS) SwitchoverReadReplicaWithContext(_a0 context.Context, _a1 *rds.SwitchoverReadReplicaInput, _a2 ...request.Option) (*rds.SwitchoverReadReplicaOutput, error)

SwitchoverReadReplicaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBClusterAvailable

func (_m *MockFakeRDS) WaitUntilDBClusterAvailable(_a0 *rds.DescribeDBClustersInput) error

WaitUntilDBClusterAvailable provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBClusterAvailableWithContext

func (_m *MockFakeRDS) WaitUntilDBClusterAvailableWithContext(_a0 context.Context, _a1 *rds.DescribeDBClustersInput, _a2 ...request.WaiterOption) error

WaitUntilDBClusterAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBClusterDeleted

func (_m *MockFakeRDS) WaitUntilDBClusterDeleted(_a0 *rds.DescribeDBClustersInput) error

WaitUntilDBClusterDeleted provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBClusterDeletedWithContext

func (_m *MockFakeRDS) WaitUntilDBClusterDeletedWithContext(_a0 context.Context, _a1 *rds.DescribeDBClustersInput, _a2 ...request.WaiterOption) error

WaitUntilDBClusterDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBClusterSnapshotAvailable

func (_m *MockFakeRDS) WaitUntilDBClusterSnapshotAvailable(_a0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotAvailable provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBClusterSnapshotAvailableWithContext

func (_m *MockFakeRDS) WaitUntilDBClusterSnapshotAvailableWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterSnapshotsInput, _a2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBClusterSnapshotDeleted

func (_m *MockFakeRDS) WaitUntilDBClusterSnapshotDeleted(_a0 *rds.DescribeDBClusterSnapshotsInput) error

WaitUntilDBClusterSnapshotDeleted provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBClusterSnapshotDeletedWithContext

func (_m *MockFakeRDS) WaitUntilDBClusterSnapshotDeletedWithContext(_a0 context.Context, _a1 *rds.DescribeDBClusterSnapshotsInput, _a2 ...request.WaiterOption) error

WaitUntilDBClusterSnapshotDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBInstanceAvailable

func (_m *MockFakeRDS) WaitUntilDBInstanceAvailable(_a0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceAvailable provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBInstanceAvailableWithContext

func (_m *MockFakeRDS) WaitUntilDBInstanceAvailableWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilDBInstanceAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBInstanceDeleted

func (_m *MockFakeRDS) WaitUntilDBInstanceDeleted(_a0 *rds.DescribeDBInstancesInput) error

WaitUntilDBInstanceDeleted provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBInstanceDeletedWithContext

func (_m *MockFakeRDS) WaitUntilDBInstanceDeletedWithContext(_a0 context.Context, _a1 *rds.DescribeDBInstancesInput, _a2 ...request.WaiterOption) error

WaitUntilDBInstanceDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBSnapshotAvailable

func (_m *MockFakeRDS) WaitUntilDBSnapshotAvailable(_a0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotAvailable provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBSnapshotAvailableWithContext

func (_m *MockFakeRDS) WaitUntilDBSnapshotAvailableWithContext(_a0 context.Context, _a1 *rds.DescribeDBSnapshotsInput, _a2 ...request.WaiterOption) error

WaitUntilDBSnapshotAvailableWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRDS) WaitUntilDBSnapshotDeleted

func (_m *MockFakeRDS) WaitUntilDBSnapshotDeleted(_a0 *rds.DescribeDBSnapshotsInput) error

WaitUntilDBSnapshotDeleted provides a mock function with given fields: _a0

func (*MockFakeRDS) WaitUntilDBSnapshotDeletedWithContext

func (_m *MockFakeRDS) WaitUntilDBSnapshotDeletedWithContext(_a0 context.Context, _a1 *rds.DescribeDBSnapshotsInput, _a2 ...request.WaiterOption) error

WaitUntilDBSnapshotDeletedWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeRequestFailure

type MockFakeRequestFailure struct {
	mock.Mock
}

MockFakeRequestFailure is an autogenerated mock type for the FakeRequestFailure type

func NewMockFakeRequestFailure

func NewMockFakeRequestFailure(t mockConstructorTestingTNewMockFakeRequestFailure) *MockFakeRequestFailure

NewMockFakeRequestFailure creates a new instance of MockFakeRequestFailure. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeRequestFailure) Code

func (_m *MockFakeRequestFailure) Code() string

Code provides a mock function with given fields:

func (*MockFakeRequestFailure) Error

func (_m *MockFakeRequestFailure) Error() string

Error provides a mock function with given fields:

func (*MockFakeRequestFailure) HostID

func (_m *MockFakeRequestFailure) HostID() string

HostID provides a mock function with given fields:

func (*MockFakeRequestFailure) Message

func (_m *MockFakeRequestFailure) Message() string

Message provides a mock function with given fields:

func (*MockFakeRequestFailure) OrigErr

func (_m *MockFakeRequestFailure) OrigErr() error

OrigErr provides a mock function with given fields:

func (*MockFakeRequestFailure) RequestID

func (_m *MockFakeRequestFailure) RequestID() string

RequestID provides a mock function with given fields:

func (*MockFakeRequestFailure) StatusCode

func (_m *MockFakeRequestFailure) StatusCode() int

StatusCode provides a mock function with given fields:

type MockFakeRoute53

type MockFakeRoute53 struct {
	mock.Mock
}

MockFakeRoute53 is an autogenerated mock type for the FakeRoute53 type

func NewMockFakeRoute53

func NewMockFakeRoute53(t mockConstructorTestingTNewMockFakeRoute53) *MockFakeRoute53

NewMockFakeRoute53 creates a new instance of MockFakeRoute53. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeRoute53) ActivateKeySigningKey

ActivateKeySigningKey provides a mock function with given fields: _a0

func (*MockFakeRoute53) ActivateKeySigningKeyRequest

ActivateKeySigningKeyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ActivateKeySigningKeyWithContext

func (_m *MockFakeRoute53) ActivateKeySigningKeyWithContext(_a0 context.Context, _a1 *route53.ActivateKeySigningKeyInput, _a2 ...request.Option) (*route53.ActivateKeySigningKeyOutput, error)

ActivateKeySigningKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) AssociateVPCWithHostedZone

AssociateVPCWithHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) AssociateVPCWithHostedZoneRequest

AssociateVPCWithHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) AssociateVPCWithHostedZoneWithContext

func (_m *MockFakeRoute53) AssociateVPCWithHostedZoneWithContext(_a0 context.Context, _a1 *route53.AssociateVPCWithHostedZoneInput, _a2 ...request.Option) (*route53.AssociateVPCWithHostedZoneOutput, error)

AssociateVPCWithHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ChangeCidrCollection

ChangeCidrCollection provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeCidrCollectionRequest

ChangeCidrCollectionRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeCidrCollectionWithContext

func (_m *MockFakeRoute53) ChangeCidrCollectionWithContext(_a0 context.Context, _a1 *route53.ChangeCidrCollectionInput, _a2 ...request.Option) (*route53.ChangeCidrCollectionOutput, error)

ChangeCidrCollectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ChangeResourceRecordSets

ChangeResourceRecordSets provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeResourceRecordSetsRequest

ChangeResourceRecordSetsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeResourceRecordSetsWithContext

func (_m *MockFakeRoute53) ChangeResourceRecordSetsWithContext(_a0 context.Context, _a1 *route53.ChangeResourceRecordSetsInput, _a2 ...request.Option) (*route53.ChangeResourceRecordSetsOutput, error)

ChangeResourceRecordSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ChangeTagsForResource

ChangeTagsForResource provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeTagsForResourceRequest

ChangeTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ChangeTagsForResourceWithContext

func (_m *MockFakeRoute53) ChangeTagsForResourceWithContext(_a0 context.Context, _a1 *route53.ChangeTagsForResourceInput, _a2 ...request.Option) (*route53.ChangeTagsForResourceOutput, error)

ChangeTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateCidrCollection

CreateCidrCollection provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateCidrCollectionRequest

CreateCidrCollectionRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateCidrCollectionWithContext

func (_m *MockFakeRoute53) CreateCidrCollectionWithContext(_a0 context.Context, _a1 *route53.CreateCidrCollectionInput, _a2 ...request.Option) (*route53.CreateCidrCollectionOutput, error)

CreateCidrCollectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateHealthCheck

CreateHealthCheck provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateHealthCheckRequest

CreateHealthCheckRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateHealthCheckWithContext

func (_m *MockFakeRoute53) CreateHealthCheckWithContext(_a0 context.Context, _a1 *route53.CreateHealthCheckInput, _a2 ...request.Option) (*route53.CreateHealthCheckOutput, error)

CreateHealthCheckWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateHostedZone

CreateHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateHostedZoneRequest

CreateHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateHostedZoneWithContext

func (_m *MockFakeRoute53) CreateHostedZoneWithContext(_a0 context.Context, _a1 *route53.CreateHostedZoneInput, _a2 ...request.Option) (*route53.CreateHostedZoneOutput, error)

CreateHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateKeySigningKey

CreateKeySigningKey provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateKeySigningKeyRequest

CreateKeySigningKeyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateKeySigningKeyWithContext

func (_m *MockFakeRoute53) CreateKeySigningKeyWithContext(_a0 context.Context, _a1 *route53.CreateKeySigningKeyInput, _a2 ...request.Option) (*route53.CreateKeySigningKeyOutput, error)

CreateKeySigningKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateQueryLoggingConfig

CreateQueryLoggingConfig provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateQueryLoggingConfigRequest

CreateQueryLoggingConfigRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateQueryLoggingConfigWithContext

func (_m *MockFakeRoute53) CreateQueryLoggingConfigWithContext(_a0 context.Context, _a1 *route53.CreateQueryLoggingConfigInput, _a2 ...request.Option) (*route53.CreateQueryLoggingConfigOutput, error)

CreateQueryLoggingConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateReusableDelegationSet

CreateReusableDelegationSet provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateReusableDelegationSetRequest

CreateReusableDelegationSetRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateReusableDelegationSetWithContext

func (_m *MockFakeRoute53) CreateReusableDelegationSetWithContext(_a0 context.Context, _a1 *route53.CreateReusableDelegationSetInput, _a2 ...request.Option) (*route53.CreateReusableDelegationSetOutput, error)

CreateReusableDelegationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateTrafficPolicy

CreateTrafficPolicy provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyInstance

CreateTrafficPolicyInstance provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyInstanceRequest

CreateTrafficPolicyInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyInstanceWithContext

func (_m *MockFakeRoute53) CreateTrafficPolicyInstanceWithContext(_a0 context.Context, _a1 *route53.CreateTrafficPolicyInstanceInput, _a2 ...request.Option) (*route53.CreateTrafficPolicyInstanceOutput, error)

CreateTrafficPolicyInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateTrafficPolicyRequest

CreateTrafficPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyVersion

CreateTrafficPolicyVersion provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyVersionRequest

CreateTrafficPolicyVersionRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateTrafficPolicyVersionWithContext

func (_m *MockFakeRoute53) CreateTrafficPolicyVersionWithContext(_a0 context.Context, _a1 *route53.CreateTrafficPolicyVersionInput, _a2 ...request.Option) (*route53.CreateTrafficPolicyVersionOutput, error)

CreateTrafficPolicyVersionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateTrafficPolicyWithContext

func (_m *MockFakeRoute53) CreateTrafficPolicyWithContext(_a0 context.Context, _a1 *route53.CreateTrafficPolicyInput, _a2 ...request.Option) (*route53.CreateTrafficPolicyOutput, error)

CreateTrafficPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) CreateVPCAssociationAuthorization

CreateVPCAssociationAuthorization provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateVPCAssociationAuthorizationRequest

CreateVPCAssociationAuthorizationRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) CreateVPCAssociationAuthorizationWithContext

CreateVPCAssociationAuthorizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeactivateKeySigningKey

DeactivateKeySigningKey provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeactivateKeySigningKeyRequest

DeactivateKeySigningKeyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeactivateKeySigningKeyWithContext

func (_m *MockFakeRoute53) DeactivateKeySigningKeyWithContext(_a0 context.Context, _a1 *route53.DeactivateKeySigningKeyInput, _a2 ...request.Option) (*route53.DeactivateKeySigningKeyOutput, error)

DeactivateKeySigningKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteCidrCollection

DeleteCidrCollection provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteCidrCollectionRequest

DeleteCidrCollectionRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteCidrCollectionWithContext

func (_m *MockFakeRoute53) DeleteCidrCollectionWithContext(_a0 context.Context, _a1 *route53.DeleteCidrCollectionInput, _a2 ...request.Option) (*route53.DeleteCidrCollectionOutput, error)

DeleteCidrCollectionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteHealthCheck

DeleteHealthCheck provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteHealthCheckRequest

DeleteHealthCheckRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteHealthCheckWithContext

func (_m *MockFakeRoute53) DeleteHealthCheckWithContext(_a0 context.Context, _a1 *route53.DeleteHealthCheckInput, _a2 ...request.Option) (*route53.DeleteHealthCheckOutput, error)

DeleteHealthCheckWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteHostedZone

DeleteHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteHostedZoneRequest

DeleteHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteHostedZoneWithContext

func (_m *MockFakeRoute53) DeleteHostedZoneWithContext(_a0 context.Context, _a1 *route53.DeleteHostedZoneInput, _a2 ...request.Option) (*route53.DeleteHostedZoneOutput, error)

DeleteHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteKeySigningKey

DeleteKeySigningKey provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteKeySigningKeyRequest

DeleteKeySigningKeyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteKeySigningKeyWithContext

func (_m *MockFakeRoute53) DeleteKeySigningKeyWithContext(_a0 context.Context, _a1 *route53.DeleteKeySigningKeyInput, _a2 ...request.Option) (*route53.DeleteKeySigningKeyOutput, error)

DeleteKeySigningKeyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteQueryLoggingConfig

DeleteQueryLoggingConfig provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteQueryLoggingConfigRequest

DeleteQueryLoggingConfigRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteQueryLoggingConfigWithContext

func (_m *MockFakeRoute53) DeleteQueryLoggingConfigWithContext(_a0 context.Context, _a1 *route53.DeleteQueryLoggingConfigInput, _a2 ...request.Option) (*route53.DeleteQueryLoggingConfigOutput, error)

DeleteQueryLoggingConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteReusableDelegationSet

DeleteReusableDelegationSet provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteReusableDelegationSetRequest

DeleteReusableDelegationSetRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteReusableDelegationSetWithContext

func (_m *MockFakeRoute53) DeleteReusableDelegationSetWithContext(_a0 context.Context, _a1 *route53.DeleteReusableDelegationSetInput, _a2 ...request.Option) (*route53.DeleteReusableDelegationSetOutput, error)

DeleteReusableDelegationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteTrafficPolicy

DeleteTrafficPolicy provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteTrafficPolicyInstance

DeleteTrafficPolicyInstance provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteTrafficPolicyInstanceRequest

DeleteTrafficPolicyInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteTrafficPolicyInstanceWithContext

func (_m *MockFakeRoute53) DeleteTrafficPolicyInstanceWithContext(_a0 context.Context, _a1 *route53.DeleteTrafficPolicyInstanceInput, _a2 ...request.Option) (*route53.DeleteTrafficPolicyInstanceOutput, error)

DeleteTrafficPolicyInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteTrafficPolicyRequest

DeleteTrafficPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteTrafficPolicyWithContext

func (_m *MockFakeRoute53) DeleteTrafficPolicyWithContext(_a0 context.Context, _a1 *route53.DeleteTrafficPolicyInput, _a2 ...request.Option) (*route53.DeleteTrafficPolicyOutput, error)

DeleteTrafficPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DeleteVPCAssociationAuthorization

DeleteVPCAssociationAuthorization provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteVPCAssociationAuthorizationRequest

DeleteVPCAssociationAuthorizationRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DeleteVPCAssociationAuthorizationWithContext

DeleteVPCAssociationAuthorizationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DisableHostedZoneDNSSEC

DisableHostedZoneDNSSEC provides a mock function with given fields: _a0

func (*MockFakeRoute53) DisableHostedZoneDNSSECRequest

DisableHostedZoneDNSSECRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DisableHostedZoneDNSSECWithContext

func (_m *MockFakeRoute53) DisableHostedZoneDNSSECWithContext(_a0 context.Context, _a1 *route53.DisableHostedZoneDNSSECInput, _a2 ...request.Option) (*route53.DisableHostedZoneDNSSECOutput, error)

DisableHostedZoneDNSSECWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) DisassociateVPCFromHostedZone

DisassociateVPCFromHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) DisassociateVPCFromHostedZoneRequest

DisassociateVPCFromHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) DisassociateVPCFromHostedZoneWithContext

DisassociateVPCFromHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) EnableHostedZoneDNSSEC

EnableHostedZoneDNSSEC provides a mock function with given fields: _a0

func (*MockFakeRoute53) EnableHostedZoneDNSSECRequest

EnableHostedZoneDNSSECRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) EnableHostedZoneDNSSECWithContext

func (_m *MockFakeRoute53) EnableHostedZoneDNSSECWithContext(_a0 context.Context, _a1 *route53.EnableHostedZoneDNSSECInput, _a2 ...request.Option) (*route53.EnableHostedZoneDNSSECOutput, error)

EnableHostedZoneDNSSECWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetAccountLimit

GetAccountLimit provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetAccountLimitRequest

GetAccountLimitRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetAccountLimitWithContext

func (_m *MockFakeRoute53) GetAccountLimitWithContext(_a0 context.Context, _a1 *route53.GetAccountLimitInput, _a2 ...request.Option) (*route53.GetAccountLimitOutput, error)

GetAccountLimitWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetChange

GetChange provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetChangeRequest

GetChangeRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetChangeWithContext

func (_m *MockFakeRoute53) GetChangeWithContext(_a0 context.Context, _a1 *route53.GetChangeInput, _a2 ...request.Option) (*route53.GetChangeOutput, error)

GetChangeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetCheckerIpRanges

GetCheckerIpRanges provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetCheckerIpRangesRequest

GetCheckerIpRangesRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetCheckerIpRangesWithContext

func (_m *MockFakeRoute53) GetCheckerIpRangesWithContext(_a0 context.Context, _a1 *route53.GetCheckerIpRangesInput, _a2 ...request.Option) (*route53.GetCheckerIpRangesOutput, error)

GetCheckerIpRangesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetDNSSEC

GetDNSSEC provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetDNSSECRequest

GetDNSSECRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetDNSSECWithContext

func (_m *MockFakeRoute53) GetDNSSECWithContext(_a0 context.Context, _a1 *route53.GetDNSSECInput, _a2 ...request.Option) (*route53.GetDNSSECOutput, error)

GetDNSSECWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetGeoLocation

GetGeoLocation provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetGeoLocationRequest

GetGeoLocationRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetGeoLocationWithContext

func (_m *MockFakeRoute53) GetGeoLocationWithContext(_a0 context.Context, _a1 *route53.GetGeoLocationInput, _a2 ...request.Option) (*route53.GetGeoLocationOutput, error)

GetGeoLocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHealthCheck

GetHealthCheck provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckCount

GetHealthCheckCount provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckCountRequest

GetHealthCheckCountRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckCountWithContext

func (_m *MockFakeRoute53) GetHealthCheckCountWithContext(_a0 context.Context, _a1 *route53.GetHealthCheckCountInput, _a2 ...request.Option) (*route53.GetHealthCheckCountOutput, error)

GetHealthCheckCountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHealthCheckLastFailureReason

GetHealthCheckLastFailureReason provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckLastFailureReasonRequest

GetHealthCheckLastFailureReasonRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckLastFailureReasonWithContext

GetHealthCheckLastFailureReasonWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHealthCheckRequest

GetHealthCheckRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckStatus

GetHealthCheckStatus provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckStatusRequest

GetHealthCheckStatusRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHealthCheckStatusWithContext

func (_m *MockFakeRoute53) GetHealthCheckStatusWithContext(_a0 context.Context, _a1 *route53.GetHealthCheckStatusInput, _a2 ...request.Option) (*route53.GetHealthCheckStatusOutput, error)

GetHealthCheckStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHealthCheckWithContext

func (_m *MockFakeRoute53) GetHealthCheckWithContext(_a0 context.Context, _a1 *route53.GetHealthCheckInput, _a2 ...request.Option) (*route53.GetHealthCheckOutput, error)

GetHealthCheckWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHostedZone

GetHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneCount

GetHostedZoneCount provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneCountRequest

GetHostedZoneCountRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneCountWithContext

func (_m *MockFakeRoute53) GetHostedZoneCountWithContext(_a0 context.Context, _a1 *route53.GetHostedZoneCountInput, _a2 ...request.Option) (*route53.GetHostedZoneCountOutput, error)

GetHostedZoneCountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHostedZoneLimit

GetHostedZoneLimit provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneLimitRequest

GetHostedZoneLimitRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneLimitWithContext

func (_m *MockFakeRoute53) GetHostedZoneLimitWithContext(_a0 context.Context, _a1 *route53.GetHostedZoneLimitInput, _a2 ...request.Option) (*route53.GetHostedZoneLimitOutput, error)

GetHostedZoneLimitWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetHostedZoneRequest

GetHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetHostedZoneWithContext

func (_m *MockFakeRoute53) GetHostedZoneWithContext(_a0 context.Context, _a1 *route53.GetHostedZoneInput, _a2 ...request.Option) (*route53.GetHostedZoneOutput, error)

GetHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetQueryLoggingConfig

GetQueryLoggingConfig provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetQueryLoggingConfigRequest

GetQueryLoggingConfigRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetQueryLoggingConfigWithContext

func (_m *MockFakeRoute53) GetQueryLoggingConfigWithContext(_a0 context.Context, _a1 *route53.GetQueryLoggingConfigInput, _a2 ...request.Option) (*route53.GetQueryLoggingConfigOutput, error)

GetQueryLoggingConfigWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetReusableDelegationSet

GetReusableDelegationSet provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetReusableDelegationSetLimit

GetReusableDelegationSetLimit provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetReusableDelegationSetLimitRequest

GetReusableDelegationSetLimitRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetReusableDelegationSetLimitWithContext

GetReusableDelegationSetLimitWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetReusableDelegationSetRequest

GetReusableDelegationSetRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetReusableDelegationSetWithContext

func (_m *MockFakeRoute53) GetReusableDelegationSetWithContext(_a0 context.Context, _a1 *route53.GetReusableDelegationSetInput, _a2 ...request.Option) (*route53.GetReusableDelegationSetOutput, error)

GetReusableDelegationSetWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetTrafficPolicy

GetTrafficPolicy provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyInstance

GetTrafficPolicyInstance provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyInstanceCount

GetTrafficPolicyInstanceCount provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyInstanceCountRequest

GetTrafficPolicyInstanceCountRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyInstanceCountWithContext

GetTrafficPolicyInstanceCountWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetTrafficPolicyInstanceRequest

GetTrafficPolicyInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyInstanceWithContext

func (_m *MockFakeRoute53) GetTrafficPolicyInstanceWithContext(_a0 context.Context, _a1 *route53.GetTrafficPolicyInstanceInput, _a2 ...request.Option) (*route53.GetTrafficPolicyInstanceOutput, error)

GetTrafficPolicyInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) GetTrafficPolicyRequest

GetTrafficPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) GetTrafficPolicyWithContext

func (_m *MockFakeRoute53) GetTrafficPolicyWithContext(_a0 context.Context, _a1 *route53.GetTrafficPolicyInput, _a2 ...request.Option) (*route53.GetTrafficPolicyOutput, error)

GetTrafficPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListCidrBlocks

ListCidrBlocks provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrBlocksPages

func (_m *MockFakeRoute53) ListCidrBlocksPages(_a0 *route53.ListCidrBlocksInput, _a1 func(*route53.ListCidrBlocksOutput, bool) bool) error

ListCidrBlocksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListCidrBlocksPagesWithContext

func (_m *MockFakeRoute53) ListCidrBlocksPagesWithContext(_a0 context.Context, _a1 *route53.ListCidrBlocksInput, _a2 func(*route53.ListCidrBlocksOutput, bool) bool, _a3 ...request.Option) error

ListCidrBlocksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListCidrBlocksRequest

ListCidrBlocksRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrBlocksWithContext

func (_m *MockFakeRoute53) ListCidrBlocksWithContext(_a0 context.Context, _a1 *route53.ListCidrBlocksInput, _a2 ...request.Option) (*route53.ListCidrBlocksOutput, error)

ListCidrBlocksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListCidrCollections

ListCidrCollections provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrCollectionsPages

func (_m *MockFakeRoute53) ListCidrCollectionsPages(_a0 *route53.ListCidrCollectionsInput, _a1 func(*route53.ListCidrCollectionsOutput, bool) bool) error

ListCidrCollectionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListCidrCollectionsPagesWithContext

func (_m *MockFakeRoute53) ListCidrCollectionsPagesWithContext(_a0 context.Context, _a1 *route53.ListCidrCollectionsInput, _a2 func(*route53.ListCidrCollectionsOutput, bool) bool, _a3 ...request.Option) error

ListCidrCollectionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListCidrCollectionsRequest

ListCidrCollectionsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrCollectionsWithContext

func (_m *MockFakeRoute53) ListCidrCollectionsWithContext(_a0 context.Context, _a1 *route53.ListCidrCollectionsInput, _a2 ...request.Option) (*route53.ListCidrCollectionsOutput, error)

ListCidrCollectionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListCidrLocations

ListCidrLocations provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrLocationsPages

func (_m *MockFakeRoute53) ListCidrLocationsPages(_a0 *route53.ListCidrLocationsInput, _a1 func(*route53.ListCidrLocationsOutput, bool) bool) error

ListCidrLocationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListCidrLocationsPagesWithContext

func (_m *MockFakeRoute53) ListCidrLocationsPagesWithContext(_a0 context.Context, _a1 *route53.ListCidrLocationsInput, _a2 func(*route53.ListCidrLocationsOutput, bool) bool, _a3 ...request.Option) error

ListCidrLocationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListCidrLocationsRequest

ListCidrLocationsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListCidrLocationsWithContext

func (_m *MockFakeRoute53) ListCidrLocationsWithContext(_a0 context.Context, _a1 *route53.ListCidrLocationsInput, _a2 ...request.Option) (*route53.ListCidrLocationsOutput, error)

ListCidrLocationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListGeoLocations

ListGeoLocations provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListGeoLocationsRequest

ListGeoLocationsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListGeoLocationsWithContext

func (_m *MockFakeRoute53) ListGeoLocationsWithContext(_a0 context.Context, _a1 *route53.ListGeoLocationsInput, _a2 ...request.Option) (*route53.ListGeoLocationsOutput, error)

ListGeoLocationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListHealthChecks

ListHealthChecks provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHealthChecksPages

func (_m *MockFakeRoute53) ListHealthChecksPages(_a0 *route53.ListHealthChecksInput, _a1 func(*route53.ListHealthChecksOutput, bool) bool) error

ListHealthChecksPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListHealthChecksPagesWithContext

func (_m *MockFakeRoute53) ListHealthChecksPagesWithContext(_a0 context.Context, _a1 *route53.ListHealthChecksInput, _a2 func(*route53.ListHealthChecksOutput, bool) bool, _a3 ...request.Option) error

ListHealthChecksPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListHealthChecksRequest

ListHealthChecksRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHealthChecksWithContext

func (_m *MockFakeRoute53) ListHealthChecksWithContext(_a0 context.Context, _a1 *route53.ListHealthChecksInput, _a2 ...request.Option) (*route53.ListHealthChecksOutput, error)

ListHealthChecksWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListHostedZones

ListHostedZones provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesByName

ListHostedZonesByName provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesByNameRequest

ListHostedZonesByNameRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesByNameWithContext

func (_m *MockFakeRoute53) ListHostedZonesByNameWithContext(_a0 context.Context, _a1 *route53.ListHostedZonesByNameInput, _a2 ...request.Option) (*route53.ListHostedZonesByNameOutput, error)

ListHostedZonesByNameWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListHostedZonesByVPC

ListHostedZonesByVPC provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesByVPCRequest

ListHostedZonesByVPCRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesByVPCWithContext

func (_m *MockFakeRoute53) ListHostedZonesByVPCWithContext(_a0 context.Context, _a1 *route53.ListHostedZonesByVPCInput, _a2 ...request.Option) (*route53.ListHostedZonesByVPCOutput, error)

ListHostedZonesByVPCWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListHostedZonesPages

func (_m *MockFakeRoute53) ListHostedZonesPages(_a0 *route53.ListHostedZonesInput, _a1 func(*route53.ListHostedZonesOutput, bool) bool) error

ListHostedZonesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListHostedZonesPagesWithContext

func (_m *MockFakeRoute53) ListHostedZonesPagesWithContext(_a0 context.Context, _a1 *route53.ListHostedZonesInput, _a2 func(*route53.ListHostedZonesOutput, bool) bool, _a3 ...request.Option) error

ListHostedZonesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListHostedZonesRequest

ListHostedZonesRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListHostedZonesWithContext

func (_m *MockFakeRoute53) ListHostedZonesWithContext(_a0 context.Context, _a1 *route53.ListHostedZonesInput, _a2 ...request.Option) (*route53.ListHostedZonesOutput, error)

ListHostedZonesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListQueryLoggingConfigs

ListQueryLoggingConfigs provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListQueryLoggingConfigsPages

func (_m *MockFakeRoute53) ListQueryLoggingConfigsPages(_a0 *route53.ListQueryLoggingConfigsInput, _a1 func(*route53.ListQueryLoggingConfigsOutput, bool) bool) error

ListQueryLoggingConfigsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListQueryLoggingConfigsPagesWithContext

func (_m *MockFakeRoute53) ListQueryLoggingConfigsPagesWithContext(_a0 context.Context, _a1 *route53.ListQueryLoggingConfigsInput, _a2 func(*route53.ListQueryLoggingConfigsOutput, bool) bool, _a3 ...request.Option) error

ListQueryLoggingConfigsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListQueryLoggingConfigsRequest

ListQueryLoggingConfigsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListQueryLoggingConfigsWithContext

func (_m *MockFakeRoute53) ListQueryLoggingConfigsWithContext(_a0 context.Context, _a1 *route53.ListQueryLoggingConfigsInput, _a2 ...request.Option) (*route53.ListQueryLoggingConfigsOutput, error)

ListQueryLoggingConfigsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListResourceRecordSets

ListResourceRecordSets provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListResourceRecordSetsPages

func (_m *MockFakeRoute53) ListResourceRecordSetsPages(_a0 *route53.ListResourceRecordSetsInput, _a1 func(*route53.ListResourceRecordSetsOutput, bool) bool) error

ListResourceRecordSetsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeRoute53) ListResourceRecordSetsPagesWithContext

func (_m *MockFakeRoute53) ListResourceRecordSetsPagesWithContext(_a0 context.Context, _a1 *route53.ListResourceRecordSetsInput, _a2 func(*route53.ListResourceRecordSetsOutput, bool) bool, _a3 ...request.Option) error

ListResourceRecordSetsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeRoute53) ListResourceRecordSetsRequest

ListResourceRecordSetsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListResourceRecordSetsWithContext

func (_m *MockFakeRoute53) ListResourceRecordSetsWithContext(_a0 context.Context, _a1 *route53.ListResourceRecordSetsInput, _a2 ...request.Option) (*route53.ListResourceRecordSetsOutput, error)

ListResourceRecordSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListReusableDelegationSets

ListReusableDelegationSets provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListReusableDelegationSetsRequest

ListReusableDelegationSetsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListReusableDelegationSetsWithContext

func (_m *MockFakeRoute53) ListReusableDelegationSetsWithContext(_a0 context.Context, _a1 *route53.ListReusableDelegationSetsInput, _a2 ...request.Option) (*route53.ListReusableDelegationSetsOutput, error)

ListReusableDelegationSetsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTagsForResource

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTagsForResourceRequest

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTagsForResourceWithContext

func (_m *MockFakeRoute53) ListTagsForResourceWithContext(_a0 context.Context, _a1 *route53.ListTagsForResourceInput, _a2 ...request.Option) (*route53.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTagsForResources

ListTagsForResources provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTagsForResourcesRequest

ListTagsForResourcesRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTagsForResourcesWithContext

func (_m *MockFakeRoute53) ListTagsForResourcesWithContext(_a0 context.Context, _a1 *route53.ListTagsForResourcesInput, _a2 ...request.Option) (*route53.ListTagsForResourcesOutput, error)

ListTagsForResourcesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTrafficPolicies

ListTrafficPolicies provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPoliciesRequest

ListTrafficPoliciesRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPoliciesWithContext

func (_m *MockFakeRoute53) ListTrafficPoliciesWithContext(_a0 context.Context, _a1 *route53.ListTrafficPoliciesInput, _a2 ...request.Option) (*route53.ListTrafficPoliciesOutput, error)

ListTrafficPoliciesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTrafficPolicyInstances

ListTrafficPolicyInstances provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesByHostedZone

ListTrafficPolicyInstancesByHostedZone provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesByHostedZoneRequest

ListTrafficPolicyInstancesByHostedZoneRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesByHostedZoneWithContext

ListTrafficPolicyInstancesByHostedZoneWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTrafficPolicyInstancesByPolicy

ListTrafficPolicyInstancesByPolicy provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesByPolicyRequest

ListTrafficPolicyInstancesByPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesByPolicyWithContext

ListTrafficPolicyInstancesByPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTrafficPolicyInstancesRequest

ListTrafficPolicyInstancesRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyInstancesWithContext

func (_m *MockFakeRoute53) ListTrafficPolicyInstancesWithContext(_a0 context.Context, _a1 *route53.ListTrafficPolicyInstancesInput, _a2 ...request.Option) (*route53.ListTrafficPolicyInstancesOutput, error)

ListTrafficPolicyInstancesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListTrafficPolicyVersions

ListTrafficPolicyVersions provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyVersionsRequest

ListTrafficPolicyVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListTrafficPolicyVersionsWithContext

func (_m *MockFakeRoute53) ListTrafficPolicyVersionsWithContext(_a0 context.Context, _a1 *route53.ListTrafficPolicyVersionsInput, _a2 ...request.Option) (*route53.ListTrafficPolicyVersionsOutput, error)

ListTrafficPolicyVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) ListVPCAssociationAuthorizations

ListVPCAssociationAuthorizations provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListVPCAssociationAuthorizationsRequest

ListVPCAssociationAuthorizationsRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) ListVPCAssociationAuthorizationsWithContext

ListVPCAssociationAuthorizationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) TestDNSAnswer

TestDNSAnswer provides a mock function with given fields: _a0

func (*MockFakeRoute53) TestDNSAnswerRequest

TestDNSAnswerRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) TestDNSAnswerWithContext

func (_m *MockFakeRoute53) TestDNSAnswerWithContext(_a0 context.Context, _a1 *route53.TestDNSAnswerInput, _a2 ...request.Option) (*route53.TestDNSAnswerOutput, error)

TestDNSAnswerWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) UpdateHealthCheck

UpdateHealthCheck provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateHealthCheckRequest

UpdateHealthCheckRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateHealthCheckWithContext

func (_m *MockFakeRoute53) UpdateHealthCheckWithContext(_a0 context.Context, _a1 *route53.UpdateHealthCheckInput, _a2 ...request.Option) (*route53.UpdateHealthCheckOutput, error)

UpdateHealthCheckWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) UpdateHostedZoneComment

UpdateHostedZoneComment provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateHostedZoneCommentRequest

UpdateHostedZoneCommentRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateHostedZoneCommentWithContext

func (_m *MockFakeRoute53) UpdateHostedZoneCommentWithContext(_a0 context.Context, _a1 *route53.UpdateHostedZoneCommentInput, _a2 ...request.Option) (*route53.UpdateHostedZoneCommentOutput, error)

UpdateHostedZoneCommentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) UpdateTrafficPolicyComment

UpdateTrafficPolicyComment provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateTrafficPolicyCommentRequest

UpdateTrafficPolicyCommentRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateTrafficPolicyCommentWithContext

func (_m *MockFakeRoute53) UpdateTrafficPolicyCommentWithContext(_a0 context.Context, _a1 *route53.UpdateTrafficPolicyCommentInput, _a2 ...request.Option) (*route53.UpdateTrafficPolicyCommentOutput, error)

UpdateTrafficPolicyCommentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) UpdateTrafficPolicyInstance

UpdateTrafficPolicyInstance provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateTrafficPolicyInstanceRequest

UpdateTrafficPolicyInstanceRequest provides a mock function with given fields: _a0

func (*MockFakeRoute53) UpdateTrafficPolicyInstanceWithContext

func (_m *MockFakeRoute53) UpdateTrafficPolicyInstanceWithContext(_a0 context.Context, _a1 *route53.UpdateTrafficPolicyInstanceInput, _a2 ...request.Option) (*route53.UpdateTrafficPolicyInstanceOutput, error)

UpdateTrafficPolicyInstanceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeRoute53) WaitUntilResourceRecordSetsChanged

func (_m *MockFakeRoute53) WaitUntilResourceRecordSetsChanged(_a0 *route53.GetChangeInput) error

WaitUntilResourceRecordSetsChanged provides a mock function with given fields: _a0

func (*MockFakeRoute53) WaitUntilResourceRecordSetsChangedWithContext

func (_m *MockFakeRoute53) WaitUntilResourceRecordSetsChangedWithContext(_a0 context.Context, _a1 *route53.GetChangeInput, _a2 ...request.WaiterOption) error

WaitUntilResourceRecordSetsChangedWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeS3

type MockFakeS3 struct {
	mock.Mock
}

MockFakeS3 is an autogenerated mock type for the FakeS3 type

func NewMockFakeS3

func NewMockFakeS3(t mockConstructorTestingTNewMockFakeS3) *MockFakeS3

NewMockFakeS3 creates a new instance of MockFakeS3. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeS3) AbortMultipartUpload

func (_m *MockFakeS3) AbortMultipartUpload(_a0 *s3.AbortMultipartUploadInput) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUpload provides a mock function with given fields: _a0

func (*MockFakeS3) AbortMultipartUploadRequest

func (_m *MockFakeS3) AbortMultipartUploadRequest(_a0 *s3.AbortMultipartUploadInput) (*request.Request, *s3.AbortMultipartUploadOutput)

AbortMultipartUploadRequest provides a mock function with given fields: _a0

func (*MockFakeS3) AbortMultipartUploadWithContext

func (_m *MockFakeS3) AbortMultipartUploadWithContext(_a0 context.Context, _a1 *s3.AbortMultipartUploadInput, _a2 ...request.Option) (*s3.AbortMultipartUploadOutput, error)

AbortMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) CompleteMultipartUpload

func (_m *MockFakeS3) CompleteMultipartUpload(_a0 *s3.CompleteMultipartUploadInput) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUpload provides a mock function with given fields: _a0

func (*MockFakeS3) CompleteMultipartUploadRequest

func (_m *MockFakeS3) CompleteMultipartUploadRequest(_a0 *s3.CompleteMultipartUploadInput) (*request.Request, *s3.CompleteMultipartUploadOutput)

CompleteMultipartUploadRequest provides a mock function with given fields: _a0

func (*MockFakeS3) CompleteMultipartUploadWithContext

func (_m *MockFakeS3) CompleteMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CompleteMultipartUploadInput, _a2 ...request.Option) (*s3.CompleteMultipartUploadOutput, error)

CompleteMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) CopyObject

func (_m *MockFakeS3) CopyObject(_a0 *s3.CopyObjectInput) (*s3.CopyObjectOutput, error)

CopyObject provides a mock function with given fields: _a0

func (*MockFakeS3) CopyObjectRequest

func (_m *MockFakeS3) CopyObjectRequest(_a0 *s3.CopyObjectInput) (*request.Request, *s3.CopyObjectOutput)

CopyObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) CopyObjectWithContext

func (_m *MockFakeS3) CopyObjectWithContext(_a0 context.Context, _a1 *s3.CopyObjectInput, _a2 ...request.Option) (*s3.CopyObjectOutput, error)

CopyObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) CreateBucket

func (_m *MockFakeS3) CreateBucket(_a0 *s3.CreateBucketInput) (*s3.CreateBucketOutput, error)

CreateBucket provides a mock function with given fields: _a0

func (*MockFakeS3) CreateBucketRequest

func (_m *MockFakeS3) CreateBucketRequest(_a0 *s3.CreateBucketInput) (*request.Request, *s3.CreateBucketOutput)

CreateBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3) CreateBucketWithContext

func (_m *MockFakeS3) CreateBucketWithContext(_a0 context.Context, _a1 *s3.CreateBucketInput, _a2 ...request.Option) (*s3.CreateBucketOutput, error)

CreateBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) CreateMultipartUpload

func (_m *MockFakeS3) CreateMultipartUpload(_a0 *s3.CreateMultipartUploadInput) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUpload provides a mock function with given fields: _a0

func (*MockFakeS3) CreateMultipartUploadRequest

func (_m *MockFakeS3) CreateMultipartUploadRequest(_a0 *s3.CreateMultipartUploadInput) (*request.Request, *s3.CreateMultipartUploadOutput)

CreateMultipartUploadRequest provides a mock function with given fields: _a0

func (*MockFakeS3) CreateMultipartUploadWithContext

func (_m *MockFakeS3) CreateMultipartUploadWithContext(_a0 context.Context, _a1 *s3.CreateMultipartUploadInput, _a2 ...request.Option) (*s3.CreateMultipartUploadOutput, error)

CreateMultipartUploadWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucket

func (_m *MockFakeS3) DeleteBucket(_a0 *s3.DeleteBucketInput) (*s3.DeleteBucketOutput, error)

DeleteBucket provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketAnalyticsConfiguration

DeleteBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketAnalyticsConfigurationRequest

func (_m *MockFakeS3) DeleteBucketAnalyticsConfigurationRequest(_a0 *s3.DeleteBucketAnalyticsConfigurationInput) (*request.Request, *s3.DeleteBucketAnalyticsConfigurationOutput)

DeleteBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketAnalyticsConfigurationWithContext

func (_m *MockFakeS3) DeleteBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketAnalyticsConfigurationOutput, error)

DeleteBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketCors

func (_m *MockFakeS3) DeleteBucketCors(_a0 *s3.DeleteBucketCorsInput) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCors provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketCorsRequest

func (_m *MockFakeS3) DeleteBucketCorsRequest(_a0 *s3.DeleteBucketCorsInput) (*request.Request, *s3.DeleteBucketCorsOutput)

DeleteBucketCorsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketCorsWithContext

func (_m *MockFakeS3) DeleteBucketCorsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketCorsInput, _a2 ...request.Option) (*s3.DeleteBucketCorsOutput, error)

DeleteBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketEncryption

func (_m *MockFakeS3) DeleteBucketEncryption(_a0 *s3.DeleteBucketEncryptionInput) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryption provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketEncryptionRequest

func (_m *MockFakeS3) DeleteBucketEncryptionRequest(_a0 *s3.DeleteBucketEncryptionInput) (*request.Request, *s3.DeleteBucketEncryptionOutput)

DeleteBucketEncryptionRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketEncryptionWithContext

func (_m *MockFakeS3) DeleteBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.DeleteBucketEncryptionInput, _a2 ...request.Option) (*s3.DeleteBucketEncryptionOutput, error)

DeleteBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketIntelligentTieringConfiguration

DeleteBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketIntelligentTieringConfigurationRequest

DeleteBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketIntelligentTieringConfigurationWithContext

func (_m *MockFakeS3) DeleteBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketIntelligentTieringConfigurationOutput, error)

DeleteBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketInventoryConfiguration

DeleteBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketInventoryConfigurationRequest

func (_m *MockFakeS3) DeleteBucketInventoryConfigurationRequest(_a0 *s3.DeleteBucketInventoryConfigurationInput) (*request.Request, *s3.DeleteBucketInventoryConfigurationOutput)

DeleteBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketInventoryConfigurationWithContext

func (_m *MockFakeS3) DeleteBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketInventoryConfigurationOutput, error)

DeleteBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketLifecycle

func (_m *MockFakeS3) DeleteBucketLifecycle(_a0 *s3.DeleteBucketLifecycleInput) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycle provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketLifecycleRequest

func (_m *MockFakeS3) DeleteBucketLifecycleRequest(_a0 *s3.DeleteBucketLifecycleInput) (*request.Request, *s3.DeleteBucketLifecycleOutput)

DeleteBucketLifecycleRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketLifecycleWithContext

func (_m *MockFakeS3) DeleteBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.DeleteBucketLifecycleInput, _a2 ...request.Option) (*s3.DeleteBucketLifecycleOutput, error)

DeleteBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketMetricsConfiguration

DeleteBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketMetricsConfigurationRequest

func (_m *MockFakeS3) DeleteBucketMetricsConfigurationRequest(_a0 *s3.DeleteBucketMetricsConfigurationInput) (*request.Request, *s3.DeleteBucketMetricsConfigurationOutput)

DeleteBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketMetricsConfigurationWithContext

func (_m *MockFakeS3) DeleteBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.DeleteBucketMetricsConfigurationOutput, error)

DeleteBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketOwnershipControls

DeleteBucketOwnershipControls provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketOwnershipControlsRequest

func (_m *MockFakeS3) DeleteBucketOwnershipControlsRequest(_a0 *s3.DeleteBucketOwnershipControlsInput) (*request.Request, *s3.DeleteBucketOwnershipControlsOutput)

DeleteBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketOwnershipControlsWithContext

func (_m *MockFakeS3) DeleteBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.DeleteBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.DeleteBucketOwnershipControlsOutput, error)

DeleteBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketPolicy

func (_m *MockFakeS3) DeleteBucketPolicy(_a0 *s3.DeleteBucketPolicyInput) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketPolicyRequest

func (_m *MockFakeS3) DeleteBucketPolicyRequest(_a0 *s3.DeleteBucketPolicyInput) (*request.Request, *s3.DeleteBucketPolicyOutput)

DeleteBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketPolicyWithContext

func (_m *MockFakeS3) DeleteBucketPolicyWithContext(_a0 context.Context, _a1 *s3.DeleteBucketPolicyInput, _a2 ...request.Option) (*s3.DeleteBucketPolicyOutput, error)

DeleteBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketReplication

func (_m *MockFakeS3) DeleteBucketReplication(_a0 *s3.DeleteBucketReplicationInput) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplication provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketReplicationRequest

func (_m *MockFakeS3) DeleteBucketReplicationRequest(_a0 *s3.DeleteBucketReplicationInput) (*request.Request, *s3.DeleteBucketReplicationOutput)

DeleteBucketReplicationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketReplicationWithContext

func (_m *MockFakeS3) DeleteBucketReplicationWithContext(_a0 context.Context, _a1 *s3.DeleteBucketReplicationInput, _a2 ...request.Option) (*s3.DeleteBucketReplicationOutput, error)

DeleteBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketRequest

func (_m *MockFakeS3) DeleteBucketRequest(_a0 *s3.DeleteBucketInput) (*request.Request, *s3.DeleteBucketOutput)

DeleteBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketTagging

func (_m *MockFakeS3) DeleteBucketTagging(_a0 *s3.DeleteBucketTaggingInput) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketTaggingRequest

func (_m *MockFakeS3) DeleteBucketTaggingRequest(_a0 *s3.DeleteBucketTaggingInput) (*request.Request, *s3.DeleteBucketTaggingOutput)

DeleteBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketTaggingWithContext

func (_m *MockFakeS3) DeleteBucketTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteBucketTaggingInput, _a2 ...request.Option) (*s3.DeleteBucketTaggingOutput, error)

DeleteBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketWebsite

func (_m *MockFakeS3) DeleteBucketWebsite(_a0 *s3.DeleteBucketWebsiteInput) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsite provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketWebsiteRequest

func (_m *MockFakeS3) DeleteBucketWebsiteRequest(_a0 *s3.DeleteBucketWebsiteInput) (*request.Request, *s3.DeleteBucketWebsiteOutput)

DeleteBucketWebsiteRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteBucketWebsiteWithContext

func (_m *MockFakeS3) DeleteBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.DeleteBucketWebsiteInput, _a2 ...request.Option) (*s3.DeleteBucketWebsiteOutput, error)

DeleteBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteBucketWithContext

func (_m *MockFakeS3) DeleteBucketWithContext(_a0 context.Context, _a1 *s3.DeleteBucketInput, _a2 ...request.Option) (*s3.DeleteBucketOutput, error)

DeleteBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteObject

func (_m *MockFakeS3) DeleteObject(_a0 *s3.DeleteObjectInput) (*s3.DeleteObjectOutput, error)

DeleteObject provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectRequest

func (_m *MockFakeS3) DeleteObjectRequest(_a0 *s3.DeleteObjectInput) (*request.Request, *s3.DeleteObjectOutput)

DeleteObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectTagging

func (_m *MockFakeS3) DeleteObjectTagging(_a0 *s3.DeleteObjectTaggingInput) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTagging provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectTaggingRequest

func (_m *MockFakeS3) DeleteObjectTaggingRequest(_a0 *s3.DeleteObjectTaggingInput) (*request.Request, *s3.DeleteObjectTaggingOutput)

DeleteObjectTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectTaggingWithContext

func (_m *MockFakeS3) DeleteObjectTaggingWithContext(_a0 context.Context, _a1 *s3.DeleteObjectTaggingInput, _a2 ...request.Option) (*s3.DeleteObjectTaggingOutput, error)

DeleteObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteObjectWithContext

func (_m *MockFakeS3) DeleteObjectWithContext(_a0 context.Context, _a1 *s3.DeleteObjectInput, _a2 ...request.Option) (*s3.DeleteObjectOutput, error)

DeleteObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeleteObjects

func (_m *MockFakeS3) DeleteObjects(_a0 *s3.DeleteObjectsInput) (*s3.DeleteObjectsOutput, error)

DeleteObjects provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectsRequest

func (_m *MockFakeS3) DeleteObjectsRequest(_a0 *s3.DeleteObjectsInput) (*request.Request, *s3.DeleteObjectsOutput)

DeleteObjectsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeleteObjectsWithContext

func (_m *MockFakeS3) DeleteObjectsWithContext(_a0 context.Context, _a1 *s3.DeleteObjectsInput, _a2 ...request.Option) (*s3.DeleteObjectsOutput, error)

DeleteObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) DeletePublicAccessBlock

func (_m *MockFakeS3) DeletePublicAccessBlock(_a0 *s3.DeletePublicAccessBlockInput) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3) DeletePublicAccessBlockRequest

func (_m *MockFakeS3) DeletePublicAccessBlockRequest(_a0 *s3.DeletePublicAccessBlockInput) (*request.Request, *s3.DeletePublicAccessBlockOutput)

DeletePublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3) DeletePublicAccessBlockWithContext

func (_m *MockFakeS3) DeletePublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.DeletePublicAccessBlockInput, _a2 ...request.Option) (*s3.DeletePublicAccessBlockOutput, error)

DeletePublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketAccelerateConfiguration

GetBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAccelerateConfigurationRequest

func (_m *MockFakeS3) GetBucketAccelerateConfigurationRequest(_a0 *s3.GetBucketAccelerateConfigurationInput) (*request.Request, *s3.GetBucketAccelerateConfigurationOutput)

GetBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAccelerateConfigurationWithContext

func (_m *MockFakeS3) GetBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAccelerateConfigurationOutput, error)

GetBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketAcl

func (_m *MockFakeS3) GetBucketAcl(_a0 *s3.GetBucketAclInput) (*s3.GetBucketAclOutput, error)

GetBucketAcl provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAclRequest

func (_m *MockFakeS3) GetBucketAclRequest(_a0 *s3.GetBucketAclInput) (*request.Request, *s3.GetBucketAclOutput)

GetBucketAclRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAclWithContext

func (_m *MockFakeS3) GetBucketAclWithContext(_a0 context.Context, _a1 *s3.GetBucketAclInput, _a2 ...request.Option) (*s3.GetBucketAclOutput, error)

GetBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketAnalyticsConfiguration

GetBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAnalyticsConfigurationRequest

func (_m *MockFakeS3) GetBucketAnalyticsConfigurationRequest(_a0 *s3.GetBucketAnalyticsConfigurationInput) (*request.Request, *s3.GetBucketAnalyticsConfigurationOutput)

GetBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketAnalyticsConfigurationWithContext

func (_m *MockFakeS3) GetBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketAnalyticsConfigurationOutput, error)

GetBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketCors

func (_m *MockFakeS3) GetBucketCors(_a0 *s3.GetBucketCorsInput) (*s3.GetBucketCorsOutput, error)

GetBucketCors provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketCorsRequest

func (_m *MockFakeS3) GetBucketCorsRequest(_a0 *s3.GetBucketCorsInput) (*request.Request, *s3.GetBucketCorsOutput)

GetBucketCorsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketCorsWithContext

func (_m *MockFakeS3) GetBucketCorsWithContext(_a0 context.Context, _a1 *s3.GetBucketCorsInput, _a2 ...request.Option) (*s3.GetBucketCorsOutput, error)

GetBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketEncryption

func (_m *MockFakeS3) GetBucketEncryption(_a0 *s3.GetBucketEncryptionInput) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryption provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketEncryptionRequest

func (_m *MockFakeS3) GetBucketEncryptionRequest(_a0 *s3.GetBucketEncryptionInput) (*request.Request, *s3.GetBucketEncryptionOutput)

GetBucketEncryptionRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketEncryptionWithContext

func (_m *MockFakeS3) GetBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.GetBucketEncryptionInput, _a2 ...request.Option) (*s3.GetBucketEncryptionOutput, error)

GetBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketIntelligentTieringConfiguration

GetBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketIntelligentTieringConfigurationRequest

GetBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketIntelligentTieringConfigurationWithContext

func (_m *MockFakeS3) GetBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.GetBucketIntelligentTieringConfigurationOutput, error)

GetBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketInventoryConfiguration

GetBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketInventoryConfigurationRequest

func (_m *MockFakeS3) GetBucketInventoryConfigurationRequest(_a0 *s3.GetBucketInventoryConfigurationInput) (*request.Request, *s3.GetBucketInventoryConfigurationOutput)

GetBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketInventoryConfigurationWithContext

func (_m *MockFakeS3) GetBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.GetBucketInventoryConfigurationOutput, error)

GetBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketLifecycle

func (_m *MockFakeS3) GetBucketLifecycle(_a0 *s3.GetBucketLifecycleInput) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycle provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLifecycleConfiguration

GetBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLifecycleConfigurationRequest

func (_m *MockFakeS3) GetBucketLifecycleConfigurationRequest(_a0 *s3.GetBucketLifecycleConfigurationInput) (*request.Request, *s3.GetBucketLifecycleConfigurationOutput)

GetBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLifecycleConfigurationWithContext

func (_m *MockFakeS3) GetBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.GetBucketLifecycleConfigurationOutput, error)

GetBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketLifecycleRequest

func (_m *MockFakeS3) GetBucketLifecycleRequest(_a0 *s3.GetBucketLifecycleInput) (*request.Request, *s3.GetBucketLifecycleOutput)

GetBucketLifecycleRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLifecycleWithContext

func (_m *MockFakeS3) GetBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.GetBucketLifecycleInput, _a2 ...request.Option) (*s3.GetBucketLifecycleOutput, error)

GetBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketLocation

func (_m *MockFakeS3) GetBucketLocation(_a0 *s3.GetBucketLocationInput) (*s3.GetBucketLocationOutput, error)

GetBucketLocation provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLocationRequest

func (_m *MockFakeS3) GetBucketLocationRequest(_a0 *s3.GetBucketLocationInput) (*request.Request, *s3.GetBucketLocationOutput)

GetBucketLocationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLocationWithContext

func (_m *MockFakeS3) GetBucketLocationWithContext(_a0 context.Context, _a1 *s3.GetBucketLocationInput, _a2 ...request.Option) (*s3.GetBucketLocationOutput, error)

GetBucketLocationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketLogging

func (_m *MockFakeS3) GetBucketLogging(_a0 *s3.GetBucketLoggingInput) (*s3.GetBucketLoggingOutput, error)

GetBucketLogging provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLoggingRequest

func (_m *MockFakeS3) GetBucketLoggingRequest(_a0 *s3.GetBucketLoggingInput) (*request.Request, *s3.GetBucketLoggingOutput)

GetBucketLoggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketLoggingWithContext

func (_m *MockFakeS3) GetBucketLoggingWithContext(_a0 context.Context, _a1 *s3.GetBucketLoggingInput, _a2 ...request.Option) (*s3.GetBucketLoggingOutput, error)

GetBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketMetricsConfiguration

GetBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketMetricsConfigurationRequest

func (_m *MockFakeS3) GetBucketMetricsConfigurationRequest(_a0 *s3.GetBucketMetricsConfigurationInput) (*request.Request, *s3.GetBucketMetricsConfigurationOutput)

GetBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketMetricsConfigurationWithContext

func (_m *MockFakeS3) GetBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.GetBucketMetricsConfigurationOutput, error)

GetBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketNotification

GetBucketNotification provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketNotificationConfiguration

func (_m *MockFakeS3) GetBucketNotificationConfiguration(_a0 *s3.GetBucketNotificationConfigurationRequest) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketNotificationConfigurationRequest

func (_m *MockFakeS3) GetBucketNotificationConfigurationRequest(_a0 *s3.GetBucketNotificationConfigurationRequest) (*request.Request, *s3.NotificationConfiguration)

GetBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketNotificationConfigurationWithContext

func (_m *MockFakeS3) GetBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.GetBucketNotificationConfigurationRequest, _a2 ...request.Option) (*s3.NotificationConfiguration, error)

GetBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketNotificationRequest

GetBucketNotificationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketNotificationWithContext

GetBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketOwnershipControls

func (_m *MockFakeS3) GetBucketOwnershipControls(_a0 *s3.GetBucketOwnershipControlsInput) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControls provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketOwnershipControlsRequest

func (_m *MockFakeS3) GetBucketOwnershipControlsRequest(_a0 *s3.GetBucketOwnershipControlsInput) (*request.Request, *s3.GetBucketOwnershipControlsOutput)

GetBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketOwnershipControlsWithContext

func (_m *MockFakeS3) GetBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.GetBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.GetBucketOwnershipControlsOutput, error)

GetBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketPolicy

func (_m *MockFakeS3) GetBucketPolicy(_a0 *s3.GetBucketPolicyInput) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketPolicyRequest

func (_m *MockFakeS3) GetBucketPolicyRequest(_a0 *s3.GetBucketPolicyInput) (*request.Request, *s3.GetBucketPolicyOutput)

GetBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketPolicyStatus

func (_m *MockFakeS3) GetBucketPolicyStatus(_a0 *s3.GetBucketPolicyStatusInput) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatus provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketPolicyStatusRequest

func (_m *MockFakeS3) GetBucketPolicyStatusRequest(_a0 *s3.GetBucketPolicyStatusInput) (*request.Request, *s3.GetBucketPolicyStatusOutput)

GetBucketPolicyStatusRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketPolicyStatusWithContext

func (_m *MockFakeS3) GetBucketPolicyStatusWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyStatusInput, _a2 ...request.Option) (*s3.GetBucketPolicyStatusOutput, error)

GetBucketPolicyStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketPolicyWithContext

func (_m *MockFakeS3) GetBucketPolicyWithContext(_a0 context.Context, _a1 *s3.GetBucketPolicyInput, _a2 ...request.Option) (*s3.GetBucketPolicyOutput, error)

GetBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketReplication

func (_m *MockFakeS3) GetBucketReplication(_a0 *s3.GetBucketReplicationInput) (*s3.GetBucketReplicationOutput, error)

GetBucketReplication provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketReplicationRequest

func (_m *MockFakeS3) GetBucketReplicationRequest(_a0 *s3.GetBucketReplicationInput) (*request.Request, *s3.GetBucketReplicationOutput)

GetBucketReplicationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketReplicationWithContext

func (_m *MockFakeS3) GetBucketReplicationWithContext(_a0 context.Context, _a1 *s3.GetBucketReplicationInput, _a2 ...request.Option) (*s3.GetBucketReplicationOutput, error)

GetBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketRequestPayment

func (_m *MockFakeS3) GetBucketRequestPayment(_a0 *s3.GetBucketRequestPaymentInput) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPayment provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketRequestPaymentRequest

func (_m *MockFakeS3) GetBucketRequestPaymentRequest(_a0 *s3.GetBucketRequestPaymentInput) (*request.Request, *s3.GetBucketRequestPaymentOutput)

GetBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketRequestPaymentWithContext

func (_m *MockFakeS3) GetBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.GetBucketRequestPaymentInput, _a2 ...request.Option) (*s3.GetBucketRequestPaymentOutput, error)

GetBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketTagging

func (_m *MockFakeS3) GetBucketTagging(_a0 *s3.GetBucketTaggingInput) (*s3.GetBucketTaggingOutput, error)

GetBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketTaggingRequest

func (_m *MockFakeS3) GetBucketTaggingRequest(_a0 *s3.GetBucketTaggingInput) (*request.Request, *s3.GetBucketTaggingOutput)

GetBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketTaggingWithContext

func (_m *MockFakeS3) GetBucketTaggingWithContext(_a0 context.Context, _a1 *s3.GetBucketTaggingInput, _a2 ...request.Option) (*s3.GetBucketTaggingOutput, error)

GetBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketVersioning

func (_m *MockFakeS3) GetBucketVersioning(_a0 *s3.GetBucketVersioningInput) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioning provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketVersioningRequest

func (_m *MockFakeS3) GetBucketVersioningRequest(_a0 *s3.GetBucketVersioningInput) (*request.Request, *s3.GetBucketVersioningOutput)

GetBucketVersioningRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketVersioningWithContext

func (_m *MockFakeS3) GetBucketVersioningWithContext(_a0 context.Context, _a1 *s3.GetBucketVersioningInput, _a2 ...request.Option) (*s3.GetBucketVersioningOutput, error)

GetBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetBucketWebsite

func (_m *MockFakeS3) GetBucketWebsite(_a0 *s3.GetBucketWebsiteInput) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsite provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketWebsiteRequest

func (_m *MockFakeS3) GetBucketWebsiteRequest(_a0 *s3.GetBucketWebsiteInput) (*request.Request, *s3.GetBucketWebsiteOutput)

GetBucketWebsiteRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetBucketWebsiteWithContext

func (_m *MockFakeS3) GetBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.GetBucketWebsiteInput, _a2 ...request.Option) (*s3.GetBucketWebsiteOutput, error)

GetBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObject

func (_m *MockFakeS3) GetObject(_a0 *s3.GetObjectInput) (*s3.GetObjectOutput, error)

GetObject provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectAcl

func (_m *MockFakeS3) GetObjectAcl(_a0 *s3.GetObjectAclInput) (*s3.GetObjectAclOutput, error)

GetObjectAcl provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectAclRequest

func (_m *MockFakeS3) GetObjectAclRequest(_a0 *s3.GetObjectAclInput) (*request.Request, *s3.GetObjectAclOutput)

GetObjectAclRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectAclWithContext

func (_m *MockFakeS3) GetObjectAclWithContext(_a0 context.Context, _a1 *s3.GetObjectAclInput, _a2 ...request.Option) (*s3.GetObjectAclOutput, error)

GetObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectAttributes

func (_m *MockFakeS3) GetObjectAttributes(_a0 *s3.GetObjectAttributesInput) (*s3.GetObjectAttributesOutput, error)

GetObjectAttributes provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectAttributesRequest

func (_m *MockFakeS3) GetObjectAttributesRequest(_a0 *s3.GetObjectAttributesInput) (*request.Request, *s3.GetObjectAttributesOutput)

GetObjectAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectAttributesWithContext

func (_m *MockFakeS3) GetObjectAttributesWithContext(_a0 context.Context, _a1 *s3.GetObjectAttributesInput, _a2 ...request.Option) (*s3.GetObjectAttributesOutput, error)

GetObjectAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectLegalHold

func (_m *MockFakeS3) GetObjectLegalHold(_a0 *s3.GetObjectLegalHoldInput) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHold provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectLegalHoldRequest

func (_m *MockFakeS3) GetObjectLegalHoldRequest(_a0 *s3.GetObjectLegalHoldInput) (*request.Request, *s3.GetObjectLegalHoldOutput)

GetObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectLegalHoldWithContext

func (_m *MockFakeS3) GetObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.GetObjectLegalHoldInput, _a2 ...request.Option) (*s3.GetObjectLegalHoldOutput, error)

GetObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectLockConfiguration

func (_m *MockFakeS3) GetObjectLockConfiguration(_a0 *s3.GetObjectLockConfigurationInput) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectLockConfigurationRequest

func (_m *MockFakeS3) GetObjectLockConfigurationRequest(_a0 *s3.GetObjectLockConfigurationInput) (*request.Request, *s3.GetObjectLockConfigurationOutput)

GetObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectLockConfigurationWithContext

func (_m *MockFakeS3) GetObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.GetObjectLockConfigurationInput, _a2 ...request.Option) (*s3.GetObjectLockConfigurationOutput, error)

GetObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectRequest

func (_m *MockFakeS3) GetObjectRequest(_a0 *s3.GetObjectInput) (*request.Request, *s3.GetObjectOutput)

GetObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectRetention

func (_m *MockFakeS3) GetObjectRetention(_a0 *s3.GetObjectRetentionInput) (*s3.GetObjectRetentionOutput, error)

GetObjectRetention provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectRetentionRequest

func (_m *MockFakeS3) GetObjectRetentionRequest(_a0 *s3.GetObjectRetentionInput) (*request.Request, *s3.GetObjectRetentionOutput)

GetObjectRetentionRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectRetentionWithContext

func (_m *MockFakeS3) GetObjectRetentionWithContext(_a0 context.Context, _a1 *s3.GetObjectRetentionInput, _a2 ...request.Option) (*s3.GetObjectRetentionOutput, error)

GetObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectTagging

func (_m *MockFakeS3) GetObjectTagging(_a0 *s3.GetObjectTaggingInput) (*s3.GetObjectTaggingOutput, error)

GetObjectTagging provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectTaggingRequest

func (_m *MockFakeS3) GetObjectTaggingRequest(_a0 *s3.GetObjectTaggingInput) (*request.Request, *s3.GetObjectTaggingOutput)

GetObjectTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectTaggingWithContext

func (_m *MockFakeS3) GetObjectTaggingWithContext(_a0 context.Context, _a1 *s3.GetObjectTaggingInput, _a2 ...request.Option) (*s3.GetObjectTaggingOutput, error)

GetObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectTorrent

func (_m *MockFakeS3) GetObjectTorrent(_a0 *s3.GetObjectTorrentInput) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrent provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectTorrentRequest

func (_m *MockFakeS3) GetObjectTorrentRequest(_a0 *s3.GetObjectTorrentInput) (*request.Request, *s3.GetObjectTorrentOutput)

GetObjectTorrentRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetObjectTorrentWithContext

func (_m *MockFakeS3) GetObjectTorrentWithContext(_a0 context.Context, _a1 *s3.GetObjectTorrentInput, _a2 ...request.Option) (*s3.GetObjectTorrentOutput, error)

GetObjectTorrentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetObjectWithContext

func (_m *MockFakeS3) GetObjectWithContext(_a0 context.Context, _a1 *s3.GetObjectInput, _a2 ...request.Option) (*s3.GetObjectOutput, error)

GetObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) GetPublicAccessBlock

func (_m *MockFakeS3) GetPublicAccessBlock(_a0 *s3.GetPublicAccessBlockInput) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3) GetPublicAccessBlockRequest

func (_m *MockFakeS3) GetPublicAccessBlockRequest(_a0 *s3.GetPublicAccessBlockInput) (*request.Request, *s3.GetPublicAccessBlockOutput)

GetPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3) GetPublicAccessBlockWithContext

func (_m *MockFakeS3) GetPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.GetPublicAccessBlockInput, _a2 ...request.Option) (*s3.GetPublicAccessBlockOutput, error)

GetPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) HeadBucket

func (_m *MockFakeS3) HeadBucket(_a0 *s3.HeadBucketInput) (*s3.HeadBucketOutput, error)

HeadBucket provides a mock function with given fields: _a0

func (*MockFakeS3) HeadBucketRequest

func (_m *MockFakeS3) HeadBucketRequest(_a0 *s3.HeadBucketInput) (*request.Request, *s3.HeadBucketOutput)

HeadBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3) HeadBucketWithContext

func (_m *MockFakeS3) HeadBucketWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.Option) (*s3.HeadBucketOutput, error)

HeadBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) HeadObject

func (_m *MockFakeS3) HeadObject(_a0 *s3.HeadObjectInput) (*s3.HeadObjectOutput, error)

HeadObject provides a mock function with given fields: _a0

func (*MockFakeS3) HeadObjectRequest

func (_m *MockFakeS3) HeadObjectRequest(_a0 *s3.HeadObjectInput) (*request.Request, *s3.HeadObjectOutput)

HeadObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) HeadObjectWithContext

func (_m *MockFakeS3) HeadObjectWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.Option) (*s3.HeadObjectOutput, error)

HeadObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListBucketAnalyticsConfigurations

ListBucketAnalyticsConfigurations provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketAnalyticsConfigurationsRequest

func (_m *MockFakeS3) ListBucketAnalyticsConfigurationsRequest(_a0 *s3.ListBucketAnalyticsConfigurationsInput) (*request.Request, *s3.ListBucketAnalyticsConfigurationsOutput)

ListBucketAnalyticsConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketAnalyticsConfigurationsWithContext

func (_m *MockFakeS3) ListBucketAnalyticsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketAnalyticsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketAnalyticsConfigurationsOutput, error)

ListBucketAnalyticsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListBucketIntelligentTieringConfigurations

ListBucketIntelligentTieringConfigurations provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketIntelligentTieringConfigurationsRequest

ListBucketIntelligentTieringConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketIntelligentTieringConfigurationsWithContext

func (_m *MockFakeS3) ListBucketIntelligentTieringConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketIntelligentTieringConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketIntelligentTieringConfigurationsOutput, error)

ListBucketIntelligentTieringConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListBucketInventoryConfigurations

ListBucketInventoryConfigurations provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketInventoryConfigurationsRequest

func (_m *MockFakeS3) ListBucketInventoryConfigurationsRequest(_a0 *s3.ListBucketInventoryConfigurationsInput) (*request.Request, *s3.ListBucketInventoryConfigurationsOutput)

ListBucketInventoryConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketInventoryConfigurationsWithContext

func (_m *MockFakeS3) ListBucketInventoryConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketInventoryConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketInventoryConfigurationsOutput, error)

ListBucketInventoryConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListBucketMetricsConfigurations

ListBucketMetricsConfigurations provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketMetricsConfigurationsRequest

func (_m *MockFakeS3) ListBucketMetricsConfigurationsRequest(_a0 *s3.ListBucketMetricsConfigurationsInput) (*request.Request, *s3.ListBucketMetricsConfigurationsOutput)

ListBucketMetricsConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketMetricsConfigurationsWithContext

func (_m *MockFakeS3) ListBucketMetricsConfigurationsWithContext(_a0 context.Context, _a1 *s3.ListBucketMetricsConfigurationsInput, _a2 ...request.Option) (*s3.ListBucketMetricsConfigurationsOutput, error)

ListBucketMetricsConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListBuckets

func (_m *MockFakeS3) ListBuckets(_a0 *s3.ListBucketsInput) (*s3.ListBucketsOutput, error)

ListBuckets provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketsRequest

func (_m *MockFakeS3) ListBucketsRequest(_a0 *s3.ListBucketsInput) (*request.Request, *s3.ListBucketsOutput)

ListBucketsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListBucketsWithContext

func (_m *MockFakeS3) ListBucketsWithContext(_a0 context.Context, _a1 *s3.ListBucketsInput, _a2 ...request.Option) (*s3.ListBucketsOutput, error)

ListBucketsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListMultipartUploads

func (_m *MockFakeS3) ListMultipartUploads(_a0 *s3.ListMultipartUploadsInput) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploads provides a mock function with given fields: _a0

func (*MockFakeS3) ListMultipartUploadsPages

func (_m *MockFakeS3) ListMultipartUploadsPages(_a0 *s3.ListMultipartUploadsInput, _a1 func(*s3.ListMultipartUploadsOutput, bool) bool) error

ListMultipartUploadsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3) ListMultipartUploadsPagesWithContext

func (_m *MockFakeS3) ListMultipartUploadsPagesWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 func(*s3.ListMultipartUploadsOutput, bool) bool, _a3 ...request.Option) error

ListMultipartUploadsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3) ListMultipartUploadsRequest

func (_m *MockFakeS3) ListMultipartUploadsRequest(_a0 *s3.ListMultipartUploadsInput) (*request.Request, *s3.ListMultipartUploadsOutput)

ListMultipartUploadsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListMultipartUploadsWithContext

func (_m *MockFakeS3) ListMultipartUploadsWithContext(_a0 context.Context, _a1 *s3.ListMultipartUploadsInput, _a2 ...request.Option) (*s3.ListMultipartUploadsOutput, error)

ListMultipartUploadsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListObjectVersions

func (_m *MockFakeS3) ListObjectVersions(_a0 *s3.ListObjectVersionsInput) (*s3.ListObjectVersionsOutput, error)

ListObjectVersions provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectVersionsPages

func (_m *MockFakeS3) ListObjectVersionsPages(_a0 *s3.ListObjectVersionsInput, _a1 func(*s3.ListObjectVersionsOutput, bool) bool) error

ListObjectVersionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3) ListObjectVersionsPagesWithContext

func (_m *MockFakeS3) ListObjectVersionsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 func(*s3.ListObjectVersionsOutput, bool) bool, _a3 ...request.Option) error

ListObjectVersionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3) ListObjectVersionsRequest

func (_m *MockFakeS3) ListObjectVersionsRequest(_a0 *s3.ListObjectVersionsInput) (*request.Request, *s3.ListObjectVersionsOutput)

ListObjectVersionsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectVersionsWithContext

func (_m *MockFakeS3) ListObjectVersionsWithContext(_a0 context.Context, _a1 *s3.ListObjectVersionsInput, _a2 ...request.Option) (*s3.ListObjectVersionsOutput, error)

ListObjectVersionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListObjects

func (_m *MockFakeS3) ListObjects(_a0 *s3.ListObjectsInput) (*s3.ListObjectsOutput, error)

ListObjects provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectsPages

func (_m *MockFakeS3) ListObjectsPages(_a0 *s3.ListObjectsInput, _a1 func(*s3.ListObjectsOutput, bool) bool) error

ListObjectsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3) ListObjectsPagesWithContext

func (_m *MockFakeS3) ListObjectsPagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 func(*s3.ListObjectsOutput, bool) bool, _a3 ...request.Option) error

ListObjectsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3) ListObjectsRequest

func (_m *MockFakeS3) ListObjectsRequest(_a0 *s3.ListObjectsInput) (*request.Request, *s3.ListObjectsOutput)

ListObjectsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectsV2

func (_m *MockFakeS3) ListObjectsV2(_a0 *s3.ListObjectsV2Input) (*s3.ListObjectsV2Output, error)

ListObjectsV2 provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectsV2Pages

func (_m *MockFakeS3) ListObjectsV2Pages(_a0 *s3.ListObjectsV2Input, _a1 func(*s3.ListObjectsV2Output, bool) bool) error

ListObjectsV2Pages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3) ListObjectsV2PagesWithContext

func (_m *MockFakeS3) ListObjectsV2PagesWithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 func(*s3.ListObjectsV2Output, bool) bool, _a3 ...request.Option) error

ListObjectsV2PagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3) ListObjectsV2Request

func (_m *MockFakeS3) ListObjectsV2Request(_a0 *s3.ListObjectsV2Input) (*request.Request, *s3.ListObjectsV2Output)

ListObjectsV2Request provides a mock function with given fields: _a0

func (*MockFakeS3) ListObjectsV2WithContext

func (_m *MockFakeS3) ListObjectsV2WithContext(_a0 context.Context, _a1 *s3.ListObjectsV2Input, _a2 ...request.Option) (*s3.ListObjectsV2Output, error)

ListObjectsV2WithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListObjectsWithContext

func (_m *MockFakeS3) ListObjectsWithContext(_a0 context.Context, _a1 *s3.ListObjectsInput, _a2 ...request.Option) (*s3.ListObjectsOutput, error)

ListObjectsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) ListParts

func (_m *MockFakeS3) ListParts(_a0 *s3.ListPartsInput) (*s3.ListPartsOutput, error)

ListParts provides a mock function with given fields: _a0

func (*MockFakeS3) ListPartsPages

func (_m *MockFakeS3) ListPartsPages(_a0 *s3.ListPartsInput, _a1 func(*s3.ListPartsOutput, bool) bool) error

ListPartsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3) ListPartsPagesWithContext

func (_m *MockFakeS3) ListPartsPagesWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 func(*s3.ListPartsOutput, bool) bool, _a3 ...request.Option) error

ListPartsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3) ListPartsRequest

func (_m *MockFakeS3) ListPartsRequest(_a0 *s3.ListPartsInput) (*request.Request, *s3.ListPartsOutput)

ListPartsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) ListPartsWithContext

func (_m *MockFakeS3) ListPartsWithContext(_a0 context.Context, _a1 *s3.ListPartsInput, _a2 ...request.Option) (*s3.ListPartsOutput, error)

ListPartsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketAccelerateConfiguration

PutBucketAccelerateConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAccelerateConfigurationRequest

func (_m *MockFakeS3) PutBucketAccelerateConfigurationRequest(_a0 *s3.PutBucketAccelerateConfigurationInput) (*request.Request, *s3.PutBucketAccelerateConfigurationOutput)

PutBucketAccelerateConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAccelerateConfigurationWithContext

func (_m *MockFakeS3) PutBucketAccelerateConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAccelerateConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAccelerateConfigurationOutput, error)

PutBucketAccelerateConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketAcl

func (_m *MockFakeS3) PutBucketAcl(_a0 *s3.PutBucketAclInput) (*s3.PutBucketAclOutput, error)

PutBucketAcl provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAclRequest

func (_m *MockFakeS3) PutBucketAclRequest(_a0 *s3.PutBucketAclInput) (*request.Request, *s3.PutBucketAclOutput)

PutBucketAclRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAclWithContext

func (_m *MockFakeS3) PutBucketAclWithContext(_a0 context.Context, _a1 *s3.PutBucketAclInput, _a2 ...request.Option) (*s3.PutBucketAclOutput, error)

PutBucketAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketAnalyticsConfiguration

PutBucketAnalyticsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAnalyticsConfigurationRequest

func (_m *MockFakeS3) PutBucketAnalyticsConfigurationRequest(_a0 *s3.PutBucketAnalyticsConfigurationInput) (*request.Request, *s3.PutBucketAnalyticsConfigurationOutput)

PutBucketAnalyticsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketAnalyticsConfigurationWithContext

func (_m *MockFakeS3) PutBucketAnalyticsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketAnalyticsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketAnalyticsConfigurationOutput, error)

PutBucketAnalyticsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketCors

func (_m *MockFakeS3) PutBucketCors(_a0 *s3.PutBucketCorsInput) (*s3.PutBucketCorsOutput, error)

PutBucketCors provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketCorsRequest

func (_m *MockFakeS3) PutBucketCorsRequest(_a0 *s3.PutBucketCorsInput) (*request.Request, *s3.PutBucketCorsOutput)

PutBucketCorsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketCorsWithContext

func (_m *MockFakeS3) PutBucketCorsWithContext(_a0 context.Context, _a1 *s3.PutBucketCorsInput, _a2 ...request.Option) (*s3.PutBucketCorsOutput, error)

PutBucketCorsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketEncryption

func (_m *MockFakeS3) PutBucketEncryption(_a0 *s3.PutBucketEncryptionInput) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryption provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketEncryptionRequest

func (_m *MockFakeS3) PutBucketEncryptionRequest(_a0 *s3.PutBucketEncryptionInput) (*request.Request, *s3.PutBucketEncryptionOutput)

PutBucketEncryptionRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketEncryptionWithContext

func (_m *MockFakeS3) PutBucketEncryptionWithContext(_a0 context.Context, _a1 *s3.PutBucketEncryptionInput, _a2 ...request.Option) (*s3.PutBucketEncryptionOutput, error)

PutBucketEncryptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketIntelligentTieringConfiguration

PutBucketIntelligentTieringConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketIntelligentTieringConfigurationRequest

PutBucketIntelligentTieringConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketIntelligentTieringConfigurationWithContext

func (_m *MockFakeS3) PutBucketIntelligentTieringConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketIntelligentTieringConfigurationInput, _a2 ...request.Option) (*s3.PutBucketIntelligentTieringConfigurationOutput, error)

PutBucketIntelligentTieringConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketInventoryConfiguration

PutBucketInventoryConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketInventoryConfigurationRequest

func (_m *MockFakeS3) PutBucketInventoryConfigurationRequest(_a0 *s3.PutBucketInventoryConfigurationInput) (*request.Request, *s3.PutBucketInventoryConfigurationOutput)

PutBucketInventoryConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketInventoryConfigurationWithContext

func (_m *MockFakeS3) PutBucketInventoryConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketInventoryConfigurationInput, _a2 ...request.Option) (*s3.PutBucketInventoryConfigurationOutput, error)

PutBucketInventoryConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketLifecycle

func (_m *MockFakeS3) PutBucketLifecycle(_a0 *s3.PutBucketLifecycleInput) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycle provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLifecycleConfiguration

PutBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLifecycleConfigurationRequest

func (_m *MockFakeS3) PutBucketLifecycleConfigurationRequest(_a0 *s3.PutBucketLifecycleConfigurationInput) (*request.Request, *s3.PutBucketLifecycleConfigurationOutput)

PutBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLifecycleConfigurationWithContext

func (_m *MockFakeS3) PutBucketLifecycleConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleConfigurationInput, _a2 ...request.Option) (*s3.PutBucketLifecycleConfigurationOutput, error)

PutBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketLifecycleRequest

func (_m *MockFakeS3) PutBucketLifecycleRequest(_a0 *s3.PutBucketLifecycleInput) (*request.Request, *s3.PutBucketLifecycleOutput)

PutBucketLifecycleRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLifecycleWithContext

func (_m *MockFakeS3) PutBucketLifecycleWithContext(_a0 context.Context, _a1 *s3.PutBucketLifecycleInput, _a2 ...request.Option) (*s3.PutBucketLifecycleOutput, error)

PutBucketLifecycleWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketLogging

func (_m *MockFakeS3) PutBucketLogging(_a0 *s3.PutBucketLoggingInput) (*s3.PutBucketLoggingOutput, error)

PutBucketLogging provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLoggingRequest

func (_m *MockFakeS3) PutBucketLoggingRequest(_a0 *s3.PutBucketLoggingInput) (*request.Request, *s3.PutBucketLoggingOutput)

PutBucketLoggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketLoggingWithContext

func (_m *MockFakeS3) PutBucketLoggingWithContext(_a0 context.Context, _a1 *s3.PutBucketLoggingInput, _a2 ...request.Option) (*s3.PutBucketLoggingOutput, error)

PutBucketLoggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketMetricsConfiguration

PutBucketMetricsConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketMetricsConfigurationRequest

func (_m *MockFakeS3) PutBucketMetricsConfigurationRequest(_a0 *s3.PutBucketMetricsConfigurationInput) (*request.Request, *s3.PutBucketMetricsConfigurationOutput)

PutBucketMetricsConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketMetricsConfigurationWithContext

func (_m *MockFakeS3) PutBucketMetricsConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketMetricsConfigurationInput, _a2 ...request.Option) (*s3.PutBucketMetricsConfigurationOutput, error)

PutBucketMetricsConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketNotification

func (_m *MockFakeS3) PutBucketNotification(_a0 *s3.PutBucketNotificationInput) (*s3.PutBucketNotificationOutput, error)

PutBucketNotification provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketNotificationConfiguration

PutBucketNotificationConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketNotificationConfigurationRequest

func (_m *MockFakeS3) PutBucketNotificationConfigurationRequest(_a0 *s3.PutBucketNotificationConfigurationInput) (*request.Request, *s3.PutBucketNotificationConfigurationOutput)

PutBucketNotificationConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketNotificationConfigurationWithContext

func (_m *MockFakeS3) PutBucketNotificationConfigurationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationConfigurationInput, _a2 ...request.Option) (*s3.PutBucketNotificationConfigurationOutput, error)

PutBucketNotificationConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketNotificationRequest

func (_m *MockFakeS3) PutBucketNotificationRequest(_a0 *s3.PutBucketNotificationInput) (*request.Request, *s3.PutBucketNotificationOutput)

PutBucketNotificationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketNotificationWithContext

func (_m *MockFakeS3) PutBucketNotificationWithContext(_a0 context.Context, _a1 *s3.PutBucketNotificationInput, _a2 ...request.Option) (*s3.PutBucketNotificationOutput, error)

PutBucketNotificationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketOwnershipControls

func (_m *MockFakeS3) PutBucketOwnershipControls(_a0 *s3.PutBucketOwnershipControlsInput) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControls provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketOwnershipControlsRequest

func (_m *MockFakeS3) PutBucketOwnershipControlsRequest(_a0 *s3.PutBucketOwnershipControlsInput) (*request.Request, *s3.PutBucketOwnershipControlsOutput)

PutBucketOwnershipControlsRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketOwnershipControlsWithContext

func (_m *MockFakeS3) PutBucketOwnershipControlsWithContext(_a0 context.Context, _a1 *s3.PutBucketOwnershipControlsInput, _a2 ...request.Option) (*s3.PutBucketOwnershipControlsOutput, error)

PutBucketOwnershipControlsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketPolicy

func (_m *MockFakeS3) PutBucketPolicy(_a0 *s3.PutBucketPolicyInput) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketPolicyRequest

func (_m *MockFakeS3) PutBucketPolicyRequest(_a0 *s3.PutBucketPolicyInput) (*request.Request, *s3.PutBucketPolicyOutput)

PutBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketPolicyWithContext

func (_m *MockFakeS3) PutBucketPolicyWithContext(_a0 context.Context, _a1 *s3.PutBucketPolicyInput, _a2 ...request.Option) (*s3.PutBucketPolicyOutput, error)

PutBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketReplication

func (_m *MockFakeS3) PutBucketReplication(_a0 *s3.PutBucketReplicationInput) (*s3.PutBucketReplicationOutput, error)

PutBucketReplication provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketReplicationRequest

func (_m *MockFakeS3) PutBucketReplicationRequest(_a0 *s3.PutBucketReplicationInput) (*request.Request, *s3.PutBucketReplicationOutput)

PutBucketReplicationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketReplicationWithContext

func (_m *MockFakeS3) PutBucketReplicationWithContext(_a0 context.Context, _a1 *s3.PutBucketReplicationInput, _a2 ...request.Option) (*s3.PutBucketReplicationOutput, error)

PutBucketReplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketRequestPayment

func (_m *MockFakeS3) PutBucketRequestPayment(_a0 *s3.PutBucketRequestPaymentInput) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPayment provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketRequestPaymentRequest

func (_m *MockFakeS3) PutBucketRequestPaymentRequest(_a0 *s3.PutBucketRequestPaymentInput) (*request.Request, *s3.PutBucketRequestPaymentOutput)

PutBucketRequestPaymentRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketRequestPaymentWithContext

func (_m *MockFakeS3) PutBucketRequestPaymentWithContext(_a0 context.Context, _a1 *s3.PutBucketRequestPaymentInput, _a2 ...request.Option) (*s3.PutBucketRequestPaymentOutput, error)

PutBucketRequestPaymentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketTagging

func (_m *MockFakeS3) PutBucketTagging(_a0 *s3.PutBucketTaggingInput) (*s3.PutBucketTaggingOutput, error)

PutBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketTaggingRequest

func (_m *MockFakeS3) PutBucketTaggingRequest(_a0 *s3.PutBucketTaggingInput) (*request.Request, *s3.PutBucketTaggingOutput)

PutBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketTaggingWithContext

func (_m *MockFakeS3) PutBucketTaggingWithContext(_a0 context.Context, _a1 *s3.PutBucketTaggingInput, _a2 ...request.Option) (*s3.PutBucketTaggingOutput, error)

PutBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketVersioning

func (_m *MockFakeS3) PutBucketVersioning(_a0 *s3.PutBucketVersioningInput) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioning provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketVersioningRequest

func (_m *MockFakeS3) PutBucketVersioningRequest(_a0 *s3.PutBucketVersioningInput) (*request.Request, *s3.PutBucketVersioningOutput)

PutBucketVersioningRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketVersioningWithContext

func (_m *MockFakeS3) PutBucketVersioningWithContext(_a0 context.Context, _a1 *s3.PutBucketVersioningInput, _a2 ...request.Option) (*s3.PutBucketVersioningOutput, error)

PutBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutBucketWebsite

func (_m *MockFakeS3) PutBucketWebsite(_a0 *s3.PutBucketWebsiteInput) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsite provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketWebsiteRequest

func (_m *MockFakeS3) PutBucketWebsiteRequest(_a0 *s3.PutBucketWebsiteInput) (*request.Request, *s3.PutBucketWebsiteOutput)

PutBucketWebsiteRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutBucketWebsiteWithContext

func (_m *MockFakeS3) PutBucketWebsiteWithContext(_a0 context.Context, _a1 *s3.PutBucketWebsiteInput, _a2 ...request.Option) (*s3.PutBucketWebsiteOutput, error)

PutBucketWebsiteWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObject

func (_m *MockFakeS3) PutObject(_a0 *s3.PutObjectInput) (*s3.PutObjectOutput, error)

PutObject provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectAcl

func (_m *MockFakeS3) PutObjectAcl(_a0 *s3.PutObjectAclInput) (*s3.PutObjectAclOutput, error)

PutObjectAcl provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectAclRequest

func (_m *MockFakeS3) PutObjectAclRequest(_a0 *s3.PutObjectAclInput) (*request.Request, *s3.PutObjectAclOutput)

PutObjectAclRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectAclWithContext

func (_m *MockFakeS3) PutObjectAclWithContext(_a0 context.Context, _a1 *s3.PutObjectAclInput, _a2 ...request.Option) (*s3.PutObjectAclOutput, error)

PutObjectAclWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObjectLegalHold

func (_m *MockFakeS3) PutObjectLegalHold(_a0 *s3.PutObjectLegalHoldInput) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHold provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectLegalHoldRequest

func (_m *MockFakeS3) PutObjectLegalHoldRequest(_a0 *s3.PutObjectLegalHoldInput) (*request.Request, *s3.PutObjectLegalHoldOutput)

PutObjectLegalHoldRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectLegalHoldWithContext

func (_m *MockFakeS3) PutObjectLegalHoldWithContext(_a0 context.Context, _a1 *s3.PutObjectLegalHoldInput, _a2 ...request.Option) (*s3.PutObjectLegalHoldOutput, error)

PutObjectLegalHoldWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObjectLockConfiguration

func (_m *MockFakeS3) PutObjectLockConfiguration(_a0 *s3.PutObjectLockConfigurationInput) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectLockConfigurationRequest

func (_m *MockFakeS3) PutObjectLockConfigurationRequest(_a0 *s3.PutObjectLockConfigurationInput) (*request.Request, *s3.PutObjectLockConfigurationOutput)

PutObjectLockConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectLockConfigurationWithContext

func (_m *MockFakeS3) PutObjectLockConfigurationWithContext(_a0 context.Context, _a1 *s3.PutObjectLockConfigurationInput, _a2 ...request.Option) (*s3.PutObjectLockConfigurationOutput, error)

PutObjectLockConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObjectRequest

func (_m *MockFakeS3) PutObjectRequest(_a0 *s3.PutObjectInput) (*request.Request, *s3.PutObjectOutput)

PutObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectRetention

func (_m *MockFakeS3) PutObjectRetention(_a0 *s3.PutObjectRetentionInput) (*s3.PutObjectRetentionOutput, error)

PutObjectRetention provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectRetentionRequest

func (_m *MockFakeS3) PutObjectRetentionRequest(_a0 *s3.PutObjectRetentionInput) (*request.Request, *s3.PutObjectRetentionOutput)

PutObjectRetentionRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectRetentionWithContext

func (_m *MockFakeS3) PutObjectRetentionWithContext(_a0 context.Context, _a1 *s3.PutObjectRetentionInput, _a2 ...request.Option) (*s3.PutObjectRetentionOutput, error)

PutObjectRetentionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObjectTagging

func (_m *MockFakeS3) PutObjectTagging(_a0 *s3.PutObjectTaggingInput) (*s3.PutObjectTaggingOutput, error)

PutObjectTagging provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectTaggingRequest

func (_m *MockFakeS3) PutObjectTaggingRequest(_a0 *s3.PutObjectTaggingInput) (*request.Request, *s3.PutObjectTaggingOutput)

PutObjectTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutObjectTaggingWithContext

func (_m *MockFakeS3) PutObjectTaggingWithContext(_a0 context.Context, _a1 *s3.PutObjectTaggingInput, _a2 ...request.Option) (*s3.PutObjectTaggingOutput, error)

PutObjectTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutObjectWithContext

func (_m *MockFakeS3) PutObjectWithContext(_a0 context.Context, _a1 *s3.PutObjectInput, _a2 ...request.Option) (*s3.PutObjectOutput, error)

PutObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) PutPublicAccessBlock

func (_m *MockFakeS3) PutPublicAccessBlock(_a0 *s3.PutPublicAccessBlockInput) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3) PutPublicAccessBlockRequest

func (_m *MockFakeS3) PutPublicAccessBlockRequest(_a0 *s3.PutPublicAccessBlockInput) (*request.Request, *s3.PutPublicAccessBlockOutput)

PutPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3) PutPublicAccessBlockWithContext

func (_m *MockFakeS3) PutPublicAccessBlockWithContext(_a0 context.Context, _a1 *s3.PutPublicAccessBlockInput, _a2 ...request.Option) (*s3.PutPublicAccessBlockOutput, error)

PutPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) RestoreObject

func (_m *MockFakeS3) RestoreObject(_a0 *s3.RestoreObjectInput) (*s3.RestoreObjectOutput, error)

RestoreObject provides a mock function with given fields: _a0

func (*MockFakeS3) RestoreObjectRequest

func (_m *MockFakeS3) RestoreObjectRequest(_a0 *s3.RestoreObjectInput) (*request.Request, *s3.RestoreObjectOutput)

RestoreObjectRequest provides a mock function with given fields: _a0

func (*MockFakeS3) RestoreObjectWithContext

func (_m *MockFakeS3) RestoreObjectWithContext(_a0 context.Context, _a1 *s3.RestoreObjectInput, _a2 ...request.Option) (*s3.RestoreObjectOutput, error)

RestoreObjectWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) SelectObjectContent

func (_m *MockFakeS3) SelectObjectContent(_a0 *s3.SelectObjectContentInput) (*s3.SelectObjectContentOutput, error)

SelectObjectContent provides a mock function with given fields: _a0

func (*MockFakeS3) SelectObjectContentRequest

func (_m *MockFakeS3) SelectObjectContentRequest(_a0 *s3.SelectObjectContentInput) (*request.Request, *s3.SelectObjectContentOutput)

SelectObjectContentRequest provides a mock function with given fields: _a0

func (*MockFakeS3) SelectObjectContentWithContext

func (_m *MockFakeS3) SelectObjectContentWithContext(_a0 context.Context, _a1 *s3.SelectObjectContentInput, _a2 ...request.Option) (*s3.SelectObjectContentOutput, error)

SelectObjectContentWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) UploadPart

func (_m *MockFakeS3) UploadPart(_a0 *s3.UploadPartInput) (*s3.UploadPartOutput, error)

UploadPart provides a mock function with given fields: _a0

func (*MockFakeS3) UploadPartCopy

func (_m *MockFakeS3) UploadPartCopy(_a0 *s3.UploadPartCopyInput) (*s3.UploadPartCopyOutput, error)

UploadPartCopy provides a mock function with given fields: _a0

func (*MockFakeS3) UploadPartCopyRequest

func (_m *MockFakeS3) UploadPartCopyRequest(_a0 *s3.UploadPartCopyInput) (*request.Request, *s3.UploadPartCopyOutput)

UploadPartCopyRequest provides a mock function with given fields: _a0

func (*MockFakeS3) UploadPartCopyWithContext

func (_m *MockFakeS3) UploadPartCopyWithContext(_a0 context.Context, _a1 *s3.UploadPartCopyInput, _a2 ...request.Option) (*s3.UploadPartCopyOutput, error)

UploadPartCopyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) UploadPartRequest

func (_m *MockFakeS3) UploadPartRequest(_a0 *s3.UploadPartInput) (*request.Request, *s3.UploadPartOutput)

UploadPartRequest provides a mock function with given fields: _a0

func (*MockFakeS3) UploadPartWithContext

func (_m *MockFakeS3) UploadPartWithContext(_a0 context.Context, _a1 *s3.UploadPartInput, _a2 ...request.Option) (*s3.UploadPartOutput, error)

UploadPartWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) WaitUntilBucketExists

func (_m *MockFakeS3) WaitUntilBucketExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketExists provides a mock function with given fields: _a0

func (*MockFakeS3) WaitUntilBucketExistsWithContext

func (_m *MockFakeS3) WaitUntilBucketExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) WaitUntilBucketNotExists

func (_m *MockFakeS3) WaitUntilBucketNotExists(_a0 *s3.HeadBucketInput) error

WaitUntilBucketNotExists provides a mock function with given fields: _a0

func (*MockFakeS3) WaitUntilBucketNotExistsWithContext

func (_m *MockFakeS3) WaitUntilBucketNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadBucketInput, _a2 ...request.WaiterOption) error

WaitUntilBucketNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) WaitUntilObjectExists

func (_m *MockFakeS3) WaitUntilObjectExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectExists provides a mock function with given fields: _a0

func (*MockFakeS3) WaitUntilObjectExistsWithContext

func (_m *MockFakeS3) WaitUntilObjectExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) WaitUntilObjectNotExists

func (_m *MockFakeS3) WaitUntilObjectNotExists(_a0 *s3.HeadObjectInput) error

WaitUntilObjectNotExists provides a mock function with given fields: _a0

func (*MockFakeS3) WaitUntilObjectNotExistsWithContext

func (_m *MockFakeS3) WaitUntilObjectNotExistsWithContext(_a0 context.Context, _a1 *s3.HeadObjectInput, _a2 ...request.WaiterOption) error

WaitUntilObjectNotExistsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3) WriteGetObjectResponse

func (_m *MockFakeS3) WriteGetObjectResponse(_a0 *s3.WriteGetObjectResponseInput) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponse provides a mock function with given fields: _a0

func (*MockFakeS3) WriteGetObjectResponseRequest

func (_m *MockFakeS3) WriteGetObjectResponseRequest(_a0 *s3.WriteGetObjectResponseInput) (*request.Request, *s3.WriteGetObjectResponseOutput)

WriteGetObjectResponseRequest provides a mock function with given fields: _a0

func (*MockFakeS3) WriteGetObjectResponseWithContext

func (_m *MockFakeS3) WriteGetObjectResponseWithContext(_a0 context.Context, _a1 *s3.WriteGetObjectResponseInput, _a2 ...request.Option) (*s3.WriteGetObjectResponseOutput, error)

WriteGetObjectResponseWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeS3Control

type MockFakeS3Control struct {
	mock.Mock
}

MockFakeS3Control is an autogenerated mock type for the FakeS3Control type

func NewMockFakeS3Control

func NewMockFakeS3Control(t mockConstructorTestingTNewMockFakeS3Control) *MockFakeS3Control

NewMockFakeS3Control creates a new instance of MockFakeS3Control. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeS3Control) CreateAccessPoint

CreateAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateAccessPointForObjectLambda

CreateAccessPointForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateAccessPointForObjectLambdaRequest

CreateAccessPointForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateAccessPointForObjectLambdaWithContext

CreateAccessPointForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) CreateAccessPointRequest

CreateAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateAccessPointWithContext

CreateAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) CreateBucket

CreateBucket provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateBucketRequest

CreateBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateBucketWithContext

func (_m *MockFakeS3Control) CreateBucketWithContext(_a0 context.Context, _a1 *s3control.CreateBucketInput, _a2 ...request.Option) (*s3control.CreateBucketOutput, error)

CreateBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) CreateJob

CreateJob provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateJobRequest

CreateJobRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateJobWithContext

func (_m *MockFakeS3Control) CreateJobWithContext(_a0 context.Context, _a1 *s3control.CreateJobInput, _a2 ...request.Option) (*s3control.CreateJobOutput, error)

CreateJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) CreateMultiRegionAccessPoint

CreateMultiRegionAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateMultiRegionAccessPointRequest

CreateMultiRegionAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) CreateMultiRegionAccessPointWithContext

CreateMultiRegionAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteAccessPoint

DeleteAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointForObjectLambda

DeleteAccessPointForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointForObjectLambdaRequest

DeleteAccessPointForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointForObjectLambdaWithContext

DeleteAccessPointForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteAccessPointPolicy

DeleteAccessPointPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointPolicyForObjectLambda

DeleteAccessPointPolicyForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointPolicyForObjectLambdaRequest

DeleteAccessPointPolicyForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointPolicyForObjectLambdaWithContext

DeleteAccessPointPolicyForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteAccessPointPolicyRequest

DeleteAccessPointPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointPolicyWithContext

DeleteAccessPointPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteAccessPointRequest

DeleteAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteAccessPointWithContext

DeleteAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteBucket

DeleteBucket provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketLifecycleConfiguration

DeleteBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketLifecycleConfigurationRequest

DeleteBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketLifecycleConfigurationWithContext

DeleteBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteBucketPolicy

DeleteBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketPolicyRequest

DeleteBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketPolicyWithContext

DeleteBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteBucketRequest

DeleteBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketTagging

DeleteBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketTaggingRequest

DeleteBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteBucketTaggingWithContext

DeleteBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteBucketWithContext

func (_m *MockFakeS3Control) DeleteBucketWithContext(_a0 context.Context, _a1 *s3control.DeleteBucketInput, _a2 ...request.Option) (*s3control.DeleteBucketOutput, error)

DeleteBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteJobTagging

DeleteJobTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteJobTaggingRequest

DeleteJobTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteJobTaggingWithContext

DeleteJobTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteMultiRegionAccessPoint

DeleteMultiRegionAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteMultiRegionAccessPointRequest

DeleteMultiRegionAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteMultiRegionAccessPointWithContext

DeleteMultiRegionAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeletePublicAccessBlock

DeletePublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeletePublicAccessBlockRequest

DeletePublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeletePublicAccessBlockWithContext

DeletePublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteStorageLensConfiguration

DeleteStorageLensConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteStorageLensConfigurationRequest

DeleteStorageLensConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteStorageLensConfigurationTagging

DeleteStorageLensConfigurationTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteStorageLensConfigurationTaggingRequest

DeleteStorageLensConfigurationTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DeleteStorageLensConfigurationTaggingWithContext

DeleteStorageLensConfigurationTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DeleteStorageLensConfigurationWithContext

DeleteStorageLensConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DescribeJob

DescribeJob provides a mock function with given fields: _a0

func (*MockFakeS3Control) DescribeJobRequest

DescribeJobRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DescribeJobWithContext

func (_m *MockFakeS3Control) DescribeJobWithContext(_a0 context.Context, _a1 *s3control.DescribeJobInput, _a2 ...request.Option) (*s3control.DescribeJobOutput, error)

DescribeJobWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) DescribeMultiRegionAccessPointOperation

DescribeMultiRegionAccessPointOperation provides a mock function with given fields: _a0

func (*MockFakeS3Control) DescribeMultiRegionAccessPointOperationRequest

DescribeMultiRegionAccessPointOperationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) DescribeMultiRegionAccessPointOperationWithContext

DescribeMultiRegionAccessPointOperationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPoint

GetAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointConfigurationForObjectLambda

GetAccessPointConfigurationForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointConfigurationForObjectLambdaRequest

GetAccessPointConfigurationForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointConfigurationForObjectLambdaWithContext

GetAccessPointConfigurationForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointForObjectLambda

GetAccessPointForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointForObjectLambdaRequest

GetAccessPointForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointForObjectLambdaWithContext

GetAccessPointForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointPolicy

GetAccessPointPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyForObjectLambda

GetAccessPointPolicyForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyForObjectLambdaRequest

GetAccessPointPolicyForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyForObjectLambdaWithContext

GetAccessPointPolicyForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointPolicyRequest

GetAccessPointPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyStatus

GetAccessPointPolicyStatus provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyStatusForObjectLambda

GetAccessPointPolicyStatusForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyStatusForObjectLambdaRequest

GetAccessPointPolicyStatusForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyStatusForObjectLambdaWithContext

GetAccessPointPolicyStatusForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointPolicyStatusRequest

GetAccessPointPolicyStatusRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointPolicyStatusWithContext

GetAccessPointPolicyStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointPolicyWithContext

GetAccessPointPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetAccessPointRequest

GetAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetAccessPointWithContext

func (_m *MockFakeS3Control) GetAccessPointWithContext(_a0 context.Context, _a1 *s3control.GetAccessPointInput, _a2 ...request.Option) (*s3control.GetAccessPointOutput, error)

GetAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetBucket

GetBucket provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketLifecycleConfiguration

GetBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketLifecycleConfigurationRequest

GetBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketLifecycleConfigurationWithContext

GetBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetBucketPolicy

GetBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketPolicyRequest

GetBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketPolicyWithContext

func (_m *MockFakeS3Control) GetBucketPolicyWithContext(_a0 context.Context, _a1 *s3control.GetBucketPolicyInput, _a2 ...request.Option) (*s3control.GetBucketPolicyOutput, error)

GetBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetBucketRequest

GetBucketRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketTagging

GetBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketTaggingRequest

GetBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketTaggingWithContext

GetBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetBucketVersioning

GetBucketVersioning provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketVersioningRequest

GetBucketVersioningRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetBucketVersioningWithContext

GetBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetBucketWithContext

func (_m *MockFakeS3Control) GetBucketWithContext(_a0 context.Context, _a1 *s3control.GetBucketInput, _a2 ...request.Option) (*s3control.GetBucketOutput, error)

GetBucketWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetJobTagging

GetJobTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetJobTaggingRequest

GetJobTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetJobTaggingWithContext

func (_m *MockFakeS3Control) GetJobTaggingWithContext(_a0 context.Context, _a1 *s3control.GetJobTaggingInput, _a2 ...request.Option) (*s3control.GetJobTaggingOutput, error)

GetJobTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetMultiRegionAccessPoint

GetMultiRegionAccessPoint provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicy

GetMultiRegionAccessPointPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicyRequest

GetMultiRegionAccessPointPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicyStatus

GetMultiRegionAccessPointPolicyStatus provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicyStatusRequest

GetMultiRegionAccessPointPolicyStatusRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicyStatusWithContext

GetMultiRegionAccessPointPolicyStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetMultiRegionAccessPointPolicyWithContext

GetMultiRegionAccessPointPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetMultiRegionAccessPointRequest

GetMultiRegionAccessPointRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetMultiRegionAccessPointWithContext

GetMultiRegionAccessPointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetPublicAccessBlock

GetPublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetPublicAccessBlockRequest

GetPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetPublicAccessBlockWithContext

GetPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetStorageLensConfiguration

GetStorageLensConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetStorageLensConfigurationRequest

GetStorageLensConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetStorageLensConfigurationTagging

GetStorageLensConfigurationTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetStorageLensConfigurationTaggingRequest

GetStorageLensConfigurationTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) GetStorageLensConfigurationTaggingWithContext

GetStorageLensConfigurationTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) GetStorageLensConfigurationWithContext

GetStorageLensConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListAccessPoints

ListAccessPoints provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListAccessPointsForObjectLambda

ListAccessPointsForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListAccessPointsForObjectLambdaPages

ListAccessPointsForObjectLambdaPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListAccessPointsForObjectLambdaPagesWithContext

func (_m *MockFakeS3Control) ListAccessPointsForObjectLambdaPagesWithContext(_a0 context.Context, _a1 *s3control.ListAccessPointsForObjectLambdaInput, _a2 func(*s3control.ListAccessPointsForObjectLambdaOutput, bool) bool, _a3 ...request.Option) error

ListAccessPointsForObjectLambdaPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListAccessPointsForObjectLambdaRequest

ListAccessPointsForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListAccessPointsForObjectLambdaWithContext

ListAccessPointsForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListAccessPointsPages

func (_m *MockFakeS3Control) ListAccessPointsPages(_a0 *s3control.ListAccessPointsInput, _a1 func(*s3control.ListAccessPointsOutput, bool) bool) error

ListAccessPointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListAccessPointsPagesWithContext

func (_m *MockFakeS3Control) ListAccessPointsPagesWithContext(_a0 context.Context, _a1 *s3control.ListAccessPointsInput, _a2 func(*s3control.ListAccessPointsOutput, bool) bool, _a3 ...request.Option) error

ListAccessPointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListAccessPointsRequest

ListAccessPointsRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListAccessPointsWithContext

ListAccessPointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListJobs

ListJobs provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListJobsPages

func (_m *MockFakeS3Control) ListJobsPages(_a0 *s3control.ListJobsInput, _a1 func(*s3control.ListJobsOutput, bool) bool) error

ListJobsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListJobsPagesWithContext

func (_m *MockFakeS3Control) ListJobsPagesWithContext(_a0 context.Context, _a1 *s3control.ListJobsInput, _a2 func(*s3control.ListJobsOutput, bool) bool, _a3 ...request.Option) error

ListJobsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListJobsRequest

ListJobsRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListJobsWithContext

func (_m *MockFakeS3Control) ListJobsWithContext(_a0 context.Context, _a1 *s3control.ListJobsInput, _a2 ...request.Option) (*s3control.ListJobsOutput, error)

ListJobsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListMultiRegionAccessPoints

ListMultiRegionAccessPoints provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListMultiRegionAccessPointsPages

ListMultiRegionAccessPointsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListMultiRegionAccessPointsPagesWithContext

func (_m *MockFakeS3Control) ListMultiRegionAccessPointsPagesWithContext(_a0 context.Context, _a1 *s3control.ListMultiRegionAccessPointsInput, _a2 func(*s3control.ListMultiRegionAccessPointsOutput, bool) bool, _a3 ...request.Option) error

ListMultiRegionAccessPointsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListMultiRegionAccessPointsRequest

ListMultiRegionAccessPointsRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListMultiRegionAccessPointsWithContext

ListMultiRegionAccessPointsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListRegionalBuckets

ListRegionalBuckets provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListRegionalBucketsPages

ListRegionalBucketsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListRegionalBucketsPagesWithContext

func (_m *MockFakeS3Control) ListRegionalBucketsPagesWithContext(_a0 context.Context, _a1 *s3control.ListRegionalBucketsInput, _a2 func(*s3control.ListRegionalBucketsOutput, bool) bool, _a3 ...request.Option) error

ListRegionalBucketsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListRegionalBucketsRequest

ListRegionalBucketsRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListRegionalBucketsWithContext

ListRegionalBucketsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) ListStorageLensConfigurations

ListStorageLensConfigurations provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListStorageLensConfigurationsPages

ListStorageLensConfigurationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeS3Control) ListStorageLensConfigurationsPagesWithContext

func (_m *MockFakeS3Control) ListStorageLensConfigurationsPagesWithContext(_a0 context.Context, _a1 *s3control.ListStorageLensConfigurationsInput, _a2 func(*s3control.ListStorageLensConfigurationsOutput, bool) bool, _a3 ...request.Option) error

ListStorageLensConfigurationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeS3Control) ListStorageLensConfigurationsRequest

ListStorageLensConfigurationsRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) ListStorageLensConfigurationsWithContext

ListStorageLensConfigurationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutAccessPointConfigurationForObjectLambda

PutAccessPointConfigurationForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointConfigurationForObjectLambdaRequest

PutAccessPointConfigurationForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointConfigurationForObjectLambdaWithContext

PutAccessPointConfigurationForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutAccessPointPolicy

PutAccessPointPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointPolicyForObjectLambda

PutAccessPointPolicyForObjectLambda provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointPolicyForObjectLambdaRequest

PutAccessPointPolicyForObjectLambdaRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointPolicyForObjectLambdaWithContext

PutAccessPointPolicyForObjectLambdaWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutAccessPointPolicyRequest

PutAccessPointPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutAccessPointPolicyWithContext

PutAccessPointPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutBucketLifecycleConfiguration

PutBucketLifecycleConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketLifecycleConfigurationRequest

PutBucketLifecycleConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketLifecycleConfigurationWithContext

PutBucketLifecycleConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutBucketPolicy

PutBucketPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketPolicyRequest

PutBucketPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketPolicyWithContext

func (_m *MockFakeS3Control) PutBucketPolicyWithContext(_a0 context.Context, _a1 *s3control.PutBucketPolicyInput, _a2 ...request.Option) (*s3control.PutBucketPolicyOutput, error)

PutBucketPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutBucketTagging

PutBucketTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketTaggingRequest

PutBucketTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketTaggingWithContext

PutBucketTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutBucketVersioning

PutBucketVersioning provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketVersioningRequest

PutBucketVersioningRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutBucketVersioningWithContext

PutBucketVersioningWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutJobTagging

PutJobTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutJobTaggingRequest

PutJobTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutJobTaggingWithContext

func (_m *MockFakeS3Control) PutJobTaggingWithContext(_a0 context.Context, _a1 *s3control.PutJobTaggingInput, _a2 ...request.Option) (*s3control.PutJobTaggingOutput, error)

PutJobTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutMultiRegionAccessPointPolicy

PutMultiRegionAccessPointPolicy provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutMultiRegionAccessPointPolicyRequest

PutMultiRegionAccessPointPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutMultiRegionAccessPointPolicyWithContext

PutMultiRegionAccessPointPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutPublicAccessBlock

PutPublicAccessBlock provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutPublicAccessBlockRequest

PutPublicAccessBlockRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutPublicAccessBlockWithContext

PutPublicAccessBlockWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutStorageLensConfiguration

PutStorageLensConfiguration provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutStorageLensConfigurationRequest

PutStorageLensConfigurationRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutStorageLensConfigurationTagging

PutStorageLensConfigurationTagging provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutStorageLensConfigurationTaggingRequest

PutStorageLensConfigurationTaggingRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) PutStorageLensConfigurationTaggingWithContext

PutStorageLensConfigurationTaggingWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) PutStorageLensConfigurationWithContext

PutStorageLensConfigurationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) UpdateJobPriority

UpdateJobPriority provides a mock function with given fields: _a0

func (*MockFakeS3Control) UpdateJobPriorityRequest

UpdateJobPriorityRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) UpdateJobPriorityWithContext

UpdateJobPriorityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeS3Control) UpdateJobStatus

UpdateJobStatus provides a mock function with given fields: _a0

func (*MockFakeS3Control) UpdateJobStatusRequest

UpdateJobStatusRequest provides a mock function with given fields: _a0

func (*MockFakeS3Control) UpdateJobStatusWithContext

func (_m *MockFakeS3Control) UpdateJobStatusWithContext(_a0 context.Context, _a1 *s3control.UpdateJobStatusInput, _a2 ...request.Option) (*s3control.UpdateJobStatusOutput, error)

UpdateJobStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeSNS

type MockFakeSNS struct {
	mock.Mock
}

MockFakeSNS is an autogenerated mock type for the FakeSNS type

func NewMockFakeSNS

func NewMockFakeSNS(t mockConstructorTestingTNewMockFakeSNS) *MockFakeSNS

NewMockFakeSNS creates a new instance of MockFakeSNS. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeSNS) AddPermission

func (_m *MockFakeSNS) AddPermission(_a0 *sns.AddPermissionInput) (*sns.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*MockFakeSNS) AddPermissionRequest

func (_m *MockFakeSNS) AddPermissionRequest(_a0 *sns.AddPermissionInput) (*request.Request, *sns.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) AddPermissionWithContext

func (_m *MockFakeSNS) AddPermissionWithContext(_a0 context.Context, _a1 *sns.AddPermissionInput, _a2 ...request.Option) (*sns.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) CheckIfPhoneNumberIsOptedOut

CheckIfPhoneNumberIsOptedOut provides a mock function with given fields: _a0

func (*MockFakeSNS) CheckIfPhoneNumberIsOptedOutRequest

func (_m *MockFakeSNS) CheckIfPhoneNumberIsOptedOutRequest(_a0 *sns.CheckIfPhoneNumberIsOptedOutInput) (*request.Request, *sns.CheckIfPhoneNumberIsOptedOutOutput)

CheckIfPhoneNumberIsOptedOutRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) CheckIfPhoneNumberIsOptedOutWithContext

func (_m *MockFakeSNS) CheckIfPhoneNumberIsOptedOutWithContext(_a0 context.Context, _a1 *sns.CheckIfPhoneNumberIsOptedOutInput, _a2 ...request.Option) (*sns.CheckIfPhoneNumberIsOptedOutOutput, error)

CheckIfPhoneNumberIsOptedOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ConfirmSubscription

func (_m *MockFakeSNS) ConfirmSubscription(_a0 *sns.ConfirmSubscriptionInput) (*sns.ConfirmSubscriptionOutput, error)

ConfirmSubscription provides a mock function with given fields: _a0

func (*MockFakeSNS) ConfirmSubscriptionRequest

func (_m *MockFakeSNS) ConfirmSubscriptionRequest(_a0 *sns.ConfirmSubscriptionInput) (*request.Request, *sns.ConfirmSubscriptionOutput)

ConfirmSubscriptionRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ConfirmSubscriptionWithContext

func (_m *MockFakeSNS) ConfirmSubscriptionWithContext(_a0 context.Context, _a1 *sns.ConfirmSubscriptionInput, _a2 ...request.Option) (*sns.ConfirmSubscriptionOutput, error)

ConfirmSubscriptionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) CreatePlatformApplication

CreatePlatformApplication provides a mock function with given fields: _a0

func (*MockFakeSNS) CreatePlatformApplicationRequest

func (_m *MockFakeSNS) CreatePlatformApplicationRequest(_a0 *sns.CreatePlatformApplicationInput) (*request.Request, *sns.CreatePlatformApplicationOutput)

CreatePlatformApplicationRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) CreatePlatformApplicationWithContext

func (_m *MockFakeSNS) CreatePlatformApplicationWithContext(_a0 context.Context, _a1 *sns.CreatePlatformApplicationInput, _a2 ...request.Option) (*sns.CreatePlatformApplicationOutput, error)

CreatePlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) CreatePlatformEndpoint

CreatePlatformEndpoint provides a mock function with given fields: _a0

func (*MockFakeSNS) CreatePlatformEndpointRequest

func (_m *MockFakeSNS) CreatePlatformEndpointRequest(_a0 *sns.CreatePlatformEndpointInput) (*request.Request, *sns.CreatePlatformEndpointOutput)

CreatePlatformEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) CreatePlatformEndpointWithContext

func (_m *MockFakeSNS) CreatePlatformEndpointWithContext(_a0 context.Context, _a1 *sns.CreatePlatformEndpointInput, _a2 ...request.Option) (*sns.CreatePlatformEndpointOutput, error)

CreatePlatformEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) CreateSMSSandboxPhoneNumber

CreateSMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*MockFakeSNS) CreateSMSSandboxPhoneNumberRequest

func (_m *MockFakeSNS) CreateSMSSandboxPhoneNumberRequest(_a0 *sns.CreateSMSSandboxPhoneNumberInput) (*request.Request, *sns.CreateSMSSandboxPhoneNumberOutput)

CreateSMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) CreateSMSSandboxPhoneNumberWithContext

func (_m *MockFakeSNS) CreateSMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.CreateSMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.CreateSMSSandboxPhoneNumberOutput, error)

CreateSMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) CreateTopic

func (_m *MockFakeSNS) CreateTopic(_a0 *sns.CreateTopicInput) (*sns.CreateTopicOutput, error)

CreateTopic provides a mock function with given fields: _a0

func (*MockFakeSNS) CreateTopicRequest

func (_m *MockFakeSNS) CreateTopicRequest(_a0 *sns.CreateTopicInput) (*request.Request, *sns.CreateTopicOutput)

CreateTopicRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) CreateTopicWithContext

func (_m *MockFakeSNS) CreateTopicWithContext(_a0 context.Context, _a1 *sns.CreateTopicInput, _a2 ...request.Option) (*sns.CreateTopicOutput, error)

CreateTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) DeleteEndpoint

func (_m *MockFakeSNS) DeleteEndpoint(_a0 *sns.DeleteEndpointInput) (*sns.DeleteEndpointOutput, error)

DeleteEndpoint provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteEndpointRequest

func (_m *MockFakeSNS) DeleteEndpointRequest(_a0 *sns.DeleteEndpointInput) (*request.Request, *sns.DeleteEndpointOutput)

DeleteEndpointRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteEndpointWithContext

func (_m *MockFakeSNS) DeleteEndpointWithContext(_a0 context.Context, _a1 *sns.DeleteEndpointInput, _a2 ...request.Option) (*sns.DeleteEndpointOutput, error)

DeleteEndpointWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) DeletePlatformApplication

DeletePlatformApplication provides a mock function with given fields: _a0

func (*MockFakeSNS) DeletePlatformApplicationRequest

func (_m *MockFakeSNS) DeletePlatformApplicationRequest(_a0 *sns.DeletePlatformApplicationInput) (*request.Request, *sns.DeletePlatformApplicationOutput)

DeletePlatformApplicationRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) DeletePlatformApplicationWithContext

func (_m *MockFakeSNS) DeletePlatformApplicationWithContext(_a0 context.Context, _a1 *sns.DeletePlatformApplicationInput, _a2 ...request.Option) (*sns.DeletePlatformApplicationOutput, error)

DeletePlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) DeleteSMSSandboxPhoneNumber

DeleteSMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteSMSSandboxPhoneNumberRequest

func (_m *MockFakeSNS) DeleteSMSSandboxPhoneNumberRequest(_a0 *sns.DeleteSMSSandboxPhoneNumberInput) (*request.Request, *sns.DeleteSMSSandboxPhoneNumberOutput)

DeleteSMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteSMSSandboxPhoneNumberWithContext

func (_m *MockFakeSNS) DeleteSMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.DeleteSMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.DeleteSMSSandboxPhoneNumberOutput, error)

DeleteSMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) DeleteTopic

func (_m *MockFakeSNS) DeleteTopic(_a0 *sns.DeleteTopicInput) (*sns.DeleteTopicOutput, error)

DeleteTopic provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteTopicRequest

func (_m *MockFakeSNS) DeleteTopicRequest(_a0 *sns.DeleteTopicInput) (*request.Request, *sns.DeleteTopicOutput)

DeleteTopicRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) DeleteTopicWithContext

func (_m *MockFakeSNS) DeleteTopicWithContext(_a0 context.Context, _a1 *sns.DeleteTopicInput, _a2 ...request.Option) (*sns.DeleteTopicOutput, error)

DeleteTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetDataProtectionPolicy

GetDataProtectionPolicy provides a mock function with given fields: _a0

func (*MockFakeSNS) GetDataProtectionPolicyRequest

func (_m *MockFakeSNS) GetDataProtectionPolicyRequest(_a0 *sns.GetDataProtectionPolicyInput) (*request.Request, *sns.GetDataProtectionPolicyOutput)

GetDataProtectionPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetDataProtectionPolicyWithContext

func (_m *MockFakeSNS) GetDataProtectionPolicyWithContext(_a0 context.Context, _a1 *sns.GetDataProtectionPolicyInput, _a2 ...request.Option) (*sns.GetDataProtectionPolicyOutput, error)

GetDataProtectionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetEndpointAttributes

func (_m *MockFakeSNS) GetEndpointAttributes(_a0 *sns.GetEndpointAttributesInput) (*sns.GetEndpointAttributesOutput, error)

GetEndpointAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) GetEndpointAttributesRequest

func (_m *MockFakeSNS) GetEndpointAttributesRequest(_a0 *sns.GetEndpointAttributesInput) (*request.Request, *sns.GetEndpointAttributesOutput)

GetEndpointAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetEndpointAttributesWithContext

func (_m *MockFakeSNS) GetEndpointAttributesWithContext(_a0 context.Context, _a1 *sns.GetEndpointAttributesInput, _a2 ...request.Option) (*sns.GetEndpointAttributesOutput, error)

GetEndpointAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetPlatformApplicationAttributes

GetPlatformApplicationAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) GetPlatformApplicationAttributesRequest

GetPlatformApplicationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetPlatformApplicationAttributesWithContext

func (_m *MockFakeSNS) GetPlatformApplicationAttributesWithContext(_a0 context.Context, _a1 *sns.GetPlatformApplicationAttributesInput, _a2 ...request.Option) (*sns.GetPlatformApplicationAttributesOutput, error)

GetPlatformApplicationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetSMSAttributes

func (_m *MockFakeSNS) GetSMSAttributes(_a0 *sns.GetSMSAttributesInput) (*sns.GetSMSAttributesOutput, error)

GetSMSAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSMSAttributesRequest

func (_m *MockFakeSNS) GetSMSAttributesRequest(_a0 *sns.GetSMSAttributesInput) (*request.Request, *sns.GetSMSAttributesOutput)

GetSMSAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSMSAttributesWithContext

func (_m *MockFakeSNS) GetSMSAttributesWithContext(_a0 context.Context, _a1 *sns.GetSMSAttributesInput, _a2 ...request.Option) (*sns.GetSMSAttributesOutput, error)

GetSMSAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetSMSSandboxAccountStatus

GetSMSSandboxAccountStatus provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSMSSandboxAccountStatusRequest

func (_m *MockFakeSNS) GetSMSSandboxAccountStatusRequest(_a0 *sns.GetSMSSandboxAccountStatusInput) (*request.Request, *sns.GetSMSSandboxAccountStatusOutput)

GetSMSSandboxAccountStatusRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSMSSandboxAccountStatusWithContext

func (_m *MockFakeSNS) GetSMSSandboxAccountStatusWithContext(_a0 context.Context, _a1 *sns.GetSMSSandboxAccountStatusInput, _a2 ...request.Option) (*sns.GetSMSSandboxAccountStatusOutput, error)

GetSMSSandboxAccountStatusWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetSubscriptionAttributes

GetSubscriptionAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSubscriptionAttributesRequest

func (_m *MockFakeSNS) GetSubscriptionAttributesRequest(_a0 *sns.GetSubscriptionAttributesInput) (*request.Request, *sns.GetSubscriptionAttributesOutput)

GetSubscriptionAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetSubscriptionAttributesWithContext

func (_m *MockFakeSNS) GetSubscriptionAttributesWithContext(_a0 context.Context, _a1 *sns.GetSubscriptionAttributesInput, _a2 ...request.Option) (*sns.GetSubscriptionAttributesOutput, error)

GetSubscriptionAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) GetTopicAttributes

func (_m *MockFakeSNS) GetTopicAttributes(_a0 *sns.GetTopicAttributesInput) (*sns.GetTopicAttributesOutput, error)

GetTopicAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) GetTopicAttributesRequest

func (_m *MockFakeSNS) GetTopicAttributesRequest(_a0 *sns.GetTopicAttributesInput) (*request.Request, *sns.GetTopicAttributesOutput)

GetTopicAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) GetTopicAttributesWithContext

func (_m *MockFakeSNS) GetTopicAttributesWithContext(_a0 context.Context, _a1 *sns.GetTopicAttributesInput, _a2 ...request.Option) (*sns.GetTopicAttributesOutput, error)

GetTopicAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListEndpointsByPlatformApplication

ListEndpointsByPlatformApplication provides a mock function with given fields: _a0

func (*MockFakeSNS) ListEndpointsByPlatformApplicationPages

func (_m *MockFakeSNS) ListEndpointsByPlatformApplicationPages(_a0 *sns.ListEndpointsByPlatformApplicationInput, _a1 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool) error

ListEndpointsByPlatformApplicationPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListEndpointsByPlatformApplicationPagesWithContext

func (_m *MockFakeSNS) ListEndpointsByPlatformApplicationPagesWithContext(_a0 context.Context, _a1 *sns.ListEndpointsByPlatformApplicationInput, _a2 func(*sns.ListEndpointsByPlatformApplicationOutput, bool) bool, _a3 ...request.Option) error

ListEndpointsByPlatformApplicationPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListEndpointsByPlatformApplicationRequest

ListEndpointsByPlatformApplicationRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListEndpointsByPlatformApplicationWithContext

func (_m *MockFakeSNS) ListEndpointsByPlatformApplicationWithContext(_a0 context.Context, _a1 *sns.ListEndpointsByPlatformApplicationInput, _a2 ...request.Option) (*sns.ListEndpointsByPlatformApplicationOutput, error)

ListEndpointsByPlatformApplicationWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListOriginationNumbers

ListOriginationNumbers provides a mock function with given fields: _a0

func (*MockFakeSNS) ListOriginationNumbersPages

func (_m *MockFakeSNS) ListOriginationNumbersPages(_a0 *sns.ListOriginationNumbersInput, _a1 func(*sns.ListOriginationNumbersOutput, bool) bool) error

ListOriginationNumbersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListOriginationNumbersPagesWithContext

func (_m *MockFakeSNS) ListOriginationNumbersPagesWithContext(_a0 context.Context, _a1 *sns.ListOriginationNumbersInput, _a2 func(*sns.ListOriginationNumbersOutput, bool) bool, _a3 ...request.Option) error

ListOriginationNumbersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListOriginationNumbersRequest

func (_m *MockFakeSNS) ListOriginationNumbersRequest(_a0 *sns.ListOriginationNumbersInput) (*request.Request, *sns.ListOriginationNumbersOutput)

ListOriginationNumbersRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListOriginationNumbersWithContext

func (_m *MockFakeSNS) ListOriginationNumbersWithContext(_a0 context.Context, _a1 *sns.ListOriginationNumbersInput, _a2 ...request.Option) (*sns.ListOriginationNumbersOutput, error)

ListOriginationNumbersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListPhoneNumbersOptedOut

ListPhoneNumbersOptedOut provides a mock function with given fields: _a0

func (*MockFakeSNS) ListPhoneNumbersOptedOutPages

func (_m *MockFakeSNS) ListPhoneNumbersOptedOutPages(_a0 *sns.ListPhoneNumbersOptedOutInput, _a1 func(*sns.ListPhoneNumbersOptedOutOutput, bool) bool) error

ListPhoneNumbersOptedOutPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListPhoneNumbersOptedOutPagesWithContext

func (_m *MockFakeSNS) ListPhoneNumbersOptedOutPagesWithContext(_a0 context.Context, _a1 *sns.ListPhoneNumbersOptedOutInput, _a2 func(*sns.ListPhoneNumbersOptedOutOutput, bool) bool, _a3 ...request.Option) error

ListPhoneNumbersOptedOutPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListPhoneNumbersOptedOutRequest

func (_m *MockFakeSNS) ListPhoneNumbersOptedOutRequest(_a0 *sns.ListPhoneNumbersOptedOutInput) (*request.Request, *sns.ListPhoneNumbersOptedOutOutput)

ListPhoneNumbersOptedOutRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListPhoneNumbersOptedOutWithContext

func (_m *MockFakeSNS) ListPhoneNumbersOptedOutWithContext(_a0 context.Context, _a1 *sns.ListPhoneNumbersOptedOutInput, _a2 ...request.Option) (*sns.ListPhoneNumbersOptedOutOutput, error)

ListPhoneNumbersOptedOutWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListPlatformApplications

ListPlatformApplications provides a mock function with given fields: _a0

func (*MockFakeSNS) ListPlatformApplicationsPages

func (_m *MockFakeSNS) ListPlatformApplicationsPages(_a0 *sns.ListPlatformApplicationsInput, _a1 func(*sns.ListPlatformApplicationsOutput, bool) bool) error

ListPlatformApplicationsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListPlatformApplicationsPagesWithContext

func (_m *MockFakeSNS) ListPlatformApplicationsPagesWithContext(_a0 context.Context, _a1 *sns.ListPlatformApplicationsInput, _a2 func(*sns.ListPlatformApplicationsOutput, bool) bool, _a3 ...request.Option) error

ListPlatformApplicationsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListPlatformApplicationsRequest

func (_m *MockFakeSNS) ListPlatformApplicationsRequest(_a0 *sns.ListPlatformApplicationsInput) (*request.Request, *sns.ListPlatformApplicationsOutput)

ListPlatformApplicationsRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListPlatformApplicationsWithContext

func (_m *MockFakeSNS) ListPlatformApplicationsWithContext(_a0 context.Context, _a1 *sns.ListPlatformApplicationsInput, _a2 ...request.Option) (*sns.ListPlatformApplicationsOutput, error)

ListPlatformApplicationsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListSMSSandboxPhoneNumbers

ListSMSSandboxPhoneNumbers provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSMSSandboxPhoneNumbersPages

func (_m *MockFakeSNS) ListSMSSandboxPhoneNumbersPages(_a0 *sns.ListSMSSandboxPhoneNumbersInput, _a1 func(*sns.ListSMSSandboxPhoneNumbersOutput, bool) bool) error

ListSMSSandboxPhoneNumbersPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListSMSSandboxPhoneNumbersPagesWithContext

func (_m *MockFakeSNS) ListSMSSandboxPhoneNumbersPagesWithContext(_a0 context.Context, _a1 *sns.ListSMSSandboxPhoneNumbersInput, _a2 func(*sns.ListSMSSandboxPhoneNumbersOutput, bool) bool, _a3 ...request.Option) error

ListSMSSandboxPhoneNumbersPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListSMSSandboxPhoneNumbersRequest

func (_m *MockFakeSNS) ListSMSSandboxPhoneNumbersRequest(_a0 *sns.ListSMSSandboxPhoneNumbersInput) (*request.Request, *sns.ListSMSSandboxPhoneNumbersOutput)

ListSMSSandboxPhoneNumbersRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSMSSandboxPhoneNumbersWithContext

func (_m *MockFakeSNS) ListSMSSandboxPhoneNumbersWithContext(_a0 context.Context, _a1 *sns.ListSMSSandboxPhoneNumbersInput, _a2 ...request.Option) (*sns.ListSMSSandboxPhoneNumbersOutput, error)

ListSMSSandboxPhoneNumbersWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListSubscriptions

func (_m *MockFakeSNS) ListSubscriptions(_a0 *sns.ListSubscriptionsInput) (*sns.ListSubscriptionsOutput, error)

ListSubscriptions provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSubscriptionsByTopic

ListSubscriptionsByTopic provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSubscriptionsByTopicPages

func (_m *MockFakeSNS) ListSubscriptionsByTopicPages(_a0 *sns.ListSubscriptionsByTopicInput, _a1 func(*sns.ListSubscriptionsByTopicOutput, bool) bool) error

ListSubscriptionsByTopicPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListSubscriptionsByTopicPagesWithContext

func (_m *MockFakeSNS) ListSubscriptionsByTopicPagesWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsByTopicInput, _a2 func(*sns.ListSubscriptionsByTopicOutput, bool) bool, _a3 ...request.Option) error

ListSubscriptionsByTopicPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListSubscriptionsByTopicRequest

func (_m *MockFakeSNS) ListSubscriptionsByTopicRequest(_a0 *sns.ListSubscriptionsByTopicInput) (*request.Request, *sns.ListSubscriptionsByTopicOutput)

ListSubscriptionsByTopicRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSubscriptionsByTopicWithContext

func (_m *MockFakeSNS) ListSubscriptionsByTopicWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsByTopicInput, _a2 ...request.Option) (*sns.ListSubscriptionsByTopicOutput, error)

ListSubscriptionsByTopicWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListSubscriptionsPages

func (_m *MockFakeSNS) ListSubscriptionsPages(_a0 *sns.ListSubscriptionsInput, _a1 func(*sns.ListSubscriptionsOutput, bool) bool) error

ListSubscriptionsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListSubscriptionsPagesWithContext

func (_m *MockFakeSNS) ListSubscriptionsPagesWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsInput, _a2 func(*sns.ListSubscriptionsOutput, bool) bool, _a3 ...request.Option) error

ListSubscriptionsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListSubscriptionsRequest

func (_m *MockFakeSNS) ListSubscriptionsRequest(_a0 *sns.ListSubscriptionsInput) (*request.Request, *sns.ListSubscriptionsOutput)

ListSubscriptionsRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListSubscriptionsWithContext

func (_m *MockFakeSNS) ListSubscriptionsWithContext(_a0 context.Context, _a1 *sns.ListSubscriptionsInput, _a2 ...request.Option) (*sns.ListSubscriptionsOutput, error)

ListSubscriptionsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListTagsForResource

func (_m *MockFakeSNS) ListTagsForResource(_a0 *sns.ListTagsForResourceInput) (*sns.ListTagsForResourceOutput, error)

ListTagsForResource provides a mock function with given fields: _a0

func (*MockFakeSNS) ListTagsForResourceRequest

func (_m *MockFakeSNS) ListTagsForResourceRequest(_a0 *sns.ListTagsForResourceInput) (*request.Request, *sns.ListTagsForResourceOutput)

ListTagsForResourceRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListTagsForResourceWithContext

func (_m *MockFakeSNS) ListTagsForResourceWithContext(_a0 context.Context, _a1 *sns.ListTagsForResourceInput, _a2 ...request.Option) (*sns.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) ListTopics

func (_m *MockFakeSNS) ListTopics(_a0 *sns.ListTopicsInput) (*sns.ListTopicsOutput, error)

ListTopics provides a mock function with given fields: _a0

func (*MockFakeSNS) ListTopicsPages

func (_m *MockFakeSNS) ListTopicsPages(_a0 *sns.ListTopicsInput, _a1 func(*sns.ListTopicsOutput, bool) bool) error

ListTopicsPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSNS) ListTopicsPagesWithContext

func (_m *MockFakeSNS) ListTopicsPagesWithContext(_a0 context.Context, _a1 *sns.ListTopicsInput, _a2 func(*sns.ListTopicsOutput, bool) bool, _a3 ...request.Option) error

ListTopicsPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSNS) ListTopicsRequest

func (_m *MockFakeSNS) ListTopicsRequest(_a0 *sns.ListTopicsInput) (*request.Request, *sns.ListTopicsOutput)

ListTopicsRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) ListTopicsWithContext

func (_m *MockFakeSNS) ListTopicsWithContext(_a0 context.Context, _a1 *sns.ListTopicsInput, _a2 ...request.Option) (*sns.ListTopicsOutput, error)

ListTopicsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) OptInPhoneNumber

func (_m *MockFakeSNS) OptInPhoneNumber(_a0 *sns.OptInPhoneNumberInput) (*sns.OptInPhoneNumberOutput, error)

OptInPhoneNumber provides a mock function with given fields: _a0

func (*MockFakeSNS) OptInPhoneNumberRequest

func (_m *MockFakeSNS) OptInPhoneNumberRequest(_a0 *sns.OptInPhoneNumberInput) (*request.Request, *sns.OptInPhoneNumberOutput)

OptInPhoneNumberRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) OptInPhoneNumberWithContext

func (_m *MockFakeSNS) OptInPhoneNumberWithContext(_a0 context.Context, _a1 *sns.OptInPhoneNumberInput, _a2 ...request.Option) (*sns.OptInPhoneNumberOutput, error)

OptInPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) Publish

func (_m *MockFakeSNS) Publish(_a0 *sns.PublishInput) (*sns.PublishOutput, error)

Publish provides a mock function with given fields: _a0

func (*MockFakeSNS) PublishBatch

func (_m *MockFakeSNS) PublishBatch(_a0 *sns.PublishBatchInput) (*sns.PublishBatchOutput, error)

PublishBatch provides a mock function with given fields: _a0

func (*MockFakeSNS) PublishBatchRequest

func (_m *MockFakeSNS) PublishBatchRequest(_a0 *sns.PublishBatchInput) (*request.Request, *sns.PublishBatchOutput)

PublishBatchRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) PublishBatchWithContext

func (_m *MockFakeSNS) PublishBatchWithContext(_a0 context.Context, _a1 *sns.PublishBatchInput, _a2 ...request.Option) (*sns.PublishBatchOutput, error)

PublishBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) PublishRequest

func (_m *MockFakeSNS) PublishRequest(_a0 *sns.PublishInput) (*request.Request, *sns.PublishOutput)

PublishRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) PublishWithContext

func (_m *MockFakeSNS) PublishWithContext(_a0 context.Context, _a1 *sns.PublishInput, _a2 ...request.Option) (*sns.PublishOutput, error)

PublishWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) PutDataProtectionPolicy

PutDataProtectionPolicy provides a mock function with given fields: _a0

func (*MockFakeSNS) PutDataProtectionPolicyRequest

func (_m *MockFakeSNS) PutDataProtectionPolicyRequest(_a0 *sns.PutDataProtectionPolicyInput) (*request.Request, *sns.PutDataProtectionPolicyOutput)

PutDataProtectionPolicyRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) PutDataProtectionPolicyWithContext

func (_m *MockFakeSNS) PutDataProtectionPolicyWithContext(_a0 context.Context, _a1 *sns.PutDataProtectionPolicyInput, _a2 ...request.Option) (*sns.PutDataProtectionPolicyOutput, error)

PutDataProtectionPolicyWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) RemovePermission

func (_m *MockFakeSNS) RemovePermission(_a0 *sns.RemovePermissionInput) (*sns.RemovePermissionOutput, error)

RemovePermission provides a mock function with given fields: _a0

func (*MockFakeSNS) RemovePermissionRequest

func (_m *MockFakeSNS) RemovePermissionRequest(_a0 *sns.RemovePermissionInput) (*request.Request, *sns.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) RemovePermissionWithContext

func (_m *MockFakeSNS) RemovePermissionWithContext(_a0 context.Context, _a1 *sns.RemovePermissionInput, _a2 ...request.Option) (*sns.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) SetEndpointAttributes

func (_m *MockFakeSNS) SetEndpointAttributes(_a0 *sns.SetEndpointAttributesInput) (*sns.SetEndpointAttributesOutput, error)

SetEndpointAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) SetEndpointAttributesRequest

func (_m *MockFakeSNS) SetEndpointAttributesRequest(_a0 *sns.SetEndpointAttributesInput) (*request.Request, *sns.SetEndpointAttributesOutput)

SetEndpointAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SetEndpointAttributesWithContext

func (_m *MockFakeSNS) SetEndpointAttributesWithContext(_a0 context.Context, _a1 *sns.SetEndpointAttributesInput, _a2 ...request.Option) (*sns.SetEndpointAttributesOutput, error)

SetEndpointAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) SetPlatformApplicationAttributes

SetPlatformApplicationAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) SetPlatformApplicationAttributesRequest

SetPlatformApplicationAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SetPlatformApplicationAttributesWithContext

func (_m *MockFakeSNS) SetPlatformApplicationAttributesWithContext(_a0 context.Context, _a1 *sns.SetPlatformApplicationAttributesInput, _a2 ...request.Option) (*sns.SetPlatformApplicationAttributesOutput, error)

SetPlatformApplicationAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) SetSMSAttributes

func (_m *MockFakeSNS) SetSMSAttributes(_a0 *sns.SetSMSAttributesInput) (*sns.SetSMSAttributesOutput, error)

SetSMSAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) SetSMSAttributesRequest

func (_m *MockFakeSNS) SetSMSAttributesRequest(_a0 *sns.SetSMSAttributesInput) (*request.Request, *sns.SetSMSAttributesOutput)

SetSMSAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SetSMSAttributesWithContext

func (_m *MockFakeSNS) SetSMSAttributesWithContext(_a0 context.Context, _a1 *sns.SetSMSAttributesInput, _a2 ...request.Option) (*sns.SetSMSAttributesOutput, error)

SetSMSAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) SetSubscriptionAttributes

SetSubscriptionAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) SetSubscriptionAttributesRequest

func (_m *MockFakeSNS) SetSubscriptionAttributesRequest(_a0 *sns.SetSubscriptionAttributesInput) (*request.Request, *sns.SetSubscriptionAttributesOutput)

SetSubscriptionAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SetSubscriptionAttributesWithContext

func (_m *MockFakeSNS) SetSubscriptionAttributesWithContext(_a0 context.Context, _a1 *sns.SetSubscriptionAttributesInput, _a2 ...request.Option) (*sns.SetSubscriptionAttributesOutput, error)

SetSubscriptionAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) SetTopicAttributes

func (_m *MockFakeSNS) SetTopicAttributes(_a0 *sns.SetTopicAttributesInput) (*sns.SetTopicAttributesOutput, error)

SetTopicAttributes provides a mock function with given fields: _a0

func (*MockFakeSNS) SetTopicAttributesRequest

func (_m *MockFakeSNS) SetTopicAttributesRequest(_a0 *sns.SetTopicAttributesInput) (*request.Request, *sns.SetTopicAttributesOutput)

SetTopicAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SetTopicAttributesWithContext

func (_m *MockFakeSNS) SetTopicAttributesWithContext(_a0 context.Context, _a1 *sns.SetTopicAttributesInput, _a2 ...request.Option) (*sns.SetTopicAttributesOutput, error)

SetTopicAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) Subscribe

func (_m *MockFakeSNS) Subscribe(_a0 *sns.SubscribeInput) (*sns.SubscribeOutput, error)

Subscribe provides a mock function with given fields: _a0

func (*MockFakeSNS) SubscribeRequest

func (_m *MockFakeSNS) SubscribeRequest(_a0 *sns.SubscribeInput) (*request.Request, *sns.SubscribeOutput)

SubscribeRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) SubscribeWithContext

func (_m *MockFakeSNS) SubscribeWithContext(_a0 context.Context, _a1 *sns.SubscribeInput, _a2 ...request.Option) (*sns.SubscribeOutput, error)

SubscribeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) TagResource

func (_m *MockFakeSNS) TagResource(_a0 *sns.TagResourceInput) (*sns.TagResourceOutput, error)

TagResource provides a mock function with given fields: _a0

func (*MockFakeSNS) TagResourceRequest

func (_m *MockFakeSNS) TagResourceRequest(_a0 *sns.TagResourceInput) (*request.Request, *sns.TagResourceOutput)

TagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) TagResourceWithContext

func (_m *MockFakeSNS) TagResourceWithContext(_a0 context.Context, _a1 *sns.TagResourceInput, _a2 ...request.Option) (*sns.TagResourceOutput, error)

TagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) Unsubscribe

func (_m *MockFakeSNS) Unsubscribe(_a0 *sns.UnsubscribeInput) (*sns.UnsubscribeOutput, error)

Unsubscribe provides a mock function with given fields: _a0

func (*MockFakeSNS) UnsubscribeRequest

func (_m *MockFakeSNS) UnsubscribeRequest(_a0 *sns.UnsubscribeInput) (*request.Request, *sns.UnsubscribeOutput)

UnsubscribeRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) UnsubscribeWithContext

func (_m *MockFakeSNS) UnsubscribeWithContext(_a0 context.Context, _a1 *sns.UnsubscribeInput, _a2 ...request.Option) (*sns.UnsubscribeOutput, error)

UnsubscribeWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) UntagResource

func (_m *MockFakeSNS) UntagResource(_a0 *sns.UntagResourceInput) (*sns.UntagResourceOutput, error)

UntagResource provides a mock function with given fields: _a0

func (*MockFakeSNS) UntagResourceRequest

func (_m *MockFakeSNS) UntagResourceRequest(_a0 *sns.UntagResourceInput) (*request.Request, *sns.UntagResourceOutput)

UntagResourceRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) UntagResourceWithContext

func (_m *MockFakeSNS) UntagResourceWithContext(_a0 context.Context, _a1 *sns.UntagResourceInput, _a2 ...request.Option) (*sns.UntagResourceOutput, error)

UntagResourceWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSNS) VerifySMSSandboxPhoneNumber

VerifySMSSandboxPhoneNumber provides a mock function with given fields: _a0

func (*MockFakeSNS) VerifySMSSandboxPhoneNumberRequest

func (_m *MockFakeSNS) VerifySMSSandboxPhoneNumberRequest(_a0 *sns.VerifySMSSandboxPhoneNumberInput) (*request.Request, *sns.VerifySMSSandboxPhoneNumberOutput)

VerifySMSSandboxPhoneNumberRequest provides a mock function with given fields: _a0

func (*MockFakeSNS) VerifySMSSandboxPhoneNumberWithContext

func (_m *MockFakeSNS) VerifySMSSandboxPhoneNumberWithContext(_a0 context.Context, _a1 *sns.VerifySMSSandboxPhoneNumberInput, _a2 ...request.Option) (*sns.VerifySMSSandboxPhoneNumberOutput, error)

VerifySMSSandboxPhoneNumberWithContext provides a mock function with given fields: _a0, _a1, _a2

type MockFakeSQS

type MockFakeSQS struct {
	mock.Mock
}

MockFakeSQS is an autogenerated mock type for the FakeSQS type

func NewMockFakeSQS

func NewMockFakeSQS(t mockConstructorTestingTNewMockFakeSQS) *MockFakeSQS

NewMockFakeSQS creates a new instance of MockFakeSQS. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.

func (*MockFakeSQS) AddPermission

func (_m *MockFakeSQS) AddPermission(_a0 *sqs.AddPermissionInput) (*sqs.AddPermissionOutput, error)

AddPermission provides a mock function with given fields: _a0

func (*MockFakeSQS) AddPermissionRequest

func (_m *MockFakeSQS) AddPermissionRequest(_a0 *sqs.AddPermissionInput) (*request.Request, *sqs.AddPermissionOutput)

AddPermissionRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) AddPermissionWithContext

func (_m *MockFakeSQS) AddPermissionWithContext(_a0 context.Context, _a1 *sqs.AddPermissionInput, _a2 ...request.Option) (*sqs.AddPermissionOutput, error)

AddPermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ChangeMessageVisibility

ChangeMessageVisibility provides a mock function with given fields: _a0

func (*MockFakeSQS) ChangeMessageVisibilityBatch

ChangeMessageVisibilityBatch provides a mock function with given fields: _a0

func (*MockFakeSQS) ChangeMessageVisibilityBatchRequest

func (_m *MockFakeSQS) ChangeMessageVisibilityBatchRequest(_a0 *sqs.ChangeMessageVisibilityBatchInput) (*request.Request, *sqs.ChangeMessageVisibilityBatchOutput)

ChangeMessageVisibilityBatchRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ChangeMessageVisibilityBatchWithContext

func (_m *MockFakeSQS) ChangeMessageVisibilityBatchWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityBatchInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityBatchOutput, error)

ChangeMessageVisibilityBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ChangeMessageVisibilityRequest

func (_m *MockFakeSQS) ChangeMessageVisibilityRequest(_a0 *sqs.ChangeMessageVisibilityInput) (*request.Request, *sqs.ChangeMessageVisibilityOutput)

ChangeMessageVisibilityRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ChangeMessageVisibilityWithContext

func (_m *MockFakeSQS) ChangeMessageVisibilityWithContext(_a0 context.Context, _a1 *sqs.ChangeMessageVisibilityInput, _a2 ...request.Option) (*sqs.ChangeMessageVisibilityOutput, error)

ChangeMessageVisibilityWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) CreateQueue

func (_m *MockFakeSQS) CreateQueue(_a0 *sqs.CreateQueueInput) (*sqs.CreateQueueOutput, error)

CreateQueue provides a mock function with given fields: _a0

func (*MockFakeSQS) CreateQueueRequest

func (_m *MockFakeSQS) CreateQueueRequest(_a0 *sqs.CreateQueueInput) (*request.Request, *sqs.CreateQueueOutput)

CreateQueueRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) CreateQueueWithContext

func (_m *MockFakeSQS) CreateQueueWithContext(_a0 context.Context, _a1 *sqs.CreateQueueInput, _a2 ...request.Option) (*sqs.CreateQueueOutput, error)

CreateQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) DeleteMessage

func (_m *MockFakeSQS) DeleteMessage(_a0 *sqs.DeleteMessageInput) (*sqs.DeleteMessageOutput, error)

DeleteMessage provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteMessageBatch

func (_m *MockFakeSQS) DeleteMessageBatch(_a0 *sqs.DeleteMessageBatchInput) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatch provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteMessageBatchRequest

func (_m *MockFakeSQS) DeleteMessageBatchRequest(_a0 *sqs.DeleteMessageBatchInput) (*request.Request, *sqs.DeleteMessageBatchOutput)

DeleteMessageBatchRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteMessageBatchWithContext

func (_m *MockFakeSQS) DeleteMessageBatchWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageBatchInput, _a2 ...request.Option) (*sqs.DeleteMessageBatchOutput, error)

DeleteMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) DeleteMessageRequest

func (_m *MockFakeSQS) DeleteMessageRequest(_a0 *sqs.DeleteMessageInput) (*request.Request, *sqs.DeleteMessageOutput)

DeleteMessageRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteMessageWithContext

func (_m *MockFakeSQS) DeleteMessageWithContext(_a0 context.Context, _a1 *sqs.DeleteMessageInput, _a2 ...request.Option) (*sqs.DeleteMessageOutput, error)

DeleteMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) DeleteQueue

func (_m *MockFakeSQS) DeleteQueue(_a0 *sqs.DeleteQueueInput) (*sqs.DeleteQueueOutput, error)

DeleteQueue provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteQueueRequest

func (_m *MockFakeSQS) DeleteQueueRequest(_a0 *sqs.DeleteQueueInput) (*request.Request, *sqs.DeleteQueueOutput)

DeleteQueueRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) DeleteQueueWithContext

func (_m *MockFakeSQS) DeleteQueueWithContext(_a0 context.Context, _a1 *sqs.DeleteQueueInput, _a2 ...request.Option) (*sqs.DeleteQueueOutput, error)

DeleteQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) GetQueueAttributes

func (_m *MockFakeSQS) GetQueueAttributes(_a0 *sqs.GetQueueAttributesInput) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributes provides a mock function with given fields: _a0

func (*MockFakeSQS) GetQueueAttributesRequest

func (_m *MockFakeSQS) GetQueueAttributesRequest(_a0 *sqs.GetQueueAttributesInput) (*request.Request, *sqs.GetQueueAttributesOutput)

GetQueueAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) GetQueueAttributesWithContext

func (_m *MockFakeSQS) GetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.GetQueueAttributesInput, _a2 ...request.Option) (*sqs.GetQueueAttributesOutput, error)

GetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) GetQueueUrl

func (_m *MockFakeSQS) GetQueueUrl(_a0 *sqs.GetQueueUrlInput) (*sqs.GetQueueUrlOutput, error)

GetQueueUrl provides a mock function with given fields: _a0

func (*MockFakeSQS) GetQueueUrlRequest

func (_m *MockFakeSQS) GetQueueUrlRequest(_a0 *sqs.GetQueueUrlInput) (*request.Request, *sqs.GetQueueUrlOutput)

GetQueueUrlRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) GetQueueUrlWithContext

func (_m *MockFakeSQS) GetQueueUrlWithContext(_a0 context.Context, _a1 *sqs.GetQueueUrlInput, _a2 ...request.Option) (*sqs.GetQueueUrlOutput, error)

GetQueueUrlWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ListDeadLetterSourceQueues

ListDeadLetterSourceQueues provides a mock function with given fields: _a0

func (*MockFakeSQS) ListDeadLetterSourceQueuesPages

func (_m *MockFakeSQS) ListDeadLetterSourceQueuesPages(_a0 *sqs.ListDeadLetterSourceQueuesInput, _a1 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool) error

ListDeadLetterSourceQueuesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSQS) ListDeadLetterSourceQueuesPagesWithContext

func (_m *MockFakeSQS) ListDeadLetterSourceQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 func(*sqs.ListDeadLetterSourceQueuesOutput, bool) bool, _a3 ...request.Option) error

ListDeadLetterSourceQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSQS) ListDeadLetterSourceQueuesRequest

func (_m *MockFakeSQS) ListDeadLetterSourceQueuesRequest(_a0 *sqs.ListDeadLetterSourceQueuesInput) (*request.Request, *sqs.ListDeadLetterSourceQueuesOutput)

ListDeadLetterSourceQueuesRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ListDeadLetterSourceQueuesWithContext

func (_m *MockFakeSQS) ListDeadLetterSourceQueuesWithContext(_a0 context.Context, _a1 *sqs.ListDeadLetterSourceQueuesInput, _a2 ...request.Option) (*sqs.ListDeadLetterSourceQueuesOutput, error)

ListDeadLetterSourceQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ListQueueTags

func (_m *MockFakeSQS) ListQueueTags(_a0 *sqs.ListQueueTagsInput) (*sqs.ListQueueTagsOutput, error)

ListQueueTags provides a mock function with given fields: _a0

func (*MockFakeSQS) ListQueueTagsRequest

func (_m *MockFakeSQS) ListQueueTagsRequest(_a0 *sqs.ListQueueTagsInput) (*request.Request, *sqs.ListQueueTagsOutput)

ListQueueTagsRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ListQueueTagsWithContext

func (_m *MockFakeSQS) ListQueueTagsWithContext(_a0 context.Context, _a1 *sqs.ListQueueTagsInput, _a2 ...request.Option) (*sqs.ListQueueTagsOutput, error)

ListQueueTagsWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ListQueues

func (_m *MockFakeSQS) ListQueues(_a0 *sqs.ListQueuesInput) (*sqs.ListQueuesOutput, error)

ListQueues provides a mock function with given fields: _a0

func (*MockFakeSQS) ListQueuesPages

func (_m *MockFakeSQS) ListQueuesPages(_a0 *sqs.ListQueuesInput, _a1 func(*sqs.ListQueuesOutput, bool) bool) error

ListQueuesPages provides a mock function with given fields: _a0, _a1

func (*MockFakeSQS) ListQueuesPagesWithContext

func (_m *MockFakeSQS) ListQueuesPagesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 func(*sqs.ListQueuesOutput, bool) bool, _a3 ...request.Option) error

ListQueuesPagesWithContext provides a mock function with given fields: _a0, _a1, _a2, _a3

func (*MockFakeSQS) ListQueuesRequest

func (_m *MockFakeSQS) ListQueuesRequest(_a0 *sqs.ListQueuesInput) (*request.Request, *sqs.ListQueuesOutput)

ListQueuesRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ListQueuesWithContext

func (_m *MockFakeSQS) ListQueuesWithContext(_a0 context.Context, _a1 *sqs.ListQueuesInput, _a2 ...request.Option) (*sqs.ListQueuesOutput, error)

ListQueuesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) PurgeQueue

func (_m *MockFakeSQS) PurgeQueue(_a0 *sqs.PurgeQueueInput) (*sqs.PurgeQueueOutput, error)

PurgeQueue provides a mock function with given fields: _a0

func (*MockFakeSQS) PurgeQueueRequest

func (_m *MockFakeSQS) PurgeQueueRequest(_a0 *sqs.PurgeQueueInput) (*request.Request, *sqs.PurgeQueueOutput)

PurgeQueueRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) PurgeQueueWithContext

func (_m *MockFakeSQS) PurgeQueueWithContext(_a0 context.Context, _a1 *sqs.PurgeQueueInput, _a2 ...request.Option) (*sqs.PurgeQueueOutput, error)

PurgeQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) ReceiveMessage

func (_m *MockFakeSQS) ReceiveMessage(_a0 *sqs.ReceiveMessageInput) (*sqs.ReceiveMessageOutput, error)

ReceiveMessage provides a mock function with given fields: _a0

func (*MockFakeSQS) ReceiveMessageRequest

func (_m *MockFakeSQS) ReceiveMessageRequest(_a0 *sqs.ReceiveMessageInput) (*request.Request, *sqs.ReceiveMessageOutput)

ReceiveMessageRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) ReceiveMessageWithContext

func (_m *MockFakeSQS) ReceiveMessageWithContext(_a0 context.Context, _a1 *sqs.ReceiveMessageInput, _a2 ...request.Option) (*sqs.ReceiveMessageOutput, error)

ReceiveMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) RemovePermission

func (_m *MockFakeSQS) RemovePermission(_a0 *sqs.RemovePermissionInput) (*sqs.RemovePermissionOutput, error)

RemovePermission provides a mock function with given fields: _a0

func (*MockFakeSQS) RemovePermissionRequest

func (_m *MockFakeSQS) RemovePermissionRequest(_a0 *sqs.RemovePermissionInput) (*request.Request, *sqs.RemovePermissionOutput)

RemovePermissionRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) RemovePermissionWithContext

func (_m *MockFakeSQS) RemovePermissionWithContext(_a0 context.Context, _a1 *sqs.RemovePermissionInput, _a2 ...request.Option) (*sqs.RemovePermissionOutput, error)

RemovePermissionWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) SendMessage

func (_m *MockFakeSQS) SendMessage(_a0 *sqs.SendMessageInput) (*sqs.SendMessageOutput, error)

SendMessage provides a mock function with given fields: _a0

func (*MockFakeSQS) SendMessageBatch

func (_m *MockFakeSQS) SendMessageBatch(_a0 *sqs.SendMessageBatchInput) (*sqs.SendMessageBatchOutput, error)

SendMessageBatch provides a mock function with given fields: _a0

func (*MockFakeSQS) SendMessageBatchRequest

func (_m *MockFakeSQS) SendMessageBatchRequest(_a0 *sqs.SendMessageBatchInput) (*request.Request, *sqs.SendMessageBatchOutput)

SendMessageBatchRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) SendMessageBatchWithContext

func (_m *MockFakeSQS) SendMessageBatchWithContext(_a0 context.Context, _a1 *sqs.SendMessageBatchInput, _a2 ...request.Option) (*sqs.SendMessageBatchOutput, error)

SendMessageBatchWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) SendMessageRequest

func (_m *MockFakeSQS) SendMessageRequest(_a0 *sqs.SendMessageInput) (*request.Request, *sqs.SendMessageOutput)

SendMessageRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) SendMessageWithContext

func (_m *MockFakeSQS) SendMessageWithContext(_a0 context.Context, _a1 *sqs.SendMessageInput, _a2 ...request.Option) (*sqs.SendMessageOutput, error)

SendMessageWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) SetQueueAttributes

func (_m *MockFakeSQS) SetQueueAttributes(_a0 *sqs.SetQueueAttributesInput) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributes provides a mock function with given fields: _a0

func (*MockFakeSQS) SetQueueAttributesRequest

func (_m *MockFakeSQS) SetQueueAttributesRequest(_a0 *sqs.SetQueueAttributesInput) (*request.Request, *sqs.SetQueueAttributesOutput)

SetQueueAttributesRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) SetQueueAttributesWithContext

func (_m *MockFakeSQS) SetQueueAttributesWithContext(_a0 context.Context, _a1 *sqs.SetQueueAttributesInput, _a2 ...request.Option) (*sqs.SetQueueAttributesOutput, error)

SetQueueAttributesWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) TagQueue

func (_m *MockFakeSQS) TagQueue(_a0 *sqs.TagQueueInput) (*sqs.TagQueueOutput, error)

TagQueue provides a mock function with given fields: _a0

func (*MockFakeSQS) TagQueueRequest

func (_m *MockFakeSQS) TagQueueRequest(_a0 *sqs.TagQueueInput) (*request.Request, *sqs.TagQueueOutput)

TagQueueRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) TagQueueWithContext

func (_m *MockFakeSQS) TagQueueWithContext(_a0 context.Context, _a1 *sqs.TagQueueInput, _a2 ...request.Option) (*sqs.TagQueueOutput, error)

TagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

func (*MockFakeSQS) UntagQueue

func (_m *MockFakeSQS) UntagQueue(_a0 *sqs.UntagQueueInput) (*sqs.UntagQueueOutput, error)

UntagQueue provides a mock function with given fields: _a0

func (*MockFakeSQS) UntagQueueRequest

func (_m *MockFakeSQS) UntagQueueRequest(_a0 *sqs.UntagQueueInput) (*request.Request, *sqs.UntagQueueOutput)

UntagQueueRequest provides a mock function with given fields: _a0

func (*MockFakeSQS) UntagQueueWithContext

func (_m *MockFakeSQS) UntagQueueWithContext(_a0 context.Context, _a1 *sqs.UntagQueueInput, _a2 ...request.Option) (*sqs.UntagQueueOutput, error)

UntagQueueWithContext provides a mock function with given fields: _a0, _a1, _a2

Jump to

Keyboard shortcuts

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