mocks

package
v0.1.6 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2022 License: Apache-2.0 Imports: 14 Imported by: 0

README

Mocks

These mocks were generated using mockgen

Generating mocks:

make mocks

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockAPIs

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

MockAPIs is a mock of APIs interface

func NewMockAPIs

func NewMockAPIs(ctrl *gomock.Controller) *MockAPIs

NewMockAPIs creates a new mock instance

func (*MockAPIs) CreateTableFromMetadata

func (m *MockAPIs) CreateTableFromMetadata(arg0 *athena.TableMetadata) (*string, error)

CreateTableFromMetadata mocks base method

func (*MockAPIs) EXPECT

func (m *MockAPIs) EXPECT() *MockAPIsMockRecorder

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

func (*MockAPIs) GenerateReport

func (m *MockAPIs) GenerateReport(arg0, arg1, arg2 string) (string, error)

GenerateReport mocks base method

func (*MockAPIs) GetAccountID

func (m *MockAPIs) GetAccountID() (string, error)

GetAccountID mocks base method

func (*MockAPIs) GetECRImageScanFindings added in v0.1.6

func (m *MockAPIs) GetECRImageScanFindings(arg0 *ecr.ImageDetail) map[string]int64

GetECRImageScanFindings mocks base method

func (*MockAPIs) GetECRImagesWithTag

func (m *MockAPIs) GetECRImagesWithTag(arg0 string) (map[string][]*ecr.ImageDetail, error)

GetECRImagesWithTag mocks base method

func (*MockAPIs) GetFailingTrustedAdvisorCheckResults

func (m *MockAPIs) GetFailingTrustedAdvisorCheckResults() (map[*support.TrustedAdvisorCheckDescription]*support.TrustedAdvisorCheckResult, error)

GetFailingTrustedAdvisorCheckResults mocks base method

func (*MockAPIs) GetHealthAffectedEntities

func (m *MockAPIs) GetHealthAffectedEntities(arg0 []*string, arg1 *string) (*health.DescribeAffectedEntitiesOutput, error)

GetHealthAffectedEntities mocks base method

func (*MockAPIs) GetHealthEventDetails

func (m *MockAPIs) GetHealthEventDetails(arg0 []*string) (*health.DescribeEventDetailsOutput, error)

GetHealthEventDetails mocks base method

func (*MockAPIs) GetHealthEvents

func (m *MockAPIs) GetHealthEvents(arg0 *health.EventFilter, arg1 *string) (*health.DescribeEventsOutput, error)

GetHealthEvents mocks base method

func (*MockAPIs) GetImageInformation

func (m *MockAPIs) GetImageInformation(arg0 []string) (*ec2.DescribeImagesOutput, error)

GetImageInformation mocks base method

func (*MockAPIs) GetInstances

func (m *MockAPIs) GetInstances() (*ec2.DescribeInstancesOutput, error)

GetInstances mocks base method

func (*MockAPIs) GetInstancesByFilters

func (m *MockAPIs) GetInstancesByFilters(arg0 map[string][]string) (*ec2.DescribeInstancesOutput, error)

GetInstancesByFilters mocks base method

func (*MockAPIs) GetInstancesMatchingAllTags

func (m *MockAPIs) GetInstancesMatchingAllTags(arg0 map[string]string) (*ec2.DescribeInstancesOutput, error)

GetInstancesMatchingAllTags mocks base method

func (*MockAPIs) GetInstancesMatchingAnyTags

func (m *MockAPIs) GetInstancesMatchingAnyTags(arg0 map[string]string) (*ec2.DescribeInstancesOutput, error)

GetInstancesMatchingAnyTags mocks base method

func (*MockAPIs) GetMostRecentAssessmentRunInfo

func (m *MockAPIs) GetMostRecentAssessmentRunInfo() ([]map[string]string, error)

GetMostRecentAssessmentRunInfo mocks base method

func (*MockAPIs) GetNetIAMPermissionsForRoles

func (m *MockAPIs) GetNetIAMPermissionsForRoles(arg0 []string) map[string][]string

GetNetIAMPermissionsForRoles mocks base method

func (*MockAPIs) GetNonComplaintConfigRules

func (m *MockAPIs) GetNonComplaintConfigRules() (map[string][]*configservice.EvaluationResult, error)

GetNonComplaintConfigRules mocks base method

func (*MockAPIs) GetResourceGroupTags

func (m *MockAPIs) GetResourceGroupTags(arg0 string) (map[string]string, error)

GetResourceGroupTags mocks base method

func (*MockAPIs) GetRolesFromTags

func (m *MockAPIs) GetRolesFromTags(arg0 map[string]string) ([]string, error)

GetRolesFromTags mocks base method

func (*MockAPIs) GetS3LogPrefixForCloudTrail

func (m *MockAPIs) GetS3LogPrefixForCloudTrail() (*string, error)

GetS3LogPrefixForCloudTrail mocks base method

func (*MockAPIs) GetTableMetadata

func (m *MockAPIs) GetTableMetadata(arg0 string) (*athena.TableMetadata, error)

GetTableMetadata mocks base method

func (*MockAPIs) GetTableforMetadata

func (m *MockAPIs) GetTableforMetadata(arg0 *athena.TableMetadata) (*string, error)

GetTableforMetadata mocks base method

func (*MockAPIs) RunQuery

func (m *MockAPIs) RunQuery(arg0, arg1 string) (*athena.ResultSet, error)

RunQuery mocks base method

type MockAPIsMockRecorder

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

MockAPIsMockRecorder is the mock recorder for MockAPIs

func (*MockAPIsMockRecorder) CreateTableFromMetadata

func (mr *MockAPIsMockRecorder) CreateTableFromMetadata(arg0 interface{}) *gomock.Call

CreateTableFromMetadata indicates an expected call of CreateTableFromMetadata

func (*MockAPIsMockRecorder) GenerateReport

func (mr *MockAPIsMockRecorder) GenerateReport(arg0, arg1, arg2 interface{}) *gomock.Call

GenerateReport indicates an expected call of GenerateReport

func (*MockAPIsMockRecorder) GetAccountID

func (mr *MockAPIsMockRecorder) GetAccountID() *gomock.Call

GetAccountID indicates an expected call of GetAccountID

func (*MockAPIsMockRecorder) GetECRImagesWithTag

func (mr *MockAPIsMockRecorder) GetECRImagesWithTag(arg0 interface{}) *gomock.Call

GetECRImagesWithTag indicates an expected call of GetECRImagesWithTag

func (*MockAPIsMockRecorder) GetFailingTrustedAdvisorCheckResults

func (mr *MockAPIsMockRecorder) GetFailingTrustedAdvisorCheckResults() *gomock.Call

GetFailingTrustedAdvisorCheckResults indicates an expected call of GetFailingTrustedAdvisorCheckResults

func (*MockAPIsMockRecorder) GetHealthAffectedEntities

func (mr *MockAPIsMockRecorder) GetHealthAffectedEntities(arg0, arg1 interface{}) *gomock.Call

GetHealthAffectedEntities indicates an expected call of GetHealthAffectedEntities

func (*MockAPIsMockRecorder) GetHealthEventDetails

func (mr *MockAPIsMockRecorder) GetHealthEventDetails(arg0 interface{}) *gomock.Call

GetHealthEventDetails indicates an expected call of GetHealthEventDetails

func (*MockAPIsMockRecorder) GetHealthEvents

func (mr *MockAPIsMockRecorder) GetHealthEvents(arg0, arg1 interface{}) *gomock.Call

GetHealthEvents indicates an expected call of GetHealthEvents

func (*MockAPIsMockRecorder) GetImageInformation

func (mr *MockAPIsMockRecorder) GetImageInformation(arg0 interface{}) *gomock.Call

GetImageInformation indicates an expected call of GetImageInformation

func (*MockAPIsMockRecorder) GetInstances

func (mr *MockAPIsMockRecorder) GetInstances() *gomock.Call

GetInstances indicates an expected call of GetInstances

func (*MockAPIsMockRecorder) GetInstancesByFilters

func (mr *MockAPIsMockRecorder) GetInstancesByFilters(arg0 interface{}) *gomock.Call

GetInstancesByFilters indicates an expected call of GetInstancesByFilters

func (*MockAPIsMockRecorder) GetInstancesMatchingAllTags

func (mr *MockAPIsMockRecorder) GetInstancesMatchingAllTags(arg0 interface{}) *gomock.Call

GetInstancesMatchingAllTags indicates an expected call of GetInstancesMatchingAllTags

func (*MockAPIsMockRecorder) GetInstancesMatchingAnyTags

func (mr *MockAPIsMockRecorder) GetInstancesMatchingAnyTags(arg0 interface{}) *gomock.Call

GetInstancesMatchingAnyTags indicates an expected call of GetInstancesMatchingAnyTags

func (*MockAPIsMockRecorder) GetMostRecentAssessmentRunInfo

func (mr *MockAPIsMockRecorder) GetMostRecentAssessmentRunInfo() *gomock.Call

GetMostRecentAssessmentRunInfo indicates an expected call of GetMostRecentAssessmentRunInfo

func (*MockAPIsMockRecorder) GetNetIAMPermissionsForRoles

func (mr *MockAPIsMockRecorder) GetNetIAMPermissionsForRoles(arg0 interface{}) *gomock.Call

GetNetIAMPermissionsForRoles indicates an expected call of GetNetIAMPermissionsForRoles

func (*MockAPIsMockRecorder) GetNonComplaintConfigRules

func (mr *MockAPIsMockRecorder) GetNonComplaintConfigRules() *gomock.Call

GetNonComplaintConfigRules indicates an expected call of GetNonComplaintConfigRules

func (*MockAPIsMockRecorder) GetResourceGroupTags

func (mr *MockAPIsMockRecorder) GetResourceGroupTags(arg0 interface{}) *gomock.Call

GetResourceGroupTags indicates an expected call of GetResourceGroupTags

func (*MockAPIsMockRecorder) GetRolesFromTags

func (mr *MockAPIsMockRecorder) GetRolesFromTags(arg0 interface{}) *gomock.Call

GetRolesFromTags indicates an expected call of GetRolesFromTags

func (*MockAPIsMockRecorder) GetS3LogPrefixForCloudTrail

func (mr *MockAPIsMockRecorder) GetS3LogPrefixForCloudTrail() *gomock.Call

GetS3LogPrefixForCloudTrail indicates an expected call of GetS3LogPrefixForCloudTrail

func (*MockAPIsMockRecorder) GetTableMetadata

func (mr *MockAPIsMockRecorder) GetTableMetadata(arg0 interface{}) *gomock.Call

GetTableMetadata indicates an expected call of GetTableMetadata

func (*MockAPIsMockRecorder) GetTableforMetadata

func (mr *MockAPIsMockRecorder) GetTableforMetadata(arg0 interface{}) *gomock.Call

GetTableforMetadata indicates an expected call of GetTableforMetadata

func (*MockAPIsMockRecorder) RunQuery

func (mr *MockAPIsMockRecorder) RunQuery(arg0, arg1 interface{}) *gomock.Call

RunQuery indicates an expected call of RunQuery

type MockAthenaAPI

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

MockAthenaAPI is a mock of AthenaAPI interface

func NewMockAthenaAPI

func NewMockAthenaAPI(ctrl *gomock.Controller) *MockAthenaAPI

NewMockAthenaAPI creates a new mock instance

func (*MockAthenaAPI) BatchGetNamedQuery

BatchGetNamedQuery mocks base method

func (*MockAthenaAPI) BatchGetNamedQueryRequest

BatchGetNamedQueryRequest mocks base method

func (*MockAthenaAPI) BatchGetNamedQueryWithContext

func (m *MockAthenaAPI) BatchGetNamedQueryWithContext(arg0 context.Context, arg1 *athena.BatchGetNamedQueryInput, arg2 ...request.Option) (*athena.BatchGetNamedQueryOutput, error)

BatchGetNamedQueryWithContext mocks base method

func (*MockAthenaAPI) BatchGetQueryExecution

BatchGetQueryExecution mocks base method

func (*MockAthenaAPI) BatchGetQueryExecutionRequest

BatchGetQueryExecutionRequest mocks base method

func (*MockAthenaAPI) BatchGetQueryExecutionWithContext

func (m *MockAthenaAPI) BatchGetQueryExecutionWithContext(arg0 context.Context, arg1 *athena.BatchGetQueryExecutionInput, arg2 ...request.Option) (*athena.BatchGetQueryExecutionOutput, error)

BatchGetQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) CreateDataCatalog

CreateDataCatalog mocks base method

func (*MockAthenaAPI) CreateDataCatalogRequest

CreateDataCatalogRequest mocks base method

func (*MockAthenaAPI) CreateDataCatalogWithContext

func (m *MockAthenaAPI) CreateDataCatalogWithContext(arg0 context.Context, arg1 *athena.CreateDataCatalogInput, arg2 ...request.Option) (*athena.CreateDataCatalogOutput, error)

CreateDataCatalogWithContext mocks base method

func (*MockAthenaAPI) CreateNamedQuery

CreateNamedQuery mocks base method

func (*MockAthenaAPI) CreateNamedQueryRequest

CreateNamedQueryRequest mocks base method

func (*MockAthenaAPI) CreateNamedQueryWithContext

func (m *MockAthenaAPI) CreateNamedQueryWithContext(arg0 context.Context, arg1 *athena.CreateNamedQueryInput, arg2 ...request.Option) (*athena.CreateNamedQueryOutput, error)

CreateNamedQueryWithContext mocks base method

func (*MockAthenaAPI) CreateWorkGroup

CreateWorkGroup mocks base method

func (*MockAthenaAPI) CreateWorkGroupRequest

CreateWorkGroupRequest mocks base method

func (*MockAthenaAPI) CreateWorkGroupWithContext

func (m *MockAthenaAPI) CreateWorkGroupWithContext(arg0 context.Context, arg1 *athena.CreateWorkGroupInput, arg2 ...request.Option) (*athena.CreateWorkGroupOutput, error)

CreateWorkGroupWithContext mocks base method

func (*MockAthenaAPI) DeleteDataCatalog

DeleteDataCatalog mocks base method

func (*MockAthenaAPI) DeleteDataCatalogRequest

DeleteDataCatalogRequest mocks base method

func (*MockAthenaAPI) DeleteDataCatalogWithContext

func (m *MockAthenaAPI) DeleteDataCatalogWithContext(arg0 context.Context, arg1 *athena.DeleteDataCatalogInput, arg2 ...request.Option) (*athena.DeleteDataCatalogOutput, error)

DeleteDataCatalogWithContext mocks base method

func (*MockAthenaAPI) DeleteNamedQuery

DeleteNamedQuery mocks base method

func (*MockAthenaAPI) DeleteNamedQueryRequest

DeleteNamedQueryRequest mocks base method

func (*MockAthenaAPI) DeleteNamedQueryWithContext

func (m *MockAthenaAPI) DeleteNamedQueryWithContext(arg0 context.Context, arg1 *athena.DeleteNamedQueryInput, arg2 ...request.Option) (*athena.DeleteNamedQueryOutput, error)

DeleteNamedQueryWithContext mocks base method

func (*MockAthenaAPI) DeleteWorkGroup

DeleteWorkGroup mocks base method

func (*MockAthenaAPI) DeleteWorkGroupRequest

DeleteWorkGroupRequest mocks base method

func (*MockAthenaAPI) DeleteWorkGroupWithContext

func (m *MockAthenaAPI) DeleteWorkGroupWithContext(arg0 context.Context, arg1 *athena.DeleteWorkGroupInput, arg2 ...request.Option) (*athena.DeleteWorkGroupOutput, error)

DeleteWorkGroupWithContext mocks base method

func (*MockAthenaAPI) EXPECT

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

func (*MockAthenaAPI) GetDataCatalog

GetDataCatalog mocks base method

func (*MockAthenaAPI) GetDataCatalogRequest

func (m *MockAthenaAPI) GetDataCatalogRequest(arg0 *athena.GetDataCatalogInput) (*request.Request, *athena.GetDataCatalogOutput)

GetDataCatalogRequest mocks base method

func (*MockAthenaAPI) GetDataCatalogWithContext

func (m *MockAthenaAPI) GetDataCatalogWithContext(arg0 context.Context, arg1 *athena.GetDataCatalogInput, arg2 ...request.Option) (*athena.GetDataCatalogOutput, error)

GetDataCatalogWithContext mocks base method

func (*MockAthenaAPI) GetDatabase

GetDatabase mocks base method

func (*MockAthenaAPI) GetDatabaseRequest

func (m *MockAthenaAPI) GetDatabaseRequest(arg0 *athena.GetDatabaseInput) (*request.Request, *athena.GetDatabaseOutput)

GetDatabaseRequest mocks base method

func (*MockAthenaAPI) GetDatabaseWithContext

func (m *MockAthenaAPI) GetDatabaseWithContext(arg0 context.Context, arg1 *athena.GetDatabaseInput, arg2 ...request.Option) (*athena.GetDatabaseOutput, error)

GetDatabaseWithContext mocks base method

func (*MockAthenaAPI) GetNamedQuery

GetNamedQuery mocks base method

func (*MockAthenaAPI) GetNamedQueryRequest

func (m *MockAthenaAPI) GetNamedQueryRequest(arg0 *athena.GetNamedQueryInput) (*request.Request, *athena.GetNamedQueryOutput)

GetNamedQueryRequest mocks base method

func (*MockAthenaAPI) GetNamedQueryWithContext

func (m *MockAthenaAPI) GetNamedQueryWithContext(arg0 context.Context, arg1 *athena.GetNamedQueryInput, arg2 ...request.Option) (*athena.GetNamedQueryOutput, error)

GetNamedQueryWithContext mocks base method

func (*MockAthenaAPI) GetQueryExecution

GetQueryExecution mocks base method

func (*MockAthenaAPI) GetQueryExecutionRequest

GetQueryExecutionRequest mocks base method

func (*MockAthenaAPI) GetQueryExecutionWithContext

func (m *MockAthenaAPI) GetQueryExecutionWithContext(arg0 context.Context, arg1 *athena.GetQueryExecutionInput, arg2 ...request.Option) (*athena.GetQueryExecutionOutput, error)

GetQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) GetQueryResults

GetQueryResults mocks base method

func (*MockAthenaAPI) GetQueryResultsPages

func (m *MockAthenaAPI) GetQueryResultsPages(arg0 *athena.GetQueryResultsInput, arg1 func(*athena.GetQueryResultsOutput, bool) bool) error

GetQueryResultsPages mocks base method

func (*MockAthenaAPI) GetQueryResultsPagesWithContext

func (m *MockAthenaAPI) GetQueryResultsPagesWithContext(arg0 context.Context, arg1 *athena.GetQueryResultsInput, arg2 func(*athena.GetQueryResultsOutput, bool) bool, arg3 ...request.Option) error

GetQueryResultsPagesWithContext mocks base method

func (*MockAthenaAPI) GetQueryResultsRequest

GetQueryResultsRequest mocks base method

func (*MockAthenaAPI) GetQueryResultsWithContext

func (m *MockAthenaAPI) GetQueryResultsWithContext(arg0 context.Context, arg1 *athena.GetQueryResultsInput, arg2 ...request.Option) (*athena.GetQueryResultsOutput, error)

GetQueryResultsWithContext mocks base method

func (*MockAthenaAPI) GetTableMetadata

GetTableMetadata mocks base method

func (*MockAthenaAPI) GetTableMetadataRequest

GetTableMetadataRequest mocks base method

func (*MockAthenaAPI) GetTableMetadataWithContext

func (m *MockAthenaAPI) GetTableMetadataWithContext(arg0 context.Context, arg1 *athena.GetTableMetadataInput, arg2 ...request.Option) (*athena.GetTableMetadataOutput, error)

GetTableMetadataWithContext mocks base method

func (*MockAthenaAPI) GetWorkGroup

GetWorkGroup mocks base method

func (*MockAthenaAPI) GetWorkGroupRequest

func (m *MockAthenaAPI) GetWorkGroupRequest(arg0 *athena.GetWorkGroupInput) (*request.Request, *athena.GetWorkGroupOutput)

GetWorkGroupRequest mocks base method

func (*MockAthenaAPI) GetWorkGroupWithContext

func (m *MockAthenaAPI) GetWorkGroupWithContext(arg0 context.Context, arg1 *athena.GetWorkGroupInput, arg2 ...request.Option) (*athena.GetWorkGroupOutput, error)

GetWorkGroupWithContext mocks base method

func (*MockAthenaAPI) ListDataCatalogs

ListDataCatalogs mocks base method

func (*MockAthenaAPI) ListDataCatalogsPages

func (m *MockAthenaAPI) ListDataCatalogsPages(arg0 *athena.ListDataCatalogsInput, arg1 func(*athena.ListDataCatalogsOutput, bool) bool) error

ListDataCatalogsPages mocks base method

func (*MockAthenaAPI) ListDataCatalogsPagesWithContext

func (m *MockAthenaAPI) ListDataCatalogsPagesWithContext(arg0 context.Context, arg1 *athena.ListDataCatalogsInput, arg2 func(*athena.ListDataCatalogsOutput, bool) bool, arg3 ...request.Option) error

ListDataCatalogsPagesWithContext mocks base method

func (*MockAthenaAPI) ListDataCatalogsRequest

ListDataCatalogsRequest mocks base method

func (*MockAthenaAPI) ListDataCatalogsWithContext

func (m *MockAthenaAPI) ListDataCatalogsWithContext(arg0 context.Context, arg1 *athena.ListDataCatalogsInput, arg2 ...request.Option) (*athena.ListDataCatalogsOutput, error)

ListDataCatalogsWithContext mocks base method

func (*MockAthenaAPI) ListDatabases

ListDatabases mocks base method

func (*MockAthenaAPI) ListDatabasesPages

func (m *MockAthenaAPI) ListDatabasesPages(arg0 *athena.ListDatabasesInput, arg1 func(*athena.ListDatabasesOutput, bool) bool) error

ListDatabasesPages mocks base method

func (*MockAthenaAPI) ListDatabasesPagesWithContext

func (m *MockAthenaAPI) ListDatabasesPagesWithContext(arg0 context.Context, arg1 *athena.ListDatabasesInput, arg2 func(*athena.ListDatabasesOutput, bool) bool, arg3 ...request.Option) error

ListDatabasesPagesWithContext mocks base method

func (*MockAthenaAPI) ListDatabasesRequest

func (m *MockAthenaAPI) ListDatabasesRequest(arg0 *athena.ListDatabasesInput) (*request.Request, *athena.ListDatabasesOutput)

ListDatabasesRequest mocks base method

func (*MockAthenaAPI) ListDatabasesWithContext

func (m *MockAthenaAPI) ListDatabasesWithContext(arg0 context.Context, arg1 *athena.ListDatabasesInput, arg2 ...request.Option) (*athena.ListDatabasesOutput, error)

ListDatabasesWithContext mocks base method

func (*MockAthenaAPI) ListNamedQueries

ListNamedQueries mocks base method

func (*MockAthenaAPI) ListNamedQueriesPages

func (m *MockAthenaAPI) ListNamedQueriesPages(arg0 *athena.ListNamedQueriesInput, arg1 func(*athena.ListNamedQueriesOutput, bool) bool) error

ListNamedQueriesPages mocks base method

func (*MockAthenaAPI) ListNamedQueriesPagesWithContext

func (m *MockAthenaAPI) ListNamedQueriesPagesWithContext(arg0 context.Context, arg1 *athena.ListNamedQueriesInput, arg2 func(*athena.ListNamedQueriesOutput, bool) bool, arg3 ...request.Option) error

ListNamedQueriesPagesWithContext mocks base method

func (*MockAthenaAPI) ListNamedQueriesRequest

ListNamedQueriesRequest mocks base method

func (*MockAthenaAPI) ListNamedQueriesWithContext

func (m *MockAthenaAPI) ListNamedQueriesWithContext(arg0 context.Context, arg1 *athena.ListNamedQueriesInput, arg2 ...request.Option) (*athena.ListNamedQueriesOutput, error)

ListNamedQueriesWithContext mocks base method

func (*MockAthenaAPI) ListQueryExecutions

ListQueryExecutions mocks base method

func (*MockAthenaAPI) ListQueryExecutionsPages

func (m *MockAthenaAPI) ListQueryExecutionsPages(arg0 *athena.ListQueryExecutionsInput, arg1 func(*athena.ListQueryExecutionsOutput, bool) bool) error

ListQueryExecutionsPages mocks base method

func (*MockAthenaAPI) ListQueryExecutionsPagesWithContext

func (m *MockAthenaAPI) ListQueryExecutionsPagesWithContext(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 func(*athena.ListQueryExecutionsOutput, bool) bool, arg3 ...request.Option) error

ListQueryExecutionsPagesWithContext mocks base method

func (*MockAthenaAPI) ListQueryExecutionsRequest

ListQueryExecutionsRequest mocks base method

func (*MockAthenaAPI) ListQueryExecutionsWithContext

func (m *MockAthenaAPI) ListQueryExecutionsWithContext(arg0 context.Context, arg1 *athena.ListQueryExecutionsInput, arg2 ...request.Option) (*athena.ListQueryExecutionsOutput, error)

ListQueryExecutionsWithContext mocks base method

func (*MockAthenaAPI) ListTableMetadata

ListTableMetadata mocks base method

func (*MockAthenaAPI) ListTableMetadataPages

func (m *MockAthenaAPI) ListTableMetadataPages(arg0 *athena.ListTableMetadataInput, arg1 func(*athena.ListTableMetadataOutput, bool) bool) error

ListTableMetadataPages mocks base method

func (*MockAthenaAPI) ListTableMetadataPagesWithContext

func (m *MockAthenaAPI) ListTableMetadataPagesWithContext(arg0 context.Context, arg1 *athena.ListTableMetadataInput, arg2 func(*athena.ListTableMetadataOutput, bool) bool, arg3 ...request.Option) error

ListTableMetadataPagesWithContext mocks base method

func (*MockAthenaAPI) ListTableMetadataRequest

ListTableMetadataRequest mocks base method

func (*MockAthenaAPI) ListTableMetadataWithContext

func (m *MockAthenaAPI) ListTableMetadataWithContext(arg0 context.Context, arg1 *athena.ListTableMetadataInput, arg2 ...request.Option) (*athena.ListTableMetadataOutput, error)

ListTableMetadataWithContext mocks base method

func (*MockAthenaAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockAthenaAPI) ListTagsForResourcePages

func (m *MockAthenaAPI) ListTagsForResourcePages(arg0 *athena.ListTagsForResourceInput, arg1 func(*athena.ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages mocks base method

func (*MockAthenaAPI) ListTagsForResourcePagesWithContext

func (m *MockAthenaAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *athena.ListTagsForResourceInput, arg2 func(*athena.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error

ListTagsForResourcePagesWithContext mocks base method

func (*MockAthenaAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockAthenaAPI) ListTagsForResourceWithContext

func (m *MockAthenaAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *athena.ListTagsForResourceInput, arg2 ...request.Option) (*athena.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockAthenaAPI) ListWorkGroups

ListWorkGroups mocks base method

func (*MockAthenaAPI) ListWorkGroupsPages

func (m *MockAthenaAPI) ListWorkGroupsPages(arg0 *athena.ListWorkGroupsInput, arg1 func(*athena.ListWorkGroupsOutput, bool) bool) error

ListWorkGroupsPages mocks base method

func (*MockAthenaAPI) ListWorkGroupsPagesWithContext

func (m *MockAthenaAPI) ListWorkGroupsPagesWithContext(arg0 context.Context, arg1 *athena.ListWorkGroupsInput, arg2 func(*athena.ListWorkGroupsOutput, bool) bool, arg3 ...request.Option) error

ListWorkGroupsPagesWithContext mocks base method

func (*MockAthenaAPI) ListWorkGroupsRequest

func (m *MockAthenaAPI) ListWorkGroupsRequest(arg0 *athena.ListWorkGroupsInput) (*request.Request, *athena.ListWorkGroupsOutput)

ListWorkGroupsRequest mocks base method

func (*MockAthenaAPI) ListWorkGroupsWithContext

func (m *MockAthenaAPI) ListWorkGroupsWithContext(arg0 context.Context, arg1 *athena.ListWorkGroupsInput, arg2 ...request.Option) (*athena.ListWorkGroupsOutput, error)

ListWorkGroupsWithContext mocks base method

func (*MockAthenaAPI) StartQueryExecution

StartQueryExecution mocks base method

func (*MockAthenaAPI) StartQueryExecutionRequest

StartQueryExecutionRequest mocks base method

func (*MockAthenaAPI) StartQueryExecutionWithContext

func (m *MockAthenaAPI) StartQueryExecutionWithContext(arg0 context.Context, arg1 *athena.StartQueryExecutionInput, arg2 ...request.Option) (*athena.StartQueryExecutionOutput, error)

StartQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) StopQueryExecution

StopQueryExecution mocks base method

func (*MockAthenaAPI) StopQueryExecutionRequest

StopQueryExecutionRequest mocks base method

func (*MockAthenaAPI) StopQueryExecutionWithContext

func (m *MockAthenaAPI) StopQueryExecutionWithContext(arg0 context.Context, arg1 *athena.StopQueryExecutionInput, arg2 ...request.Option) (*athena.StopQueryExecutionOutput, error)

StopQueryExecutionWithContext mocks base method

func (*MockAthenaAPI) TagResource

TagResource mocks base method

func (*MockAthenaAPI) TagResourceRequest

func (m *MockAthenaAPI) TagResourceRequest(arg0 *athena.TagResourceInput) (*request.Request, *athena.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockAthenaAPI) TagResourceWithContext

func (m *MockAthenaAPI) TagResourceWithContext(arg0 context.Context, arg1 *athena.TagResourceInput, arg2 ...request.Option) (*athena.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockAthenaAPI) UntagResource

UntagResource mocks base method

func (*MockAthenaAPI) UntagResourceRequest

func (m *MockAthenaAPI) UntagResourceRequest(arg0 *athena.UntagResourceInput) (*request.Request, *athena.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockAthenaAPI) UntagResourceWithContext

func (m *MockAthenaAPI) UntagResourceWithContext(arg0 context.Context, arg1 *athena.UntagResourceInput, arg2 ...request.Option) (*athena.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockAthenaAPI) UpdateDataCatalog

UpdateDataCatalog mocks base method

func (*MockAthenaAPI) UpdateDataCatalogRequest

UpdateDataCatalogRequest mocks base method

func (*MockAthenaAPI) UpdateDataCatalogWithContext

func (m *MockAthenaAPI) UpdateDataCatalogWithContext(arg0 context.Context, arg1 *athena.UpdateDataCatalogInput, arg2 ...request.Option) (*athena.UpdateDataCatalogOutput, error)

UpdateDataCatalogWithContext mocks base method

func (*MockAthenaAPI) UpdateWorkGroup

UpdateWorkGroup mocks base method

func (*MockAthenaAPI) UpdateWorkGroupRequest

UpdateWorkGroupRequest mocks base method

func (*MockAthenaAPI) UpdateWorkGroupWithContext

func (m *MockAthenaAPI) UpdateWorkGroupWithContext(arg0 context.Context, arg1 *athena.UpdateWorkGroupInput, arg2 ...request.Option) (*athena.UpdateWorkGroupOutput, error)

UpdateWorkGroupWithContext mocks base method

type MockAthenaAPIMockRecorder

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

MockAthenaAPIMockRecorder is the mock recorder for MockAthenaAPI

func (*MockAthenaAPIMockRecorder) BatchGetNamedQuery

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQuery(arg0 interface{}) *gomock.Call

BatchGetNamedQuery indicates an expected call of BatchGetNamedQuery

func (*MockAthenaAPIMockRecorder) BatchGetNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQueryRequest(arg0 interface{}) *gomock.Call

BatchGetNamedQueryRequest indicates an expected call of BatchGetNamedQueryRequest

func (*MockAthenaAPIMockRecorder) BatchGetNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) BatchGetNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetNamedQueryWithContext indicates an expected call of BatchGetNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecution

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecution(arg0 interface{}) *gomock.Call

BatchGetQueryExecution indicates an expected call of BatchGetQueryExecution

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecutionRequest(arg0 interface{}) *gomock.Call

BatchGetQueryExecutionRequest indicates an expected call of BatchGetQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) BatchGetQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) BatchGetQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetQueryExecutionWithContext indicates an expected call of BatchGetQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) CreateDataCatalog

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalog(arg0 interface{}) *gomock.Call

CreateDataCatalog indicates an expected call of CreateDataCatalog

func (*MockAthenaAPIMockRecorder) CreateDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalogRequest(arg0 interface{}) *gomock.Call

CreateDataCatalogRequest indicates an expected call of CreateDataCatalogRequest

func (*MockAthenaAPIMockRecorder) CreateDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) CreateDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDataCatalogWithContext indicates an expected call of CreateDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) CreateNamedQuery

func (mr *MockAthenaAPIMockRecorder) CreateNamedQuery(arg0 interface{}) *gomock.Call

CreateNamedQuery indicates an expected call of CreateNamedQuery

func (*MockAthenaAPIMockRecorder) CreateNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) CreateNamedQueryRequest(arg0 interface{}) *gomock.Call

CreateNamedQueryRequest indicates an expected call of CreateNamedQueryRequest

func (*MockAthenaAPIMockRecorder) CreateNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) CreateNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNamedQueryWithContext indicates an expected call of CreateNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) CreateWorkGroup

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroup(arg0 interface{}) *gomock.Call

CreateWorkGroup indicates an expected call of CreateWorkGroup

func (*MockAthenaAPIMockRecorder) CreateWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroupRequest(arg0 interface{}) *gomock.Call

CreateWorkGroupRequest indicates an expected call of CreateWorkGroupRequest

func (*MockAthenaAPIMockRecorder) CreateWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) CreateWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkGroupWithContext indicates an expected call of CreateWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) DeleteDataCatalog

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalog(arg0 interface{}) *gomock.Call

DeleteDataCatalog indicates an expected call of DeleteDataCatalog

func (*MockAthenaAPIMockRecorder) DeleteDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalogRequest(arg0 interface{}) *gomock.Call

DeleteDataCatalogRequest indicates an expected call of DeleteDataCatalogRequest

func (*MockAthenaAPIMockRecorder) DeleteDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDataCatalogWithContext indicates an expected call of DeleteDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) DeleteNamedQuery

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQuery(arg0 interface{}) *gomock.Call

DeleteNamedQuery indicates an expected call of DeleteNamedQuery

func (*MockAthenaAPIMockRecorder) DeleteNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQueryRequest(arg0 interface{}) *gomock.Call

DeleteNamedQueryRequest indicates an expected call of DeleteNamedQueryRequest

func (*MockAthenaAPIMockRecorder) DeleteNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNamedQueryWithContext indicates an expected call of DeleteNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) DeleteWorkGroup

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroup(arg0 interface{}) *gomock.Call

DeleteWorkGroup indicates an expected call of DeleteWorkGroup

func (*MockAthenaAPIMockRecorder) DeleteWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroupRequest(arg0 interface{}) *gomock.Call

DeleteWorkGroupRequest indicates an expected call of DeleteWorkGroupRequest

func (*MockAthenaAPIMockRecorder) DeleteWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) DeleteWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWorkGroupWithContext indicates an expected call of DeleteWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) GetDataCatalog

func (mr *MockAthenaAPIMockRecorder) GetDataCatalog(arg0 interface{}) *gomock.Call

GetDataCatalog indicates an expected call of GetDataCatalog

func (*MockAthenaAPIMockRecorder) GetDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) GetDataCatalogRequest(arg0 interface{}) *gomock.Call

GetDataCatalogRequest indicates an expected call of GetDataCatalogRequest

func (*MockAthenaAPIMockRecorder) GetDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) GetDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDataCatalogWithContext indicates an expected call of GetDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) GetDatabase

func (mr *MockAthenaAPIMockRecorder) GetDatabase(arg0 interface{}) *gomock.Call

GetDatabase indicates an expected call of GetDatabase

func (*MockAthenaAPIMockRecorder) GetDatabaseRequest

func (mr *MockAthenaAPIMockRecorder) GetDatabaseRequest(arg0 interface{}) *gomock.Call

GetDatabaseRequest indicates an expected call of GetDatabaseRequest

func (*MockAthenaAPIMockRecorder) GetDatabaseWithContext

func (mr *MockAthenaAPIMockRecorder) GetDatabaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDatabaseWithContext indicates an expected call of GetDatabaseWithContext

func (*MockAthenaAPIMockRecorder) GetNamedQuery

func (mr *MockAthenaAPIMockRecorder) GetNamedQuery(arg0 interface{}) *gomock.Call

GetNamedQuery indicates an expected call of GetNamedQuery

func (*MockAthenaAPIMockRecorder) GetNamedQueryRequest

func (mr *MockAthenaAPIMockRecorder) GetNamedQueryRequest(arg0 interface{}) *gomock.Call

GetNamedQueryRequest indicates an expected call of GetNamedQueryRequest

func (*MockAthenaAPIMockRecorder) GetNamedQueryWithContext

func (mr *MockAthenaAPIMockRecorder) GetNamedQueryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNamedQueryWithContext indicates an expected call of GetNamedQueryWithContext

func (*MockAthenaAPIMockRecorder) GetQueryExecution

func (mr *MockAthenaAPIMockRecorder) GetQueryExecution(arg0 interface{}) *gomock.Call

GetQueryExecution indicates an expected call of GetQueryExecution

func (*MockAthenaAPIMockRecorder) GetQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) GetQueryExecutionRequest(arg0 interface{}) *gomock.Call

GetQueryExecutionRequest indicates an expected call of GetQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) GetQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) GetQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryExecutionWithContext indicates an expected call of GetQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) GetQueryResults

func (mr *MockAthenaAPIMockRecorder) GetQueryResults(arg0 interface{}) *gomock.Call

GetQueryResults indicates an expected call of GetQueryResults

func (*MockAthenaAPIMockRecorder) GetQueryResultsPages

func (mr *MockAthenaAPIMockRecorder) GetQueryResultsPages(arg0, arg1 interface{}) *gomock.Call

GetQueryResultsPages indicates an expected call of GetQueryResultsPages

func (*MockAthenaAPIMockRecorder) GetQueryResultsPagesWithContext

func (mr *MockAthenaAPIMockRecorder) GetQueryResultsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetQueryResultsPagesWithContext indicates an expected call of GetQueryResultsPagesWithContext

func (*MockAthenaAPIMockRecorder) GetQueryResultsRequest

func (mr *MockAthenaAPIMockRecorder) GetQueryResultsRequest(arg0 interface{}) *gomock.Call

GetQueryResultsRequest indicates an expected call of GetQueryResultsRequest

func (*MockAthenaAPIMockRecorder) GetQueryResultsWithContext

func (mr *MockAthenaAPIMockRecorder) GetQueryResultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetQueryResultsWithContext indicates an expected call of GetQueryResultsWithContext

func (*MockAthenaAPIMockRecorder) GetTableMetadata

func (mr *MockAthenaAPIMockRecorder) GetTableMetadata(arg0 interface{}) *gomock.Call

GetTableMetadata indicates an expected call of GetTableMetadata

func (*MockAthenaAPIMockRecorder) GetTableMetadataRequest

func (mr *MockAthenaAPIMockRecorder) GetTableMetadataRequest(arg0 interface{}) *gomock.Call

GetTableMetadataRequest indicates an expected call of GetTableMetadataRequest

func (*MockAthenaAPIMockRecorder) GetTableMetadataWithContext

func (mr *MockAthenaAPIMockRecorder) GetTableMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTableMetadataWithContext indicates an expected call of GetTableMetadataWithContext

func (*MockAthenaAPIMockRecorder) GetWorkGroup

func (mr *MockAthenaAPIMockRecorder) GetWorkGroup(arg0 interface{}) *gomock.Call

GetWorkGroup indicates an expected call of GetWorkGroup

func (*MockAthenaAPIMockRecorder) GetWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) GetWorkGroupRequest(arg0 interface{}) *gomock.Call

GetWorkGroupRequest indicates an expected call of GetWorkGroupRequest

func (*MockAthenaAPIMockRecorder) GetWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) GetWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWorkGroupWithContext indicates an expected call of GetWorkGroupWithContext

func (*MockAthenaAPIMockRecorder) ListDataCatalogs

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogs(arg0 interface{}) *gomock.Call

ListDataCatalogs indicates an expected call of ListDataCatalogs

func (*MockAthenaAPIMockRecorder) ListDataCatalogsPages

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsPages(arg0, arg1 interface{}) *gomock.Call

ListDataCatalogsPages indicates an expected call of ListDataCatalogsPages

func (*MockAthenaAPIMockRecorder) ListDataCatalogsPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDataCatalogsPagesWithContext indicates an expected call of ListDataCatalogsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListDataCatalogsRequest

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsRequest(arg0 interface{}) *gomock.Call

ListDataCatalogsRequest indicates an expected call of ListDataCatalogsRequest

func (*MockAthenaAPIMockRecorder) ListDataCatalogsWithContext

func (mr *MockAthenaAPIMockRecorder) ListDataCatalogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDataCatalogsWithContext indicates an expected call of ListDataCatalogsWithContext

func (*MockAthenaAPIMockRecorder) ListDatabases

func (mr *MockAthenaAPIMockRecorder) ListDatabases(arg0 interface{}) *gomock.Call

ListDatabases indicates an expected call of ListDatabases

func (*MockAthenaAPIMockRecorder) ListDatabasesPages

func (mr *MockAthenaAPIMockRecorder) ListDatabasesPages(arg0, arg1 interface{}) *gomock.Call

ListDatabasesPages indicates an expected call of ListDatabasesPages

func (*MockAthenaAPIMockRecorder) ListDatabasesPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListDatabasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListDatabasesPagesWithContext indicates an expected call of ListDatabasesPagesWithContext

func (*MockAthenaAPIMockRecorder) ListDatabasesRequest

func (mr *MockAthenaAPIMockRecorder) ListDatabasesRequest(arg0 interface{}) *gomock.Call

ListDatabasesRequest indicates an expected call of ListDatabasesRequest

func (*MockAthenaAPIMockRecorder) ListDatabasesWithContext

func (mr *MockAthenaAPIMockRecorder) ListDatabasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDatabasesWithContext indicates an expected call of ListDatabasesWithContext

func (*MockAthenaAPIMockRecorder) ListNamedQueries

func (mr *MockAthenaAPIMockRecorder) ListNamedQueries(arg0 interface{}) *gomock.Call

ListNamedQueries indicates an expected call of ListNamedQueries

func (*MockAthenaAPIMockRecorder) ListNamedQueriesPages

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesPages(arg0, arg1 interface{}) *gomock.Call

ListNamedQueriesPages indicates an expected call of ListNamedQueriesPages

func (*MockAthenaAPIMockRecorder) ListNamedQueriesPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListNamedQueriesPagesWithContext indicates an expected call of ListNamedQueriesPagesWithContext

func (*MockAthenaAPIMockRecorder) ListNamedQueriesRequest

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesRequest(arg0 interface{}) *gomock.Call

ListNamedQueriesRequest indicates an expected call of ListNamedQueriesRequest

func (*MockAthenaAPIMockRecorder) ListNamedQueriesWithContext

func (mr *MockAthenaAPIMockRecorder) ListNamedQueriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListNamedQueriesWithContext indicates an expected call of ListNamedQueriesWithContext

func (*MockAthenaAPIMockRecorder) ListQueryExecutions

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutions(arg0 interface{}) *gomock.Call

ListQueryExecutions indicates an expected call of ListQueryExecutions

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsPages

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsPages(arg0, arg1 interface{}) *gomock.Call

ListQueryExecutionsPages indicates an expected call of ListQueryExecutionsPages

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListQueryExecutionsPagesWithContext indicates an expected call of ListQueryExecutionsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsRequest

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsRequest(arg0 interface{}) *gomock.Call

ListQueryExecutionsRequest indicates an expected call of ListQueryExecutionsRequest

func (*MockAthenaAPIMockRecorder) ListQueryExecutionsWithContext

func (mr *MockAthenaAPIMockRecorder) ListQueryExecutionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListQueryExecutionsWithContext indicates an expected call of ListQueryExecutionsWithContext

func (*MockAthenaAPIMockRecorder) ListTableMetadata

func (mr *MockAthenaAPIMockRecorder) ListTableMetadata(arg0 interface{}) *gomock.Call

ListTableMetadata indicates an expected call of ListTableMetadata

func (*MockAthenaAPIMockRecorder) ListTableMetadataPages

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataPages(arg0, arg1 interface{}) *gomock.Call

ListTableMetadataPages indicates an expected call of ListTableMetadataPages

func (*MockAthenaAPIMockRecorder) ListTableMetadataPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTableMetadataPagesWithContext indicates an expected call of ListTableMetadataPagesWithContext

func (*MockAthenaAPIMockRecorder) ListTableMetadataRequest

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataRequest(arg0 interface{}) *gomock.Call

ListTableMetadataRequest indicates an expected call of ListTableMetadataRequest

func (*MockAthenaAPIMockRecorder) ListTableMetadataWithContext

func (mr *MockAthenaAPIMockRecorder) ListTableMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTableMetadataWithContext indicates an expected call of ListTableMetadataWithContext

func (*MockAthenaAPIMockRecorder) ListTagsForResource

func (mr *MockAthenaAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockAthenaAPIMockRecorder) ListTagsForResourcePages

func (mr *MockAthenaAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call

ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages

func (*MockAthenaAPIMockRecorder) ListTagsForResourcePagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListTagsForResourcePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext

func (*MockAthenaAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockAthenaAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockAthenaAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockAthenaAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockAthenaAPIMockRecorder) ListWorkGroups

func (mr *MockAthenaAPIMockRecorder) ListWorkGroups(arg0 interface{}) *gomock.Call

ListWorkGroups indicates an expected call of ListWorkGroups

func (*MockAthenaAPIMockRecorder) ListWorkGroupsPages

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListWorkGroupsPages indicates an expected call of ListWorkGroupsPages

func (*MockAthenaAPIMockRecorder) ListWorkGroupsPagesWithContext

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListWorkGroupsPagesWithContext indicates an expected call of ListWorkGroupsPagesWithContext

func (*MockAthenaAPIMockRecorder) ListWorkGroupsRequest

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsRequest(arg0 interface{}) *gomock.Call

ListWorkGroupsRequest indicates an expected call of ListWorkGroupsRequest

func (*MockAthenaAPIMockRecorder) ListWorkGroupsWithContext

func (mr *MockAthenaAPIMockRecorder) ListWorkGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkGroupsWithContext indicates an expected call of ListWorkGroupsWithContext

func (*MockAthenaAPIMockRecorder) StartQueryExecution

func (mr *MockAthenaAPIMockRecorder) StartQueryExecution(arg0 interface{}) *gomock.Call

StartQueryExecution indicates an expected call of StartQueryExecution

func (*MockAthenaAPIMockRecorder) StartQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) StartQueryExecutionRequest(arg0 interface{}) *gomock.Call

StartQueryExecutionRequest indicates an expected call of StartQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) StartQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) StartQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartQueryExecutionWithContext indicates an expected call of StartQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) StopQueryExecution

func (mr *MockAthenaAPIMockRecorder) StopQueryExecution(arg0 interface{}) *gomock.Call

StopQueryExecution indicates an expected call of StopQueryExecution

func (*MockAthenaAPIMockRecorder) StopQueryExecutionRequest

func (mr *MockAthenaAPIMockRecorder) StopQueryExecutionRequest(arg0 interface{}) *gomock.Call

StopQueryExecutionRequest indicates an expected call of StopQueryExecutionRequest

func (*MockAthenaAPIMockRecorder) StopQueryExecutionWithContext

func (mr *MockAthenaAPIMockRecorder) StopQueryExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopQueryExecutionWithContext indicates an expected call of StopQueryExecutionWithContext

func (*MockAthenaAPIMockRecorder) TagResource

func (mr *MockAthenaAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockAthenaAPIMockRecorder) TagResourceRequest

func (mr *MockAthenaAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockAthenaAPIMockRecorder) TagResourceWithContext

func (mr *MockAthenaAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockAthenaAPIMockRecorder) UntagResource

func (mr *MockAthenaAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockAthenaAPIMockRecorder) UntagResourceRequest

func (mr *MockAthenaAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockAthenaAPIMockRecorder) UntagResourceWithContext

func (mr *MockAthenaAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockAthenaAPIMockRecorder) UpdateDataCatalog

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalog(arg0 interface{}) *gomock.Call

UpdateDataCatalog indicates an expected call of UpdateDataCatalog

func (*MockAthenaAPIMockRecorder) UpdateDataCatalogRequest

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalogRequest(arg0 interface{}) *gomock.Call

UpdateDataCatalogRequest indicates an expected call of UpdateDataCatalogRequest

func (*MockAthenaAPIMockRecorder) UpdateDataCatalogWithContext

func (mr *MockAthenaAPIMockRecorder) UpdateDataCatalogWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateDataCatalogWithContext indicates an expected call of UpdateDataCatalogWithContext

func (*MockAthenaAPIMockRecorder) UpdateWorkGroup

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroup(arg0 interface{}) *gomock.Call

UpdateWorkGroup indicates an expected call of UpdateWorkGroup

func (*MockAthenaAPIMockRecorder) UpdateWorkGroupRequest

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroupRequest(arg0 interface{}) *gomock.Call

UpdateWorkGroupRequest indicates an expected call of UpdateWorkGroupRequest

func (*MockAthenaAPIMockRecorder) UpdateWorkGroupWithContext

func (mr *MockAthenaAPIMockRecorder) UpdateWorkGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWorkGroupWithContext indicates an expected call of UpdateWorkGroupWithContext

type MockCloudTrailAPI

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

MockCloudTrailAPI is a mock of CloudTrailAPI interface

func NewMockCloudTrailAPI

func NewMockCloudTrailAPI(ctrl *gomock.Controller) *MockCloudTrailAPI

NewMockCloudTrailAPI creates a new mock instance

func (*MockCloudTrailAPI) AddTags

AddTags mocks base method

func (*MockCloudTrailAPI) AddTagsRequest

AddTagsRequest mocks base method

func (*MockCloudTrailAPI) AddTagsWithContext

func (m *MockCloudTrailAPI) AddTagsWithContext(arg0 context.Context, arg1 *cloudtrail.AddTagsInput, arg2 ...request.Option) (*cloudtrail.AddTagsOutput, error)

AddTagsWithContext mocks base method

func (*MockCloudTrailAPI) CreateTrail

CreateTrail mocks base method

func (*MockCloudTrailAPI) CreateTrailRequest

CreateTrailRequest mocks base method

func (*MockCloudTrailAPI) CreateTrailWithContext

func (m *MockCloudTrailAPI) CreateTrailWithContext(arg0 context.Context, arg1 *cloudtrail.CreateTrailInput, arg2 ...request.Option) (*cloudtrail.CreateTrailOutput, error)

CreateTrailWithContext mocks base method

func (*MockCloudTrailAPI) DeleteTrail

DeleteTrail mocks base method

func (*MockCloudTrailAPI) DeleteTrailRequest

DeleteTrailRequest mocks base method

func (*MockCloudTrailAPI) DeleteTrailWithContext

func (m *MockCloudTrailAPI) DeleteTrailWithContext(arg0 context.Context, arg1 *cloudtrail.DeleteTrailInput, arg2 ...request.Option) (*cloudtrail.DeleteTrailOutput, error)

DeleteTrailWithContext mocks base method

func (*MockCloudTrailAPI) DescribeTrails

DescribeTrails mocks base method

func (*MockCloudTrailAPI) DescribeTrailsRequest

DescribeTrailsRequest mocks base method

func (*MockCloudTrailAPI) DescribeTrailsWithContext

func (m *MockCloudTrailAPI) DescribeTrailsWithContext(arg0 context.Context, arg1 *cloudtrail.DescribeTrailsInput, arg2 ...request.Option) (*cloudtrail.DescribeTrailsOutput, error)

DescribeTrailsWithContext mocks base method

func (*MockCloudTrailAPI) EXPECT

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

func (*MockCloudTrailAPI) GetEventSelectors

GetEventSelectors mocks base method

func (*MockCloudTrailAPI) GetEventSelectorsRequest

GetEventSelectorsRequest mocks base method

func (*MockCloudTrailAPI) GetEventSelectorsWithContext

func (m *MockCloudTrailAPI) GetEventSelectorsWithContext(arg0 context.Context, arg1 *cloudtrail.GetEventSelectorsInput, arg2 ...request.Option) (*cloudtrail.GetEventSelectorsOutput, error)

GetEventSelectorsWithContext mocks base method

func (*MockCloudTrailAPI) GetInsightSelectors

GetInsightSelectors mocks base method

func (*MockCloudTrailAPI) GetInsightSelectorsRequest

GetInsightSelectorsRequest mocks base method

func (*MockCloudTrailAPI) GetInsightSelectorsWithContext

GetInsightSelectorsWithContext mocks base method

func (*MockCloudTrailAPI) GetTrail

GetTrail mocks base method

func (*MockCloudTrailAPI) GetTrailRequest

GetTrailRequest mocks base method

func (*MockCloudTrailAPI) GetTrailStatus

GetTrailStatus mocks base method

func (*MockCloudTrailAPI) GetTrailStatusRequest

GetTrailStatusRequest mocks base method

func (*MockCloudTrailAPI) GetTrailStatusWithContext

func (m *MockCloudTrailAPI) GetTrailStatusWithContext(arg0 context.Context, arg1 *cloudtrail.GetTrailStatusInput, arg2 ...request.Option) (*cloudtrail.GetTrailStatusOutput, error)

GetTrailStatusWithContext mocks base method

func (*MockCloudTrailAPI) GetTrailWithContext

func (m *MockCloudTrailAPI) GetTrailWithContext(arg0 context.Context, arg1 *cloudtrail.GetTrailInput, arg2 ...request.Option) (*cloudtrail.GetTrailOutput, error)

GetTrailWithContext mocks base method

func (*MockCloudTrailAPI) ListPublicKeys

ListPublicKeys mocks base method

func (*MockCloudTrailAPI) ListPublicKeysPages

func (m *MockCloudTrailAPI) ListPublicKeysPages(arg0 *cloudtrail.ListPublicKeysInput, arg1 func(*cloudtrail.ListPublicKeysOutput, bool) bool) error

ListPublicKeysPages mocks base method

func (*MockCloudTrailAPI) ListPublicKeysPagesWithContext

func (m *MockCloudTrailAPI) ListPublicKeysPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListPublicKeysInput, arg2 func(*cloudtrail.ListPublicKeysOutput, bool) bool, arg3 ...request.Option) error

ListPublicKeysPagesWithContext mocks base method

func (*MockCloudTrailAPI) ListPublicKeysRequest

ListPublicKeysRequest mocks base method

func (*MockCloudTrailAPI) ListPublicKeysWithContext

func (m *MockCloudTrailAPI) ListPublicKeysWithContext(arg0 context.Context, arg1 *cloudtrail.ListPublicKeysInput, arg2 ...request.Option) (*cloudtrail.ListPublicKeysOutput, error)

ListPublicKeysWithContext mocks base method

func (*MockCloudTrailAPI) ListTags

ListTags mocks base method

func (*MockCloudTrailAPI) ListTagsPages

func (m *MockCloudTrailAPI) ListTagsPages(arg0 *cloudtrail.ListTagsInput, arg1 func(*cloudtrail.ListTagsOutput, bool) bool) error

ListTagsPages mocks base method

func (*MockCloudTrailAPI) ListTagsPagesWithContext

func (m *MockCloudTrailAPI) ListTagsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListTagsInput, arg2 func(*cloudtrail.ListTagsOutput, bool) bool, arg3 ...request.Option) error

ListTagsPagesWithContext mocks base method

func (*MockCloudTrailAPI) ListTagsRequest

ListTagsRequest mocks base method

func (*MockCloudTrailAPI) ListTagsWithContext

func (m *MockCloudTrailAPI) ListTagsWithContext(arg0 context.Context, arg1 *cloudtrail.ListTagsInput, arg2 ...request.Option) (*cloudtrail.ListTagsOutput, error)

ListTagsWithContext mocks base method

func (*MockCloudTrailAPI) ListTrails

ListTrails mocks base method

func (*MockCloudTrailAPI) ListTrailsPages

func (m *MockCloudTrailAPI) ListTrailsPages(arg0 *cloudtrail.ListTrailsInput, arg1 func(*cloudtrail.ListTrailsOutput, bool) bool) error

ListTrailsPages mocks base method

func (*MockCloudTrailAPI) ListTrailsPagesWithContext

func (m *MockCloudTrailAPI) ListTrailsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.ListTrailsInput, arg2 func(*cloudtrail.ListTrailsOutput, bool) bool, arg3 ...request.Option) error

ListTrailsPagesWithContext mocks base method

func (*MockCloudTrailAPI) ListTrailsRequest

ListTrailsRequest mocks base method

func (*MockCloudTrailAPI) ListTrailsWithContext

func (m *MockCloudTrailAPI) ListTrailsWithContext(arg0 context.Context, arg1 *cloudtrail.ListTrailsInput, arg2 ...request.Option) (*cloudtrail.ListTrailsOutput, error)

ListTrailsWithContext mocks base method

func (*MockCloudTrailAPI) LookupEvents

LookupEvents mocks base method

func (*MockCloudTrailAPI) LookupEventsPages

func (m *MockCloudTrailAPI) LookupEventsPages(arg0 *cloudtrail.LookupEventsInput, arg1 func(*cloudtrail.LookupEventsOutput, bool) bool) error

LookupEventsPages mocks base method

func (*MockCloudTrailAPI) LookupEventsPagesWithContext

func (m *MockCloudTrailAPI) LookupEventsPagesWithContext(arg0 context.Context, arg1 *cloudtrail.LookupEventsInput, arg2 func(*cloudtrail.LookupEventsOutput, bool) bool, arg3 ...request.Option) error

LookupEventsPagesWithContext mocks base method

func (*MockCloudTrailAPI) LookupEventsRequest

LookupEventsRequest mocks base method

func (*MockCloudTrailAPI) LookupEventsWithContext

func (m *MockCloudTrailAPI) LookupEventsWithContext(arg0 context.Context, arg1 *cloudtrail.LookupEventsInput, arg2 ...request.Option) (*cloudtrail.LookupEventsOutput, error)

LookupEventsWithContext mocks base method

func (*MockCloudTrailAPI) PutEventSelectors

PutEventSelectors mocks base method

func (*MockCloudTrailAPI) PutEventSelectorsRequest

PutEventSelectorsRequest mocks base method

func (*MockCloudTrailAPI) PutEventSelectorsWithContext

func (m *MockCloudTrailAPI) PutEventSelectorsWithContext(arg0 context.Context, arg1 *cloudtrail.PutEventSelectorsInput, arg2 ...request.Option) (*cloudtrail.PutEventSelectorsOutput, error)

PutEventSelectorsWithContext mocks base method

func (*MockCloudTrailAPI) PutInsightSelectors

PutInsightSelectors mocks base method

func (*MockCloudTrailAPI) PutInsightSelectorsRequest

PutInsightSelectorsRequest mocks base method

func (*MockCloudTrailAPI) PutInsightSelectorsWithContext

PutInsightSelectorsWithContext mocks base method

func (*MockCloudTrailAPI) RemoveTags

RemoveTags mocks base method

func (*MockCloudTrailAPI) RemoveTagsRequest

RemoveTagsRequest mocks base method

func (*MockCloudTrailAPI) RemoveTagsWithContext

func (m *MockCloudTrailAPI) RemoveTagsWithContext(arg0 context.Context, arg1 *cloudtrail.RemoveTagsInput, arg2 ...request.Option) (*cloudtrail.RemoveTagsOutput, error)

RemoveTagsWithContext mocks base method

func (*MockCloudTrailAPI) StartLogging

StartLogging mocks base method

func (*MockCloudTrailAPI) StartLoggingRequest

StartLoggingRequest mocks base method

func (*MockCloudTrailAPI) StartLoggingWithContext

func (m *MockCloudTrailAPI) StartLoggingWithContext(arg0 context.Context, arg1 *cloudtrail.StartLoggingInput, arg2 ...request.Option) (*cloudtrail.StartLoggingOutput, error)

StartLoggingWithContext mocks base method

func (*MockCloudTrailAPI) StopLogging

StopLogging mocks base method

func (*MockCloudTrailAPI) StopLoggingRequest

StopLoggingRequest mocks base method

func (*MockCloudTrailAPI) StopLoggingWithContext

func (m *MockCloudTrailAPI) StopLoggingWithContext(arg0 context.Context, arg1 *cloudtrail.StopLoggingInput, arg2 ...request.Option) (*cloudtrail.StopLoggingOutput, error)

StopLoggingWithContext mocks base method

func (*MockCloudTrailAPI) UpdateTrail

UpdateTrail mocks base method

func (*MockCloudTrailAPI) UpdateTrailRequest

UpdateTrailRequest mocks base method

func (*MockCloudTrailAPI) UpdateTrailWithContext

func (m *MockCloudTrailAPI) UpdateTrailWithContext(arg0 context.Context, arg1 *cloudtrail.UpdateTrailInput, arg2 ...request.Option) (*cloudtrail.UpdateTrailOutput, error)

UpdateTrailWithContext mocks base method

type MockCloudTrailAPIMockRecorder

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

MockCloudTrailAPIMockRecorder is the mock recorder for MockCloudTrailAPI

func (*MockCloudTrailAPIMockRecorder) AddTags

func (mr *MockCloudTrailAPIMockRecorder) AddTags(arg0 interface{}) *gomock.Call

AddTags indicates an expected call of AddTags

func (*MockCloudTrailAPIMockRecorder) AddTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) AddTagsRequest(arg0 interface{}) *gomock.Call

AddTagsRequest indicates an expected call of AddTagsRequest

func (*MockCloudTrailAPIMockRecorder) AddTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) AddTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddTagsWithContext indicates an expected call of AddTagsWithContext

func (*MockCloudTrailAPIMockRecorder) CreateTrail

func (mr *MockCloudTrailAPIMockRecorder) CreateTrail(arg0 interface{}) *gomock.Call

CreateTrail indicates an expected call of CreateTrail

func (*MockCloudTrailAPIMockRecorder) CreateTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) CreateTrailRequest(arg0 interface{}) *gomock.Call

CreateTrailRequest indicates an expected call of CreateTrailRequest

func (*MockCloudTrailAPIMockRecorder) CreateTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) CreateTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrailWithContext indicates an expected call of CreateTrailWithContext

func (*MockCloudTrailAPIMockRecorder) DeleteTrail

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrail(arg0 interface{}) *gomock.Call

DeleteTrail indicates an expected call of DeleteTrail

func (*MockCloudTrailAPIMockRecorder) DeleteTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrailRequest(arg0 interface{}) *gomock.Call

DeleteTrailRequest indicates an expected call of DeleteTrailRequest

func (*MockCloudTrailAPIMockRecorder) DeleteTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) DeleteTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrailWithContext indicates an expected call of DeleteTrailWithContext

func (*MockCloudTrailAPIMockRecorder) DescribeTrails

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrails(arg0 interface{}) *gomock.Call

DescribeTrails indicates an expected call of DescribeTrails

func (*MockCloudTrailAPIMockRecorder) DescribeTrailsRequest

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrailsRequest(arg0 interface{}) *gomock.Call

DescribeTrailsRequest indicates an expected call of DescribeTrailsRequest

func (*MockCloudTrailAPIMockRecorder) DescribeTrailsWithContext

func (mr *MockCloudTrailAPIMockRecorder) DescribeTrailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrailsWithContext indicates an expected call of DescribeTrailsWithContext

func (*MockCloudTrailAPIMockRecorder) GetEventSelectors

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectors(arg0 interface{}) *gomock.Call

GetEventSelectors indicates an expected call of GetEventSelectors

func (*MockCloudTrailAPIMockRecorder) GetEventSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectorsRequest(arg0 interface{}) *gomock.Call

GetEventSelectorsRequest indicates an expected call of GetEventSelectorsRequest

func (*MockCloudTrailAPIMockRecorder) GetEventSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetEventSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEventSelectorsWithContext indicates an expected call of GetEventSelectorsWithContext

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectors

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectors(arg0 interface{}) *gomock.Call

GetInsightSelectors indicates an expected call of GetInsightSelectors

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectorsRequest(arg0 interface{}) *gomock.Call

GetInsightSelectorsRequest indicates an expected call of GetInsightSelectorsRequest

func (*MockCloudTrailAPIMockRecorder) GetInsightSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetInsightSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInsightSelectorsWithContext indicates an expected call of GetInsightSelectorsWithContext

func (*MockCloudTrailAPIMockRecorder) GetTrail

func (mr *MockCloudTrailAPIMockRecorder) GetTrail(arg0 interface{}) *gomock.Call

GetTrail indicates an expected call of GetTrail

func (*MockCloudTrailAPIMockRecorder) GetTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) GetTrailRequest(arg0 interface{}) *gomock.Call

GetTrailRequest indicates an expected call of GetTrailRequest

func (*MockCloudTrailAPIMockRecorder) GetTrailStatus

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatus(arg0 interface{}) *gomock.Call

GetTrailStatus indicates an expected call of GetTrailStatus

func (*MockCloudTrailAPIMockRecorder) GetTrailStatusRequest

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatusRequest(arg0 interface{}) *gomock.Call

GetTrailStatusRequest indicates an expected call of GetTrailStatusRequest

func (*MockCloudTrailAPIMockRecorder) GetTrailStatusWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetTrailStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrailStatusWithContext indicates an expected call of GetTrailStatusWithContext

func (*MockCloudTrailAPIMockRecorder) GetTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) GetTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTrailWithContext indicates an expected call of GetTrailWithContext

func (*MockCloudTrailAPIMockRecorder) ListPublicKeys

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeys(arg0 interface{}) *gomock.Call

ListPublicKeys indicates an expected call of ListPublicKeys

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysPages

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListPublicKeysPages indicates an expected call of ListPublicKeysPages

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysPagesWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPublicKeysPagesWithContext indicates an expected call of ListPublicKeysPagesWithContext

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysRequest

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysRequest(arg0 interface{}) *gomock.Call

ListPublicKeysRequest indicates an expected call of ListPublicKeysRequest

func (*MockCloudTrailAPIMockRecorder) ListPublicKeysWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPublicKeysWithContext indicates an expected call of ListPublicKeysWithContext

func (*MockCloudTrailAPIMockRecorder) ListTags

func (mr *MockCloudTrailAPIMockRecorder) ListTags(arg0 interface{}) *gomock.Call

ListTags indicates an expected call of ListTags

func (*MockCloudTrailAPIMockRecorder) ListTagsPages

func (mr *MockCloudTrailAPIMockRecorder) ListTagsPages(arg0, arg1 interface{}) *gomock.Call

ListTagsPages indicates an expected call of ListTagsPages

func (*MockCloudTrailAPIMockRecorder) ListTagsPagesWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTagsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTagsPagesWithContext indicates an expected call of ListTagsPagesWithContext

func (*MockCloudTrailAPIMockRecorder) ListTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) ListTagsRequest(arg0 interface{}) *gomock.Call

ListTagsRequest indicates an expected call of ListTagsRequest

func (*MockCloudTrailAPIMockRecorder) ListTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsWithContext indicates an expected call of ListTagsWithContext

func (*MockCloudTrailAPIMockRecorder) ListTrails

func (mr *MockCloudTrailAPIMockRecorder) ListTrails(arg0 interface{}) *gomock.Call

ListTrails indicates an expected call of ListTrails

func (*MockCloudTrailAPIMockRecorder) ListTrailsPages

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsPages(arg0, arg1 interface{}) *gomock.Call

ListTrailsPages indicates an expected call of ListTrailsPages

func (*MockCloudTrailAPIMockRecorder) ListTrailsPagesWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListTrailsPagesWithContext indicates an expected call of ListTrailsPagesWithContext

func (*MockCloudTrailAPIMockRecorder) ListTrailsRequest

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsRequest(arg0 interface{}) *gomock.Call

ListTrailsRequest indicates an expected call of ListTrailsRequest

func (*MockCloudTrailAPIMockRecorder) ListTrailsWithContext

func (mr *MockCloudTrailAPIMockRecorder) ListTrailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTrailsWithContext indicates an expected call of ListTrailsWithContext

func (*MockCloudTrailAPIMockRecorder) LookupEvents

func (mr *MockCloudTrailAPIMockRecorder) LookupEvents(arg0 interface{}) *gomock.Call

LookupEvents indicates an expected call of LookupEvents

func (*MockCloudTrailAPIMockRecorder) LookupEventsPages

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsPages(arg0, arg1 interface{}) *gomock.Call

LookupEventsPages indicates an expected call of LookupEventsPages

func (*MockCloudTrailAPIMockRecorder) LookupEventsPagesWithContext

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

LookupEventsPagesWithContext indicates an expected call of LookupEventsPagesWithContext

func (*MockCloudTrailAPIMockRecorder) LookupEventsRequest

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsRequest(arg0 interface{}) *gomock.Call

LookupEventsRequest indicates an expected call of LookupEventsRequest

func (*MockCloudTrailAPIMockRecorder) LookupEventsWithContext

func (mr *MockCloudTrailAPIMockRecorder) LookupEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

LookupEventsWithContext indicates an expected call of LookupEventsWithContext

func (*MockCloudTrailAPIMockRecorder) PutEventSelectors

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectors(arg0 interface{}) *gomock.Call

PutEventSelectors indicates an expected call of PutEventSelectors

func (*MockCloudTrailAPIMockRecorder) PutEventSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectorsRequest(arg0 interface{}) *gomock.Call

PutEventSelectorsRequest indicates an expected call of PutEventSelectorsRequest

func (*MockCloudTrailAPIMockRecorder) PutEventSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) PutEventSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutEventSelectorsWithContext indicates an expected call of PutEventSelectorsWithContext

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectors

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectors(arg0 interface{}) *gomock.Call

PutInsightSelectors indicates an expected call of PutInsightSelectors

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectorsRequest

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectorsRequest(arg0 interface{}) *gomock.Call

PutInsightSelectorsRequest indicates an expected call of PutInsightSelectorsRequest

func (*MockCloudTrailAPIMockRecorder) PutInsightSelectorsWithContext

func (mr *MockCloudTrailAPIMockRecorder) PutInsightSelectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutInsightSelectorsWithContext indicates an expected call of PutInsightSelectorsWithContext

func (*MockCloudTrailAPIMockRecorder) RemoveTags

func (mr *MockCloudTrailAPIMockRecorder) RemoveTags(arg0 interface{}) *gomock.Call

RemoveTags indicates an expected call of RemoveTags

func (*MockCloudTrailAPIMockRecorder) RemoveTagsRequest

func (mr *MockCloudTrailAPIMockRecorder) RemoveTagsRequest(arg0 interface{}) *gomock.Call

RemoveTagsRequest indicates an expected call of RemoveTagsRequest

func (*MockCloudTrailAPIMockRecorder) RemoveTagsWithContext

func (mr *MockCloudTrailAPIMockRecorder) RemoveTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveTagsWithContext indicates an expected call of RemoveTagsWithContext

func (*MockCloudTrailAPIMockRecorder) StartLogging

func (mr *MockCloudTrailAPIMockRecorder) StartLogging(arg0 interface{}) *gomock.Call

StartLogging indicates an expected call of StartLogging

func (*MockCloudTrailAPIMockRecorder) StartLoggingRequest

func (mr *MockCloudTrailAPIMockRecorder) StartLoggingRequest(arg0 interface{}) *gomock.Call

StartLoggingRequest indicates an expected call of StartLoggingRequest

func (*MockCloudTrailAPIMockRecorder) StartLoggingWithContext

func (mr *MockCloudTrailAPIMockRecorder) StartLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartLoggingWithContext indicates an expected call of StartLoggingWithContext

func (*MockCloudTrailAPIMockRecorder) StopLogging

func (mr *MockCloudTrailAPIMockRecorder) StopLogging(arg0 interface{}) *gomock.Call

StopLogging indicates an expected call of StopLogging

func (*MockCloudTrailAPIMockRecorder) StopLoggingRequest

func (mr *MockCloudTrailAPIMockRecorder) StopLoggingRequest(arg0 interface{}) *gomock.Call

StopLoggingRequest indicates an expected call of StopLoggingRequest

func (*MockCloudTrailAPIMockRecorder) StopLoggingWithContext

func (mr *MockCloudTrailAPIMockRecorder) StopLoggingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopLoggingWithContext indicates an expected call of StopLoggingWithContext

func (*MockCloudTrailAPIMockRecorder) UpdateTrail

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrail(arg0 interface{}) *gomock.Call

UpdateTrail indicates an expected call of UpdateTrail

func (*MockCloudTrailAPIMockRecorder) UpdateTrailRequest

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrailRequest(arg0 interface{}) *gomock.Call

UpdateTrailRequest indicates an expected call of UpdateTrailRequest

func (*MockCloudTrailAPIMockRecorder) UpdateTrailWithContext

func (mr *MockCloudTrailAPIMockRecorder) UpdateTrailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateTrailWithContext indicates an expected call of UpdateTrailWithContext

type MockConfigServiceAPI

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

MockConfigServiceAPI is a mock of ConfigServiceAPI interface

func NewMockConfigServiceAPI

func NewMockConfigServiceAPI(ctrl *gomock.Controller) *MockConfigServiceAPI

NewMockConfigServiceAPI creates a new mock instance

func (*MockConfigServiceAPI) BatchGetAggregateResourceConfig

BatchGetAggregateResourceConfig mocks base method

func (*MockConfigServiceAPI) BatchGetAggregateResourceConfigRequest

BatchGetAggregateResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) BatchGetAggregateResourceConfigWithContext

BatchGetAggregateResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) BatchGetResourceConfig

BatchGetResourceConfig mocks base method

func (*MockConfigServiceAPI) BatchGetResourceConfigRequest

BatchGetResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) BatchGetResourceConfigWithContext

BatchGetResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) DeleteAggregationAuthorization

DeleteAggregationAuthorization mocks base method

func (*MockConfigServiceAPI) DeleteAggregationAuthorizationRequest

DeleteAggregationAuthorizationRequest mocks base method

func (*MockConfigServiceAPI) DeleteAggregationAuthorizationWithContext

DeleteAggregationAuthorizationWithContext mocks base method

func (*MockConfigServiceAPI) DeleteConfigRule

DeleteConfigRule mocks base method

func (*MockConfigServiceAPI) DeleteConfigRuleRequest

DeleteConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) DeleteConfigRuleWithContext

DeleteConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationAggregator

DeleteConfigurationAggregator mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationAggregatorRequest

DeleteConfigurationAggregatorRequest mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationAggregatorWithContext

DeleteConfigurationAggregatorWithContext mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationRecorder

DeleteConfigurationRecorder mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationRecorderRequest

DeleteConfigurationRecorderRequest mocks base method

func (*MockConfigServiceAPI) DeleteConfigurationRecorderWithContext

DeleteConfigurationRecorderWithContext mocks base method

func (*MockConfigServiceAPI) DeleteConformancePack

DeleteConformancePack mocks base method

func (*MockConfigServiceAPI) DeleteConformancePackRequest

DeleteConformancePackRequest mocks base method

func (*MockConfigServiceAPI) DeleteConformancePackWithContext

DeleteConformancePackWithContext mocks base method

func (*MockConfigServiceAPI) DeleteDeliveryChannel

DeleteDeliveryChannel mocks base method

func (*MockConfigServiceAPI) DeleteDeliveryChannelRequest

DeleteDeliveryChannelRequest mocks base method

func (*MockConfigServiceAPI) DeleteDeliveryChannelWithContext

DeleteDeliveryChannelWithContext mocks base method

func (*MockConfigServiceAPI) DeleteEvaluationResults

DeleteEvaluationResults mocks base method

func (*MockConfigServiceAPI) DeleteEvaluationResultsRequest

DeleteEvaluationResultsRequest mocks base method

func (*MockConfigServiceAPI) DeleteEvaluationResultsWithContext

DeleteEvaluationResultsWithContext mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConfigRule

DeleteOrganizationConfigRule mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConfigRuleRequest

DeleteOrganizationConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConfigRuleWithContext

DeleteOrganizationConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConformancePack

DeleteOrganizationConformancePack mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConformancePackRequest

DeleteOrganizationConformancePackRequest mocks base method

func (*MockConfigServiceAPI) DeleteOrganizationConformancePackWithContext

DeleteOrganizationConformancePackWithContext mocks base method

func (*MockConfigServiceAPI) DeletePendingAggregationRequest

DeletePendingAggregationRequest mocks base method

func (*MockConfigServiceAPI) DeletePendingAggregationRequestRequest

DeletePendingAggregationRequestRequest mocks base method

func (*MockConfigServiceAPI) DeletePendingAggregationRequestWithContext

DeletePendingAggregationRequestWithContext mocks base method

func (*MockConfigServiceAPI) DeleteRemediationConfiguration

DeleteRemediationConfiguration mocks base method

func (*MockConfigServiceAPI) DeleteRemediationConfigurationRequest

DeleteRemediationConfigurationRequest mocks base method

func (*MockConfigServiceAPI) DeleteRemediationConfigurationWithContext

DeleteRemediationConfigurationWithContext mocks base method

func (*MockConfigServiceAPI) DeleteRemediationExceptions

DeleteRemediationExceptions mocks base method

func (*MockConfigServiceAPI) DeleteRemediationExceptionsRequest

DeleteRemediationExceptionsRequest mocks base method

func (*MockConfigServiceAPI) DeleteRemediationExceptionsWithContext

DeleteRemediationExceptionsWithContext mocks base method

func (*MockConfigServiceAPI) DeleteResourceConfig

DeleteResourceConfig mocks base method

func (*MockConfigServiceAPI) DeleteResourceConfigRequest

DeleteResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) DeleteResourceConfigWithContext

DeleteResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) DeleteRetentionConfiguration

DeleteRetentionConfiguration mocks base method

func (*MockConfigServiceAPI) DeleteRetentionConfigurationRequest

DeleteRetentionConfigurationRequest mocks base method

func (*MockConfigServiceAPI) DeleteRetentionConfigurationWithContext

DeleteRetentionConfigurationWithContext mocks base method

func (*MockConfigServiceAPI) DeliverConfigSnapshot

DeliverConfigSnapshot mocks base method

func (*MockConfigServiceAPI) DeliverConfigSnapshotRequest

DeliverConfigSnapshotRequest mocks base method

func (*MockConfigServiceAPI) DeliverConfigSnapshotWithContext

DeliverConfigSnapshotWithContext mocks base method

func (*MockConfigServiceAPI) DescribeAggregateComplianceByConfigRules

DescribeAggregateComplianceByConfigRules mocks base method

func (*MockConfigServiceAPI) DescribeAggregateComplianceByConfigRulesRequest

DescribeAggregateComplianceByConfigRulesRequest mocks base method

func (*MockConfigServiceAPI) DescribeAggregateComplianceByConfigRulesWithContext

DescribeAggregateComplianceByConfigRulesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeAggregationAuthorizations

DescribeAggregationAuthorizations mocks base method

func (*MockConfigServiceAPI) DescribeAggregationAuthorizationsRequest

DescribeAggregationAuthorizationsRequest mocks base method

func (*MockConfigServiceAPI) DescribeAggregationAuthorizationsWithContext

DescribeAggregationAuthorizationsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByConfigRule

DescribeComplianceByConfigRule mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByConfigRuleRequest

DescribeComplianceByConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByConfigRuleWithContext

DescribeComplianceByConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByResource

DescribeComplianceByResource mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByResourceRequest

DescribeComplianceByResourceRequest mocks base method

func (*MockConfigServiceAPI) DescribeComplianceByResourceWithContext

DescribeComplianceByResourceWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigRuleEvaluationStatus

DescribeConfigRuleEvaluationStatus mocks base method

func (*MockConfigServiceAPI) DescribeConfigRuleEvaluationStatusRequest

DescribeConfigRuleEvaluationStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigRuleEvaluationStatusWithContext

DescribeConfigRuleEvaluationStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigRules

DescribeConfigRules mocks base method

func (*MockConfigServiceAPI) DescribeConfigRulesRequest

DescribeConfigRulesRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigRulesWithContext

DescribeConfigRulesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregatorSourcesStatus

DescribeConfigurationAggregatorSourcesStatus mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregatorSourcesStatusRequest

DescribeConfigurationAggregatorSourcesStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregatorSourcesStatusWithContext

DescribeConfigurationAggregatorSourcesStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregators

DescribeConfigurationAggregators mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregatorsRequest

DescribeConfigurationAggregatorsRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationAggregatorsWithContext

DescribeConfigurationAggregatorsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecorderStatus

DescribeConfigurationRecorderStatus mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecorderStatusRequest

DescribeConfigurationRecorderStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecorderStatusWithContext

DescribeConfigurationRecorderStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecorders

DescribeConfigurationRecorders mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecordersRequest

DescribeConfigurationRecordersRequest mocks base method

func (*MockConfigServiceAPI) DescribeConfigurationRecordersWithContext

DescribeConfigurationRecordersWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackCompliance

DescribeConformancePackCompliance mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackComplianceRequest

DescribeConformancePackComplianceRequest mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackComplianceWithContext

DescribeConformancePackComplianceWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackStatus

DescribeConformancePackStatus mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackStatusRequest

DescribeConformancePackStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeConformancePackStatusWithContext

DescribeConformancePackStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeConformancePacks

DescribeConformancePacks mocks base method

func (*MockConfigServiceAPI) DescribeConformancePacksRequest

DescribeConformancePacksRequest mocks base method

func (*MockConfigServiceAPI) DescribeConformancePacksWithContext

DescribeConformancePacksWithContext mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannelStatus

DescribeDeliveryChannelStatus mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannelStatusRequest

DescribeDeliveryChannelStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannelStatusWithContext

DescribeDeliveryChannelStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannels

DescribeDeliveryChannels mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannelsRequest

DescribeDeliveryChannelsRequest mocks base method

func (*MockConfigServiceAPI) DescribeDeliveryChannelsWithContext

DescribeDeliveryChannelsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRuleStatuses

DescribeOrganizationConfigRuleStatuses mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRuleStatusesRequest

DescribeOrganizationConfigRuleStatusesRequest mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRuleStatusesWithContext

DescribeOrganizationConfigRuleStatusesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRules

DescribeOrganizationConfigRules mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRulesRequest

DescribeOrganizationConfigRulesRequest mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConfigRulesWithContext

DescribeOrganizationConfigRulesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePackStatuses

DescribeOrganizationConformancePackStatuses mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePackStatusesRequest

DescribeOrganizationConformancePackStatusesRequest mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePackStatusesWithContext

DescribeOrganizationConformancePackStatusesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePacks

DescribeOrganizationConformancePacks mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePacksRequest

DescribeOrganizationConformancePacksRequest mocks base method

func (*MockConfigServiceAPI) DescribeOrganizationConformancePacksWithContext

DescribeOrganizationConformancePacksWithContext mocks base method

func (*MockConfigServiceAPI) DescribePendingAggregationRequests

DescribePendingAggregationRequests mocks base method

func (*MockConfigServiceAPI) DescribePendingAggregationRequestsRequest

DescribePendingAggregationRequestsRequest mocks base method

func (*MockConfigServiceAPI) DescribePendingAggregationRequestsWithContext

DescribePendingAggregationRequestsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRemediationConfigurations

DescribeRemediationConfigurations mocks base method

func (*MockConfigServiceAPI) DescribeRemediationConfigurationsRequest

DescribeRemediationConfigurationsRequest mocks base method

func (*MockConfigServiceAPI) DescribeRemediationConfigurationsWithContext

DescribeRemediationConfigurationsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExceptions

DescribeRemediationExceptions mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExceptionsPages

DescribeRemediationExceptionsPages mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExceptionsPagesWithContext

func (m *MockConfigServiceAPI) DescribeRemediationExceptionsPagesWithContext(arg0 context.Context, arg1 *configservice.DescribeRemediationExceptionsInput, arg2 func(*configservice.DescribeRemediationExceptionsOutput, bool) bool, arg3 ...request.Option) error

DescribeRemediationExceptionsPagesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExceptionsRequest

DescribeRemediationExceptionsRequest mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExceptionsWithContext

DescribeRemediationExceptionsWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExecutionStatus

DescribeRemediationExecutionStatus mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExecutionStatusPages

DescribeRemediationExecutionStatusPages mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExecutionStatusPagesWithContext

func (m *MockConfigServiceAPI) DescribeRemediationExecutionStatusPagesWithContext(arg0 context.Context, arg1 *configservice.DescribeRemediationExecutionStatusInput, arg2 func(*configservice.DescribeRemediationExecutionStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeRemediationExecutionStatusPagesWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExecutionStatusRequest

DescribeRemediationExecutionStatusRequest mocks base method

func (*MockConfigServiceAPI) DescribeRemediationExecutionStatusWithContext

DescribeRemediationExecutionStatusWithContext mocks base method

func (*MockConfigServiceAPI) DescribeRetentionConfigurations

DescribeRetentionConfigurations mocks base method

func (*MockConfigServiceAPI) DescribeRetentionConfigurationsRequest

DescribeRetentionConfigurationsRequest mocks base method

func (*MockConfigServiceAPI) DescribeRetentionConfigurationsWithContext

DescribeRetentionConfigurationsWithContext mocks base method

func (*MockConfigServiceAPI) EXPECT

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

func (*MockConfigServiceAPI) GetAggregateComplianceDetailsByConfigRule

GetAggregateComplianceDetailsByConfigRule mocks base method

func (*MockConfigServiceAPI) GetAggregateComplianceDetailsByConfigRuleRequest

GetAggregateComplianceDetailsByConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) GetAggregateComplianceDetailsByConfigRuleWithContext

GetAggregateComplianceDetailsByConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) GetAggregateConfigRuleComplianceSummary

GetAggregateConfigRuleComplianceSummary mocks base method

func (*MockConfigServiceAPI) GetAggregateConfigRuleComplianceSummaryRequest

GetAggregateConfigRuleComplianceSummaryRequest mocks base method

func (*MockConfigServiceAPI) GetAggregateConfigRuleComplianceSummaryWithContext

GetAggregateConfigRuleComplianceSummaryWithContext mocks base method

func (*MockConfigServiceAPI) GetAggregateDiscoveredResourceCounts

GetAggregateDiscoveredResourceCounts mocks base method

func (*MockConfigServiceAPI) GetAggregateDiscoveredResourceCountsRequest

GetAggregateDiscoveredResourceCountsRequest mocks base method

func (*MockConfigServiceAPI) GetAggregateDiscoveredResourceCountsWithContext

GetAggregateDiscoveredResourceCountsWithContext mocks base method

func (*MockConfigServiceAPI) GetAggregateResourceConfig

GetAggregateResourceConfig mocks base method

func (*MockConfigServiceAPI) GetAggregateResourceConfigRequest

GetAggregateResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) GetAggregateResourceConfigWithContext

GetAggregateResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByConfigRule

GetComplianceDetailsByConfigRule mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByConfigRuleRequest

GetComplianceDetailsByConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByConfigRuleWithContext

GetComplianceDetailsByConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByResource

GetComplianceDetailsByResource mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByResourceRequest

GetComplianceDetailsByResourceRequest mocks base method

func (*MockConfigServiceAPI) GetComplianceDetailsByResourceWithContext

GetComplianceDetailsByResourceWithContext mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByConfigRule

GetComplianceSummaryByConfigRule mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByConfigRuleRequest

GetComplianceSummaryByConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByConfigRuleWithContext

GetComplianceSummaryByConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByResourceType

GetComplianceSummaryByResourceType mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByResourceTypeRequest

GetComplianceSummaryByResourceTypeRequest mocks base method

func (*MockConfigServiceAPI) GetComplianceSummaryByResourceTypeWithContext

GetComplianceSummaryByResourceTypeWithContext mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceDetails

GetConformancePackComplianceDetails mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceDetailsRequest

GetConformancePackComplianceDetailsRequest mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceDetailsWithContext

GetConformancePackComplianceDetailsWithContext mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceSummary

GetConformancePackComplianceSummary mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceSummaryRequest

GetConformancePackComplianceSummaryRequest mocks base method

func (*MockConfigServiceAPI) GetConformancePackComplianceSummaryWithContext

GetConformancePackComplianceSummaryWithContext mocks base method

func (*MockConfigServiceAPI) GetDiscoveredResourceCounts

GetDiscoveredResourceCounts mocks base method

func (*MockConfigServiceAPI) GetDiscoveredResourceCountsRequest

GetDiscoveredResourceCountsRequest mocks base method

func (*MockConfigServiceAPI) GetDiscoveredResourceCountsWithContext

GetDiscoveredResourceCountsWithContext mocks base method

func (*MockConfigServiceAPI) GetOrganizationConfigRuleDetailedStatus

GetOrganizationConfigRuleDetailedStatus mocks base method

func (*MockConfigServiceAPI) GetOrganizationConfigRuleDetailedStatusRequest

GetOrganizationConfigRuleDetailedStatusRequest mocks base method

func (*MockConfigServiceAPI) GetOrganizationConfigRuleDetailedStatusWithContext

GetOrganizationConfigRuleDetailedStatusWithContext mocks base method

func (*MockConfigServiceAPI) GetOrganizationConformancePackDetailedStatus

GetOrganizationConformancePackDetailedStatus mocks base method

func (*MockConfigServiceAPI) GetOrganizationConformancePackDetailedStatusRequest

GetOrganizationConformancePackDetailedStatusRequest mocks base method

func (*MockConfigServiceAPI) GetOrganizationConformancePackDetailedStatusWithContext

GetOrganizationConformancePackDetailedStatusWithContext mocks base method

func (*MockConfigServiceAPI) GetResourceConfigHistory

GetResourceConfigHistory mocks base method

func (*MockConfigServiceAPI) GetResourceConfigHistoryPages

GetResourceConfigHistoryPages mocks base method

func (*MockConfigServiceAPI) GetResourceConfigHistoryPagesWithContext

func (m *MockConfigServiceAPI) GetResourceConfigHistoryPagesWithContext(arg0 context.Context, arg1 *configservice.GetResourceConfigHistoryInput, arg2 func(*configservice.GetResourceConfigHistoryOutput, bool) bool, arg3 ...request.Option) error

GetResourceConfigHistoryPagesWithContext mocks base method

func (*MockConfigServiceAPI) GetResourceConfigHistoryRequest

GetResourceConfigHistoryRequest mocks base method

func (*MockConfigServiceAPI) GetResourceConfigHistoryWithContext

GetResourceConfigHistoryWithContext mocks base method

func (*MockConfigServiceAPI) ListAggregateDiscoveredResources

ListAggregateDiscoveredResources mocks base method

func (*MockConfigServiceAPI) ListAggregateDiscoveredResourcesRequest

ListAggregateDiscoveredResourcesRequest mocks base method

func (*MockConfigServiceAPI) ListAggregateDiscoveredResourcesWithContext

ListAggregateDiscoveredResourcesWithContext mocks base method

func (*MockConfigServiceAPI) ListDiscoveredResources

ListDiscoveredResources mocks base method

func (*MockConfigServiceAPI) ListDiscoveredResourcesRequest

ListDiscoveredResourcesRequest mocks base method

func (*MockConfigServiceAPI) ListDiscoveredResourcesWithContext

ListDiscoveredResourcesWithContext mocks base method

func (*MockConfigServiceAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockConfigServiceAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockConfigServiceAPI) ListTagsForResourceWithContext

ListTagsForResourceWithContext mocks base method

func (*MockConfigServiceAPI) PutAggregationAuthorization

PutAggregationAuthorization mocks base method

func (*MockConfigServiceAPI) PutAggregationAuthorizationRequest

PutAggregationAuthorizationRequest mocks base method

func (*MockConfigServiceAPI) PutAggregationAuthorizationWithContext

PutAggregationAuthorizationWithContext mocks base method

func (*MockConfigServiceAPI) PutConfigRule

PutConfigRule mocks base method

func (*MockConfigServiceAPI) PutConfigRuleRequest

PutConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) PutConfigRuleWithContext

PutConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) PutConfigurationAggregator

PutConfigurationAggregator mocks base method

func (*MockConfigServiceAPI) PutConfigurationAggregatorRequest

PutConfigurationAggregatorRequest mocks base method

func (*MockConfigServiceAPI) PutConfigurationAggregatorWithContext

PutConfigurationAggregatorWithContext mocks base method

func (*MockConfigServiceAPI) PutConfigurationRecorder

PutConfigurationRecorder mocks base method

func (*MockConfigServiceAPI) PutConfigurationRecorderRequest

PutConfigurationRecorderRequest mocks base method

func (*MockConfigServiceAPI) PutConfigurationRecorderWithContext

PutConfigurationRecorderWithContext mocks base method

func (*MockConfigServiceAPI) PutConformancePack

PutConformancePack mocks base method

func (*MockConfigServiceAPI) PutConformancePackRequest

PutConformancePackRequest mocks base method

func (*MockConfigServiceAPI) PutConformancePackWithContext

PutConformancePackWithContext mocks base method

func (*MockConfigServiceAPI) PutDeliveryChannel

PutDeliveryChannel mocks base method

func (*MockConfigServiceAPI) PutDeliveryChannelRequest

PutDeliveryChannelRequest mocks base method

func (*MockConfigServiceAPI) PutDeliveryChannelWithContext

PutDeliveryChannelWithContext mocks base method

func (*MockConfigServiceAPI) PutEvaluations

PutEvaluations mocks base method

func (*MockConfigServiceAPI) PutEvaluationsRequest

PutEvaluationsRequest mocks base method

func (*MockConfigServiceAPI) PutEvaluationsWithContext

PutEvaluationsWithContext mocks base method

func (*MockConfigServiceAPI) PutOrganizationConfigRule

PutOrganizationConfigRule mocks base method

func (*MockConfigServiceAPI) PutOrganizationConfigRuleRequest

PutOrganizationConfigRuleRequest mocks base method

func (*MockConfigServiceAPI) PutOrganizationConfigRuleWithContext

PutOrganizationConfigRuleWithContext mocks base method

func (*MockConfigServiceAPI) PutOrganizationConformancePack

PutOrganizationConformancePack mocks base method

func (*MockConfigServiceAPI) PutOrganizationConformancePackRequest

PutOrganizationConformancePackRequest mocks base method

func (*MockConfigServiceAPI) PutOrganizationConformancePackWithContext

PutOrganizationConformancePackWithContext mocks base method

func (*MockConfigServiceAPI) PutRemediationConfigurations

PutRemediationConfigurations mocks base method

func (*MockConfigServiceAPI) PutRemediationConfigurationsRequest

PutRemediationConfigurationsRequest mocks base method

func (*MockConfigServiceAPI) PutRemediationConfigurationsWithContext

PutRemediationConfigurationsWithContext mocks base method

func (*MockConfigServiceAPI) PutRemediationExceptions

PutRemediationExceptions mocks base method

func (*MockConfigServiceAPI) PutRemediationExceptionsRequest

PutRemediationExceptionsRequest mocks base method

func (*MockConfigServiceAPI) PutRemediationExceptionsWithContext

PutRemediationExceptionsWithContext mocks base method

func (*MockConfigServiceAPI) PutResourceConfig

PutResourceConfig mocks base method

func (*MockConfigServiceAPI) PutResourceConfigRequest

PutResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) PutResourceConfigWithContext

PutResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) PutRetentionConfiguration

PutRetentionConfiguration mocks base method

func (*MockConfigServiceAPI) PutRetentionConfigurationRequest

PutRetentionConfigurationRequest mocks base method

func (*MockConfigServiceAPI) PutRetentionConfigurationWithContext

PutRetentionConfigurationWithContext mocks base method

func (*MockConfigServiceAPI) SelectAggregateResourceConfig

SelectAggregateResourceConfig mocks base method

func (*MockConfigServiceAPI) SelectAggregateResourceConfigPages

SelectAggregateResourceConfigPages mocks base method

func (*MockConfigServiceAPI) SelectAggregateResourceConfigPagesWithContext

func (m *MockConfigServiceAPI) SelectAggregateResourceConfigPagesWithContext(arg0 context.Context, arg1 *configservice.SelectAggregateResourceConfigInput, arg2 func(*configservice.SelectAggregateResourceConfigOutput, bool) bool, arg3 ...request.Option) error

SelectAggregateResourceConfigPagesWithContext mocks base method

func (*MockConfigServiceAPI) SelectAggregateResourceConfigRequest

SelectAggregateResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) SelectAggregateResourceConfigWithContext

SelectAggregateResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) SelectResourceConfig

SelectResourceConfig mocks base method

func (*MockConfigServiceAPI) SelectResourceConfigRequest

SelectResourceConfigRequest mocks base method

func (*MockConfigServiceAPI) SelectResourceConfigWithContext

SelectResourceConfigWithContext mocks base method

func (*MockConfigServiceAPI) StartConfigRulesEvaluation

StartConfigRulesEvaluation mocks base method

func (*MockConfigServiceAPI) StartConfigRulesEvaluationRequest

StartConfigRulesEvaluationRequest mocks base method

func (*MockConfigServiceAPI) StartConfigRulesEvaluationWithContext

StartConfigRulesEvaluationWithContext mocks base method

func (*MockConfigServiceAPI) StartConfigurationRecorder

StartConfigurationRecorder mocks base method

func (*MockConfigServiceAPI) StartConfigurationRecorderRequest

StartConfigurationRecorderRequest mocks base method

func (*MockConfigServiceAPI) StartConfigurationRecorderWithContext

StartConfigurationRecorderWithContext mocks base method

func (*MockConfigServiceAPI) StartRemediationExecution

StartRemediationExecution mocks base method

func (*MockConfigServiceAPI) StartRemediationExecutionRequest

StartRemediationExecutionRequest mocks base method

func (*MockConfigServiceAPI) StartRemediationExecutionWithContext

StartRemediationExecutionWithContext mocks base method

func (*MockConfigServiceAPI) StopConfigurationRecorder

StopConfigurationRecorder mocks base method

func (*MockConfigServiceAPI) StopConfigurationRecorderRequest

StopConfigurationRecorderRequest mocks base method

func (*MockConfigServiceAPI) StopConfigurationRecorderWithContext

StopConfigurationRecorderWithContext mocks base method

func (*MockConfigServiceAPI) TagResource

TagResource mocks base method

func (*MockConfigServiceAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockConfigServiceAPI) TagResourceWithContext

TagResourceWithContext mocks base method

func (*MockConfigServiceAPI) UntagResource

UntagResource mocks base method

func (*MockConfigServiceAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockConfigServiceAPI) UntagResourceWithContext

UntagResourceWithContext mocks base method

type MockConfigServiceAPIMockRecorder

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

MockConfigServiceAPIMockRecorder is the mock recorder for MockConfigServiceAPI

func (*MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfig(arg0 interface{}) *gomock.Call

BatchGetAggregateResourceConfig indicates an expected call of BatchGetAggregateResourceConfig

func (*MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfigRequest(arg0 interface{}) *gomock.Call

BatchGetAggregateResourceConfigRequest indicates an expected call of BatchGetAggregateResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) BatchGetAggregateResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetAggregateResourceConfigWithContext indicates an expected call of BatchGetAggregateResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) BatchGetResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) BatchGetResourceConfig(arg0 interface{}) *gomock.Call

BatchGetResourceConfig indicates an expected call of BatchGetResourceConfig

func (*MockConfigServiceAPIMockRecorder) BatchGetResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) BatchGetResourceConfigRequest(arg0 interface{}) *gomock.Call

BatchGetResourceConfigRequest indicates an expected call of BatchGetResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) BatchGetResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) BatchGetResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetResourceConfigWithContext indicates an expected call of BatchGetResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorization

func (mr *MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorization(arg0 interface{}) *gomock.Call

DeleteAggregationAuthorization indicates an expected call of DeleteAggregationAuthorization

func (*MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorizationRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorizationRequest(arg0 interface{}) *gomock.Call

DeleteAggregationAuthorizationRequest indicates an expected call of DeleteAggregationAuthorizationRequest

func (*MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorizationWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteAggregationAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAggregationAuthorizationWithContext indicates an expected call of DeleteAggregationAuthorizationWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteConfigRule

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigRule(arg0 interface{}) *gomock.Call

DeleteConfigRule indicates an expected call of DeleteConfigRule

func (*MockConfigServiceAPIMockRecorder) DeleteConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigRuleRequest(arg0 interface{}) *gomock.Call

DeleteConfigRuleRequest indicates an expected call of DeleteConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) DeleteConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigRuleWithContext indicates an expected call of DeleteConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregator

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregator(arg0 interface{}) *gomock.Call

DeleteConfigurationAggregator indicates an expected call of DeleteConfigurationAggregator

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregatorRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregatorRequest(arg0 interface{}) *gomock.Call

DeleteConfigurationAggregatorRequest indicates an expected call of DeleteConfigurationAggregatorRequest

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregatorWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationAggregatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigurationAggregatorWithContext indicates an expected call of DeleteConfigurationAggregatorWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorder

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorder(arg0 interface{}) *gomock.Call

DeleteConfigurationRecorder indicates an expected call of DeleteConfigurationRecorder

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorderRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorderRequest(arg0 interface{}) *gomock.Call

DeleteConfigurationRecorderRequest indicates an expected call of DeleteConfigurationRecorderRequest

func (*MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorderWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteConfigurationRecorderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConfigurationRecorderWithContext indicates an expected call of DeleteConfigurationRecorderWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteConformancePack

func (mr *MockConfigServiceAPIMockRecorder) DeleteConformancePack(arg0 interface{}) *gomock.Call

DeleteConformancePack indicates an expected call of DeleteConformancePack

func (*MockConfigServiceAPIMockRecorder) DeleteConformancePackRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteConformancePackRequest(arg0 interface{}) *gomock.Call

DeleteConformancePackRequest indicates an expected call of DeleteConformancePackRequest

func (*MockConfigServiceAPIMockRecorder) DeleteConformancePackWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteConformancePackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConformancePackWithContext indicates an expected call of DeleteConformancePackWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteDeliveryChannel

func (mr *MockConfigServiceAPIMockRecorder) DeleteDeliveryChannel(arg0 interface{}) *gomock.Call

DeleteDeliveryChannel indicates an expected call of DeleteDeliveryChannel

func (*MockConfigServiceAPIMockRecorder) DeleteDeliveryChannelRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteDeliveryChannelRequest(arg0 interface{}) *gomock.Call

DeleteDeliveryChannelRequest indicates an expected call of DeleteDeliveryChannelRequest

func (*MockConfigServiceAPIMockRecorder) DeleteDeliveryChannelWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteDeliveryChannelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDeliveryChannelWithContext indicates an expected call of DeleteDeliveryChannelWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteEvaluationResults

func (mr *MockConfigServiceAPIMockRecorder) DeleteEvaluationResults(arg0 interface{}) *gomock.Call

DeleteEvaluationResults indicates an expected call of DeleteEvaluationResults

func (*MockConfigServiceAPIMockRecorder) DeleteEvaluationResultsRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteEvaluationResultsRequest(arg0 interface{}) *gomock.Call

DeleteEvaluationResultsRequest indicates an expected call of DeleteEvaluationResultsRequest

func (*MockConfigServiceAPIMockRecorder) DeleteEvaluationResultsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteEvaluationResultsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEvaluationResultsWithContext indicates an expected call of DeleteEvaluationResultsWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRule

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRule(arg0 interface{}) *gomock.Call

DeleteOrganizationConfigRule indicates an expected call of DeleteOrganizationConfigRule

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRuleRequest(arg0 interface{}) *gomock.Call

DeleteOrganizationConfigRuleRequest indicates an expected call of DeleteOrganizationConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOrganizationConfigRuleWithContext indicates an expected call of DeleteOrganizationConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePack

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePack(arg0 interface{}) *gomock.Call

DeleteOrganizationConformancePack indicates an expected call of DeleteOrganizationConformancePack

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePackRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePackRequest(arg0 interface{}) *gomock.Call

DeleteOrganizationConformancePackRequest indicates an expected call of DeleteOrganizationConformancePackRequest

func (*MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePackWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteOrganizationConformancePackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOrganizationConformancePackWithContext indicates an expected call of DeleteOrganizationConformancePackWithContext

func (*MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequest

func (mr *MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequest(arg0 interface{}) *gomock.Call

DeletePendingAggregationRequest indicates an expected call of DeletePendingAggregationRequest

func (*MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequestRequest

func (mr *MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequestRequest(arg0 interface{}) *gomock.Call

DeletePendingAggregationRequestRequest indicates an expected call of DeletePendingAggregationRequestRequest

func (*MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequestWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeletePendingAggregationRequestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePendingAggregationRequestWithContext indicates an expected call of DeletePendingAggregationRequestWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationConfiguration

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationConfiguration(arg0 interface{}) *gomock.Call

DeleteRemediationConfiguration indicates an expected call of DeleteRemediationConfiguration

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationConfigurationRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteRemediationConfigurationRequest indicates an expected call of DeleteRemediationConfigurationRequest

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationConfigurationWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRemediationConfigurationWithContext indicates an expected call of DeleteRemediationConfigurationWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationExceptions

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationExceptions(arg0 interface{}) *gomock.Call

DeleteRemediationExceptions indicates an expected call of DeleteRemediationExceptions

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationExceptionsRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationExceptionsRequest(arg0 interface{}) *gomock.Call

DeleteRemediationExceptionsRequest indicates an expected call of DeleteRemediationExceptionsRequest

func (*MockConfigServiceAPIMockRecorder) DeleteRemediationExceptionsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteRemediationExceptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRemediationExceptionsWithContext indicates an expected call of DeleteRemediationExceptionsWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) DeleteResourceConfig(arg0 interface{}) *gomock.Call

DeleteResourceConfig indicates an expected call of DeleteResourceConfig

func (*MockConfigServiceAPIMockRecorder) DeleteResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteResourceConfigRequest(arg0 interface{}) *gomock.Call

DeleteResourceConfigRequest indicates an expected call of DeleteResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) DeleteResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteResourceConfigWithContext indicates an expected call of DeleteResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) DeleteRetentionConfiguration

func (mr *MockConfigServiceAPIMockRecorder) DeleteRetentionConfiguration(arg0 interface{}) *gomock.Call

DeleteRetentionConfiguration indicates an expected call of DeleteRetentionConfiguration

func (*MockConfigServiceAPIMockRecorder) DeleteRetentionConfigurationRequest

func (mr *MockConfigServiceAPIMockRecorder) DeleteRetentionConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteRetentionConfigurationRequest indicates an expected call of DeleteRetentionConfigurationRequest

func (*MockConfigServiceAPIMockRecorder) DeleteRetentionConfigurationWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeleteRetentionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRetentionConfigurationWithContext indicates an expected call of DeleteRetentionConfigurationWithContext

func (*MockConfigServiceAPIMockRecorder) DeliverConfigSnapshot

func (mr *MockConfigServiceAPIMockRecorder) DeliverConfigSnapshot(arg0 interface{}) *gomock.Call

DeliverConfigSnapshot indicates an expected call of DeliverConfigSnapshot

func (*MockConfigServiceAPIMockRecorder) DeliverConfigSnapshotRequest

func (mr *MockConfigServiceAPIMockRecorder) DeliverConfigSnapshotRequest(arg0 interface{}) *gomock.Call

DeliverConfigSnapshotRequest indicates an expected call of DeliverConfigSnapshotRequest

func (*MockConfigServiceAPIMockRecorder) DeliverConfigSnapshotWithContext

func (mr *MockConfigServiceAPIMockRecorder) DeliverConfigSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeliverConfigSnapshotWithContext indicates an expected call of DeliverConfigSnapshotWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRules

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRules(arg0 interface{}) *gomock.Call

DescribeAggregateComplianceByConfigRules indicates an expected call of DescribeAggregateComplianceByConfigRules

func (*MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRulesRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRulesRequest(arg0 interface{}) *gomock.Call

DescribeAggregateComplianceByConfigRulesRequest indicates an expected call of DescribeAggregateComplianceByConfigRulesRequest

func (*MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRulesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregateComplianceByConfigRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregateComplianceByConfigRulesWithContext indicates an expected call of DescribeAggregateComplianceByConfigRulesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizations

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizations(arg0 interface{}) *gomock.Call

DescribeAggregationAuthorizations indicates an expected call of DescribeAggregationAuthorizations

func (*MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizationsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizationsRequest(arg0 interface{}) *gomock.Call

DescribeAggregationAuthorizationsRequest indicates an expected call of DescribeAggregationAuthorizationsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizationsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeAggregationAuthorizationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregationAuthorizationsWithContext indicates an expected call of DescribeAggregationAuthorizationsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRule

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRule(arg0 interface{}) *gomock.Call

DescribeComplianceByConfigRule indicates an expected call of DescribeComplianceByConfigRule

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRuleRequest(arg0 interface{}) *gomock.Call

DescribeComplianceByConfigRuleRequest indicates an expected call of DescribeComplianceByConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeComplianceByConfigRuleWithContext indicates an expected call of DescribeComplianceByConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByResource

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByResource(arg0 interface{}) *gomock.Call

DescribeComplianceByResource indicates an expected call of DescribeComplianceByResource

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByResourceRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByResourceRequest(arg0 interface{}) *gomock.Call

DescribeComplianceByResourceRequest indicates an expected call of DescribeComplianceByResourceRequest

func (*MockConfigServiceAPIMockRecorder) DescribeComplianceByResourceWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeComplianceByResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeComplianceByResourceWithContext indicates an expected call of DescribeComplianceByResourceWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatus(arg0 interface{}) *gomock.Call

DescribeConfigRuleEvaluationStatus indicates an expected call of DescribeConfigRuleEvaluationStatus

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatusRequest(arg0 interface{}) *gomock.Call

DescribeConfigRuleEvaluationStatusRequest indicates an expected call of DescribeConfigRuleEvaluationStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRuleEvaluationStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigRuleEvaluationStatusWithContext indicates an expected call of DescribeConfigRuleEvaluationStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRules

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRules(arg0 interface{}) *gomock.Call

DescribeConfigRules indicates an expected call of DescribeConfigRules

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRulesRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRulesRequest(arg0 interface{}) *gomock.Call

DescribeConfigRulesRequest indicates an expected call of DescribeConfigRulesRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigRulesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigRulesWithContext indicates an expected call of DescribeConfigRulesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatus(arg0 interface{}) *gomock.Call

DescribeConfigurationAggregatorSourcesStatus indicates an expected call of DescribeConfigurationAggregatorSourcesStatus

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatusRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationAggregatorSourcesStatusRequest indicates an expected call of DescribeConfigurationAggregatorSourcesStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorSourcesStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationAggregatorSourcesStatusWithContext indicates an expected call of DescribeConfigurationAggregatorSourcesStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregators

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregators(arg0 interface{}) *gomock.Call

DescribeConfigurationAggregators indicates an expected call of DescribeConfigurationAggregators

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorsRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationAggregatorsRequest indicates an expected call of DescribeConfigurationAggregatorsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationAggregatorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationAggregatorsWithContext indicates an expected call of DescribeConfigurationAggregatorsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatus(arg0 interface{}) *gomock.Call

DescribeConfigurationRecorderStatus indicates an expected call of DescribeConfigurationRecorderStatus

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatusRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationRecorderStatusRequest indicates an expected call of DescribeConfigurationRecorderStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorderStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRecorderStatusWithContext indicates an expected call of DescribeConfigurationRecorderStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorders

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecorders(arg0 interface{}) *gomock.Call

DescribeConfigurationRecorders indicates an expected call of DescribeConfigurationRecorders

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecordersRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecordersRequest(arg0 interface{}) *gomock.Call

DescribeConfigurationRecordersRequest indicates an expected call of DescribeConfigurationRecordersRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConfigurationRecordersWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConfigurationRecordersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConfigurationRecordersWithContext indicates an expected call of DescribeConfigurationRecordersWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackCompliance

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackCompliance(arg0 interface{}) *gomock.Call

DescribeConformancePackCompliance indicates an expected call of DescribeConformancePackCompliance

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackComplianceRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackComplianceRequest(arg0 interface{}) *gomock.Call

DescribeConformancePackComplianceRequest indicates an expected call of DescribeConformancePackComplianceRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackComplianceWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackComplianceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConformancePackComplianceWithContext indicates an expected call of DescribeConformancePackComplianceWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackStatus(arg0 interface{}) *gomock.Call

DescribeConformancePackStatus indicates an expected call of DescribeConformancePackStatus

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackStatusRequest(arg0 interface{}) *gomock.Call

DescribeConformancePackStatusRequest indicates an expected call of DescribeConformancePackStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePackStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePackStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConformancePackStatusWithContext indicates an expected call of DescribeConformancePackStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePacks

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePacks(arg0 interface{}) *gomock.Call

DescribeConformancePacks indicates an expected call of DescribeConformancePacks

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePacksRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePacksRequest(arg0 interface{}) *gomock.Call

DescribeConformancePacksRequest indicates an expected call of DescribeConformancePacksRequest

func (*MockConfigServiceAPIMockRecorder) DescribeConformancePacksWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeConformancePacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConformancePacksWithContext indicates an expected call of DescribeConformancePacksWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatus(arg0 interface{}) *gomock.Call

DescribeDeliveryChannelStatus indicates an expected call of DescribeDeliveryChannelStatus

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatusRequest(arg0 interface{}) *gomock.Call

DescribeDeliveryChannelStatusRequest indicates an expected call of DescribeDeliveryChannelStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDeliveryChannelStatusWithContext indicates an expected call of DescribeDeliveryChannelStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannels

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannels(arg0 interface{}) *gomock.Call

DescribeDeliveryChannels indicates an expected call of DescribeDeliveryChannels

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelsRequest(arg0 interface{}) *gomock.Call

DescribeDeliveryChannelsRequest indicates an expected call of DescribeDeliveryChannelsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeDeliveryChannelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDeliveryChannelsWithContext indicates an expected call of DescribeDeliveryChannelsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatuses

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatuses(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigRuleStatuses indicates an expected call of DescribeOrganizationConfigRuleStatuses

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatusesRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatusesRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigRuleStatusesRequest indicates an expected call of DescribeOrganizationConfigRuleStatusesRequest

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatusesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRuleStatusesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConfigRuleStatusesWithContext indicates an expected call of DescribeOrganizationConfigRuleStatusesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRules

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRules(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigRules indicates an expected call of DescribeOrganizationConfigRules

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRulesRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRulesRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigRulesRequest indicates an expected call of DescribeOrganizationConfigRulesRequest

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRulesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConfigRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConfigRulesWithContext indicates an expected call of DescribeOrganizationConfigRulesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatuses

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatuses(arg0 interface{}) *gomock.Call

DescribeOrganizationConformancePackStatuses indicates an expected call of DescribeOrganizationConformancePackStatuses

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatusesRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatusesRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConformancePackStatusesRequest indicates an expected call of DescribeOrganizationConformancePackStatusesRequest

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatusesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePackStatusesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConformancePackStatusesWithContext indicates an expected call of DescribeOrganizationConformancePackStatusesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacks

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacks(arg0 interface{}) *gomock.Call

DescribeOrganizationConformancePacks indicates an expected call of DescribeOrganizationConformancePacks

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacksRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacksRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConformancePacksRequest indicates an expected call of DescribeOrganizationConformancePacksRequest

func (*MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacksWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeOrganizationConformancePacksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConformancePacksWithContext indicates an expected call of DescribeOrganizationConformancePacksWithContext

func (*MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequests

func (mr *MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequests(arg0 interface{}) *gomock.Call

DescribePendingAggregationRequests indicates an expected call of DescribePendingAggregationRequests

func (*MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequestsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequestsRequest(arg0 interface{}) *gomock.Call

DescribePendingAggregationRequestsRequest indicates an expected call of DescribePendingAggregationRequestsRequest

func (*MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequestsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribePendingAggregationRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePendingAggregationRequestsWithContext indicates an expected call of DescribePendingAggregationRequestsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurations

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurations(arg0 interface{}) *gomock.Call

DescribeRemediationConfigurations indicates an expected call of DescribeRemediationConfigurations

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurationsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeRemediationConfigurationsRequest indicates an expected call of DescribeRemediationConfigurationsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurationsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRemediationConfigurationsWithContext indicates an expected call of DescribeRemediationConfigurationsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExceptions

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExceptions(arg0 interface{}) *gomock.Call

DescribeRemediationExceptions indicates an expected call of DescribeRemediationExceptions

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsPages

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeRemediationExceptionsPages indicates an expected call of DescribeRemediationExceptionsPages

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsPagesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRemediationExceptionsPagesWithContext indicates an expected call of DescribeRemediationExceptionsPagesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsRequest(arg0 interface{}) *gomock.Call

DescribeRemediationExceptionsRequest indicates an expected call of DescribeRemediationExceptionsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExceptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRemediationExceptionsWithContext indicates an expected call of DescribeRemediationExceptionsWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatus

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatus(arg0 interface{}) *gomock.Call

DescribeRemediationExecutionStatus indicates an expected call of DescribeRemediationExecutionStatus

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusPages

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeRemediationExecutionStatusPages indicates an expected call of DescribeRemediationExecutionStatusPages

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusPagesWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRemediationExecutionStatusPagesWithContext indicates an expected call of DescribeRemediationExecutionStatusPagesWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusRequest(arg0 interface{}) *gomock.Call

DescribeRemediationExecutionStatusRequest indicates an expected call of DescribeRemediationExecutionStatusRequest

func (*MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRemediationExecutionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRemediationExecutionStatusWithContext indicates an expected call of DescribeRemediationExecutionStatusWithContext

func (*MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurations

func (mr *MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurations(arg0 interface{}) *gomock.Call

DescribeRetentionConfigurations indicates an expected call of DescribeRetentionConfigurations

func (*MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurationsRequest

func (mr *MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeRetentionConfigurationsRequest indicates an expected call of DescribeRetentionConfigurationsRequest

func (*MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurationsWithContext

func (mr *MockConfigServiceAPIMockRecorder) DescribeRetentionConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRetentionConfigurationsWithContext indicates an expected call of DescribeRetentionConfigurationsWithContext

func (*MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRule

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRule(arg0 interface{}) *gomock.Call

GetAggregateComplianceDetailsByConfigRule indicates an expected call of GetAggregateComplianceDetailsByConfigRule

func (*MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRuleRequest(arg0 interface{}) *gomock.Call

GetAggregateComplianceDetailsByConfigRuleRequest indicates an expected call of GetAggregateComplianceDetailsByConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateComplianceDetailsByConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAggregateComplianceDetailsByConfigRuleWithContext indicates an expected call of GetAggregateComplianceDetailsByConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummary

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummary(arg0 interface{}) *gomock.Call

GetAggregateConfigRuleComplianceSummary indicates an expected call of GetAggregateConfigRuleComplianceSummary

func (*MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummaryRequest

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummaryRequest(arg0 interface{}) *gomock.Call

GetAggregateConfigRuleComplianceSummaryRequest indicates an expected call of GetAggregateConfigRuleComplianceSummaryRequest

func (*MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummaryWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateConfigRuleComplianceSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAggregateConfigRuleComplianceSummaryWithContext indicates an expected call of GetAggregateConfigRuleComplianceSummaryWithContext

func (*MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCounts

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCounts(arg0 interface{}) *gomock.Call

GetAggregateDiscoveredResourceCounts indicates an expected call of GetAggregateDiscoveredResourceCounts

func (*MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCountsRequest

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCountsRequest(arg0 interface{}) *gomock.Call

GetAggregateDiscoveredResourceCountsRequest indicates an expected call of GetAggregateDiscoveredResourceCountsRequest

func (*MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCountsWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateDiscoveredResourceCountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAggregateDiscoveredResourceCountsWithContext indicates an expected call of GetAggregateDiscoveredResourceCountsWithContext

func (*MockConfigServiceAPIMockRecorder) GetAggregateResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateResourceConfig(arg0 interface{}) *gomock.Call

GetAggregateResourceConfig indicates an expected call of GetAggregateResourceConfig

func (*MockConfigServiceAPIMockRecorder) GetAggregateResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateResourceConfigRequest(arg0 interface{}) *gomock.Call

GetAggregateResourceConfigRequest indicates an expected call of GetAggregateResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) GetAggregateResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetAggregateResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAggregateResourceConfigWithContext indicates an expected call of GetAggregateResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRule

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRule(arg0 interface{}) *gomock.Call

GetComplianceDetailsByConfigRule indicates an expected call of GetComplianceDetailsByConfigRule

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRuleRequest(arg0 interface{}) *gomock.Call

GetComplianceDetailsByConfigRuleRequest indicates an expected call of GetComplianceDetailsByConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceDetailsByConfigRuleWithContext indicates an expected call of GetComplianceDetailsByConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResource

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResource(arg0 interface{}) *gomock.Call

GetComplianceDetailsByResource indicates an expected call of GetComplianceDetailsByResource

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResourceRequest

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResourceRequest(arg0 interface{}) *gomock.Call

GetComplianceDetailsByResourceRequest indicates an expected call of GetComplianceDetailsByResourceRequest

func (*MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResourceWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceDetailsByResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceDetailsByResourceWithContext indicates an expected call of GetComplianceDetailsByResourceWithContext

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRule

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRule(arg0 interface{}) *gomock.Call

GetComplianceSummaryByConfigRule indicates an expected call of GetComplianceSummaryByConfigRule

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRuleRequest(arg0 interface{}) *gomock.Call

GetComplianceSummaryByConfigRuleRequest indicates an expected call of GetComplianceSummaryByConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceSummaryByConfigRuleWithContext indicates an expected call of GetComplianceSummaryByConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceType

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceType(arg0 interface{}) *gomock.Call

GetComplianceSummaryByResourceType indicates an expected call of GetComplianceSummaryByResourceType

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceTypeRequest

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceTypeRequest(arg0 interface{}) *gomock.Call

GetComplianceSummaryByResourceTypeRequest indicates an expected call of GetComplianceSummaryByResourceTypeRequest

func (*MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceTypeWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetComplianceSummaryByResourceTypeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceSummaryByResourceTypeWithContext indicates an expected call of GetComplianceSummaryByResourceTypeWithContext

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetails

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetails(arg0 interface{}) *gomock.Call

GetConformancePackComplianceDetails indicates an expected call of GetConformancePackComplianceDetails

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetailsRequest

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetailsRequest(arg0 interface{}) *gomock.Call

GetConformancePackComplianceDetailsRequest indicates an expected call of GetConformancePackComplianceDetailsRequest

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetailsWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConformancePackComplianceDetailsWithContext indicates an expected call of GetConformancePackComplianceDetailsWithContext

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummary

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummary(arg0 interface{}) *gomock.Call

GetConformancePackComplianceSummary indicates an expected call of GetConformancePackComplianceSummary

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummaryRequest

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummaryRequest(arg0 interface{}) *gomock.Call

GetConformancePackComplianceSummaryRequest indicates an expected call of GetConformancePackComplianceSummaryRequest

func (*MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummaryWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetConformancePackComplianceSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConformancePackComplianceSummaryWithContext indicates an expected call of GetConformancePackComplianceSummaryWithContext

func (*MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCounts

func (mr *MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCounts(arg0 interface{}) *gomock.Call

GetDiscoveredResourceCounts indicates an expected call of GetDiscoveredResourceCounts

func (*MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCountsRequest

func (mr *MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCountsRequest(arg0 interface{}) *gomock.Call

GetDiscoveredResourceCountsRequest indicates an expected call of GetDiscoveredResourceCountsRequest

func (*MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCountsWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetDiscoveredResourceCountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDiscoveredResourceCountsWithContext indicates an expected call of GetDiscoveredResourceCountsWithContext

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatus

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatus(arg0 interface{}) *gomock.Call

GetOrganizationConfigRuleDetailedStatus indicates an expected call of GetOrganizationConfigRuleDetailedStatus

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatusRequest(arg0 interface{}) *gomock.Call

GetOrganizationConfigRuleDetailedStatusRequest indicates an expected call of GetOrganizationConfigRuleDetailedStatusRequest

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConfigRuleDetailedStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrganizationConfigRuleDetailedStatusWithContext indicates an expected call of GetOrganizationConfigRuleDetailedStatusWithContext

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatus

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatus(arg0 interface{}) *gomock.Call

GetOrganizationConformancePackDetailedStatus indicates an expected call of GetOrganizationConformancePackDetailedStatus

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatusRequest

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatusRequest(arg0 interface{}) *gomock.Call

GetOrganizationConformancePackDetailedStatusRequest indicates an expected call of GetOrganizationConformancePackDetailedStatusRequest

func (*MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatusWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetOrganizationConformancePackDetailedStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrganizationConformancePackDetailedStatusWithContext indicates an expected call of GetOrganizationConformancePackDetailedStatusWithContext

func (*MockConfigServiceAPIMockRecorder) GetResourceConfigHistory

func (mr *MockConfigServiceAPIMockRecorder) GetResourceConfigHistory(arg0 interface{}) *gomock.Call

GetResourceConfigHistory indicates an expected call of GetResourceConfigHistory

func (*MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryPages

func (mr *MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryPages(arg0, arg1 interface{}) *gomock.Call

GetResourceConfigHistoryPages indicates an expected call of GetResourceConfigHistoryPages

func (*MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryPagesWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetResourceConfigHistoryPagesWithContext indicates an expected call of GetResourceConfigHistoryPagesWithContext

func (*MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryRequest

func (mr *MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryRequest(arg0 interface{}) *gomock.Call

GetResourceConfigHistoryRequest indicates an expected call of GetResourceConfigHistoryRequest

func (*MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryWithContext

func (mr *MockConfigServiceAPIMockRecorder) GetResourceConfigHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetResourceConfigHistoryWithContext indicates an expected call of GetResourceConfigHistoryWithContext

func (*MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResources

func (mr *MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResources(arg0 interface{}) *gomock.Call

ListAggregateDiscoveredResources indicates an expected call of ListAggregateDiscoveredResources

func (*MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResourcesRequest

func (mr *MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResourcesRequest(arg0 interface{}) *gomock.Call

ListAggregateDiscoveredResourcesRequest indicates an expected call of ListAggregateDiscoveredResourcesRequest

func (*MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResourcesWithContext

func (mr *MockConfigServiceAPIMockRecorder) ListAggregateDiscoveredResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAggregateDiscoveredResourcesWithContext indicates an expected call of ListAggregateDiscoveredResourcesWithContext

func (*MockConfigServiceAPIMockRecorder) ListDiscoveredResources

func (mr *MockConfigServiceAPIMockRecorder) ListDiscoveredResources(arg0 interface{}) *gomock.Call

ListDiscoveredResources indicates an expected call of ListDiscoveredResources

func (*MockConfigServiceAPIMockRecorder) ListDiscoveredResourcesRequest

func (mr *MockConfigServiceAPIMockRecorder) ListDiscoveredResourcesRequest(arg0 interface{}) *gomock.Call

ListDiscoveredResourcesRequest indicates an expected call of ListDiscoveredResourcesRequest

func (*MockConfigServiceAPIMockRecorder) ListDiscoveredResourcesWithContext

func (mr *MockConfigServiceAPIMockRecorder) ListDiscoveredResourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListDiscoveredResourcesWithContext indicates an expected call of ListDiscoveredResourcesWithContext

func (*MockConfigServiceAPIMockRecorder) ListTagsForResource

func (mr *MockConfigServiceAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockConfigServiceAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockConfigServiceAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockConfigServiceAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockConfigServiceAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockConfigServiceAPIMockRecorder) PutAggregationAuthorization

func (mr *MockConfigServiceAPIMockRecorder) PutAggregationAuthorization(arg0 interface{}) *gomock.Call

PutAggregationAuthorization indicates an expected call of PutAggregationAuthorization

func (*MockConfigServiceAPIMockRecorder) PutAggregationAuthorizationRequest

func (mr *MockConfigServiceAPIMockRecorder) PutAggregationAuthorizationRequest(arg0 interface{}) *gomock.Call

PutAggregationAuthorizationRequest indicates an expected call of PutAggregationAuthorizationRequest

func (*MockConfigServiceAPIMockRecorder) PutAggregationAuthorizationWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutAggregationAuthorizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAggregationAuthorizationWithContext indicates an expected call of PutAggregationAuthorizationWithContext

func (*MockConfigServiceAPIMockRecorder) PutConfigRule

func (mr *MockConfigServiceAPIMockRecorder) PutConfigRule(arg0 interface{}) *gomock.Call

PutConfigRule indicates an expected call of PutConfigRule

func (*MockConfigServiceAPIMockRecorder) PutConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) PutConfigRuleRequest(arg0 interface{}) *gomock.Call

PutConfigRuleRequest indicates an expected call of PutConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) PutConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutConfigRuleWithContext indicates an expected call of PutConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) PutConfigurationAggregator

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationAggregator(arg0 interface{}) *gomock.Call

PutConfigurationAggregator indicates an expected call of PutConfigurationAggregator

func (*MockConfigServiceAPIMockRecorder) PutConfigurationAggregatorRequest

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationAggregatorRequest(arg0 interface{}) *gomock.Call

PutConfigurationAggregatorRequest indicates an expected call of PutConfigurationAggregatorRequest

func (*MockConfigServiceAPIMockRecorder) PutConfigurationAggregatorWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationAggregatorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutConfigurationAggregatorWithContext indicates an expected call of PutConfigurationAggregatorWithContext

func (*MockConfigServiceAPIMockRecorder) PutConfigurationRecorder

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationRecorder(arg0 interface{}) *gomock.Call

PutConfigurationRecorder indicates an expected call of PutConfigurationRecorder

func (*MockConfigServiceAPIMockRecorder) PutConfigurationRecorderRequest

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationRecorderRequest(arg0 interface{}) *gomock.Call

PutConfigurationRecorderRequest indicates an expected call of PutConfigurationRecorderRequest

func (*MockConfigServiceAPIMockRecorder) PutConfigurationRecorderWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutConfigurationRecorderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutConfigurationRecorderWithContext indicates an expected call of PutConfigurationRecorderWithContext

func (*MockConfigServiceAPIMockRecorder) PutConformancePack

func (mr *MockConfigServiceAPIMockRecorder) PutConformancePack(arg0 interface{}) *gomock.Call

PutConformancePack indicates an expected call of PutConformancePack

func (*MockConfigServiceAPIMockRecorder) PutConformancePackRequest

func (mr *MockConfigServiceAPIMockRecorder) PutConformancePackRequest(arg0 interface{}) *gomock.Call

PutConformancePackRequest indicates an expected call of PutConformancePackRequest

func (*MockConfigServiceAPIMockRecorder) PutConformancePackWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutConformancePackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutConformancePackWithContext indicates an expected call of PutConformancePackWithContext

func (*MockConfigServiceAPIMockRecorder) PutDeliveryChannel

func (mr *MockConfigServiceAPIMockRecorder) PutDeliveryChannel(arg0 interface{}) *gomock.Call

PutDeliveryChannel indicates an expected call of PutDeliveryChannel

func (*MockConfigServiceAPIMockRecorder) PutDeliveryChannelRequest

func (mr *MockConfigServiceAPIMockRecorder) PutDeliveryChannelRequest(arg0 interface{}) *gomock.Call

PutDeliveryChannelRequest indicates an expected call of PutDeliveryChannelRequest

func (*MockConfigServiceAPIMockRecorder) PutDeliveryChannelWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutDeliveryChannelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutDeliveryChannelWithContext indicates an expected call of PutDeliveryChannelWithContext

func (*MockConfigServiceAPIMockRecorder) PutEvaluations

func (mr *MockConfigServiceAPIMockRecorder) PutEvaluations(arg0 interface{}) *gomock.Call

PutEvaluations indicates an expected call of PutEvaluations

func (*MockConfigServiceAPIMockRecorder) PutEvaluationsRequest

func (mr *MockConfigServiceAPIMockRecorder) PutEvaluationsRequest(arg0 interface{}) *gomock.Call

PutEvaluationsRequest indicates an expected call of PutEvaluationsRequest

func (*MockConfigServiceAPIMockRecorder) PutEvaluationsWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutEvaluationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutEvaluationsWithContext indicates an expected call of PutEvaluationsWithContext

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConfigRule

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConfigRule(arg0 interface{}) *gomock.Call

PutOrganizationConfigRule indicates an expected call of PutOrganizationConfigRule

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConfigRuleRequest

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConfigRuleRequest(arg0 interface{}) *gomock.Call

PutOrganizationConfigRuleRequest indicates an expected call of PutOrganizationConfigRuleRequest

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConfigRuleWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConfigRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutOrganizationConfigRuleWithContext indicates an expected call of PutOrganizationConfigRuleWithContext

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConformancePack

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConformancePack(arg0 interface{}) *gomock.Call

PutOrganizationConformancePack indicates an expected call of PutOrganizationConformancePack

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConformancePackRequest

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConformancePackRequest(arg0 interface{}) *gomock.Call

PutOrganizationConformancePackRequest indicates an expected call of PutOrganizationConformancePackRequest

func (*MockConfigServiceAPIMockRecorder) PutOrganizationConformancePackWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutOrganizationConformancePackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutOrganizationConformancePackWithContext indicates an expected call of PutOrganizationConformancePackWithContext

func (*MockConfigServiceAPIMockRecorder) PutRemediationConfigurations

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationConfigurations(arg0 interface{}) *gomock.Call

PutRemediationConfigurations indicates an expected call of PutRemediationConfigurations

func (*MockConfigServiceAPIMockRecorder) PutRemediationConfigurationsRequest

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationConfigurationsRequest(arg0 interface{}) *gomock.Call

PutRemediationConfigurationsRequest indicates an expected call of PutRemediationConfigurationsRequest

func (*MockConfigServiceAPIMockRecorder) PutRemediationConfigurationsWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRemediationConfigurationsWithContext indicates an expected call of PutRemediationConfigurationsWithContext

func (*MockConfigServiceAPIMockRecorder) PutRemediationExceptions

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationExceptions(arg0 interface{}) *gomock.Call

PutRemediationExceptions indicates an expected call of PutRemediationExceptions

func (*MockConfigServiceAPIMockRecorder) PutRemediationExceptionsRequest

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationExceptionsRequest(arg0 interface{}) *gomock.Call

PutRemediationExceptionsRequest indicates an expected call of PutRemediationExceptionsRequest

func (*MockConfigServiceAPIMockRecorder) PutRemediationExceptionsWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutRemediationExceptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRemediationExceptionsWithContext indicates an expected call of PutRemediationExceptionsWithContext

func (*MockConfigServiceAPIMockRecorder) PutResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) PutResourceConfig(arg0 interface{}) *gomock.Call

PutResourceConfig indicates an expected call of PutResourceConfig

func (*MockConfigServiceAPIMockRecorder) PutResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) PutResourceConfigRequest(arg0 interface{}) *gomock.Call

PutResourceConfigRequest indicates an expected call of PutResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) PutResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutResourceConfigWithContext indicates an expected call of PutResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) PutRetentionConfiguration

func (mr *MockConfigServiceAPIMockRecorder) PutRetentionConfiguration(arg0 interface{}) *gomock.Call

PutRetentionConfiguration indicates an expected call of PutRetentionConfiguration

func (*MockConfigServiceAPIMockRecorder) PutRetentionConfigurationRequest

func (mr *MockConfigServiceAPIMockRecorder) PutRetentionConfigurationRequest(arg0 interface{}) *gomock.Call

PutRetentionConfigurationRequest indicates an expected call of PutRetentionConfigurationRequest

func (*MockConfigServiceAPIMockRecorder) PutRetentionConfigurationWithContext

func (mr *MockConfigServiceAPIMockRecorder) PutRetentionConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRetentionConfigurationWithContext indicates an expected call of PutRetentionConfigurationWithContext

func (*MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfig(arg0 interface{}) *gomock.Call

SelectAggregateResourceConfig indicates an expected call of SelectAggregateResourceConfig

func (*MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigPages

func (mr *MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigPages(arg0, arg1 interface{}) *gomock.Call

SelectAggregateResourceConfigPages indicates an expected call of SelectAggregateResourceConfigPages

func (*MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigPagesWithContext

func (mr *MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SelectAggregateResourceConfigPagesWithContext indicates an expected call of SelectAggregateResourceConfigPagesWithContext

func (*MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigRequest(arg0 interface{}) *gomock.Call

SelectAggregateResourceConfigRequest indicates an expected call of SelectAggregateResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) SelectAggregateResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SelectAggregateResourceConfigWithContext indicates an expected call of SelectAggregateResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) SelectResourceConfig

func (mr *MockConfigServiceAPIMockRecorder) SelectResourceConfig(arg0 interface{}) *gomock.Call

SelectResourceConfig indicates an expected call of SelectResourceConfig

func (*MockConfigServiceAPIMockRecorder) SelectResourceConfigRequest

func (mr *MockConfigServiceAPIMockRecorder) SelectResourceConfigRequest(arg0 interface{}) *gomock.Call

SelectResourceConfigRequest indicates an expected call of SelectResourceConfigRequest

func (*MockConfigServiceAPIMockRecorder) SelectResourceConfigWithContext

func (mr *MockConfigServiceAPIMockRecorder) SelectResourceConfigWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SelectResourceConfigWithContext indicates an expected call of SelectResourceConfigWithContext

func (*MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluation

func (mr *MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluation(arg0 interface{}) *gomock.Call

StartConfigRulesEvaluation indicates an expected call of StartConfigRulesEvaluation

func (*MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluationRequest

func (mr *MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluationRequest(arg0 interface{}) *gomock.Call

StartConfigRulesEvaluationRequest indicates an expected call of StartConfigRulesEvaluationRequest

func (*MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluationWithContext

func (mr *MockConfigServiceAPIMockRecorder) StartConfigRulesEvaluationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartConfigRulesEvaluationWithContext indicates an expected call of StartConfigRulesEvaluationWithContext

func (*MockConfigServiceAPIMockRecorder) StartConfigurationRecorder

func (mr *MockConfigServiceAPIMockRecorder) StartConfigurationRecorder(arg0 interface{}) *gomock.Call

StartConfigurationRecorder indicates an expected call of StartConfigurationRecorder

func (*MockConfigServiceAPIMockRecorder) StartConfigurationRecorderRequest

func (mr *MockConfigServiceAPIMockRecorder) StartConfigurationRecorderRequest(arg0 interface{}) *gomock.Call

StartConfigurationRecorderRequest indicates an expected call of StartConfigurationRecorderRequest

func (*MockConfigServiceAPIMockRecorder) StartConfigurationRecorderWithContext

func (mr *MockConfigServiceAPIMockRecorder) StartConfigurationRecorderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartConfigurationRecorderWithContext indicates an expected call of StartConfigurationRecorderWithContext

func (*MockConfigServiceAPIMockRecorder) StartRemediationExecution

func (mr *MockConfigServiceAPIMockRecorder) StartRemediationExecution(arg0 interface{}) *gomock.Call

StartRemediationExecution indicates an expected call of StartRemediationExecution

func (*MockConfigServiceAPIMockRecorder) StartRemediationExecutionRequest

func (mr *MockConfigServiceAPIMockRecorder) StartRemediationExecutionRequest(arg0 interface{}) *gomock.Call

StartRemediationExecutionRequest indicates an expected call of StartRemediationExecutionRequest

func (*MockConfigServiceAPIMockRecorder) StartRemediationExecutionWithContext

func (mr *MockConfigServiceAPIMockRecorder) StartRemediationExecutionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartRemediationExecutionWithContext indicates an expected call of StartRemediationExecutionWithContext

func (*MockConfigServiceAPIMockRecorder) StopConfigurationRecorder

func (mr *MockConfigServiceAPIMockRecorder) StopConfigurationRecorder(arg0 interface{}) *gomock.Call

StopConfigurationRecorder indicates an expected call of StopConfigurationRecorder

func (*MockConfigServiceAPIMockRecorder) StopConfigurationRecorderRequest

func (mr *MockConfigServiceAPIMockRecorder) StopConfigurationRecorderRequest(arg0 interface{}) *gomock.Call

StopConfigurationRecorderRequest indicates an expected call of StopConfigurationRecorderRequest

func (*MockConfigServiceAPIMockRecorder) StopConfigurationRecorderWithContext

func (mr *MockConfigServiceAPIMockRecorder) StopConfigurationRecorderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopConfigurationRecorderWithContext indicates an expected call of StopConfigurationRecorderWithContext

func (*MockConfigServiceAPIMockRecorder) TagResource

func (mr *MockConfigServiceAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockConfigServiceAPIMockRecorder) TagResourceRequest

func (mr *MockConfigServiceAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockConfigServiceAPIMockRecorder) TagResourceWithContext

func (mr *MockConfigServiceAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockConfigServiceAPIMockRecorder) UntagResource

func (mr *MockConfigServiceAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockConfigServiceAPIMockRecorder) UntagResourceRequest

func (mr *MockConfigServiceAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockConfigServiceAPIMockRecorder) UntagResourceWithContext

func (mr *MockConfigServiceAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

type MockEC2API

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

MockEC2API is a mock of EC2API interface

func NewMockEC2API

func NewMockEC2API(ctrl *gomock.Controller) *MockEC2API

NewMockEC2API creates a new mock instance

func (*MockEC2API) AcceptReservedInstancesExchangeQuote

AcceptReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteRequest

AcceptReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) AcceptReservedInstancesExchangeQuoteWithContext

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

AcceptReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) AcceptTransitGatewayPeeringAttachment

AcceptTransitGatewayPeeringAttachment mocks base method

func (*MockEC2API) AcceptTransitGatewayPeeringAttachmentRequest

AcceptTransitGatewayPeeringAttachmentRequest mocks base method

func (*MockEC2API) AcceptTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2API) AcceptTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.AcceptTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.AcceptTransitGatewayPeeringAttachmentOutput, error)

AcceptTransitGatewayPeeringAttachmentWithContext mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachment

AcceptTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachmentRequest

AcceptTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) AcceptTransitGatewayVpcAttachmentWithContext

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

AcceptTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) AcceptVpcEndpointConnections

AcceptVpcEndpointConnections mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsRequest

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

AcceptVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) AcceptVpcEndpointConnectionsWithContext

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

AcceptVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) AcceptVpcPeeringConnection

AcceptVpcPeeringConnection mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionRequest

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

AcceptVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) AcceptVpcPeeringConnectionWithContext

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

AcceptVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) AdvertiseByoipCidr

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

AdvertiseByoipCidr mocks base method

func (*MockEC2API) AdvertiseByoipCidrRequest

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

AdvertiseByoipCidrRequest mocks base method

func (*MockEC2API) AdvertiseByoipCidrWithContext

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

AdvertiseByoipCidrWithContext mocks base method

func (*MockEC2API) AllocateAddress

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

AllocateAddress mocks base method

func (*MockEC2API) AllocateAddressRequest

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

AllocateAddressRequest mocks base method

func (*MockEC2API) AllocateAddressWithContext

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

AllocateAddressWithContext mocks base method

func (*MockEC2API) AllocateHosts

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

AllocateHosts mocks base method

func (*MockEC2API) AllocateHostsRequest

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

AllocateHostsRequest mocks base method

func (*MockEC2API) AllocateHostsWithContext

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

AllocateHostsWithContext mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetwork

ApplySecurityGroupsToClientVpnTargetNetwork mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetworkRequest

ApplySecurityGroupsToClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) ApplySecurityGroupsToClientVpnTargetNetworkWithContext

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

ApplySecurityGroupsToClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) AssignIpv6Addresses

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

AssignIpv6Addresses mocks base method

func (*MockEC2API) AssignIpv6AddressesRequest

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

AssignIpv6AddressesRequest mocks base method

func (*MockEC2API) AssignIpv6AddressesWithContext

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

AssignIpv6AddressesWithContext mocks base method

func (*MockEC2API) AssignPrivateIpAddresses

AssignPrivateIpAddresses mocks base method

func (*MockEC2API) AssignPrivateIpAddressesRequest

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

AssignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) AssignPrivateIpAddressesWithContext

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

AssignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) AssociateAddress

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

AssociateAddress mocks base method

func (*MockEC2API) AssociateAddressRequest

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

AssociateAddressRequest mocks base method

func (*MockEC2API) AssociateAddressWithContext

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

AssociateAddressWithContext mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetwork

AssociateClientVpnTargetNetwork mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetworkRequest

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

AssociateClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) AssociateClientVpnTargetNetworkWithContext

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

AssociateClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) AssociateDhcpOptions

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

AssociateDhcpOptions mocks base method

func (*MockEC2API) AssociateDhcpOptionsRequest

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

AssociateDhcpOptionsRequest mocks base method

func (*MockEC2API) AssociateDhcpOptionsWithContext

func (m *MockEC2API) AssociateDhcpOptionsWithContext(arg0 context.Context, arg1 *ec2.AssociateDhcpOptionsInput, arg2 ...request.Option) (*ec2.AssociateDhcpOptionsOutput, error)

AssociateDhcpOptionsWithContext mocks base method

func (*MockEC2API) AssociateIamInstanceProfile

AssociateIamInstanceProfile mocks base method

func (*MockEC2API) AssociateIamInstanceProfileRequest

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

AssociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) AssociateIamInstanceProfileWithContext

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

AssociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) AssociateRouteTable

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

AssociateRouteTable mocks base method

func (*MockEC2API) AssociateRouteTableRequest

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

AssociateRouteTableRequest mocks base method

func (*MockEC2API) AssociateRouteTableWithContext

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

AssociateRouteTableWithContext mocks base method

func (*MockEC2API) AssociateSubnetCidrBlock

AssociateSubnetCidrBlock mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockRequest

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

AssociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) AssociateSubnetCidrBlockWithContext

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

AssociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) AssociateTransitGatewayMulticastDomain

AssociateTransitGatewayMulticastDomain mocks base method

func (*MockEC2API) AssociateTransitGatewayMulticastDomainRequest

AssociateTransitGatewayMulticastDomainRequest mocks base method

func (*MockEC2API) AssociateTransitGatewayMulticastDomainWithContext

func (m *MockEC2API) AssociateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.AssociateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.AssociateTransitGatewayMulticastDomainOutput, error)

AssociateTransitGatewayMulticastDomainWithContext mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTable

AssociateTransitGatewayRouteTable mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTableRequest

AssociateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) AssociateTransitGatewayRouteTableWithContext

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

AssociateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) AssociateVpcCidrBlock

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

AssociateVpcCidrBlock mocks base method

func (*MockEC2API) AssociateVpcCidrBlockRequest

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

AssociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) AssociateVpcCidrBlockWithContext

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

AssociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) AttachClassicLinkVpc

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

AttachClassicLinkVpc mocks base method

func (*MockEC2API) AttachClassicLinkVpcRequest

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

AttachClassicLinkVpcRequest mocks base method

func (*MockEC2API) AttachClassicLinkVpcWithContext

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

AttachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) AttachInternetGateway

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

AttachInternetGateway mocks base method

func (*MockEC2API) AttachInternetGatewayRequest

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

AttachInternetGatewayRequest mocks base method

func (*MockEC2API) AttachInternetGatewayWithContext

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

AttachInternetGatewayWithContext mocks base method

func (*MockEC2API) AttachNetworkInterface

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

AttachNetworkInterface mocks base method

func (*MockEC2API) AttachNetworkInterfaceRequest

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

AttachNetworkInterfaceRequest mocks base method

func (*MockEC2API) AttachNetworkInterfaceWithContext

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

AttachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) AttachVolume

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

AttachVolume mocks base method

func (*MockEC2API) AttachVolumeRequest

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

AttachVolumeRequest mocks base method

func (*MockEC2API) AttachVolumeWithContext

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

AttachVolumeWithContext mocks base method

func (*MockEC2API) AttachVpnGateway

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

AttachVpnGateway mocks base method

func (*MockEC2API) AttachVpnGatewayRequest

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

AttachVpnGatewayRequest mocks base method

func (*MockEC2API) AttachVpnGatewayWithContext

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

AttachVpnGatewayWithContext mocks base method

func (*MockEC2API) AuthorizeClientVpnIngress

AuthorizeClientVpnIngress mocks base method

func (*MockEC2API) AuthorizeClientVpnIngressRequest

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

AuthorizeClientVpnIngressRequest mocks base method

func (*MockEC2API) AuthorizeClientVpnIngressWithContext

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

AuthorizeClientVpnIngressWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgress

AuthorizeSecurityGroupEgress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressRequest

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

AuthorizeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupEgressWithContext

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

AuthorizeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngress

AuthorizeSecurityGroupIngress mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressRequest

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

AuthorizeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) AuthorizeSecurityGroupIngressWithContext

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

AuthorizeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) BundleInstance

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

BundleInstance mocks base method

func (*MockEC2API) BundleInstanceRequest

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

BundleInstanceRequest mocks base method

func (*MockEC2API) BundleInstanceWithContext

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

BundleInstanceWithContext mocks base method

func (*MockEC2API) CancelBundleTask

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

CancelBundleTask mocks base method

func (*MockEC2API) CancelBundleTaskRequest

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

CancelBundleTaskRequest mocks base method

func (*MockEC2API) CancelBundleTaskWithContext

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

CancelBundleTaskWithContext mocks base method

func (*MockEC2API) CancelCapacityReservation

CancelCapacityReservation mocks base method

func (*MockEC2API) CancelCapacityReservationRequest

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

CancelCapacityReservationRequest mocks base method

func (*MockEC2API) CancelCapacityReservationWithContext

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

CancelCapacityReservationWithContext mocks base method

func (*MockEC2API) CancelConversionTask

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

CancelConversionTask mocks base method

func (*MockEC2API) CancelConversionTaskRequest

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

CancelConversionTaskRequest mocks base method

func (*MockEC2API) CancelConversionTaskWithContext

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

CancelConversionTaskWithContext mocks base method

func (*MockEC2API) CancelExportTask

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

CancelExportTask mocks base method

func (*MockEC2API) CancelExportTaskRequest

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

CancelExportTaskRequest mocks base method

func (*MockEC2API) CancelExportTaskWithContext

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

CancelExportTaskWithContext mocks base method

func (*MockEC2API) CancelImportTask

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

CancelImportTask mocks base method

func (*MockEC2API) CancelImportTaskRequest

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

CancelImportTaskRequest mocks base method

func (*MockEC2API) CancelImportTaskWithContext

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

CancelImportTaskWithContext mocks base method

func (*MockEC2API) CancelReservedInstancesListing

CancelReservedInstancesListing mocks base method

func (*MockEC2API) CancelReservedInstancesListingRequest

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

CancelReservedInstancesListingRequest mocks base method

func (*MockEC2API) CancelReservedInstancesListingWithContext

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

CancelReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CancelSpotFleetRequests

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

CancelSpotFleetRequests mocks base method

func (*MockEC2API) CancelSpotFleetRequestsRequest

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

CancelSpotFleetRequestsRequest mocks base method

func (*MockEC2API) CancelSpotFleetRequestsWithContext

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

CancelSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) CancelSpotInstanceRequests

CancelSpotInstanceRequests mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsRequest

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

CancelSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) CancelSpotInstanceRequestsWithContext

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

CancelSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) ConfirmProductInstance

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

ConfirmProductInstance mocks base method

func (*MockEC2API) ConfirmProductInstanceRequest

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

ConfirmProductInstanceRequest mocks base method

func (*MockEC2API) ConfirmProductInstanceWithContext

func (m *MockEC2API) ConfirmProductInstanceWithContext(arg0 context.Context, arg1 *ec2.ConfirmProductInstanceInput, arg2 ...request.Option) (*ec2.ConfirmProductInstanceOutput, error)

ConfirmProductInstanceWithContext mocks base method

func (*MockEC2API) CopyFpgaImage

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

CopyFpgaImage mocks base method

func (*MockEC2API) CopyFpgaImageRequest

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

CopyFpgaImageRequest mocks base method

func (*MockEC2API) CopyFpgaImageWithContext

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

CopyFpgaImageWithContext mocks base method

func (*MockEC2API) CopyImage

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

CopyImage mocks base method

func (*MockEC2API) CopyImageRequest

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

CopyImageRequest mocks base method

func (*MockEC2API) CopyImageWithContext

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

CopyImageWithContext mocks base method

func (*MockEC2API) CopySnapshot

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

CopySnapshot mocks base method

func (*MockEC2API) CopySnapshotRequest

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

CopySnapshotRequest mocks base method

func (*MockEC2API) CopySnapshotWithContext

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

CopySnapshotWithContext mocks base method

func (*MockEC2API) CreateCapacityReservation

CreateCapacityReservation mocks base method

func (*MockEC2API) CreateCapacityReservationRequest

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

CreateCapacityReservationRequest mocks base method

func (*MockEC2API) CreateCapacityReservationWithContext

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

CreateCapacityReservationWithContext mocks base method

func (*MockEC2API) CreateCarrierGateway

func (m *MockEC2API) CreateCarrierGateway(arg0 *ec2.CreateCarrierGatewayInput) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGateway mocks base method

func (*MockEC2API) CreateCarrierGatewayRequest

func (m *MockEC2API) CreateCarrierGatewayRequest(arg0 *ec2.CreateCarrierGatewayInput) (*request.Request, *ec2.CreateCarrierGatewayOutput)

CreateCarrierGatewayRequest mocks base method

func (*MockEC2API) CreateCarrierGatewayWithContext

func (m *MockEC2API) CreateCarrierGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateCarrierGatewayInput, arg2 ...request.Option) (*ec2.CreateCarrierGatewayOutput, error)

CreateCarrierGatewayWithContext mocks base method

func (*MockEC2API) CreateClientVpnEndpoint

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

CreateClientVpnEndpoint mocks base method

func (*MockEC2API) CreateClientVpnEndpointRequest

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

CreateClientVpnEndpointRequest mocks base method

func (*MockEC2API) CreateClientVpnEndpointWithContext

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

CreateClientVpnEndpointWithContext mocks base method

func (*MockEC2API) CreateClientVpnRoute

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

CreateClientVpnRoute mocks base method

func (*MockEC2API) CreateClientVpnRouteRequest

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

CreateClientVpnRouteRequest mocks base method

func (*MockEC2API) CreateClientVpnRouteWithContext

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

CreateClientVpnRouteWithContext mocks base method

func (*MockEC2API) CreateCustomerGateway

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

CreateCustomerGateway mocks base method

func (*MockEC2API) CreateCustomerGatewayRequest

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

CreateCustomerGatewayRequest mocks base method

func (*MockEC2API) CreateCustomerGatewayWithContext

func (m *MockEC2API) CreateCustomerGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateCustomerGatewayInput, arg2 ...request.Option) (*ec2.CreateCustomerGatewayOutput, error)

CreateCustomerGatewayWithContext mocks base method

func (*MockEC2API) CreateDefaultSubnet

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

CreateDefaultSubnet mocks base method

func (*MockEC2API) CreateDefaultSubnetRequest

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

CreateDefaultSubnetRequest mocks base method

func (*MockEC2API) CreateDefaultSubnetWithContext

func (m *MockEC2API) CreateDefaultSubnetWithContext(arg0 context.Context, arg1 *ec2.CreateDefaultSubnetInput, arg2 ...request.Option) (*ec2.CreateDefaultSubnetOutput, error)

CreateDefaultSubnetWithContext mocks base method

func (*MockEC2API) CreateDefaultVpc

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

CreateDefaultVpc mocks base method

func (*MockEC2API) CreateDefaultVpcRequest

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

CreateDefaultVpcRequest mocks base method

func (*MockEC2API) CreateDefaultVpcWithContext

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

CreateDefaultVpcWithContext mocks base method

func (*MockEC2API) CreateDhcpOptions

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

CreateDhcpOptions mocks base method

func (*MockEC2API) CreateDhcpOptionsRequest

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

CreateDhcpOptionsRequest mocks base method

func (*MockEC2API) CreateDhcpOptionsWithContext

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

CreateDhcpOptionsWithContext mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGateway

CreateEgressOnlyInternetGateway mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayRequest

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

CreateEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) CreateEgressOnlyInternetGatewayWithContext

func (m *MockEC2API) CreateEgressOnlyInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.CreateEgressOnlyInternetGatewayInput, arg2 ...request.Option) (*ec2.CreateEgressOnlyInternetGatewayOutput, error)

CreateEgressOnlyInternetGatewayWithContext mocks base method

func (*MockEC2API) CreateFleet

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

CreateFleet mocks base method

func (*MockEC2API) CreateFleetRequest

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

CreateFleetRequest mocks base method

func (*MockEC2API) CreateFleetWithContext

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

CreateFleetWithContext mocks base method

func (*MockEC2API) CreateFlowLogs

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

CreateFlowLogs mocks base method

func (*MockEC2API) CreateFlowLogsRequest

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

CreateFlowLogsRequest mocks base method

func (*MockEC2API) CreateFlowLogsWithContext

func (m *MockEC2API) CreateFlowLogsWithContext(arg0 context.Context, arg1 *ec2.CreateFlowLogsInput, arg2 ...request.Option) (*ec2.CreateFlowLogsOutput, error)

CreateFlowLogsWithContext mocks base method

func (*MockEC2API) CreateFpgaImage

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

CreateFpgaImage mocks base method

func (*MockEC2API) CreateFpgaImageRequest

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

CreateFpgaImageRequest mocks base method

func (*MockEC2API) CreateFpgaImageWithContext

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

CreateFpgaImageWithContext mocks base method

func (*MockEC2API) CreateImage

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

CreateImage mocks base method

func (*MockEC2API) CreateImageRequest

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

CreateImageRequest mocks base method

func (*MockEC2API) CreateImageWithContext

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

CreateImageWithContext mocks base method

func (*MockEC2API) CreateInstanceExportTask

CreateInstanceExportTask mocks base method

func (*MockEC2API) CreateInstanceExportTaskRequest

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

CreateInstanceExportTaskRequest mocks base method

func (*MockEC2API) CreateInstanceExportTaskWithContext

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

CreateInstanceExportTaskWithContext mocks base method

func (*MockEC2API) CreateInternetGateway

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

CreateInternetGateway mocks base method

func (*MockEC2API) CreateInternetGatewayRequest

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

CreateInternetGatewayRequest mocks base method

func (*MockEC2API) CreateInternetGatewayWithContext

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

CreateInternetGatewayWithContext mocks base method

func (*MockEC2API) CreateKeyPair

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

CreateKeyPair mocks base method

func (*MockEC2API) CreateKeyPairRequest

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

CreateKeyPairRequest mocks base method

func (*MockEC2API) CreateKeyPairWithContext

func (m *MockEC2API) CreateKeyPairWithContext(arg0 context.Context, arg1 *ec2.CreateKeyPairInput, arg2 ...request.Option) (*ec2.CreateKeyPairOutput, error)

CreateKeyPairWithContext mocks base method

func (*MockEC2API) CreateLaunchTemplate

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

CreateLaunchTemplate mocks base method

func (*MockEC2API) CreateLaunchTemplateRequest

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

CreateLaunchTemplateRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersion

CreateLaunchTemplateVersion mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionRequest

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

CreateLaunchTemplateVersionRequest mocks base method

func (*MockEC2API) CreateLaunchTemplateVersionWithContext

func (m *MockEC2API) CreateLaunchTemplateVersionWithContext(arg0 context.Context, arg1 *ec2.CreateLaunchTemplateVersionInput, arg2 ...request.Option) (*ec2.CreateLaunchTemplateVersionOutput, error)

CreateLaunchTemplateVersionWithContext mocks base method

func (*MockEC2API) CreateLaunchTemplateWithContext

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

CreateLaunchTemplateWithContext mocks base method

func (*MockEC2API) CreateLocalGatewayRoute

func (m *MockEC2API) CreateLocalGatewayRoute(arg0 *ec2.CreateLocalGatewayRouteInput) (*ec2.CreateLocalGatewayRouteOutput, error)

CreateLocalGatewayRoute mocks base method

func (*MockEC2API) CreateLocalGatewayRouteRequest

func (m *MockEC2API) CreateLocalGatewayRouteRequest(arg0 *ec2.CreateLocalGatewayRouteInput) (*request.Request, *ec2.CreateLocalGatewayRouteOutput)

CreateLocalGatewayRouteRequest mocks base method

func (*MockEC2API) CreateLocalGatewayRouteTableVpcAssociation

CreateLocalGatewayRouteTableVpcAssociation mocks base method

func (*MockEC2API) CreateLocalGatewayRouteTableVpcAssociationRequest

CreateLocalGatewayRouteTableVpcAssociationRequest mocks base method

func (*MockEC2API) CreateLocalGatewayRouteTableVpcAssociationWithContext

func (m *MockEC2API) CreateLocalGatewayRouteTableVpcAssociationWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteTableVpcAssociationInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteTableVpcAssociationOutput, error)

CreateLocalGatewayRouteTableVpcAssociationWithContext mocks base method

func (*MockEC2API) CreateLocalGatewayRouteWithContext

func (m *MockEC2API) CreateLocalGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.CreateLocalGatewayRouteInput, arg2 ...request.Option) (*ec2.CreateLocalGatewayRouteOutput, error)

CreateLocalGatewayRouteWithContext mocks base method

func (*MockEC2API) CreateManagedPrefixList

func (m *MockEC2API) CreateManagedPrefixList(arg0 *ec2.CreateManagedPrefixListInput) (*ec2.CreateManagedPrefixListOutput, error)

CreateManagedPrefixList mocks base method

func (*MockEC2API) CreateManagedPrefixListRequest

func (m *MockEC2API) CreateManagedPrefixListRequest(arg0 *ec2.CreateManagedPrefixListInput) (*request.Request, *ec2.CreateManagedPrefixListOutput)

CreateManagedPrefixListRequest mocks base method

func (*MockEC2API) CreateManagedPrefixListWithContext

func (m *MockEC2API) CreateManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.CreateManagedPrefixListInput, arg2 ...request.Option) (*ec2.CreateManagedPrefixListOutput, error)

CreateManagedPrefixListWithContext mocks base method

func (*MockEC2API) CreateNatGateway

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

CreateNatGateway mocks base method

func (*MockEC2API) CreateNatGatewayRequest

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

CreateNatGatewayRequest mocks base method

func (*MockEC2API) CreateNatGatewayWithContext

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

CreateNatGatewayWithContext mocks base method

func (*MockEC2API) CreateNetworkAcl

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

CreateNetworkAcl mocks base method

func (*MockEC2API) CreateNetworkAclEntry

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

CreateNetworkAclEntry mocks base method

func (*MockEC2API) CreateNetworkAclEntryRequest

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

CreateNetworkAclEntryRequest mocks base method

func (*MockEC2API) CreateNetworkAclEntryWithContext

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

CreateNetworkAclEntryWithContext mocks base method

func (*MockEC2API) CreateNetworkAclRequest

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

CreateNetworkAclRequest mocks base method

func (*MockEC2API) CreateNetworkAclWithContext

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

CreateNetworkAclWithContext mocks base method

func (*MockEC2API) CreateNetworkInterface

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

CreateNetworkInterface mocks base method

func (*MockEC2API) CreateNetworkInterfacePermission

CreateNetworkInterfacePermission mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionRequest

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

CreateNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) CreateNetworkInterfacePermissionWithContext

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

CreateNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) CreateNetworkInterfaceRequest

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

CreateNetworkInterfaceRequest mocks base method

func (*MockEC2API) CreateNetworkInterfaceWithContext

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

CreateNetworkInterfaceWithContext mocks base method

func (*MockEC2API) CreatePlacementGroup

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

CreatePlacementGroup mocks base method

func (*MockEC2API) CreatePlacementGroupRequest

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

CreatePlacementGroupRequest mocks base method

func (*MockEC2API) CreatePlacementGroupWithContext

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

CreatePlacementGroupWithContext mocks base method

func (*MockEC2API) CreateReservedInstancesListing

CreateReservedInstancesListing mocks base method

func (*MockEC2API) CreateReservedInstancesListingRequest

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

CreateReservedInstancesListingRequest mocks base method

func (*MockEC2API) CreateReservedInstancesListingWithContext

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

CreateReservedInstancesListingWithContext mocks base method

func (*MockEC2API) CreateRoute

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

CreateRoute mocks base method

func (*MockEC2API) CreateRouteRequest

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

CreateRouteRequest mocks base method

func (*MockEC2API) CreateRouteTable

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

CreateRouteTable mocks base method

func (*MockEC2API) CreateRouteTableRequest

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

CreateRouteTableRequest mocks base method

func (*MockEC2API) CreateRouteTableWithContext

func (m *MockEC2API) CreateRouteTableWithContext(arg0 context.Context, arg1 *ec2.CreateRouteTableInput, arg2 ...request.Option) (*ec2.CreateRouteTableOutput, error)

CreateRouteTableWithContext mocks base method

func (*MockEC2API) CreateRouteWithContext

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

CreateRouteWithContext mocks base method

func (*MockEC2API) CreateSecurityGroup

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

CreateSecurityGroup mocks base method

func (*MockEC2API) CreateSecurityGroupRequest

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

CreateSecurityGroupRequest mocks base method

func (*MockEC2API) CreateSecurityGroupWithContext

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

CreateSecurityGroupWithContext mocks base method

func (*MockEC2API) CreateSnapshot

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

CreateSnapshot mocks base method

func (*MockEC2API) CreateSnapshotRequest

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

CreateSnapshotRequest mocks base method

func (*MockEC2API) CreateSnapshotWithContext

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

CreateSnapshotWithContext mocks base method

func (*MockEC2API) CreateSnapshots

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

CreateSnapshots mocks base method

func (*MockEC2API) CreateSnapshotsRequest

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

CreateSnapshotsRequest mocks base method

func (*MockEC2API) CreateSnapshotsWithContext

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

CreateSnapshotsWithContext mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscription

CreateSpotDatafeedSubscription mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionRequest

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

CreateSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) CreateSpotDatafeedSubscriptionWithContext

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

CreateSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) CreateSubnet

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

CreateSubnet mocks base method

func (*MockEC2API) CreateSubnetRequest

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

CreateSubnetRequest mocks base method

func (*MockEC2API) CreateSubnetWithContext

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

CreateSubnetWithContext mocks base method

func (*MockEC2API) CreateTags

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

CreateTags mocks base method

func (*MockEC2API) CreateTagsRequest

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

CreateTagsRequest mocks base method

func (*MockEC2API) CreateTagsWithContext

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

CreateTagsWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorFilter

CreateTrafficMirrorFilter mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRequest

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

CreateTrafficMirrorFilterRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRule

CreateTrafficMirrorFilterRule mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRuleRequest

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

CreateTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterRuleWithContext

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

CreateTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorFilterWithContext

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

CreateTrafficMirrorFilterWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorSession

CreateTrafficMirrorSession mocks base method

func (*MockEC2API) CreateTrafficMirrorSessionRequest

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

CreateTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorSessionWithContext

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

CreateTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) CreateTrafficMirrorTarget

CreateTrafficMirrorTarget mocks base method

func (*MockEC2API) CreateTrafficMirrorTargetRequest

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

CreateTrafficMirrorTargetRequest mocks base method

func (*MockEC2API) CreateTrafficMirrorTargetWithContext

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

CreateTrafficMirrorTargetWithContext mocks base method

func (*MockEC2API) CreateTransitGateway

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

CreateTransitGateway mocks base method

func (*MockEC2API) CreateTransitGatewayMulticastDomain

CreateTransitGatewayMulticastDomain mocks base method

func (*MockEC2API) CreateTransitGatewayMulticastDomainRequest

CreateTransitGatewayMulticastDomainRequest mocks base method

func (*MockEC2API) CreateTransitGatewayMulticastDomainWithContext

func (m *MockEC2API) CreateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayMulticastDomainOutput, error)

CreateTransitGatewayMulticastDomainWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayPeeringAttachment

CreateTransitGatewayPeeringAttachment mocks base method

func (*MockEC2API) CreateTransitGatewayPeeringAttachmentRequest

CreateTransitGatewayPeeringAttachmentRequest mocks base method

func (*MockEC2API) CreateTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2API) CreateTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayPeeringAttachmentOutput, error)

CreateTransitGatewayPeeringAttachmentWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayPrefixListReference

CreateTransitGatewayPrefixListReference mocks base method

func (*MockEC2API) CreateTransitGatewayPrefixListReferenceRequest

CreateTransitGatewayPrefixListReferenceRequest mocks base method

func (*MockEC2API) CreateTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2API) CreateTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.CreateTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.CreateTransitGatewayPrefixListReferenceOutput, error)

CreateTransitGatewayPrefixListReferenceWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayRequest

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

CreateTransitGatewayRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRoute

CreateTransitGatewayRoute mocks base method

func (*MockEC2API) CreateTransitGatewayRouteRequest

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

CreateTransitGatewayRouteRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTable

CreateTransitGatewayRouteTable mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTableRequest

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

CreateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) CreateTransitGatewayRouteTableWithContext

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

CreateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayRouteWithContext

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

CreateTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachment

CreateTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachmentRequest

CreateTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) CreateTransitGatewayVpcAttachmentWithContext

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

CreateTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) CreateTransitGatewayWithContext

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

CreateTransitGatewayWithContext mocks base method

func (*MockEC2API) CreateVolume

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

CreateVolume mocks base method

func (*MockEC2API) CreateVolumeRequest

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

CreateVolumeRequest mocks base method

func (*MockEC2API) CreateVolumeWithContext

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

CreateVolumeWithContext mocks base method

func (*MockEC2API) CreateVpc

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

CreateVpc mocks base method

func (*MockEC2API) CreateVpcEndpoint

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

CreateVpcEndpoint mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotification

CreateVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationRequest

CreateVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointConnectionNotificationWithContext

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

CreateVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) CreateVpcEndpointRequest

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

CreateVpcEndpointRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfiguration

CreateVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationRequest

CreateVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) CreateVpcEndpointServiceConfigurationWithContext

func (m *MockEC2API) CreateVpcEndpointServiceConfigurationWithContext(arg0 context.Context, arg1 *ec2.CreateVpcEndpointServiceConfigurationInput, arg2 ...request.Option) (*ec2.CreateVpcEndpointServiceConfigurationOutput, error)

CreateVpcEndpointServiceConfigurationWithContext mocks base method

func (*MockEC2API) CreateVpcEndpointWithContext

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

CreateVpcEndpointWithContext mocks base method

func (*MockEC2API) CreateVpcPeeringConnection

CreateVpcPeeringConnection mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionRequest

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

CreateVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) CreateVpcPeeringConnectionWithContext

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

CreateVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) CreateVpcRequest

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

CreateVpcRequest mocks base method

func (*MockEC2API) CreateVpcWithContext

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

CreateVpcWithContext mocks base method

func (*MockEC2API) CreateVpnConnection

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

CreateVpnConnection mocks base method

func (*MockEC2API) CreateVpnConnectionRequest

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

CreateVpnConnectionRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRoute

CreateVpnConnectionRoute mocks base method

func (*MockEC2API) CreateVpnConnectionRouteRequest

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

CreateVpnConnectionRouteRequest mocks base method

func (*MockEC2API) CreateVpnConnectionRouteWithContext

func (m *MockEC2API) CreateVpnConnectionRouteWithContext(arg0 context.Context, arg1 *ec2.CreateVpnConnectionRouteInput, arg2 ...request.Option) (*ec2.CreateVpnConnectionRouteOutput, error)

CreateVpnConnectionRouteWithContext mocks base method

func (*MockEC2API) CreateVpnConnectionWithContext

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

CreateVpnConnectionWithContext mocks base method

func (*MockEC2API) CreateVpnGateway

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

CreateVpnGateway mocks base method

func (*MockEC2API) CreateVpnGatewayRequest

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

CreateVpnGatewayRequest mocks base method

func (*MockEC2API) CreateVpnGatewayWithContext

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

CreateVpnGatewayWithContext mocks base method

func (*MockEC2API) DeleteCarrierGateway

func (m *MockEC2API) DeleteCarrierGateway(arg0 *ec2.DeleteCarrierGatewayInput) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGateway mocks base method

func (*MockEC2API) DeleteCarrierGatewayRequest

func (m *MockEC2API) DeleteCarrierGatewayRequest(arg0 *ec2.DeleteCarrierGatewayInput) (*request.Request, *ec2.DeleteCarrierGatewayOutput)

DeleteCarrierGatewayRequest mocks base method

func (*MockEC2API) DeleteCarrierGatewayWithContext

func (m *MockEC2API) DeleteCarrierGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteCarrierGatewayInput, arg2 ...request.Option) (*ec2.DeleteCarrierGatewayOutput, error)

DeleteCarrierGatewayWithContext mocks base method

func (*MockEC2API) DeleteClientVpnEndpoint

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

DeleteClientVpnEndpoint mocks base method

func (*MockEC2API) DeleteClientVpnEndpointRequest

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

DeleteClientVpnEndpointRequest mocks base method

func (*MockEC2API) DeleteClientVpnEndpointWithContext

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

DeleteClientVpnEndpointWithContext mocks base method

func (*MockEC2API) DeleteClientVpnRoute

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

DeleteClientVpnRoute mocks base method

func (*MockEC2API) DeleteClientVpnRouteRequest

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

DeleteClientVpnRouteRequest mocks base method

func (*MockEC2API) DeleteClientVpnRouteWithContext

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

DeleteClientVpnRouteWithContext mocks base method

func (*MockEC2API) DeleteCustomerGateway

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

DeleteCustomerGateway mocks base method

func (*MockEC2API) DeleteCustomerGatewayRequest

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

DeleteCustomerGatewayRequest mocks base method

func (*MockEC2API) DeleteCustomerGatewayWithContext

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

DeleteCustomerGatewayWithContext mocks base method

func (*MockEC2API) DeleteDhcpOptions

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

DeleteDhcpOptions mocks base method

func (*MockEC2API) DeleteDhcpOptionsRequest

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

DeleteDhcpOptionsRequest mocks base method

func (*MockEC2API) DeleteDhcpOptionsWithContext

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

DeleteDhcpOptionsWithContext mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGateway

DeleteEgressOnlyInternetGateway mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayRequest

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

DeleteEgressOnlyInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteEgressOnlyInternetGatewayWithContext

func (m *MockEC2API) DeleteEgressOnlyInternetGatewayWithContext(arg0 context.Context, arg1 *ec2.DeleteEgressOnlyInternetGatewayInput, arg2 ...request.Option) (*ec2.DeleteEgressOnlyInternetGatewayOutput, error)

DeleteEgressOnlyInternetGatewayWithContext mocks base method

func (*MockEC2API) DeleteFleets

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

DeleteFleets mocks base method

func (*MockEC2API) DeleteFleetsRequest

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

DeleteFleetsRequest mocks base method

func (*MockEC2API) DeleteFleetsWithContext

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

DeleteFleetsWithContext mocks base method

func (*MockEC2API) DeleteFlowLogs

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

DeleteFlowLogs mocks base method

func (*MockEC2API) DeleteFlowLogsRequest

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

DeleteFlowLogsRequest mocks base method

func (*MockEC2API) DeleteFlowLogsWithContext

func (m *MockEC2API) DeleteFlowLogsWithContext(arg0 context.Context, arg1 *ec2.DeleteFlowLogsInput, arg2 ...request.Option) (*ec2.DeleteFlowLogsOutput, error)

DeleteFlowLogsWithContext mocks base method

func (*MockEC2API) DeleteFpgaImage

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

DeleteFpgaImage mocks base method

func (*MockEC2API) DeleteFpgaImageRequest

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

DeleteFpgaImageRequest mocks base method

func (*MockEC2API) DeleteFpgaImageWithContext

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

DeleteFpgaImageWithContext mocks base method

func (*MockEC2API) DeleteInternetGateway

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

DeleteInternetGateway mocks base method

func (*MockEC2API) DeleteInternetGatewayRequest

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

DeleteInternetGatewayRequest mocks base method

func (*MockEC2API) DeleteInternetGatewayWithContext

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

DeleteInternetGatewayWithContext mocks base method

func (*MockEC2API) DeleteKeyPair

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

DeleteKeyPair mocks base method

func (*MockEC2API) DeleteKeyPairRequest

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

DeleteKeyPairRequest mocks base method

func (*MockEC2API) DeleteKeyPairWithContext

func (m *MockEC2API) DeleteKeyPairWithContext(arg0 context.Context, arg1 *ec2.DeleteKeyPairInput, arg2 ...request.Option) (*ec2.DeleteKeyPairOutput, error)

DeleteKeyPairWithContext mocks base method

func (*MockEC2API) DeleteLaunchTemplate

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

DeleteLaunchTemplate mocks base method

func (*MockEC2API) DeleteLaunchTemplateRequest

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

DeleteLaunchTemplateRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersions

DeleteLaunchTemplateVersions mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsRequest

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

DeleteLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DeleteLaunchTemplateVersionsWithContext

func (m *MockEC2API) DeleteLaunchTemplateVersionsWithContext(arg0 context.Context, arg1 *ec2.DeleteLaunchTemplateVersionsInput, arg2 ...request.Option) (*ec2.DeleteLaunchTemplateVersionsOutput, error)

DeleteLaunchTemplateVersionsWithContext mocks base method

func (*MockEC2API) DeleteLaunchTemplateWithContext

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

DeleteLaunchTemplateWithContext mocks base method

func (*MockEC2API) DeleteLocalGatewayRoute

func (m *MockEC2API) DeleteLocalGatewayRoute(arg0 *ec2.DeleteLocalGatewayRouteInput) (*ec2.DeleteLocalGatewayRouteOutput, error)

DeleteLocalGatewayRoute mocks base method

func (*MockEC2API) DeleteLocalGatewayRouteRequest

func (m *MockEC2API) DeleteLocalGatewayRouteRequest(arg0 *ec2.DeleteLocalGatewayRouteInput) (*request.Request, *ec2.DeleteLocalGatewayRouteOutput)

DeleteLocalGatewayRouteRequest mocks base method

func (*MockEC2API) DeleteLocalGatewayRouteTableVpcAssociation

DeleteLocalGatewayRouteTableVpcAssociation mocks base method

func (*MockEC2API) DeleteLocalGatewayRouteTableVpcAssociationRequest

DeleteLocalGatewayRouteTableVpcAssociationRequest mocks base method

func (*MockEC2API) DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (m *MockEC2API) DeleteLocalGatewayRouteTableVpcAssociationWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteTableVpcAssociationInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteTableVpcAssociationOutput, error)

DeleteLocalGatewayRouteTableVpcAssociationWithContext mocks base method

func (*MockEC2API) DeleteLocalGatewayRouteWithContext

func (m *MockEC2API) DeleteLocalGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteLocalGatewayRouteInput, arg2 ...request.Option) (*ec2.DeleteLocalGatewayRouteOutput, error)

DeleteLocalGatewayRouteWithContext mocks base method

func (*MockEC2API) DeleteManagedPrefixList

func (m *MockEC2API) DeleteManagedPrefixList(arg0 *ec2.DeleteManagedPrefixListInput) (*ec2.DeleteManagedPrefixListOutput, error)

DeleteManagedPrefixList mocks base method

func (*MockEC2API) DeleteManagedPrefixListRequest

func (m *MockEC2API) DeleteManagedPrefixListRequest(arg0 *ec2.DeleteManagedPrefixListInput) (*request.Request, *ec2.DeleteManagedPrefixListOutput)

DeleteManagedPrefixListRequest mocks base method

func (*MockEC2API) DeleteManagedPrefixListWithContext

func (m *MockEC2API) DeleteManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.DeleteManagedPrefixListInput, arg2 ...request.Option) (*ec2.DeleteManagedPrefixListOutput, error)

DeleteManagedPrefixListWithContext mocks base method

func (*MockEC2API) DeleteNatGateway

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

DeleteNatGateway mocks base method

func (*MockEC2API) DeleteNatGatewayRequest

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

DeleteNatGatewayRequest mocks base method

func (*MockEC2API) DeleteNatGatewayWithContext

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

DeleteNatGatewayWithContext mocks base method

func (*MockEC2API) DeleteNetworkAcl

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

DeleteNetworkAcl mocks base method

func (*MockEC2API) DeleteNetworkAclEntry

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

DeleteNetworkAclEntry mocks base method

func (*MockEC2API) DeleteNetworkAclEntryRequest

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

DeleteNetworkAclEntryRequest mocks base method

func (*MockEC2API) DeleteNetworkAclEntryWithContext

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

DeleteNetworkAclEntryWithContext mocks base method

func (*MockEC2API) DeleteNetworkAclRequest

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

DeleteNetworkAclRequest mocks base method

func (*MockEC2API) DeleteNetworkAclWithContext

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

DeleteNetworkAclWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterface

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

DeleteNetworkInterface mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermission

DeleteNetworkInterfacePermission mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionRequest

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

DeleteNetworkInterfacePermissionRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfacePermissionWithContext

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

DeleteNetworkInterfacePermissionWithContext mocks base method

func (*MockEC2API) DeleteNetworkInterfaceRequest

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

DeleteNetworkInterfaceRequest mocks base method

func (*MockEC2API) DeleteNetworkInterfaceWithContext

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

DeleteNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DeletePlacementGroup

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

DeletePlacementGroup mocks base method

func (*MockEC2API) DeletePlacementGroupRequest

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

DeletePlacementGroupRequest mocks base method

func (*MockEC2API) DeletePlacementGroupWithContext

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

DeletePlacementGroupWithContext mocks base method

func (*MockEC2API) DeleteQueuedReservedInstances

DeleteQueuedReservedInstances mocks base method

func (*MockEC2API) DeleteQueuedReservedInstancesRequest

func (m *MockEC2API) DeleteQueuedReservedInstancesRequest(arg0 *ec2.DeleteQueuedReservedInstancesInput) (*request.Request, *ec2.DeleteQueuedReservedInstancesOutput)

DeleteQueuedReservedInstancesRequest mocks base method

func (*MockEC2API) DeleteQueuedReservedInstancesWithContext

func (m *MockEC2API) DeleteQueuedReservedInstancesWithContext(arg0 context.Context, arg1 *ec2.DeleteQueuedReservedInstancesInput, arg2 ...request.Option) (*ec2.DeleteQueuedReservedInstancesOutput, error)

DeleteQueuedReservedInstancesWithContext mocks base method

func (*MockEC2API) DeleteRoute

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

DeleteRoute mocks base method

func (*MockEC2API) DeleteRouteRequest

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

DeleteRouteRequest mocks base method

func (*MockEC2API) DeleteRouteTable

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

DeleteRouteTable mocks base method

func (*MockEC2API) DeleteRouteTableRequest

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

DeleteRouteTableRequest mocks base method

func (*MockEC2API) DeleteRouteTableWithContext

func (m *MockEC2API) DeleteRouteTableWithContext(arg0 context.Context, arg1 *ec2.DeleteRouteTableInput, arg2 ...request.Option) (*ec2.DeleteRouteTableOutput, error)

DeleteRouteTableWithContext mocks base method

func (*MockEC2API) DeleteRouteWithContext

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

DeleteRouteWithContext mocks base method

func (*MockEC2API) DeleteSecurityGroup

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

DeleteSecurityGroup mocks base method

func (*MockEC2API) DeleteSecurityGroupRequest

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

DeleteSecurityGroupRequest mocks base method

func (*MockEC2API) DeleteSecurityGroupWithContext

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

DeleteSecurityGroupWithContext mocks base method

func (*MockEC2API) DeleteSnapshot

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

DeleteSnapshot mocks base method

func (*MockEC2API) DeleteSnapshotRequest

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

DeleteSnapshotRequest mocks base method

func (*MockEC2API) DeleteSnapshotWithContext

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

DeleteSnapshotWithContext mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscription

DeleteSpotDatafeedSubscription mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionRequest

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

DeleteSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DeleteSpotDatafeedSubscriptionWithContext

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

DeleteSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DeleteSubnet

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

DeleteSubnet mocks base method

func (*MockEC2API) DeleteSubnetRequest

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

DeleteSubnetRequest mocks base method

func (*MockEC2API) DeleteSubnetWithContext

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

DeleteSubnetWithContext mocks base method

func (*MockEC2API) DeleteTags

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

DeleteTags mocks base method

func (*MockEC2API) DeleteTagsRequest

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

DeleteTagsRequest mocks base method

func (*MockEC2API) DeleteTagsWithContext

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

DeleteTagsWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilter

DeleteTrafficMirrorFilter mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRequest

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

DeleteTrafficMirrorFilterRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRule

DeleteTrafficMirrorFilterRule mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRuleRequest

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

DeleteTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterRuleWithContext

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

DeleteTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorFilterWithContext

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

DeleteTrafficMirrorFilterWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorSession

DeleteTrafficMirrorSession mocks base method

func (*MockEC2API) DeleteTrafficMirrorSessionRequest

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

DeleteTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorSessionWithContext

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

DeleteTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) DeleteTrafficMirrorTarget

DeleteTrafficMirrorTarget mocks base method

func (*MockEC2API) DeleteTrafficMirrorTargetRequest

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

DeleteTrafficMirrorTargetRequest mocks base method

func (*MockEC2API) DeleteTrafficMirrorTargetWithContext

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

DeleteTrafficMirrorTargetWithContext mocks base method

func (*MockEC2API) DeleteTransitGateway

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

DeleteTransitGateway mocks base method

func (*MockEC2API) DeleteTransitGatewayMulticastDomain

DeleteTransitGatewayMulticastDomain mocks base method

func (*MockEC2API) DeleteTransitGatewayMulticastDomainRequest

DeleteTransitGatewayMulticastDomainRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayMulticastDomainWithContext

func (m *MockEC2API) DeleteTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayMulticastDomainOutput, error)

DeleteTransitGatewayMulticastDomainWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayPeeringAttachment

DeleteTransitGatewayPeeringAttachment mocks base method

func (*MockEC2API) DeleteTransitGatewayPeeringAttachmentRequest

DeleteTransitGatewayPeeringAttachmentRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2API) DeleteTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayPeeringAttachmentOutput, error)

DeleteTransitGatewayPeeringAttachmentWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayPrefixListReference

DeleteTransitGatewayPrefixListReference mocks base method

func (*MockEC2API) DeleteTransitGatewayPrefixListReferenceRequest

DeleteTransitGatewayPrefixListReferenceRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2API) DeleteTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.DeleteTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.DeleteTransitGatewayPrefixListReferenceOutput, error)

DeleteTransitGatewayPrefixListReferenceWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayRequest

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

DeleteTransitGatewayRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRoute

DeleteTransitGatewayRoute mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteRequest

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

DeleteTransitGatewayRouteRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTable

DeleteTransitGatewayRouteTable mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTableRequest

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

DeleteTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteTableWithContext

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

DeleteTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayRouteWithContext

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

DeleteTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachment

DeleteTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachmentRequest

DeleteTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) DeleteTransitGatewayVpcAttachmentWithContext

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

DeleteTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) DeleteTransitGatewayWithContext

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

DeleteTransitGatewayWithContext mocks base method

func (*MockEC2API) DeleteVolume

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

DeleteVolume mocks base method

func (*MockEC2API) DeleteVolumeRequest

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

DeleteVolumeRequest mocks base method

func (*MockEC2API) DeleteVolumeWithContext

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

DeleteVolumeWithContext mocks base method

func (*MockEC2API) DeleteVpc

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

DeleteVpc mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotifications

DeleteVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsRequest

DeleteVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointConnectionNotificationsWithContext

func (m *MockEC2API) DeleteVpcEndpointConnectionNotificationsWithContext(arg0 context.Context, arg1 *ec2.DeleteVpcEndpointConnectionNotificationsInput, arg2 ...request.Option) (*ec2.DeleteVpcEndpointConnectionNotificationsOutput, error)

DeleteVpcEndpointConnectionNotificationsWithContext mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurations

DeleteVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsRequest

DeleteVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointServiceConfigurationsWithContext

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

DeleteVpcEndpointServiceConfigurationsWithContext mocks base method

func (*MockEC2API) DeleteVpcEndpoints

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

DeleteVpcEndpoints mocks base method

func (*MockEC2API) DeleteVpcEndpointsRequest

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

DeleteVpcEndpointsRequest mocks base method

func (*MockEC2API) DeleteVpcEndpointsWithContext

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

DeleteVpcEndpointsWithContext mocks base method

func (*MockEC2API) DeleteVpcPeeringConnection

DeleteVpcPeeringConnection mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionRequest

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

DeleteVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) DeleteVpcPeeringConnectionWithContext

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

DeleteVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpcRequest

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

DeleteVpcRequest mocks base method

func (*MockEC2API) DeleteVpcWithContext

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

DeleteVpcWithContext mocks base method

func (*MockEC2API) DeleteVpnConnection

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

DeleteVpnConnection mocks base method

func (*MockEC2API) DeleteVpnConnectionRequest

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

DeleteVpnConnectionRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRoute

DeleteVpnConnectionRoute mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteRequest

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

DeleteVpnConnectionRouteRequest mocks base method

func (*MockEC2API) DeleteVpnConnectionRouteWithContext

func (m *MockEC2API) DeleteVpnConnectionRouteWithContext(arg0 context.Context, arg1 *ec2.DeleteVpnConnectionRouteInput, arg2 ...request.Option) (*ec2.DeleteVpnConnectionRouteOutput, error)

DeleteVpnConnectionRouteWithContext mocks base method

func (*MockEC2API) DeleteVpnConnectionWithContext

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

DeleteVpnConnectionWithContext mocks base method

func (*MockEC2API) DeleteVpnGateway

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

DeleteVpnGateway mocks base method

func (*MockEC2API) DeleteVpnGatewayRequest

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

DeleteVpnGatewayRequest mocks base method

func (*MockEC2API) DeleteVpnGatewayWithContext

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

DeleteVpnGatewayWithContext mocks base method

func (*MockEC2API) DeprovisionByoipCidr

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

DeprovisionByoipCidr mocks base method

func (*MockEC2API) DeprovisionByoipCidrRequest

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

DeprovisionByoipCidrRequest mocks base method

func (*MockEC2API) DeprovisionByoipCidrWithContext

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

DeprovisionByoipCidrWithContext mocks base method

func (*MockEC2API) DeregisterImage

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

DeregisterImage mocks base method

func (*MockEC2API) DeregisterImageRequest

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

DeregisterImageRequest mocks base method

func (*MockEC2API) DeregisterImageWithContext

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

DeregisterImageWithContext mocks base method

func (*MockEC2API) DeregisterInstanceEventNotificationAttributes

DeregisterInstanceEventNotificationAttributes mocks base method

func (*MockEC2API) DeregisterInstanceEventNotificationAttributesRequest

DeregisterInstanceEventNotificationAttributesRequest mocks base method

func (*MockEC2API) DeregisterInstanceEventNotificationAttributesWithContext

func (m *MockEC2API) DeregisterInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.DeregisterInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.DeregisterInstanceEventNotificationAttributesOutput, error)

DeregisterInstanceEventNotificationAttributesWithContext mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupMembers

DeregisterTransitGatewayMulticastGroupMembers mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupMembersRequest

DeregisterTransitGatewayMulticastGroupMembersRequest mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupMembersWithContext

func (m *MockEC2API) DeregisterTransitGatewayMulticastGroupMembersWithContext(arg0 context.Context, arg1 *ec2.DeregisterTransitGatewayMulticastGroupMembersInput, arg2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupMembersOutput, error)

DeregisterTransitGatewayMulticastGroupMembersWithContext mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupSources

DeregisterTransitGatewayMulticastGroupSources mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupSourcesRequest

DeregisterTransitGatewayMulticastGroupSourcesRequest mocks base method

func (*MockEC2API) DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (m *MockEC2API) DeregisterTransitGatewayMulticastGroupSourcesWithContext(arg0 context.Context, arg1 *ec2.DeregisterTransitGatewayMulticastGroupSourcesInput, arg2 ...request.Option) (*ec2.DeregisterTransitGatewayMulticastGroupSourcesOutput, error)

DeregisterTransitGatewayMulticastGroupSourcesWithContext mocks base method

func (*MockEC2API) DescribeAccountAttributes

DescribeAccountAttributes mocks base method

func (*MockEC2API) DescribeAccountAttributesRequest

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

DescribeAccountAttributesRequest mocks base method

func (*MockEC2API) DescribeAccountAttributesWithContext

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

DescribeAccountAttributesWithContext mocks base method

func (*MockEC2API) DescribeAddresses

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

DescribeAddresses mocks base method

func (*MockEC2API) DescribeAddressesRequest

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

DescribeAddressesRequest mocks base method

func (*MockEC2API) DescribeAddressesWithContext

func (m *MockEC2API) DescribeAddressesWithContext(arg0 context.Context, arg1 *ec2.DescribeAddressesInput, arg2 ...request.Option) (*ec2.DescribeAddressesOutput, error)

DescribeAddressesWithContext mocks base method

func (*MockEC2API) DescribeAggregateIdFormat

DescribeAggregateIdFormat mocks base method

func (*MockEC2API) DescribeAggregateIdFormatRequest

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

DescribeAggregateIdFormatRequest mocks base method

func (*MockEC2API) DescribeAggregateIdFormatWithContext

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

DescribeAggregateIdFormatWithContext mocks base method

func (*MockEC2API) DescribeAvailabilityZones

DescribeAvailabilityZones mocks base method

func (*MockEC2API) DescribeAvailabilityZonesRequest

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

DescribeAvailabilityZonesRequest mocks base method

func (*MockEC2API) DescribeAvailabilityZonesWithContext

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

DescribeAvailabilityZonesWithContext mocks base method

func (*MockEC2API) DescribeBundleTasks

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

DescribeBundleTasks mocks base method

func (*MockEC2API) DescribeBundleTasksRequest

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

DescribeBundleTasksRequest mocks base method

func (*MockEC2API) DescribeBundleTasksWithContext

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

DescribeBundleTasksWithContext mocks base method

func (*MockEC2API) DescribeByoipCidrs

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

DescribeByoipCidrs mocks base method

func (*MockEC2API) DescribeByoipCidrsPages

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

DescribeByoipCidrsPages mocks base method

func (*MockEC2API) DescribeByoipCidrsPagesWithContext

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

DescribeByoipCidrsPagesWithContext mocks base method

func (*MockEC2API) DescribeByoipCidrsRequest

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

DescribeByoipCidrsRequest mocks base method

func (*MockEC2API) DescribeByoipCidrsWithContext

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

DescribeByoipCidrsWithContext mocks base method

func (*MockEC2API) DescribeCapacityReservations

DescribeCapacityReservations mocks base method

func (*MockEC2API) DescribeCapacityReservationsPages

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

DescribeCapacityReservationsPages mocks base method

func (*MockEC2API) DescribeCapacityReservationsPagesWithContext

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

DescribeCapacityReservationsPagesWithContext mocks base method

func (*MockEC2API) DescribeCapacityReservationsRequest

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

DescribeCapacityReservationsRequest mocks base method

func (*MockEC2API) DescribeCapacityReservationsWithContext

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

DescribeCapacityReservationsWithContext mocks base method

func (*MockEC2API) DescribeCarrierGateways

func (m *MockEC2API) DescribeCarrierGateways(arg0 *ec2.DescribeCarrierGatewaysInput) (*ec2.DescribeCarrierGatewaysOutput, error)

DescribeCarrierGateways mocks base method

func (*MockEC2API) DescribeCarrierGatewaysPages

func (m *MockEC2API) DescribeCarrierGatewaysPages(arg0 *ec2.DescribeCarrierGatewaysInput, arg1 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool) error

DescribeCarrierGatewaysPages mocks base method

func (*MockEC2API) DescribeCarrierGatewaysPagesWithContext

func (m *MockEC2API) DescribeCarrierGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCarrierGatewaysInput, arg2 func(*ec2.DescribeCarrierGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeCarrierGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeCarrierGatewaysRequest

func (m *MockEC2API) DescribeCarrierGatewaysRequest(arg0 *ec2.DescribeCarrierGatewaysInput) (*request.Request, *ec2.DescribeCarrierGatewaysOutput)

DescribeCarrierGatewaysRequest mocks base method

func (*MockEC2API) DescribeCarrierGatewaysWithContext

func (m *MockEC2API) DescribeCarrierGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeCarrierGatewaysInput, arg2 ...request.Option) (*ec2.DescribeCarrierGatewaysOutput, error)

DescribeCarrierGatewaysWithContext mocks base method

func (*MockEC2API) DescribeClassicLinkInstances

DescribeClassicLinkInstances mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesPages

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

DescribeClassicLinkInstancesPages mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesPagesWithContext

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

DescribeClassicLinkInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesRequest

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

DescribeClassicLinkInstancesRequest mocks base method

func (*MockEC2API) DescribeClassicLinkInstancesWithContext

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

DescribeClassicLinkInstancesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRules

DescribeClientVpnAuthorizationRules mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesPages

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

DescribeClientVpnAuthorizationRulesPages mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesPagesWithContext

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

DescribeClientVpnAuthorizationRulesPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesRequest

DescribeClientVpnAuthorizationRulesRequest mocks base method

func (*MockEC2API) DescribeClientVpnAuthorizationRulesWithContext

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

DescribeClientVpnAuthorizationRulesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnConnections

DescribeClientVpnConnections mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsPages

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

DescribeClientVpnConnectionsPages mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsPagesWithContext

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

DescribeClientVpnConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsRequest

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

DescribeClientVpnConnectionsRequest mocks base method

func (*MockEC2API) DescribeClientVpnConnectionsWithContext

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

DescribeClientVpnConnectionsWithContext mocks base method

func (*MockEC2API) DescribeClientVpnEndpoints

DescribeClientVpnEndpoints mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsPages

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

DescribeClientVpnEndpointsPages mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsPagesWithContext

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

DescribeClientVpnEndpointsPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsRequest

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

DescribeClientVpnEndpointsRequest mocks base method

func (*MockEC2API) DescribeClientVpnEndpointsWithContext

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

DescribeClientVpnEndpointsWithContext mocks base method

func (*MockEC2API) DescribeClientVpnRoutes

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

DescribeClientVpnRoutes mocks base method

func (*MockEC2API) DescribeClientVpnRoutesPages

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

DescribeClientVpnRoutesPages mocks base method

func (*MockEC2API) DescribeClientVpnRoutesPagesWithContext

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

DescribeClientVpnRoutesPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnRoutesRequest

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

DescribeClientVpnRoutesRequest mocks base method

func (*MockEC2API) DescribeClientVpnRoutesWithContext

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

DescribeClientVpnRoutesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworks

DescribeClientVpnTargetNetworks mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksPages

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

DescribeClientVpnTargetNetworksPages mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksPagesWithContext

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

DescribeClientVpnTargetNetworksPagesWithContext mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksRequest

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

DescribeClientVpnTargetNetworksRequest mocks base method

func (*MockEC2API) DescribeClientVpnTargetNetworksWithContext

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

DescribeClientVpnTargetNetworksWithContext mocks base method

func (*MockEC2API) DescribeCoipPools

func (m *MockEC2API) DescribeCoipPools(arg0 *ec2.DescribeCoipPoolsInput) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPools mocks base method

func (*MockEC2API) DescribeCoipPoolsPages

func (m *MockEC2API) DescribeCoipPoolsPages(arg0 *ec2.DescribeCoipPoolsInput, arg1 func(*ec2.DescribeCoipPoolsOutput, bool) bool) error

DescribeCoipPoolsPages mocks base method

func (*MockEC2API) DescribeCoipPoolsPagesWithContext

func (m *MockEC2API) DescribeCoipPoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeCoipPoolsInput, arg2 func(*ec2.DescribeCoipPoolsOutput, bool) bool, arg3 ...request.Option) error

DescribeCoipPoolsPagesWithContext mocks base method

func (*MockEC2API) DescribeCoipPoolsRequest

func (m *MockEC2API) DescribeCoipPoolsRequest(arg0 *ec2.DescribeCoipPoolsInput) (*request.Request, *ec2.DescribeCoipPoolsOutput)

DescribeCoipPoolsRequest mocks base method

func (*MockEC2API) DescribeCoipPoolsWithContext

func (m *MockEC2API) DescribeCoipPoolsWithContext(arg0 context.Context, arg1 *ec2.DescribeCoipPoolsInput, arg2 ...request.Option) (*ec2.DescribeCoipPoolsOutput, error)

DescribeCoipPoolsWithContext mocks base method

func (*MockEC2API) DescribeConversionTasks

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

DescribeConversionTasks mocks base method

func (*MockEC2API) DescribeConversionTasksRequest

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

DescribeConversionTasksRequest mocks base method

func (*MockEC2API) DescribeConversionTasksWithContext

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

DescribeConversionTasksWithContext mocks base method

func (*MockEC2API) DescribeCustomerGateways

DescribeCustomerGateways mocks base method

func (*MockEC2API) DescribeCustomerGatewaysRequest

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

DescribeCustomerGatewaysRequest mocks base method

func (*MockEC2API) DescribeCustomerGatewaysWithContext

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

DescribeCustomerGatewaysWithContext mocks base method

func (*MockEC2API) DescribeDhcpOptions

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

DescribeDhcpOptions mocks base method

func (*MockEC2API) DescribeDhcpOptionsPages

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

DescribeDhcpOptionsPages mocks base method

func (*MockEC2API) DescribeDhcpOptionsPagesWithContext

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

DescribeDhcpOptionsPagesWithContext mocks base method

func (*MockEC2API) DescribeDhcpOptionsRequest

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

DescribeDhcpOptionsRequest mocks base method

func (*MockEC2API) DescribeDhcpOptionsWithContext

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

DescribeDhcpOptionsWithContext mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGateways

DescribeEgressOnlyInternetGateways mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysPages

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

DescribeEgressOnlyInternetGatewaysPages mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysPagesWithContext

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

DescribeEgressOnlyInternetGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysRequest

DescribeEgressOnlyInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeEgressOnlyInternetGatewaysWithContext

func (m *MockEC2API) DescribeEgressOnlyInternetGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeEgressOnlyInternetGatewaysInput, arg2 ...request.Option) (*ec2.DescribeEgressOnlyInternetGatewaysOutput, error)

DescribeEgressOnlyInternetGatewaysWithContext mocks base method

func (*MockEC2API) DescribeElasticGpus

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

DescribeElasticGpus mocks base method

func (*MockEC2API) DescribeElasticGpusRequest

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

DescribeElasticGpusRequest mocks base method

func (*MockEC2API) DescribeElasticGpusWithContext

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

DescribeElasticGpusWithContext mocks base method

func (*MockEC2API) DescribeExportImageTasks

DescribeExportImageTasks mocks base method

func (*MockEC2API) DescribeExportImageTasksPages

func (m *MockEC2API) DescribeExportImageTasksPages(arg0 *ec2.DescribeExportImageTasksInput, arg1 func(*ec2.DescribeExportImageTasksOutput, bool) bool) error

DescribeExportImageTasksPages mocks base method

func (*MockEC2API) DescribeExportImageTasksPagesWithContext

func (m *MockEC2API) DescribeExportImageTasksPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeExportImageTasksInput, arg2 func(*ec2.DescribeExportImageTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeExportImageTasksPagesWithContext mocks base method

func (*MockEC2API) DescribeExportImageTasksRequest

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

DescribeExportImageTasksRequest mocks base method

func (*MockEC2API) DescribeExportImageTasksWithContext

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

DescribeExportImageTasksWithContext mocks base method

func (*MockEC2API) DescribeExportTasks

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

DescribeExportTasks mocks base method

func (*MockEC2API) DescribeExportTasksRequest

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

DescribeExportTasksRequest mocks base method

func (*MockEC2API) DescribeExportTasksWithContext

func (m *MockEC2API) DescribeExportTasksWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.Option) (*ec2.DescribeExportTasksOutput, error)

DescribeExportTasksWithContext mocks base method

func (*MockEC2API) DescribeFastSnapshotRestores

DescribeFastSnapshotRestores mocks base method

func (*MockEC2API) DescribeFastSnapshotRestoresPages

func (m *MockEC2API) DescribeFastSnapshotRestoresPages(arg0 *ec2.DescribeFastSnapshotRestoresInput, arg1 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool) error

DescribeFastSnapshotRestoresPages mocks base method

func (*MockEC2API) DescribeFastSnapshotRestoresPagesWithContext

func (m *MockEC2API) DescribeFastSnapshotRestoresPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeFastSnapshotRestoresInput, arg2 func(*ec2.DescribeFastSnapshotRestoresOutput, bool) bool, arg3 ...request.Option) error

DescribeFastSnapshotRestoresPagesWithContext mocks base method

func (*MockEC2API) DescribeFastSnapshotRestoresRequest

func (m *MockEC2API) DescribeFastSnapshotRestoresRequest(arg0 *ec2.DescribeFastSnapshotRestoresInput) (*request.Request, *ec2.DescribeFastSnapshotRestoresOutput)

DescribeFastSnapshotRestoresRequest mocks base method

func (*MockEC2API) DescribeFastSnapshotRestoresWithContext

func (m *MockEC2API) DescribeFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.DescribeFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.DescribeFastSnapshotRestoresOutput, error)

DescribeFastSnapshotRestoresWithContext mocks base method

func (*MockEC2API) DescribeFleetHistory

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

DescribeFleetHistory mocks base method

func (*MockEC2API) DescribeFleetHistoryRequest

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

DescribeFleetHistoryRequest mocks base method

func (*MockEC2API) DescribeFleetHistoryWithContext

func (m *MockEC2API) DescribeFleetHistoryWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetHistoryInput, arg2 ...request.Option) (*ec2.DescribeFleetHistoryOutput, error)

DescribeFleetHistoryWithContext mocks base method

func (*MockEC2API) DescribeFleetInstances

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

DescribeFleetInstances mocks base method

func (*MockEC2API) DescribeFleetInstancesRequest

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

DescribeFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeFleetInstancesWithContext

func (m *MockEC2API) DescribeFleetInstancesWithContext(arg0 context.Context, arg1 *ec2.DescribeFleetInstancesInput, arg2 ...request.Option) (*ec2.DescribeFleetInstancesOutput, error)

DescribeFleetInstancesWithContext mocks base method

func (*MockEC2API) DescribeFleets

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

DescribeFleets mocks base method

func (*MockEC2API) DescribeFleetsPages

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

DescribeFleetsPages mocks base method

func (*MockEC2API) DescribeFleetsPagesWithContext

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

DescribeFleetsPagesWithContext mocks base method

func (*MockEC2API) DescribeFleetsRequest

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

DescribeFleetsRequest mocks base method

func (*MockEC2API) DescribeFleetsWithContext

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

DescribeFleetsWithContext mocks base method

func (*MockEC2API) DescribeFlowLogs

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

DescribeFlowLogs mocks base method

func (*MockEC2API) DescribeFlowLogsPages

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

DescribeFlowLogsPages mocks base method

func (*MockEC2API) DescribeFlowLogsPagesWithContext

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

DescribeFlowLogsPagesWithContext mocks base method

func (*MockEC2API) DescribeFlowLogsRequest

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

DescribeFlowLogsRequest mocks base method

func (*MockEC2API) DescribeFlowLogsWithContext

func (m *MockEC2API) DescribeFlowLogsWithContext(arg0 context.Context, arg1 *ec2.DescribeFlowLogsInput, arg2 ...request.Option) (*ec2.DescribeFlowLogsOutput, error)

DescribeFlowLogsWithContext mocks base method

func (*MockEC2API) DescribeFpgaImageAttribute

DescribeFpgaImageAttribute mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeRequest

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

DescribeFpgaImageAttributeRequest mocks base method

func (*MockEC2API) DescribeFpgaImageAttributeWithContext

func (m *MockEC2API) DescribeFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.DescribeFpgaImageAttributeOutput, error)

DescribeFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) DescribeFpgaImages

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

DescribeFpgaImages mocks base method

func (*MockEC2API) DescribeFpgaImagesPages

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

DescribeFpgaImagesPages mocks base method

func (*MockEC2API) DescribeFpgaImagesPagesWithContext

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

DescribeFpgaImagesPagesWithContext mocks base method

func (*MockEC2API) DescribeFpgaImagesRequest

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

DescribeFpgaImagesRequest mocks base method

func (*MockEC2API) DescribeFpgaImagesWithContext

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

DescribeFpgaImagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationOfferings

DescribeHostReservationOfferings mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsPages

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

DescribeHostReservationOfferingsPages mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsPagesWithContext

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

DescribeHostReservationOfferingsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsRequest

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

DescribeHostReservationOfferingsRequest mocks base method

func (*MockEC2API) DescribeHostReservationOfferingsWithContext

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

DescribeHostReservationOfferingsWithContext mocks base method

func (*MockEC2API) DescribeHostReservations

DescribeHostReservations mocks base method

func (*MockEC2API) DescribeHostReservationsPages

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

DescribeHostReservationsPages mocks base method

func (*MockEC2API) DescribeHostReservationsPagesWithContext

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

DescribeHostReservationsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostReservationsRequest

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

DescribeHostReservationsRequest mocks base method

func (*MockEC2API) DescribeHostReservationsWithContext

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

DescribeHostReservationsWithContext mocks base method

func (*MockEC2API) DescribeHosts

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

DescribeHosts mocks base method

func (*MockEC2API) DescribeHostsPages

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

DescribeHostsPages mocks base method

func (*MockEC2API) DescribeHostsPagesWithContext

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

DescribeHostsPagesWithContext mocks base method

func (*MockEC2API) DescribeHostsRequest

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

DescribeHostsRequest mocks base method

func (*MockEC2API) DescribeHostsWithContext

func (m *MockEC2API) DescribeHostsWithContext(arg0 context.Context, arg1 *ec2.DescribeHostsInput, arg2 ...request.Option) (*ec2.DescribeHostsOutput, error)

DescribeHostsWithContext mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociations

DescribeIamInstanceProfileAssociations mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsPages

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

DescribeIamInstanceProfileAssociationsPages mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsPagesWithContext

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

DescribeIamInstanceProfileAssociationsPagesWithContext mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsRequest

DescribeIamInstanceProfileAssociationsRequest mocks base method

func (*MockEC2API) DescribeIamInstanceProfileAssociationsWithContext

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

DescribeIamInstanceProfileAssociationsWithContext mocks base method

func (*MockEC2API) DescribeIdFormat

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

DescribeIdFormat mocks base method

func (*MockEC2API) DescribeIdFormatRequest

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

DescribeIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdFormatWithContext

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

DescribeIdFormatWithContext mocks base method

func (*MockEC2API) DescribeIdentityIdFormat

DescribeIdentityIdFormat mocks base method

func (*MockEC2API) DescribeIdentityIdFormatRequest

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

DescribeIdentityIdFormatRequest mocks base method

func (*MockEC2API) DescribeIdentityIdFormatWithContext

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

DescribeIdentityIdFormatWithContext mocks base method

func (*MockEC2API) DescribeImageAttribute

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

DescribeImageAttribute mocks base method

func (*MockEC2API) DescribeImageAttributeRequest

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

DescribeImageAttributeRequest mocks base method

func (*MockEC2API) DescribeImageAttributeWithContext

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

DescribeImageAttributeWithContext mocks base method

func (*MockEC2API) DescribeImages

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

DescribeImages mocks base method

func (*MockEC2API) DescribeImagesRequest

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

DescribeImagesRequest mocks base method

func (*MockEC2API) DescribeImagesWithContext

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

DescribeImagesWithContext mocks base method

func (*MockEC2API) DescribeImportImageTasks

DescribeImportImageTasks mocks base method

func (*MockEC2API) DescribeImportImageTasksPages

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

DescribeImportImageTasksPages mocks base method

func (*MockEC2API) DescribeImportImageTasksPagesWithContext

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

DescribeImportImageTasksPagesWithContext mocks base method

func (*MockEC2API) DescribeImportImageTasksRequest

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

DescribeImportImageTasksRequest mocks base method

func (*MockEC2API) DescribeImportImageTasksWithContext

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

DescribeImportImageTasksWithContext mocks base method

func (*MockEC2API) DescribeImportSnapshotTasks

DescribeImportSnapshotTasks mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksPages

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

DescribeImportSnapshotTasksPages mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksPagesWithContext

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

DescribeImportSnapshotTasksPagesWithContext mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksRequest

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

DescribeImportSnapshotTasksRequest mocks base method

func (*MockEC2API) DescribeImportSnapshotTasksWithContext

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

DescribeImportSnapshotTasksWithContext mocks base method

func (*MockEC2API) DescribeInstanceAttribute

DescribeInstanceAttribute mocks base method

func (*MockEC2API) DescribeInstanceAttributeRequest

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

DescribeInstanceAttributeRequest mocks base method

func (*MockEC2API) DescribeInstanceAttributeWithContext

func (m *MockEC2API) DescribeInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceAttributeInput, arg2 ...request.Option) (*ec2.DescribeInstanceAttributeOutput, error)

DescribeInstanceAttributeWithContext mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecifications

DescribeInstanceCreditSpecifications mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsPages

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

DescribeInstanceCreditSpecificationsPages mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsPagesWithContext

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

DescribeInstanceCreditSpecificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsRequest

DescribeInstanceCreditSpecificationsRequest mocks base method

func (*MockEC2API) DescribeInstanceCreditSpecificationsWithContext

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

DescribeInstanceCreditSpecificationsWithContext mocks base method

func (*MockEC2API) DescribeInstanceEventNotificationAttributes

DescribeInstanceEventNotificationAttributes mocks base method

func (*MockEC2API) DescribeInstanceEventNotificationAttributesRequest

DescribeInstanceEventNotificationAttributesRequest mocks base method

func (*MockEC2API) DescribeInstanceEventNotificationAttributesWithContext

func (m *MockEC2API) DescribeInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.DescribeInstanceEventNotificationAttributesOutput, error)

DescribeInstanceEventNotificationAttributesWithContext mocks base method

func (*MockEC2API) DescribeInstanceStatus

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

DescribeInstanceStatus mocks base method

func (*MockEC2API) DescribeInstanceStatusPages

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

DescribeInstanceStatusPages mocks base method

func (*MockEC2API) DescribeInstanceStatusPagesWithContext

func (m *MockEC2API) DescribeInstanceStatusPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 func(*ec2.DescribeInstanceStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceStatusPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceStatusRequest

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

DescribeInstanceStatusRequest mocks base method

func (*MockEC2API) DescribeInstanceStatusWithContext

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

DescribeInstanceStatusWithContext mocks base method

func (*MockEC2API) DescribeInstanceTypeOfferings

DescribeInstanceTypeOfferings mocks base method

func (*MockEC2API) DescribeInstanceTypeOfferingsPages

func (m *MockEC2API) DescribeInstanceTypeOfferingsPages(arg0 *ec2.DescribeInstanceTypeOfferingsInput, arg1 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool) error

DescribeInstanceTypeOfferingsPages mocks base method

func (*MockEC2API) DescribeInstanceTypeOfferingsPagesWithContext

func (m *MockEC2API) DescribeInstanceTypeOfferingsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypeOfferingsInput, arg2 func(*ec2.DescribeInstanceTypeOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceTypeOfferingsPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceTypeOfferingsRequest

func (m *MockEC2API) DescribeInstanceTypeOfferingsRequest(arg0 *ec2.DescribeInstanceTypeOfferingsInput) (*request.Request, *ec2.DescribeInstanceTypeOfferingsOutput)

DescribeInstanceTypeOfferingsRequest mocks base method

func (*MockEC2API) DescribeInstanceTypeOfferingsWithContext

func (m *MockEC2API) DescribeInstanceTypeOfferingsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypeOfferingsInput, arg2 ...request.Option) (*ec2.DescribeInstanceTypeOfferingsOutput, error)

DescribeInstanceTypeOfferingsWithContext mocks base method

func (*MockEC2API) DescribeInstanceTypes

func (m *MockEC2API) DescribeInstanceTypes(arg0 *ec2.DescribeInstanceTypesInput) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypes mocks base method

func (*MockEC2API) DescribeInstanceTypesPages

func (m *MockEC2API) DescribeInstanceTypesPages(arg0 *ec2.DescribeInstanceTypesInput, arg1 func(*ec2.DescribeInstanceTypesOutput, bool) bool) error

DescribeInstanceTypesPages mocks base method

func (*MockEC2API) DescribeInstanceTypesPagesWithContext

func (m *MockEC2API) DescribeInstanceTypesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypesInput, arg2 func(*ec2.DescribeInstanceTypesOutput, bool) bool, arg3 ...request.Option) error

DescribeInstanceTypesPagesWithContext mocks base method

func (*MockEC2API) DescribeInstanceTypesRequest

func (m *MockEC2API) DescribeInstanceTypesRequest(arg0 *ec2.DescribeInstanceTypesInput) (*request.Request, *ec2.DescribeInstanceTypesOutput)

DescribeInstanceTypesRequest mocks base method

func (*MockEC2API) DescribeInstanceTypesWithContext

func (m *MockEC2API) DescribeInstanceTypesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceTypesInput, arg2 ...request.Option) (*ec2.DescribeInstanceTypesOutput, error)

DescribeInstanceTypesWithContext mocks base method

func (*MockEC2API) DescribeInstances

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

DescribeInstances mocks base method

func (*MockEC2API) DescribeInstancesPages

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

DescribeInstancesPages mocks base method

func (*MockEC2API) DescribeInstancesPagesWithContext

func (m *MockEC2API) DescribeInstancesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 func(*ec2.DescribeInstancesOutput, bool) bool, arg3 ...request.Option) error

DescribeInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeInstancesRequest

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

DescribeInstancesRequest mocks base method

func (*MockEC2API) DescribeInstancesWithContext

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

DescribeInstancesWithContext mocks base method

func (*MockEC2API) DescribeInternetGateways

DescribeInternetGateways mocks base method

func (*MockEC2API) DescribeInternetGatewaysPages

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

DescribeInternetGatewaysPages mocks base method

func (*MockEC2API) DescribeInternetGatewaysPagesWithContext

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

DescribeInternetGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeInternetGatewaysRequest

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

DescribeInternetGatewaysRequest mocks base method

func (*MockEC2API) DescribeInternetGatewaysWithContext

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

DescribeInternetGatewaysWithContext mocks base method

func (*MockEC2API) DescribeIpv6Pools

func (m *MockEC2API) DescribeIpv6Pools(arg0 *ec2.DescribeIpv6PoolsInput) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6Pools mocks base method

func (*MockEC2API) DescribeIpv6PoolsPages

func (m *MockEC2API) DescribeIpv6PoolsPages(arg0 *ec2.DescribeIpv6PoolsInput, arg1 func(*ec2.DescribeIpv6PoolsOutput, bool) bool) error

DescribeIpv6PoolsPages mocks base method

func (*MockEC2API) DescribeIpv6PoolsPagesWithContext

func (m *MockEC2API) DescribeIpv6PoolsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeIpv6PoolsInput, arg2 func(*ec2.DescribeIpv6PoolsOutput, bool) bool, arg3 ...request.Option) error

DescribeIpv6PoolsPagesWithContext mocks base method

func (*MockEC2API) DescribeIpv6PoolsRequest

func (m *MockEC2API) DescribeIpv6PoolsRequest(arg0 *ec2.DescribeIpv6PoolsInput) (*request.Request, *ec2.DescribeIpv6PoolsOutput)

DescribeIpv6PoolsRequest mocks base method

func (*MockEC2API) DescribeIpv6PoolsWithContext

func (m *MockEC2API) DescribeIpv6PoolsWithContext(arg0 context.Context, arg1 *ec2.DescribeIpv6PoolsInput, arg2 ...request.Option) (*ec2.DescribeIpv6PoolsOutput, error)

DescribeIpv6PoolsWithContext mocks base method

func (*MockEC2API) DescribeKeyPairs

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

DescribeKeyPairs mocks base method

func (*MockEC2API) DescribeKeyPairsRequest

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

DescribeKeyPairsRequest mocks base method

func (*MockEC2API) DescribeKeyPairsWithContext

func (m *MockEC2API) DescribeKeyPairsWithContext(arg0 context.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.Option) (*ec2.DescribeKeyPairsOutput, error)

DescribeKeyPairsWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersions

DescribeLaunchTemplateVersions mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsPages

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

DescribeLaunchTemplateVersionsPages mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsPagesWithContext

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

DescribeLaunchTemplateVersionsPagesWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsRequest

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

DescribeLaunchTemplateVersionsRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplateVersionsWithContext

func (m *MockEC2API) DescribeLaunchTemplateVersionsWithContext(arg0 context.Context, arg1 *ec2.DescribeLaunchTemplateVersionsInput, arg2 ...request.Option) (*ec2.DescribeLaunchTemplateVersionsOutput, error)

DescribeLaunchTemplateVersionsWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplates

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

DescribeLaunchTemplates mocks base method

func (*MockEC2API) DescribeLaunchTemplatesPages

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

DescribeLaunchTemplatesPages mocks base method

func (*MockEC2API) DescribeLaunchTemplatesPagesWithContext

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

DescribeLaunchTemplatesPagesWithContext mocks base method

func (*MockEC2API) DescribeLaunchTemplatesRequest

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

DescribeLaunchTemplatesRequest mocks base method

func (*MockEC2API) DescribeLaunchTemplatesWithContext

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

DescribeLaunchTemplatesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

func (m *MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput, arg2 func(*ec2.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVpcAssociations

DescribeLocalGatewayRouteTableVpcAssociations mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsPages

func (m *MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsPages(arg0 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg1 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool) error

DescribeLocalGatewayRouteTableVpcAssociationsPages mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

func (m *MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg2 func(*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsRequest

DescribeLocalGatewayRouteTableVpcAssociationsRequest mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (m *MockEC2API) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTableVpcAssociationsInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTableVpcAssociationsOutput, error)

DescribeLocalGatewayRouteTableVpcAssociationsWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTables

DescribeLocalGatewayRouteTables mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTablesPages

func (m *MockEC2API) DescribeLocalGatewayRouteTablesPages(arg0 *ec2.DescribeLocalGatewayRouteTablesInput, arg1 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool) error

DescribeLocalGatewayRouteTablesPages mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTablesPagesWithContext

func (m *MockEC2API) DescribeLocalGatewayRouteTablesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTablesInput, arg2 func(*ec2.DescribeLocalGatewayRouteTablesOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayRouteTablesPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTablesRequest

func (m *MockEC2API) DescribeLocalGatewayRouteTablesRequest(arg0 *ec2.DescribeLocalGatewayRouteTablesInput) (*request.Request, *ec2.DescribeLocalGatewayRouteTablesOutput)

DescribeLocalGatewayRouteTablesRequest mocks base method

func (*MockEC2API) DescribeLocalGatewayRouteTablesWithContext

func (m *MockEC2API) DescribeLocalGatewayRouteTablesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayRouteTablesInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayRouteTablesOutput, error)

DescribeLocalGatewayRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaceGroups

DescribeLocalGatewayVirtualInterfaceGroups mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsPages

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsPages(arg0 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg1 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfaceGroupsPages mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg2 func(*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsRequest

DescribeLocalGatewayVirtualInterfaceGroupsRequest mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfaceGroupsInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfaceGroupsOutput, error)

DescribeLocalGatewayVirtualInterfaceGroupsWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfaces

DescribeLocalGatewayVirtualInterfaces mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfacesPages

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfacesPages(arg0 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg1 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool) error

DescribeLocalGatewayVirtualInterfacesPages mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfacesPagesWithContext

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfacesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg2 func(*ec2.DescribeLocalGatewayVirtualInterfacesOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewayVirtualInterfacesPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfacesRequest

DescribeLocalGatewayVirtualInterfacesRequest mocks base method

func (*MockEC2API) DescribeLocalGatewayVirtualInterfacesWithContext

func (m *MockEC2API) DescribeLocalGatewayVirtualInterfacesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewayVirtualInterfacesInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewayVirtualInterfacesOutput, error)

DescribeLocalGatewayVirtualInterfacesWithContext mocks base method

func (*MockEC2API) DescribeLocalGateways

func (m *MockEC2API) DescribeLocalGateways(arg0 *ec2.DescribeLocalGatewaysInput) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGateways mocks base method

func (*MockEC2API) DescribeLocalGatewaysPages

func (m *MockEC2API) DescribeLocalGatewaysPages(arg0 *ec2.DescribeLocalGatewaysInput, arg1 func(*ec2.DescribeLocalGatewaysOutput, bool) bool) error

DescribeLocalGatewaysPages mocks base method

func (*MockEC2API) DescribeLocalGatewaysPagesWithContext

func (m *MockEC2API) DescribeLocalGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewaysInput, arg2 func(*ec2.DescribeLocalGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeLocalGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeLocalGatewaysRequest

func (m *MockEC2API) DescribeLocalGatewaysRequest(arg0 *ec2.DescribeLocalGatewaysInput) (*request.Request, *ec2.DescribeLocalGatewaysOutput)

DescribeLocalGatewaysRequest mocks base method

func (*MockEC2API) DescribeLocalGatewaysWithContext

func (m *MockEC2API) DescribeLocalGatewaysWithContext(arg0 context.Context, arg1 *ec2.DescribeLocalGatewaysInput, arg2 ...request.Option) (*ec2.DescribeLocalGatewaysOutput, error)

DescribeLocalGatewaysWithContext mocks base method

func (*MockEC2API) DescribeManagedPrefixLists

DescribeManagedPrefixLists mocks base method

func (*MockEC2API) DescribeManagedPrefixListsPages

func (m *MockEC2API) DescribeManagedPrefixListsPages(arg0 *ec2.DescribeManagedPrefixListsInput, arg1 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool) error

DescribeManagedPrefixListsPages mocks base method

func (*MockEC2API) DescribeManagedPrefixListsPagesWithContext

func (m *MockEC2API) DescribeManagedPrefixListsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeManagedPrefixListsInput, arg2 func(*ec2.DescribeManagedPrefixListsOutput, bool) bool, arg3 ...request.Option) error

DescribeManagedPrefixListsPagesWithContext mocks base method

func (*MockEC2API) DescribeManagedPrefixListsRequest

func (m *MockEC2API) DescribeManagedPrefixListsRequest(arg0 *ec2.DescribeManagedPrefixListsInput) (*request.Request, *ec2.DescribeManagedPrefixListsOutput)

DescribeManagedPrefixListsRequest mocks base method

func (*MockEC2API) DescribeManagedPrefixListsWithContext

func (m *MockEC2API) DescribeManagedPrefixListsWithContext(arg0 context.Context, arg1 *ec2.DescribeManagedPrefixListsInput, arg2 ...request.Option) (*ec2.DescribeManagedPrefixListsOutput, error)

DescribeManagedPrefixListsWithContext mocks base method

func (*MockEC2API) DescribeMovingAddresses

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

DescribeMovingAddresses mocks base method

func (*MockEC2API) DescribeMovingAddressesPages

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

DescribeMovingAddressesPages mocks base method

func (*MockEC2API) DescribeMovingAddressesPagesWithContext

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

DescribeMovingAddressesPagesWithContext mocks base method

func (*MockEC2API) DescribeMovingAddressesRequest

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

DescribeMovingAddressesRequest mocks base method

func (*MockEC2API) DescribeMovingAddressesWithContext

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

DescribeMovingAddressesWithContext mocks base method

func (*MockEC2API) DescribeNatGateways

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

DescribeNatGateways mocks base method

func (*MockEC2API) DescribeNatGatewaysPages

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

DescribeNatGatewaysPages mocks base method

func (*MockEC2API) DescribeNatGatewaysPagesWithContext

func (m *MockEC2API) DescribeNatGatewaysPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 func(*ec2.DescribeNatGatewaysOutput, bool) bool, arg3 ...request.Option) error

DescribeNatGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeNatGatewaysRequest

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

DescribeNatGatewaysRequest mocks base method

func (*MockEC2API) DescribeNatGatewaysWithContext

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

DescribeNatGatewaysWithContext mocks base method

func (*MockEC2API) DescribeNetworkAcls

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

DescribeNetworkAcls mocks base method

func (*MockEC2API) DescribeNetworkAclsPages

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

DescribeNetworkAclsPages mocks base method

func (*MockEC2API) DescribeNetworkAclsPagesWithContext

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

DescribeNetworkAclsPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkAclsRequest

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

DescribeNetworkAclsRequest mocks base method

func (*MockEC2API) DescribeNetworkAclsWithContext

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

DescribeNetworkAclsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttribute

DescribeNetworkInterfaceAttribute mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeRequest

DescribeNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfaceAttributeWithContext

func (m *MockEC2API) DescribeNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.DescribeNetworkInterfaceAttributeOutput, error)

DescribeNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissions

DescribeNetworkInterfacePermissions mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsPages

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

DescribeNetworkInterfacePermissionsPages mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsPagesWithContext

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

DescribeNetworkInterfacePermissionsPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsRequest

DescribeNetworkInterfacePermissionsRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacePermissionsWithContext

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

DescribeNetworkInterfacePermissionsWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfaces

DescribeNetworkInterfaces mocks base method

func (*MockEC2API) DescribeNetworkInterfacesPages

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

DescribeNetworkInterfacesPages mocks base method

func (*MockEC2API) DescribeNetworkInterfacesPagesWithContext

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

DescribeNetworkInterfacesPagesWithContext mocks base method

func (*MockEC2API) DescribeNetworkInterfacesRequest

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

DescribeNetworkInterfacesRequest mocks base method

func (*MockEC2API) DescribeNetworkInterfacesWithContext

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

DescribeNetworkInterfacesWithContext mocks base method

func (*MockEC2API) DescribePlacementGroups

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

DescribePlacementGroups mocks base method

func (*MockEC2API) DescribePlacementGroupsRequest

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

DescribePlacementGroupsRequest mocks base method

func (*MockEC2API) DescribePlacementGroupsWithContext

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

DescribePlacementGroupsWithContext mocks base method

func (*MockEC2API) DescribePrefixLists

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

DescribePrefixLists mocks base method

func (*MockEC2API) DescribePrefixListsPages

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

DescribePrefixListsPages mocks base method

func (*MockEC2API) DescribePrefixListsPagesWithContext

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

DescribePrefixListsPagesWithContext mocks base method

func (*MockEC2API) DescribePrefixListsRequest

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

DescribePrefixListsRequest mocks base method

func (*MockEC2API) DescribePrefixListsWithContext

func (m *MockEC2API) DescribePrefixListsWithContext(arg0 context.Context, arg1 *ec2.DescribePrefixListsInput, arg2 ...request.Option) (*ec2.DescribePrefixListsOutput, error)

DescribePrefixListsWithContext mocks base method

func (*MockEC2API) DescribePrincipalIdFormat

DescribePrincipalIdFormat mocks base method

func (*MockEC2API) DescribePrincipalIdFormatPages

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

DescribePrincipalIdFormatPages mocks base method

func (*MockEC2API) DescribePrincipalIdFormatPagesWithContext

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

DescribePrincipalIdFormatPagesWithContext mocks base method

func (*MockEC2API) DescribePrincipalIdFormatRequest

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

DescribePrincipalIdFormatRequest mocks base method

func (*MockEC2API) DescribePrincipalIdFormatWithContext

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

DescribePrincipalIdFormatWithContext mocks base method

func (*MockEC2API) DescribePublicIpv4Pools

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

DescribePublicIpv4Pools mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsPages

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

DescribePublicIpv4PoolsPages mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsPagesWithContext

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

DescribePublicIpv4PoolsPagesWithContext mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsRequest

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

DescribePublicIpv4PoolsRequest mocks base method

func (*MockEC2API) DescribePublicIpv4PoolsWithContext

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

DescribePublicIpv4PoolsWithContext mocks base method

func (*MockEC2API) DescribeRegions

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

DescribeRegions mocks base method

func (*MockEC2API) DescribeRegionsRequest

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

DescribeRegionsRequest mocks base method

func (*MockEC2API) DescribeRegionsWithContext

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

DescribeRegionsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstances

DescribeReservedInstances mocks base method

func (*MockEC2API) DescribeReservedInstancesListings

DescribeReservedInstancesListings mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsRequest

DescribeReservedInstancesListingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesListingsWithContext

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

DescribeReservedInstancesListingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesModifications

DescribeReservedInstancesModifications mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPages

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

DescribeReservedInstancesModificationsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsPagesWithContext

func (m *MockEC2API) DescribeReservedInstancesModificationsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesModificationsInput, arg2 func(*ec2.DescribeReservedInstancesModificationsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesModificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsRequest

DescribeReservedInstancesModificationsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesModificationsWithContext

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

DescribeReservedInstancesModificationsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferings

DescribeReservedInstancesOfferings mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPages

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

DescribeReservedInstancesOfferingsPages mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsPagesWithContext

func (m *MockEC2API) DescribeReservedInstancesOfferingsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeReservedInstancesOfferingsInput, arg2 func(*ec2.DescribeReservedInstancesOfferingsOutput, bool) bool, arg3 ...request.Option) error

DescribeReservedInstancesOfferingsPagesWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsRequest

DescribeReservedInstancesOfferingsRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesOfferingsWithContext

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

DescribeReservedInstancesOfferingsWithContext mocks base method

func (*MockEC2API) DescribeReservedInstancesRequest

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

DescribeReservedInstancesRequest mocks base method

func (*MockEC2API) DescribeReservedInstancesWithContext

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

DescribeReservedInstancesWithContext mocks base method

func (*MockEC2API) DescribeRouteTables

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

DescribeRouteTables mocks base method

func (*MockEC2API) DescribeRouteTablesPages

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

DescribeRouteTablesPages mocks base method

func (*MockEC2API) DescribeRouteTablesPagesWithContext

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

DescribeRouteTablesPagesWithContext mocks base method

func (*MockEC2API) DescribeRouteTablesRequest

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

DescribeRouteTablesRequest mocks base method

func (*MockEC2API) DescribeRouteTablesWithContext

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

DescribeRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailability

DescribeScheduledInstanceAvailability mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityPages

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

DescribeScheduledInstanceAvailabilityPages mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityPagesWithContext

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

DescribeScheduledInstanceAvailabilityPagesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityRequest

DescribeScheduledInstanceAvailabilityRequest mocks base method

func (*MockEC2API) DescribeScheduledInstanceAvailabilityWithContext

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

DescribeScheduledInstanceAvailabilityWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstances

DescribeScheduledInstances mocks base method

func (*MockEC2API) DescribeScheduledInstancesPages

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

DescribeScheduledInstancesPages mocks base method

func (*MockEC2API) DescribeScheduledInstancesPagesWithContext

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

DescribeScheduledInstancesPagesWithContext mocks base method

func (*MockEC2API) DescribeScheduledInstancesRequest

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

DescribeScheduledInstancesRequest mocks base method

func (*MockEC2API) DescribeScheduledInstancesWithContext

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

DescribeScheduledInstancesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroupReferences

DescribeSecurityGroupReferences mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesRequest

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

DescribeSecurityGroupReferencesRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupReferencesWithContext

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

DescribeSecurityGroupReferencesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroups

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

DescribeSecurityGroups mocks base method

func (*MockEC2API) DescribeSecurityGroupsPages

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

DescribeSecurityGroupsPages mocks base method

func (*MockEC2API) DescribeSecurityGroupsPagesWithContext

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

DescribeSecurityGroupsPagesWithContext mocks base method

func (*MockEC2API) DescribeSecurityGroupsRequest

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

DescribeSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeSecurityGroupsWithContext

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

DescribeSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSnapshotAttribute

DescribeSnapshotAttribute mocks base method

func (*MockEC2API) DescribeSnapshotAttributeRequest

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

DescribeSnapshotAttributeRequest mocks base method

func (*MockEC2API) DescribeSnapshotAttributeWithContext

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

DescribeSnapshotAttributeWithContext mocks base method

func (*MockEC2API) DescribeSnapshots

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

DescribeSnapshots mocks base method

func (*MockEC2API) DescribeSnapshotsPages

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

DescribeSnapshotsPages mocks base method

func (*MockEC2API) DescribeSnapshotsPagesWithContext

func (m *MockEC2API) DescribeSnapshotsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 func(*ec2.DescribeSnapshotsOutput, bool) bool, arg3 ...request.Option) error

DescribeSnapshotsPagesWithContext mocks base method

func (*MockEC2API) DescribeSnapshotsRequest

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

DescribeSnapshotsRequest mocks base method

func (*MockEC2API) DescribeSnapshotsWithContext

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

DescribeSnapshotsWithContext mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscription

DescribeSpotDatafeedSubscription mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionRequest

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

DescribeSpotDatafeedSubscriptionRequest mocks base method

func (*MockEC2API) DescribeSpotDatafeedSubscriptionWithContext

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

DescribeSpotDatafeedSubscriptionWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetInstances

DescribeSpotFleetInstances mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesRequest

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

DescribeSpotFleetInstancesRequest mocks base method

func (*MockEC2API) DescribeSpotFleetInstancesWithContext

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

DescribeSpotFleetInstancesWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistory

DescribeSpotFleetRequestHistory mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryRequest

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

DescribeSpotFleetRequestHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestHistoryWithContext

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

DescribeSpotFleetRequestHistoryWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequests

DescribeSpotFleetRequests mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPages

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

DescribeSpotFleetRequestsPages mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsPagesWithContext

func (m *MockEC2API) DescribeSpotFleetRequestsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotFleetRequestsInput, arg2 func(*ec2.DescribeSpotFleetRequestsOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotFleetRequestsPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsRequest

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

DescribeSpotFleetRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotFleetRequestsWithContext

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

DescribeSpotFleetRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotInstanceRequests

DescribeSpotInstanceRequests mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsPages

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

DescribeSpotInstanceRequestsPages mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsPagesWithContext

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

DescribeSpotInstanceRequestsPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsRequest

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

DescribeSpotInstanceRequestsRequest mocks base method

func (*MockEC2API) DescribeSpotInstanceRequestsWithContext

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

DescribeSpotInstanceRequestsWithContext mocks base method

func (*MockEC2API) DescribeSpotPriceHistory

DescribeSpotPriceHistory mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPages

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

DescribeSpotPriceHistoryPages mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryPagesWithContext

func (m *MockEC2API) DescribeSpotPriceHistoryPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotPriceHistoryInput, arg2 func(*ec2.DescribeSpotPriceHistoryOutput, bool) bool, arg3 ...request.Option) error

DescribeSpotPriceHistoryPagesWithContext mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryRequest

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

DescribeSpotPriceHistoryRequest mocks base method

func (*MockEC2API) DescribeSpotPriceHistoryWithContext

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

DescribeSpotPriceHistoryWithContext mocks base method

func (*MockEC2API) DescribeStaleSecurityGroups

DescribeStaleSecurityGroups mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsPages

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

DescribeStaleSecurityGroupsPages mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsPagesWithContext

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

DescribeStaleSecurityGroupsPagesWithContext mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsRequest

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

DescribeStaleSecurityGroupsRequest mocks base method

func (*MockEC2API) DescribeStaleSecurityGroupsWithContext

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

DescribeStaleSecurityGroupsWithContext mocks base method

func (*MockEC2API) DescribeSubnets

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

DescribeSubnets mocks base method

func (*MockEC2API) DescribeSubnetsPages

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

DescribeSubnetsPages mocks base method

func (*MockEC2API) DescribeSubnetsPagesWithContext

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

DescribeSubnetsPagesWithContext mocks base method

func (*MockEC2API) DescribeSubnetsRequest

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

DescribeSubnetsRequest mocks base method

func (*MockEC2API) DescribeSubnetsWithContext

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

DescribeSubnetsWithContext mocks base method

func (*MockEC2API) DescribeTags

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

DescribeTags mocks base method

func (*MockEC2API) DescribeTagsPages

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

DescribeTagsPages mocks base method

func (*MockEC2API) DescribeTagsPagesWithContext

func (m *MockEC2API) DescribeTagsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTagsInput, arg2 func(*ec2.DescribeTagsOutput, bool) bool, arg3 ...request.Option) error

DescribeTagsPagesWithContext mocks base method

func (*MockEC2API) DescribeTagsRequest

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

DescribeTagsRequest mocks base method

func (*MockEC2API) DescribeTagsWithContext

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

DescribeTagsWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorFilters

DescribeTrafficMirrorFilters mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersPages

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

DescribeTrafficMirrorFiltersPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersPagesWithContext

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

DescribeTrafficMirrorFiltersPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersRequest

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

DescribeTrafficMirrorFiltersRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorFiltersWithContext

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

DescribeTrafficMirrorFiltersWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessions

DescribeTrafficMirrorSessions mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsPages

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

DescribeTrafficMirrorSessionsPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsPagesWithContext

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

DescribeTrafficMirrorSessionsPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsRequest

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

DescribeTrafficMirrorSessionsRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorSessionsWithContext

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

DescribeTrafficMirrorSessionsWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargets

DescribeTrafficMirrorTargets mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsPages

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

DescribeTrafficMirrorTargetsPages mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsPagesWithContext

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

DescribeTrafficMirrorTargetsPagesWithContext mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsRequest

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

DescribeTrafficMirrorTargetsRequest mocks base method

func (*MockEC2API) DescribeTrafficMirrorTargetsWithContext

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

DescribeTrafficMirrorTargetsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachments

DescribeTransitGatewayAttachments mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsPages

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

DescribeTransitGatewayAttachmentsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsPagesWithContext

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

DescribeTransitGatewayAttachmentsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsRequest

DescribeTransitGatewayAttachmentsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayAttachmentsWithContext

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

DescribeTransitGatewayAttachmentsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayMulticastDomains

DescribeTransitGatewayMulticastDomains mocks base method

func (*MockEC2API) DescribeTransitGatewayMulticastDomainsPages

func (m *MockEC2API) DescribeTransitGatewayMulticastDomainsPages(arg0 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg1 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool) error

DescribeTransitGatewayMulticastDomainsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayMulticastDomainsPagesWithContext

func (m *MockEC2API) DescribeTransitGatewayMulticastDomainsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg2 func(*ec2.DescribeTransitGatewayMulticastDomainsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayMulticastDomainsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayMulticastDomainsRequest

DescribeTransitGatewayMulticastDomainsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayMulticastDomainsWithContext

func (m *MockEC2API) DescribeTransitGatewayMulticastDomainsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayMulticastDomainsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayMulticastDomainsOutput, error)

DescribeTransitGatewayMulticastDomainsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayPeeringAttachments

DescribeTransitGatewayPeeringAttachments mocks base method

func (*MockEC2API) DescribeTransitGatewayPeeringAttachmentsPages

func (m *MockEC2API) DescribeTransitGatewayPeeringAttachmentsPages(arg0 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg1 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool) error

DescribeTransitGatewayPeeringAttachmentsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayPeeringAttachmentsPagesWithContext

func (m *MockEC2API) DescribeTransitGatewayPeeringAttachmentsPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg2 func(*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, bool) bool, arg3 ...request.Option) error

DescribeTransitGatewayPeeringAttachmentsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayPeeringAttachmentsRequest

DescribeTransitGatewayPeeringAttachmentsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayPeeringAttachmentsWithContext

func (m *MockEC2API) DescribeTransitGatewayPeeringAttachmentsWithContext(arg0 context.Context, arg1 *ec2.DescribeTransitGatewayPeeringAttachmentsInput, arg2 ...request.Option) (*ec2.DescribeTransitGatewayPeeringAttachmentsOutput, error)

DescribeTransitGatewayPeeringAttachmentsWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTables

DescribeTransitGatewayRouteTables mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesPages

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

DescribeTransitGatewayRouteTablesPages mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesPagesWithContext

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

DescribeTransitGatewayRouteTablesPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesRequest

DescribeTransitGatewayRouteTablesRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayRouteTablesWithContext

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

DescribeTransitGatewayRouteTablesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachments

DescribeTransitGatewayVpcAttachments mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsPages

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

DescribeTransitGatewayVpcAttachmentsPages mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsPagesWithContext

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

DescribeTransitGatewayVpcAttachmentsPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsRequest

DescribeTransitGatewayVpcAttachmentsRequest mocks base method

func (*MockEC2API) DescribeTransitGatewayVpcAttachmentsWithContext

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

DescribeTransitGatewayVpcAttachmentsWithContext mocks base method

func (*MockEC2API) DescribeTransitGateways

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

DescribeTransitGateways mocks base method

func (*MockEC2API) DescribeTransitGatewaysPages

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

DescribeTransitGatewaysPages mocks base method

func (*MockEC2API) DescribeTransitGatewaysPagesWithContext

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

DescribeTransitGatewaysPagesWithContext mocks base method

func (*MockEC2API) DescribeTransitGatewaysRequest

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

DescribeTransitGatewaysRequest mocks base method

func (*MockEC2API) DescribeTransitGatewaysWithContext

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

DescribeTransitGatewaysWithContext mocks base method

func (*MockEC2API) DescribeVolumeAttribute

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

DescribeVolumeAttribute mocks base method

func (*MockEC2API) DescribeVolumeAttributeRequest

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

DescribeVolumeAttributeRequest mocks base method

func (*MockEC2API) DescribeVolumeAttributeWithContext

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

DescribeVolumeAttributeWithContext mocks base method

func (*MockEC2API) DescribeVolumeStatus

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

DescribeVolumeStatus mocks base method

func (*MockEC2API) DescribeVolumeStatusPages

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

DescribeVolumeStatusPages mocks base method

func (*MockEC2API) DescribeVolumeStatusPagesWithContext

func (m *MockEC2API) DescribeVolumeStatusPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumeStatusInput, arg2 func(*ec2.DescribeVolumeStatusOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumeStatusPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumeStatusRequest

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

DescribeVolumeStatusRequest mocks base method

func (*MockEC2API) DescribeVolumeStatusWithContext

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

DescribeVolumeStatusWithContext mocks base method

func (*MockEC2API) DescribeVolumes

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

DescribeVolumes mocks base method

func (*MockEC2API) DescribeVolumesModifications

DescribeVolumesModifications mocks base method

func (*MockEC2API) DescribeVolumesModificationsPages

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

DescribeVolumesModificationsPages mocks base method

func (*MockEC2API) DescribeVolumesModificationsPagesWithContext

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

DescribeVolumesModificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumesModificationsRequest

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

DescribeVolumesModificationsRequest mocks base method

func (*MockEC2API) DescribeVolumesModificationsWithContext

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

DescribeVolumesModificationsWithContext mocks base method

func (*MockEC2API) DescribeVolumesPages

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

DescribeVolumesPages mocks base method

func (*MockEC2API) DescribeVolumesPagesWithContext

func (m *MockEC2API) DescribeVolumesPagesWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 func(*ec2.DescribeVolumesOutput, bool) bool, arg3 ...request.Option) error

DescribeVolumesPagesWithContext mocks base method

func (*MockEC2API) DescribeVolumesRequest

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

DescribeVolumesRequest mocks base method

func (*MockEC2API) DescribeVolumesWithContext

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

DescribeVolumesWithContext mocks base method

func (*MockEC2API) DescribeVpcAttribute

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

DescribeVpcAttribute mocks base method

func (*MockEC2API) DescribeVpcAttributeRequest

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

DescribeVpcAttributeRequest mocks base method

func (*MockEC2API) DescribeVpcAttributeWithContext

func (m *MockEC2API) DescribeVpcAttributeWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcAttributeInput, arg2 ...request.Option) (*ec2.DescribeVpcAttributeOutput, error)

DescribeVpcAttributeWithContext mocks base method

func (m *MockEC2API) DescribeVpcClassicLink(arg0 *ec2.DescribeVpcClassicLinkInput) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLink mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupport

DescribeVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportPages

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

DescribeVpcClassicLinkDnsSupportPages mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportPagesWithContext

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

DescribeVpcClassicLinkDnsSupportPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportRequest

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

DescribeVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkDnsSupportWithContext

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

DescribeVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DescribeVpcClassicLinkRequest

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

DescribeVpcClassicLinkRequest mocks base method

func (*MockEC2API) DescribeVpcClassicLinkWithContext

func (m *MockEC2API) DescribeVpcClassicLinkWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcClassicLinkInput, arg2 ...request.Option) (*ec2.DescribeVpcClassicLinkOutput, error)

DescribeVpcClassicLinkWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotifications

DescribeVpcEndpointConnectionNotifications mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsPages

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

DescribeVpcEndpointConnectionNotificationsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsPagesWithContext

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

DescribeVpcEndpointConnectionNotificationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsRequest

DescribeVpcEndpointConnectionNotificationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionNotificationsWithContext

func (m *MockEC2API) DescribeVpcEndpointConnectionNotificationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionNotificationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionNotificationsOutput, error)

DescribeVpcEndpointConnectionNotificationsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnections

DescribeVpcEndpointConnections mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsPages

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

DescribeVpcEndpointConnectionsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsPagesWithContext

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

DescribeVpcEndpointConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsRequest

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

DescribeVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointConnectionsWithContext

func (m *MockEC2API) DescribeVpcEndpointConnectionsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointConnectionsOutput, error)

DescribeVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurations

DescribeVpcEndpointServiceConfigurations mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsPages

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

DescribeVpcEndpointServiceConfigurationsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsPagesWithContext

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

DescribeVpcEndpointServiceConfigurationsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsRequest

DescribeVpcEndpointServiceConfigurationsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServiceConfigurationsWithContext

func (m *MockEC2API) DescribeVpcEndpointServiceConfigurationsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcEndpointServiceConfigurationsInput, arg2 ...request.Option) (*ec2.DescribeVpcEndpointServiceConfigurationsOutput, error)

DescribeVpcEndpointServiceConfigurationsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissions

DescribeVpcEndpointServicePermissions mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsPages

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

DescribeVpcEndpointServicePermissionsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsPagesWithContext

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

DescribeVpcEndpointServicePermissionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsRequest

DescribeVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicePermissionsWithContext

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

DescribeVpcEndpointServicePermissionsWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointServices

DescribeVpcEndpointServices mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesRequest

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

DescribeVpcEndpointServicesRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointServicesWithContext

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

DescribeVpcEndpointServicesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpoints

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

DescribeVpcEndpoints mocks base method

func (*MockEC2API) DescribeVpcEndpointsPages

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

DescribeVpcEndpointsPages mocks base method

func (*MockEC2API) DescribeVpcEndpointsPagesWithContext

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

DescribeVpcEndpointsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcEndpointsRequest

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

DescribeVpcEndpointsRequest mocks base method

func (*MockEC2API) DescribeVpcEndpointsWithContext

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

DescribeVpcEndpointsWithContext mocks base method

func (*MockEC2API) DescribeVpcPeeringConnections

DescribeVpcPeeringConnections mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsPages

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

DescribeVpcPeeringConnectionsPages mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsPagesWithContext

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

DescribeVpcPeeringConnectionsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsRequest

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

DescribeVpcPeeringConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpcPeeringConnectionsWithContext

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

DescribeVpcPeeringConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpcs

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

DescribeVpcs mocks base method

func (*MockEC2API) DescribeVpcsPages

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

DescribeVpcsPages mocks base method

func (*MockEC2API) DescribeVpcsPagesWithContext

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

DescribeVpcsPagesWithContext mocks base method

func (*MockEC2API) DescribeVpcsRequest

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

DescribeVpcsRequest mocks base method

func (*MockEC2API) DescribeVpcsWithContext

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

DescribeVpcsWithContext mocks base method

func (*MockEC2API) DescribeVpnConnections

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

DescribeVpnConnections mocks base method

func (*MockEC2API) DescribeVpnConnectionsRequest

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

DescribeVpnConnectionsRequest mocks base method

func (*MockEC2API) DescribeVpnConnectionsWithContext

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

DescribeVpnConnectionsWithContext mocks base method

func (*MockEC2API) DescribeVpnGateways

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

DescribeVpnGateways mocks base method

func (*MockEC2API) DescribeVpnGatewaysRequest

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

DescribeVpnGatewaysRequest mocks base method

func (*MockEC2API) DescribeVpnGatewaysWithContext

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

DescribeVpnGatewaysWithContext mocks base method

func (*MockEC2API) DetachClassicLinkVpc

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

DetachClassicLinkVpc mocks base method

func (*MockEC2API) DetachClassicLinkVpcRequest

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

DetachClassicLinkVpcRequest mocks base method

func (*MockEC2API) DetachClassicLinkVpcWithContext

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

DetachClassicLinkVpcWithContext mocks base method

func (*MockEC2API) DetachInternetGateway

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

DetachInternetGateway mocks base method

func (*MockEC2API) DetachInternetGatewayRequest

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

DetachInternetGatewayRequest mocks base method

func (*MockEC2API) DetachInternetGatewayWithContext

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

DetachInternetGatewayWithContext mocks base method

func (*MockEC2API) DetachNetworkInterface

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

DetachNetworkInterface mocks base method

func (*MockEC2API) DetachNetworkInterfaceRequest

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

DetachNetworkInterfaceRequest mocks base method

func (*MockEC2API) DetachNetworkInterfaceWithContext

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

DetachNetworkInterfaceWithContext mocks base method

func (*MockEC2API) DetachVolume

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

DetachVolume mocks base method

func (*MockEC2API) DetachVolumeRequest

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

DetachVolumeRequest mocks base method

func (*MockEC2API) DetachVolumeWithContext

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

DetachVolumeWithContext mocks base method

func (*MockEC2API) DetachVpnGateway

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

DetachVpnGateway mocks base method

func (*MockEC2API) DetachVpnGatewayRequest

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

DetachVpnGatewayRequest mocks base method

func (*MockEC2API) DetachVpnGatewayWithContext

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

DetachVpnGatewayWithContext mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefault

DisableEbsEncryptionByDefault mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefaultRequest

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

DisableEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) DisableEbsEncryptionByDefaultWithContext

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

DisableEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) DisableFastSnapshotRestores

DisableFastSnapshotRestores mocks base method

func (*MockEC2API) DisableFastSnapshotRestoresRequest

func (m *MockEC2API) DisableFastSnapshotRestoresRequest(arg0 *ec2.DisableFastSnapshotRestoresInput) (*request.Request, *ec2.DisableFastSnapshotRestoresOutput)

DisableFastSnapshotRestoresRequest mocks base method

func (*MockEC2API) DisableFastSnapshotRestoresWithContext

func (m *MockEC2API) DisableFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.DisableFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.DisableFastSnapshotRestoresOutput, error)

DisableFastSnapshotRestoresWithContext mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagation

DisableTransitGatewayRouteTablePropagation mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagationRequest

DisableTransitGatewayRouteTablePropagationRequest mocks base method

func (*MockEC2API) DisableTransitGatewayRouteTablePropagationWithContext

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

DisableTransitGatewayRouteTablePropagationWithContext mocks base method

func (*MockEC2API) DisableVgwRoutePropagation

DisableVgwRoutePropagation mocks base method

func (*MockEC2API) DisableVgwRoutePropagationRequest

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

DisableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) DisableVgwRoutePropagationWithContext

func (m *MockEC2API) DisableVgwRoutePropagationWithContext(arg0 context.Context, arg1 *ec2.DisableVgwRoutePropagationInput, arg2 ...request.Option) (*ec2.DisableVgwRoutePropagationOutput, error)

DisableVgwRoutePropagationWithContext mocks base method

func (m *MockEC2API) DisableVpcClassicLink(arg0 *ec2.DisableVpcClassicLinkInput) (*ec2.DisableVpcClassicLinkOutput, error)

DisableVpcClassicLink mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupport

DisableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportRequest

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

DisableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkDnsSupportWithContext

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

DisableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) DisableVpcClassicLinkRequest

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

DisableVpcClassicLinkRequest mocks base method

func (*MockEC2API) DisableVpcClassicLinkWithContext

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

DisableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) DisassociateAddress

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

DisassociateAddress mocks base method

func (*MockEC2API) DisassociateAddressRequest

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

DisassociateAddressRequest mocks base method

func (*MockEC2API) DisassociateAddressWithContext

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

DisassociateAddressWithContext mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetwork

DisassociateClientVpnTargetNetwork mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetworkRequest

DisassociateClientVpnTargetNetworkRequest mocks base method

func (*MockEC2API) DisassociateClientVpnTargetNetworkWithContext

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

DisassociateClientVpnTargetNetworkWithContext mocks base method

func (*MockEC2API) DisassociateIamInstanceProfile

DisassociateIamInstanceProfile mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileRequest

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

DisassociateIamInstanceProfileRequest mocks base method

func (*MockEC2API) DisassociateIamInstanceProfileWithContext

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

DisassociateIamInstanceProfileWithContext mocks base method

func (*MockEC2API) DisassociateRouteTable

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

DisassociateRouteTable mocks base method

func (*MockEC2API) DisassociateRouteTableRequest

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

DisassociateRouteTableRequest mocks base method

func (*MockEC2API) DisassociateRouteTableWithContext

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

DisassociateRouteTableWithContext mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlock

DisassociateSubnetCidrBlock mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockRequest

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

DisassociateSubnetCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateSubnetCidrBlockWithContext

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

DisassociateSubnetCidrBlockWithContext mocks base method

func (*MockEC2API) DisassociateTransitGatewayMulticastDomain

DisassociateTransitGatewayMulticastDomain mocks base method

func (*MockEC2API) DisassociateTransitGatewayMulticastDomainRequest

DisassociateTransitGatewayMulticastDomainRequest mocks base method

func (*MockEC2API) DisassociateTransitGatewayMulticastDomainWithContext

func (m *MockEC2API) DisassociateTransitGatewayMulticastDomainWithContext(arg0 context.Context, arg1 *ec2.DisassociateTransitGatewayMulticastDomainInput, arg2 ...request.Option) (*ec2.DisassociateTransitGatewayMulticastDomainOutput, error)

DisassociateTransitGatewayMulticastDomainWithContext mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTable

DisassociateTransitGatewayRouteTable mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTableRequest

DisassociateTransitGatewayRouteTableRequest mocks base method

func (*MockEC2API) DisassociateTransitGatewayRouteTableWithContext

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

DisassociateTransitGatewayRouteTableWithContext mocks base method

func (*MockEC2API) DisassociateVpcCidrBlock

DisassociateVpcCidrBlock mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockRequest

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

DisassociateVpcCidrBlockRequest mocks base method

func (*MockEC2API) DisassociateVpcCidrBlockWithContext

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

DisassociateVpcCidrBlockWithContext mocks base method

func (*MockEC2API) EXPECT

func (m *MockEC2API) EXPECT() *MockEC2APIMockRecorder

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

func (*MockEC2API) EnableEbsEncryptionByDefault

EnableEbsEncryptionByDefault mocks base method

func (*MockEC2API) EnableEbsEncryptionByDefaultRequest

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

EnableEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) EnableEbsEncryptionByDefaultWithContext

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

EnableEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) EnableFastSnapshotRestores

EnableFastSnapshotRestores mocks base method

func (*MockEC2API) EnableFastSnapshotRestoresRequest

func (m *MockEC2API) EnableFastSnapshotRestoresRequest(arg0 *ec2.EnableFastSnapshotRestoresInput) (*request.Request, *ec2.EnableFastSnapshotRestoresOutput)

EnableFastSnapshotRestoresRequest mocks base method

func (*MockEC2API) EnableFastSnapshotRestoresWithContext

func (m *MockEC2API) EnableFastSnapshotRestoresWithContext(arg0 context.Context, arg1 *ec2.EnableFastSnapshotRestoresInput, arg2 ...request.Option) (*ec2.EnableFastSnapshotRestoresOutput, error)

EnableFastSnapshotRestoresWithContext mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagation

EnableTransitGatewayRouteTablePropagation mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagationRequest

EnableTransitGatewayRouteTablePropagationRequest mocks base method

func (*MockEC2API) EnableTransitGatewayRouteTablePropagationWithContext

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

EnableTransitGatewayRouteTablePropagationWithContext mocks base method

func (*MockEC2API) EnableVgwRoutePropagation

EnableVgwRoutePropagation mocks base method

func (*MockEC2API) EnableVgwRoutePropagationRequest

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

EnableVgwRoutePropagationRequest mocks base method

func (*MockEC2API) EnableVgwRoutePropagationWithContext

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

EnableVgwRoutePropagationWithContext mocks base method

func (*MockEC2API) EnableVolumeIO

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

EnableVolumeIO mocks base method

func (*MockEC2API) EnableVolumeIORequest

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

EnableVolumeIORequest mocks base method

func (*MockEC2API) EnableVolumeIOWithContext

func (m *MockEC2API) EnableVolumeIOWithContext(arg0 context.Context, arg1 *ec2.EnableVolumeIOInput, arg2 ...request.Option) (*ec2.EnableVolumeIOOutput, error)

EnableVolumeIOWithContext mocks base method

func (m *MockEC2API) EnableVpcClassicLink(arg0 *ec2.EnableVpcClassicLinkInput) (*ec2.EnableVpcClassicLinkOutput, error)

EnableVpcClassicLink mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupport

EnableVpcClassicLinkDnsSupport mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportRequest

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

EnableVpcClassicLinkDnsSupportRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkDnsSupportWithContext

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

EnableVpcClassicLinkDnsSupportWithContext mocks base method

func (*MockEC2API) EnableVpcClassicLinkRequest

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

EnableVpcClassicLinkRequest mocks base method

func (*MockEC2API) EnableVpcClassicLinkWithContext

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

EnableVpcClassicLinkWithContext mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationList

ExportClientVpnClientCertificateRevocationList mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationListRequest

ExportClientVpnClientCertificateRevocationListRequest mocks base method

func (*MockEC2API) ExportClientVpnClientCertificateRevocationListWithContext

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

ExportClientVpnClientCertificateRevocationListWithContext mocks base method

func (*MockEC2API) ExportClientVpnClientConfiguration

ExportClientVpnClientConfiguration mocks base method

func (*MockEC2API) ExportClientVpnClientConfigurationRequest

ExportClientVpnClientConfigurationRequest mocks base method

func (*MockEC2API) ExportClientVpnClientConfigurationWithContext

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

ExportClientVpnClientConfigurationWithContext mocks base method

func (*MockEC2API) ExportImage

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

ExportImage mocks base method

func (*MockEC2API) ExportImageRequest

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

ExportImageRequest mocks base method

func (*MockEC2API) ExportImageWithContext

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

ExportImageWithContext mocks base method

func (*MockEC2API) ExportTransitGatewayRoutes

ExportTransitGatewayRoutes mocks base method

func (*MockEC2API) ExportTransitGatewayRoutesRequest

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

ExportTransitGatewayRoutesRequest mocks base method

func (*MockEC2API) ExportTransitGatewayRoutesWithContext

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

ExportTransitGatewayRoutesWithContext mocks base method

func (*MockEC2API) GetAssociatedIpv6PoolCidrs

GetAssociatedIpv6PoolCidrs mocks base method

func (*MockEC2API) GetAssociatedIpv6PoolCidrsPages

func (m *MockEC2API) GetAssociatedIpv6PoolCidrsPages(arg0 *ec2.GetAssociatedIpv6PoolCidrsInput, arg1 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool) error

GetAssociatedIpv6PoolCidrsPages mocks base method

func (*MockEC2API) GetAssociatedIpv6PoolCidrsPagesWithContext

func (m *MockEC2API) GetAssociatedIpv6PoolCidrsPagesWithContext(arg0 context.Context, arg1 *ec2.GetAssociatedIpv6PoolCidrsInput, arg2 func(*ec2.GetAssociatedIpv6PoolCidrsOutput, bool) bool, arg3 ...request.Option) error

GetAssociatedIpv6PoolCidrsPagesWithContext mocks base method

func (*MockEC2API) GetAssociatedIpv6PoolCidrsRequest

func (m *MockEC2API) GetAssociatedIpv6PoolCidrsRequest(arg0 *ec2.GetAssociatedIpv6PoolCidrsInput) (*request.Request, *ec2.GetAssociatedIpv6PoolCidrsOutput)

GetAssociatedIpv6PoolCidrsRequest mocks base method

func (*MockEC2API) GetAssociatedIpv6PoolCidrsWithContext

func (m *MockEC2API) GetAssociatedIpv6PoolCidrsWithContext(arg0 context.Context, arg1 *ec2.GetAssociatedIpv6PoolCidrsInput, arg2 ...request.Option) (*ec2.GetAssociatedIpv6PoolCidrsOutput, error)

GetAssociatedIpv6PoolCidrsWithContext mocks base method

func (*MockEC2API) GetCapacityReservationUsage

GetCapacityReservationUsage mocks base method

func (*MockEC2API) GetCapacityReservationUsageRequest

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

GetCapacityReservationUsageRequest mocks base method

func (*MockEC2API) GetCapacityReservationUsageWithContext

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

GetCapacityReservationUsageWithContext mocks base method

func (*MockEC2API) GetCoipPoolUsage

func (m *MockEC2API) GetCoipPoolUsage(arg0 *ec2.GetCoipPoolUsageInput) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsage mocks base method

func (*MockEC2API) GetCoipPoolUsageRequest

func (m *MockEC2API) GetCoipPoolUsageRequest(arg0 *ec2.GetCoipPoolUsageInput) (*request.Request, *ec2.GetCoipPoolUsageOutput)

GetCoipPoolUsageRequest mocks base method

func (*MockEC2API) GetCoipPoolUsageWithContext

func (m *MockEC2API) GetCoipPoolUsageWithContext(arg0 context.Context, arg1 *ec2.GetCoipPoolUsageInput, arg2 ...request.Option) (*ec2.GetCoipPoolUsageOutput, error)

GetCoipPoolUsageWithContext mocks base method

func (*MockEC2API) GetConsoleOutput

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

GetConsoleOutput mocks base method

func (*MockEC2API) GetConsoleOutputRequest

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

GetConsoleOutputRequest mocks base method

func (*MockEC2API) GetConsoleOutputWithContext

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

GetConsoleOutputWithContext mocks base method

func (*MockEC2API) GetConsoleScreenshot

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

GetConsoleScreenshot mocks base method

func (*MockEC2API) GetConsoleScreenshotRequest

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

GetConsoleScreenshotRequest mocks base method

func (*MockEC2API) GetConsoleScreenshotWithContext

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

GetConsoleScreenshotWithContext mocks base method

func (*MockEC2API) GetDefaultCreditSpecification

GetDefaultCreditSpecification mocks base method

func (*MockEC2API) GetDefaultCreditSpecificationRequest

func (m *MockEC2API) GetDefaultCreditSpecificationRequest(arg0 *ec2.GetDefaultCreditSpecificationInput) (*request.Request, *ec2.GetDefaultCreditSpecificationOutput)

GetDefaultCreditSpecificationRequest mocks base method

func (*MockEC2API) GetDefaultCreditSpecificationWithContext

func (m *MockEC2API) GetDefaultCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.GetDefaultCreditSpecificationInput, arg2 ...request.Option) (*ec2.GetDefaultCreditSpecificationOutput, error)

GetDefaultCreditSpecificationWithContext mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyId

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

GetEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyIdRequest

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

GetEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) GetEbsDefaultKmsKeyIdWithContext

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

GetEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) GetEbsEncryptionByDefault

GetEbsEncryptionByDefault mocks base method

func (*MockEC2API) GetEbsEncryptionByDefaultRequest

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

GetEbsEncryptionByDefaultRequest mocks base method

func (*MockEC2API) GetEbsEncryptionByDefaultWithContext

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

GetEbsEncryptionByDefaultWithContext mocks base method

func (*MockEC2API) GetGroupsForCapacityReservation

GetGroupsForCapacityReservation mocks base method

func (*MockEC2API) GetGroupsForCapacityReservationPages

func (m *MockEC2API) GetGroupsForCapacityReservationPages(arg0 *ec2.GetGroupsForCapacityReservationInput, arg1 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool) error

GetGroupsForCapacityReservationPages mocks base method

func (*MockEC2API) GetGroupsForCapacityReservationPagesWithContext

func (m *MockEC2API) GetGroupsForCapacityReservationPagesWithContext(arg0 context.Context, arg1 *ec2.GetGroupsForCapacityReservationInput, arg2 func(*ec2.GetGroupsForCapacityReservationOutput, bool) bool, arg3 ...request.Option) error

GetGroupsForCapacityReservationPagesWithContext mocks base method

func (*MockEC2API) GetGroupsForCapacityReservationRequest

func (m *MockEC2API) GetGroupsForCapacityReservationRequest(arg0 *ec2.GetGroupsForCapacityReservationInput) (*request.Request, *ec2.GetGroupsForCapacityReservationOutput)

GetGroupsForCapacityReservationRequest mocks base method

func (*MockEC2API) GetGroupsForCapacityReservationWithContext

func (m *MockEC2API) GetGroupsForCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.GetGroupsForCapacityReservationInput, arg2 ...request.Option) (*ec2.GetGroupsForCapacityReservationOutput, error)

GetGroupsForCapacityReservationWithContext mocks base method

func (*MockEC2API) GetHostReservationPurchasePreview

GetHostReservationPurchasePreview mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewRequest

GetHostReservationPurchasePreviewRequest mocks base method

func (*MockEC2API) GetHostReservationPurchasePreviewWithContext

func (m *MockEC2API) GetHostReservationPurchasePreviewWithContext(arg0 context.Context, arg1 *ec2.GetHostReservationPurchasePreviewInput, arg2 ...request.Option) (*ec2.GetHostReservationPurchasePreviewOutput, error)

GetHostReservationPurchasePreviewWithContext mocks base method

func (*MockEC2API) GetLaunchTemplateData

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

GetLaunchTemplateData mocks base method

func (*MockEC2API) GetLaunchTemplateDataRequest

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

GetLaunchTemplateDataRequest mocks base method

func (*MockEC2API) GetLaunchTemplateDataWithContext

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

GetLaunchTemplateDataWithContext mocks base method

func (*MockEC2API) GetManagedPrefixListAssociations

GetManagedPrefixListAssociations mocks base method

func (*MockEC2API) GetManagedPrefixListAssociationsPages

func (m *MockEC2API) GetManagedPrefixListAssociationsPages(arg0 *ec2.GetManagedPrefixListAssociationsInput, arg1 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool) error

GetManagedPrefixListAssociationsPages mocks base method

func (*MockEC2API) GetManagedPrefixListAssociationsPagesWithContext

func (m *MockEC2API) GetManagedPrefixListAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListAssociationsInput, arg2 func(*ec2.GetManagedPrefixListAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetManagedPrefixListAssociationsPagesWithContext mocks base method

func (*MockEC2API) GetManagedPrefixListAssociationsRequest

func (m *MockEC2API) GetManagedPrefixListAssociationsRequest(arg0 *ec2.GetManagedPrefixListAssociationsInput) (*request.Request, *ec2.GetManagedPrefixListAssociationsOutput)

GetManagedPrefixListAssociationsRequest mocks base method

func (*MockEC2API) GetManagedPrefixListAssociationsWithContext

func (m *MockEC2API) GetManagedPrefixListAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListAssociationsInput, arg2 ...request.Option) (*ec2.GetManagedPrefixListAssociationsOutput, error)

GetManagedPrefixListAssociationsWithContext mocks base method

func (*MockEC2API) GetManagedPrefixListEntries

GetManagedPrefixListEntries mocks base method

func (*MockEC2API) GetManagedPrefixListEntriesPages

func (m *MockEC2API) GetManagedPrefixListEntriesPages(arg0 *ec2.GetManagedPrefixListEntriesInput, arg1 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool) error

GetManagedPrefixListEntriesPages mocks base method

func (*MockEC2API) GetManagedPrefixListEntriesPagesWithContext

func (m *MockEC2API) GetManagedPrefixListEntriesPagesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListEntriesInput, arg2 func(*ec2.GetManagedPrefixListEntriesOutput, bool) bool, arg3 ...request.Option) error

GetManagedPrefixListEntriesPagesWithContext mocks base method

func (*MockEC2API) GetManagedPrefixListEntriesRequest

func (m *MockEC2API) GetManagedPrefixListEntriesRequest(arg0 *ec2.GetManagedPrefixListEntriesInput) (*request.Request, *ec2.GetManagedPrefixListEntriesOutput)

GetManagedPrefixListEntriesRequest mocks base method

func (*MockEC2API) GetManagedPrefixListEntriesWithContext

func (m *MockEC2API) GetManagedPrefixListEntriesWithContext(arg0 context.Context, arg1 *ec2.GetManagedPrefixListEntriesInput, arg2 ...request.Option) (*ec2.GetManagedPrefixListEntriesOutput, error)

GetManagedPrefixListEntriesWithContext mocks base method

func (*MockEC2API) GetPasswordData

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

GetPasswordData mocks base method

func (*MockEC2API) GetPasswordDataRequest

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

GetPasswordDataRequest mocks base method

func (*MockEC2API) GetPasswordDataWithContext

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

GetPasswordDataWithContext mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuote

GetReservedInstancesExchangeQuote mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteRequest

GetReservedInstancesExchangeQuoteRequest mocks base method

func (*MockEC2API) GetReservedInstancesExchangeQuoteWithContext

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

GetReservedInstancesExchangeQuoteWithContext mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagations

GetTransitGatewayAttachmentPropagations mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsPages

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

GetTransitGatewayAttachmentPropagationsPages mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsPagesWithContext

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

GetTransitGatewayAttachmentPropagationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsRequest

GetTransitGatewayAttachmentPropagationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayAttachmentPropagationsWithContext

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

GetTransitGatewayAttachmentPropagationsWithContext mocks base method

func (*MockEC2API) GetTransitGatewayMulticastDomainAssociations

GetTransitGatewayMulticastDomainAssociations mocks base method

func (*MockEC2API) GetTransitGatewayMulticastDomainAssociationsPages

func (m *MockEC2API) GetTransitGatewayMulticastDomainAssociationsPages(arg0 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg1 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool) error

GetTransitGatewayMulticastDomainAssociationsPages mocks base method

func (*MockEC2API) GetTransitGatewayMulticastDomainAssociationsPagesWithContext

func (m *MockEC2API) GetTransitGatewayMulticastDomainAssociationsPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg2 func(*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayMulticastDomainAssociationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayMulticastDomainAssociationsRequest

GetTransitGatewayMulticastDomainAssociationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayMulticastDomainAssociationsWithContext

func (m *MockEC2API) GetTransitGatewayMulticastDomainAssociationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayMulticastDomainAssociationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayMulticastDomainAssociationsOutput, error)

GetTransitGatewayMulticastDomainAssociationsWithContext mocks base method

func (*MockEC2API) GetTransitGatewayPrefixListReferences

GetTransitGatewayPrefixListReferences mocks base method

func (*MockEC2API) GetTransitGatewayPrefixListReferencesPages

func (m *MockEC2API) GetTransitGatewayPrefixListReferencesPages(arg0 *ec2.GetTransitGatewayPrefixListReferencesInput, arg1 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool) error

GetTransitGatewayPrefixListReferencesPages mocks base method

func (*MockEC2API) GetTransitGatewayPrefixListReferencesPagesWithContext

func (m *MockEC2API) GetTransitGatewayPrefixListReferencesPagesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPrefixListReferencesInput, arg2 func(*ec2.GetTransitGatewayPrefixListReferencesOutput, bool) bool, arg3 ...request.Option) error

GetTransitGatewayPrefixListReferencesPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayPrefixListReferencesRequest

GetTransitGatewayPrefixListReferencesRequest mocks base method

func (*MockEC2API) GetTransitGatewayPrefixListReferencesWithContext

func (m *MockEC2API) GetTransitGatewayPrefixListReferencesWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayPrefixListReferencesInput, arg2 ...request.Option) (*ec2.GetTransitGatewayPrefixListReferencesOutput, error)

GetTransitGatewayPrefixListReferencesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociations

GetTransitGatewayRouteTableAssociations mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsPages

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

GetTransitGatewayRouteTableAssociationsPages mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsPagesWithContext

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

GetTransitGatewayRouteTableAssociationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsRequest

GetTransitGatewayRouteTableAssociationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayRouteTableAssociationsWithContext

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

GetTransitGatewayRouteTableAssociationsWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagations

GetTransitGatewayRouteTablePropagations mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsPages

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

GetTransitGatewayRouteTablePropagationsPages mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsPagesWithContext

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

GetTransitGatewayRouteTablePropagationsPagesWithContext mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsRequest

GetTransitGatewayRouteTablePropagationsRequest mocks base method

func (*MockEC2API) GetTransitGatewayRouteTablePropagationsWithContext

func (m *MockEC2API) GetTransitGatewayRouteTablePropagationsWithContext(arg0 context.Context, arg1 *ec2.GetTransitGatewayRouteTablePropagationsInput, arg2 ...request.Option) (*ec2.GetTransitGatewayRouteTablePropagationsOutput, error)

GetTransitGatewayRouteTablePropagationsWithContext mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationList

ImportClientVpnClientCertificateRevocationList mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationListRequest

ImportClientVpnClientCertificateRevocationListRequest mocks base method

func (*MockEC2API) ImportClientVpnClientCertificateRevocationListWithContext

func (m *MockEC2API) ImportClientVpnClientCertificateRevocationListWithContext(arg0 context.Context, arg1 *ec2.ImportClientVpnClientCertificateRevocationListInput, arg2 ...request.Option) (*ec2.ImportClientVpnClientCertificateRevocationListOutput, error)

ImportClientVpnClientCertificateRevocationListWithContext mocks base method

func (*MockEC2API) ImportImage

func (m *MockEC2API) ImportImage(arg0 *ec2.ImportImageInput) (*ec2.ImportImageOutput, error)

ImportImage mocks base method

func (*MockEC2API) ImportImageRequest

func (m *MockEC2API) ImportImageRequest(arg0 *ec2.ImportImageInput) (*request.Request, *ec2.ImportImageOutput)

ImportImageRequest mocks base method

func (*MockEC2API) ImportImageWithContext

func (m *MockEC2API) ImportImageWithContext(arg0 context.Context, arg1 *ec2.ImportImageInput, arg2 ...request.Option) (*ec2.ImportImageOutput, error)

ImportImageWithContext mocks base method

func (*MockEC2API) ImportInstance

func (m *MockEC2API) ImportInstance(arg0 *ec2.ImportInstanceInput) (*ec2.ImportInstanceOutput, error)

ImportInstance mocks base method

func (*MockEC2API) ImportInstanceRequest

func (m *MockEC2API) ImportInstanceRequest(arg0 *ec2.ImportInstanceInput) (*request.Request, *ec2.ImportInstanceOutput)

ImportInstanceRequest mocks base method

func (*MockEC2API) ImportInstanceWithContext

func (m *MockEC2API) ImportInstanceWithContext(arg0 context.Context, arg1 *ec2.ImportInstanceInput, arg2 ...request.Option) (*ec2.ImportInstanceOutput, error)

ImportInstanceWithContext mocks base method

func (*MockEC2API) ImportKeyPair

func (m *MockEC2API) ImportKeyPair(arg0 *ec2.ImportKeyPairInput) (*ec2.ImportKeyPairOutput, error)

ImportKeyPair mocks base method

func (*MockEC2API) ImportKeyPairRequest

func (m *MockEC2API) ImportKeyPairRequest(arg0 *ec2.ImportKeyPairInput) (*request.Request, *ec2.ImportKeyPairOutput)

ImportKeyPairRequest mocks base method

func (*MockEC2API) ImportKeyPairWithContext

func (m *MockEC2API) ImportKeyPairWithContext(arg0 context.Context, arg1 *ec2.ImportKeyPairInput, arg2 ...request.Option) (*ec2.ImportKeyPairOutput, error)

ImportKeyPairWithContext mocks base method

func (*MockEC2API) ImportSnapshot

func (m *MockEC2API) ImportSnapshot(arg0 *ec2.ImportSnapshotInput) (*ec2.ImportSnapshotOutput, error)

ImportSnapshot mocks base method

func (*MockEC2API) ImportSnapshotRequest

func (m *MockEC2API) ImportSnapshotRequest(arg0 *ec2.ImportSnapshotInput) (*request.Request, *ec2.ImportSnapshotOutput)

ImportSnapshotRequest mocks base method

func (*MockEC2API) ImportSnapshotWithContext

func (m *MockEC2API) ImportSnapshotWithContext(arg0 context.Context, arg1 *ec2.ImportSnapshotInput, arg2 ...request.Option) (*ec2.ImportSnapshotOutput, error)

ImportSnapshotWithContext mocks base method

func (*MockEC2API) ImportVolume

func (m *MockEC2API) ImportVolume(arg0 *ec2.ImportVolumeInput) (*ec2.ImportVolumeOutput, error)

ImportVolume mocks base method

func (*MockEC2API) ImportVolumeRequest

func (m *MockEC2API) ImportVolumeRequest(arg0 *ec2.ImportVolumeInput) (*request.Request, *ec2.ImportVolumeOutput)

ImportVolumeRequest mocks base method

func (*MockEC2API) ImportVolumeWithContext

func (m *MockEC2API) ImportVolumeWithContext(arg0 context.Context, arg1 *ec2.ImportVolumeInput, arg2 ...request.Option) (*ec2.ImportVolumeOutput, error)

ImportVolumeWithContext mocks base method

func (*MockEC2API) ModifyAvailabilityZoneGroup

ModifyAvailabilityZoneGroup mocks base method

func (*MockEC2API) ModifyAvailabilityZoneGroupRequest

func (m *MockEC2API) ModifyAvailabilityZoneGroupRequest(arg0 *ec2.ModifyAvailabilityZoneGroupInput) (*request.Request, *ec2.ModifyAvailabilityZoneGroupOutput)

ModifyAvailabilityZoneGroupRequest mocks base method

func (*MockEC2API) ModifyAvailabilityZoneGroupWithContext

func (m *MockEC2API) ModifyAvailabilityZoneGroupWithContext(arg0 context.Context, arg1 *ec2.ModifyAvailabilityZoneGroupInput, arg2 ...request.Option) (*ec2.ModifyAvailabilityZoneGroupOutput, error)

ModifyAvailabilityZoneGroupWithContext mocks base method

func (*MockEC2API) ModifyCapacityReservation

ModifyCapacityReservation mocks base method

func (*MockEC2API) ModifyCapacityReservationRequest

func (m *MockEC2API) ModifyCapacityReservationRequest(arg0 *ec2.ModifyCapacityReservationInput) (*request.Request, *ec2.ModifyCapacityReservationOutput)

ModifyCapacityReservationRequest mocks base method

func (*MockEC2API) ModifyCapacityReservationWithContext

func (m *MockEC2API) ModifyCapacityReservationWithContext(arg0 context.Context, arg1 *ec2.ModifyCapacityReservationInput, arg2 ...request.Option) (*ec2.ModifyCapacityReservationOutput, error)

ModifyCapacityReservationWithContext mocks base method

func (*MockEC2API) ModifyClientVpnEndpoint

func (m *MockEC2API) ModifyClientVpnEndpoint(arg0 *ec2.ModifyClientVpnEndpointInput) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpoint mocks base method

func (*MockEC2API) ModifyClientVpnEndpointRequest

func (m *MockEC2API) ModifyClientVpnEndpointRequest(arg0 *ec2.ModifyClientVpnEndpointInput) (*request.Request, *ec2.ModifyClientVpnEndpointOutput)

ModifyClientVpnEndpointRequest mocks base method

func (*MockEC2API) ModifyClientVpnEndpointWithContext

func (m *MockEC2API) ModifyClientVpnEndpointWithContext(arg0 context.Context, arg1 *ec2.ModifyClientVpnEndpointInput, arg2 ...request.Option) (*ec2.ModifyClientVpnEndpointOutput, error)

ModifyClientVpnEndpointWithContext mocks base method

func (*MockEC2API) ModifyDefaultCreditSpecification

ModifyDefaultCreditSpecification mocks base method

func (*MockEC2API) ModifyDefaultCreditSpecificationRequest

func (m *MockEC2API) ModifyDefaultCreditSpecificationRequest(arg0 *ec2.ModifyDefaultCreditSpecificationInput) (*request.Request, *ec2.ModifyDefaultCreditSpecificationOutput)

ModifyDefaultCreditSpecificationRequest mocks base method

func (*MockEC2API) ModifyDefaultCreditSpecificationWithContext

func (m *MockEC2API) ModifyDefaultCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.ModifyDefaultCreditSpecificationInput, arg2 ...request.Option) (*ec2.ModifyDefaultCreditSpecificationOutput, error)

ModifyDefaultCreditSpecificationWithContext mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyId

ModifyEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyIdRequest

func (m *MockEC2API) ModifyEbsDefaultKmsKeyIdRequest(arg0 *ec2.ModifyEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ModifyEbsDefaultKmsKeyIdOutput)

ModifyEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) ModifyEbsDefaultKmsKeyIdWithContext

func (m *MockEC2API) ModifyEbsDefaultKmsKeyIdWithContext(arg0 context.Context, arg1 *ec2.ModifyEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ModifyEbsDefaultKmsKeyIdOutput, error)

ModifyEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) ModifyFleet

func (m *MockEC2API) ModifyFleet(arg0 *ec2.ModifyFleetInput) (*ec2.ModifyFleetOutput, error)

ModifyFleet mocks base method

func (*MockEC2API) ModifyFleetRequest

func (m *MockEC2API) ModifyFleetRequest(arg0 *ec2.ModifyFleetInput) (*request.Request, *ec2.ModifyFleetOutput)

ModifyFleetRequest mocks base method

func (*MockEC2API) ModifyFleetWithContext

func (m *MockEC2API) ModifyFleetWithContext(arg0 context.Context, arg1 *ec2.ModifyFleetInput, arg2 ...request.Option) (*ec2.ModifyFleetOutput, error)

ModifyFleetWithContext mocks base method

func (*MockEC2API) ModifyFpgaImageAttribute

ModifyFpgaImageAttribute mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeRequest

func (m *MockEC2API) ModifyFpgaImageAttributeRequest(arg0 *ec2.ModifyFpgaImageAttributeInput) (*request.Request, *ec2.ModifyFpgaImageAttributeOutput)

ModifyFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ModifyFpgaImageAttributeWithContext

func (m *MockEC2API) ModifyFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyFpgaImageAttributeOutput, error)

ModifyFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyHosts

func (m *MockEC2API) ModifyHosts(arg0 *ec2.ModifyHostsInput) (*ec2.ModifyHostsOutput, error)

ModifyHosts mocks base method

func (*MockEC2API) ModifyHostsRequest

func (m *MockEC2API) ModifyHostsRequest(arg0 *ec2.ModifyHostsInput) (*request.Request, *ec2.ModifyHostsOutput)

ModifyHostsRequest mocks base method

func (*MockEC2API) ModifyHostsWithContext

func (m *MockEC2API) ModifyHostsWithContext(arg0 context.Context, arg1 *ec2.ModifyHostsInput, arg2 ...request.Option) (*ec2.ModifyHostsOutput, error)

ModifyHostsWithContext mocks base method

func (*MockEC2API) ModifyIdFormat

func (m *MockEC2API) ModifyIdFormat(arg0 *ec2.ModifyIdFormatInput) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormat mocks base method

func (*MockEC2API) ModifyIdFormatRequest

func (m *MockEC2API) ModifyIdFormatRequest(arg0 *ec2.ModifyIdFormatInput) (*request.Request, *ec2.ModifyIdFormatOutput)

ModifyIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdFormatWithContext

func (m *MockEC2API) ModifyIdFormatWithContext(arg0 context.Context, arg1 *ec2.ModifyIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdFormatOutput, error)

ModifyIdFormatWithContext mocks base method

func (*MockEC2API) ModifyIdentityIdFormat

func (m *MockEC2API) ModifyIdentityIdFormat(arg0 *ec2.ModifyIdentityIdFormatInput) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormat mocks base method

func (*MockEC2API) ModifyIdentityIdFormatRequest

func (m *MockEC2API) ModifyIdentityIdFormatRequest(arg0 *ec2.ModifyIdentityIdFormatInput) (*request.Request, *ec2.ModifyIdentityIdFormatOutput)

ModifyIdentityIdFormatRequest mocks base method

func (*MockEC2API) ModifyIdentityIdFormatWithContext

func (m *MockEC2API) ModifyIdentityIdFormatWithContext(arg0 context.Context, arg1 *ec2.ModifyIdentityIdFormatInput, arg2 ...request.Option) (*ec2.ModifyIdentityIdFormatOutput, error)

ModifyIdentityIdFormatWithContext mocks base method

func (*MockEC2API) ModifyImageAttribute

func (m *MockEC2API) ModifyImageAttribute(arg0 *ec2.ModifyImageAttributeInput) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttribute mocks base method

func (*MockEC2API) ModifyImageAttributeRequest

func (m *MockEC2API) ModifyImageAttributeRequest(arg0 *ec2.ModifyImageAttributeInput) (*request.Request, *ec2.ModifyImageAttributeOutput)

ModifyImageAttributeRequest mocks base method

func (*MockEC2API) ModifyImageAttributeWithContext

func (m *MockEC2API) ModifyImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyImageAttributeInput, arg2 ...request.Option) (*ec2.ModifyImageAttributeOutput, error)

ModifyImageAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceAttribute

func (m *MockEC2API) ModifyInstanceAttribute(arg0 *ec2.ModifyInstanceAttributeInput) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttribute mocks base method

func (*MockEC2API) ModifyInstanceAttributeRequest

func (m *MockEC2API) ModifyInstanceAttributeRequest(arg0 *ec2.ModifyInstanceAttributeInput) (*request.Request, *ec2.ModifyInstanceAttributeOutput)

ModifyInstanceAttributeRequest mocks base method

func (*MockEC2API) ModifyInstanceAttributeWithContext

func (m *MockEC2API) ModifyInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceAttributeInput, arg2 ...request.Option) (*ec2.ModifyInstanceAttributeOutput, error)

ModifyInstanceAttributeWithContext mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributes

ModifyInstanceCapacityReservationAttributes mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributesRequest

ModifyInstanceCapacityReservationAttributesRequest mocks base method

func (*MockEC2API) ModifyInstanceCapacityReservationAttributesWithContext

func (m *MockEC2API) ModifyInstanceCapacityReservationAttributesWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceCapacityReservationAttributesInput, arg2 ...request.Option) (*ec2.ModifyInstanceCapacityReservationAttributesOutput, error)

ModifyInstanceCapacityReservationAttributesWithContext mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecification

ModifyInstanceCreditSpecification mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationRequest

ModifyInstanceCreditSpecificationRequest mocks base method

func (*MockEC2API) ModifyInstanceCreditSpecificationWithContext

func (m *MockEC2API) ModifyInstanceCreditSpecificationWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceCreditSpecificationInput, arg2 ...request.Option) (*ec2.ModifyInstanceCreditSpecificationOutput, error)

ModifyInstanceCreditSpecificationWithContext mocks base method

func (*MockEC2API) ModifyInstanceEventStartTime

ModifyInstanceEventStartTime mocks base method

func (*MockEC2API) ModifyInstanceEventStartTimeRequest

func (m *MockEC2API) ModifyInstanceEventStartTimeRequest(arg0 *ec2.ModifyInstanceEventStartTimeInput) (*request.Request, *ec2.ModifyInstanceEventStartTimeOutput)

ModifyInstanceEventStartTimeRequest mocks base method

func (*MockEC2API) ModifyInstanceEventStartTimeWithContext

func (m *MockEC2API) ModifyInstanceEventStartTimeWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceEventStartTimeInput, arg2 ...request.Option) (*ec2.ModifyInstanceEventStartTimeOutput, error)

ModifyInstanceEventStartTimeWithContext mocks base method

func (*MockEC2API) ModifyInstanceMetadataOptions

ModifyInstanceMetadataOptions mocks base method

func (*MockEC2API) ModifyInstanceMetadataOptionsRequest

func (m *MockEC2API) ModifyInstanceMetadataOptionsRequest(arg0 *ec2.ModifyInstanceMetadataOptionsInput) (*request.Request, *ec2.ModifyInstanceMetadataOptionsOutput)

ModifyInstanceMetadataOptionsRequest mocks base method

func (*MockEC2API) ModifyInstanceMetadataOptionsWithContext

func (m *MockEC2API) ModifyInstanceMetadataOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyInstanceMetadataOptionsInput, arg2 ...request.Option) (*ec2.ModifyInstanceMetadataOptionsOutput, error)

ModifyInstanceMetadataOptionsWithContext mocks base method

func (*MockEC2API) ModifyInstancePlacement

func (m *MockEC2API) ModifyInstancePlacement(arg0 *ec2.ModifyInstancePlacementInput) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacement mocks base method

func (*MockEC2API) ModifyInstancePlacementRequest

func (m *MockEC2API) ModifyInstancePlacementRequest(arg0 *ec2.ModifyInstancePlacementInput) (*request.Request, *ec2.ModifyInstancePlacementOutput)

ModifyInstancePlacementRequest mocks base method

func (*MockEC2API) ModifyInstancePlacementWithContext

func (m *MockEC2API) ModifyInstancePlacementWithContext(arg0 context.Context, arg1 *ec2.ModifyInstancePlacementInput, arg2 ...request.Option) (*ec2.ModifyInstancePlacementOutput, error)

ModifyInstancePlacementWithContext mocks base method

func (*MockEC2API) ModifyLaunchTemplate

func (m *MockEC2API) ModifyLaunchTemplate(arg0 *ec2.ModifyLaunchTemplateInput) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplate mocks base method

func (*MockEC2API) ModifyLaunchTemplateRequest

func (m *MockEC2API) ModifyLaunchTemplateRequest(arg0 *ec2.ModifyLaunchTemplateInput) (*request.Request, *ec2.ModifyLaunchTemplateOutput)

ModifyLaunchTemplateRequest mocks base method

func (*MockEC2API) ModifyLaunchTemplateWithContext

func (m *MockEC2API) ModifyLaunchTemplateWithContext(arg0 context.Context, arg1 *ec2.ModifyLaunchTemplateInput, arg2 ...request.Option) (*ec2.ModifyLaunchTemplateOutput, error)

ModifyLaunchTemplateWithContext mocks base method

func (*MockEC2API) ModifyManagedPrefixList

func (m *MockEC2API) ModifyManagedPrefixList(arg0 *ec2.ModifyManagedPrefixListInput) (*ec2.ModifyManagedPrefixListOutput, error)

ModifyManagedPrefixList mocks base method

func (*MockEC2API) ModifyManagedPrefixListRequest

func (m *MockEC2API) ModifyManagedPrefixListRequest(arg0 *ec2.ModifyManagedPrefixListInput) (*request.Request, *ec2.ModifyManagedPrefixListOutput)

ModifyManagedPrefixListRequest mocks base method

func (*MockEC2API) ModifyManagedPrefixListWithContext

func (m *MockEC2API) ModifyManagedPrefixListWithContext(arg0 context.Context, arg1 *ec2.ModifyManagedPrefixListInput, arg2 ...request.Option) (*ec2.ModifyManagedPrefixListOutput, error)

ModifyManagedPrefixListWithContext mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttribute

ModifyNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeRequest

func (m *MockEC2API) ModifyNetworkInterfaceAttributeRequest(arg0 *ec2.ModifyNetworkInterfaceAttributeInput) (*request.Request, *ec2.ModifyNetworkInterfaceAttributeOutput)

ModifyNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ModifyNetworkInterfaceAttributeWithContext

func (m *MockEC2API) ModifyNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ModifyNetworkInterfaceAttributeOutput, error)

ModifyNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ModifyReservedInstances

func (m *MockEC2API) ModifyReservedInstances(arg0 *ec2.ModifyReservedInstancesInput) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstances mocks base method

func (*MockEC2API) ModifyReservedInstancesRequest

func (m *MockEC2API) ModifyReservedInstancesRequest(arg0 *ec2.ModifyReservedInstancesInput) (*request.Request, *ec2.ModifyReservedInstancesOutput)

ModifyReservedInstancesRequest mocks base method

func (*MockEC2API) ModifyReservedInstancesWithContext

func (m *MockEC2API) ModifyReservedInstancesWithContext(arg0 context.Context, arg1 *ec2.ModifyReservedInstancesInput, arg2 ...request.Option) (*ec2.ModifyReservedInstancesOutput, error)

ModifyReservedInstancesWithContext mocks base method

func (*MockEC2API) ModifySnapshotAttribute

func (m *MockEC2API) ModifySnapshotAttribute(arg0 *ec2.ModifySnapshotAttributeInput) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttribute mocks base method

func (*MockEC2API) ModifySnapshotAttributeRequest

func (m *MockEC2API) ModifySnapshotAttributeRequest(arg0 *ec2.ModifySnapshotAttributeInput) (*request.Request, *ec2.ModifySnapshotAttributeOutput)

ModifySnapshotAttributeRequest mocks base method

func (*MockEC2API) ModifySnapshotAttributeWithContext

func (m *MockEC2API) ModifySnapshotAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifySnapshotAttributeInput, arg2 ...request.Option) (*ec2.ModifySnapshotAttributeOutput, error)

ModifySnapshotAttributeWithContext mocks base method

func (*MockEC2API) ModifySpotFleetRequest

func (m *MockEC2API) ModifySpotFleetRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestRequest

func (m *MockEC2API) ModifySpotFleetRequestRequest(arg0 *ec2.ModifySpotFleetRequestInput) (*request.Request, *ec2.ModifySpotFleetRequestOutput)

ModifySpotFleetRequestRequest mocks base method

func (*MockEC2API) ModifySpotFleetRequestWithContext

func (m *MockEC2API) ModifySpotFleetRequestWithContext(arg0 context.Context, arg1 *ec2.ModifySpotFleetRequestInput, arg2 ...request.Option) (*ec2.ModifySpotFleetRequestOutput, error)

ModifySpotFleetRequestWithContext mocks base method

func (*MockEC2API) ModifySubnetAttribute

func (m *MockEC2API) ModifySubnetAttribute(arg0 *ec2.ModifySubnetAttributeInput) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttribute mocks base method

func (*MockEC2API) ModifySubnetAttributeRequest

func (m *MockEC2API) ModifySubnetAttributeRequest(arg0 *ec2.ModifySubnetAttributeInput) (*request.Request, *ec2.ModifySubnetAttributeOutput)

ModifySubnetAttributeRequest mocks base method

func (*MockEC2API) ModifySubnetAttributeWithContext

func (m *MockEC2API) ModifySubnetAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifySubnetAttributeInput, arg2 ...request.Option) (*ec2.ModifySubnetAttributeOutput, error)

ModifySubnetAttributeWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServices

ModifyTrafficMirrorFilterNetworkServices mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServicesRequest

ModifyTrafficMirrorFilterNetworkServicesRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterNetworkServicesWithContext

func (m *MockEC2API) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorFilterNetworkServicesInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterNetworkServicesOutput, error)

ModifyTrafficMirrorFilterNetworkServicesWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRule

ModifyTrafficMirrorFilterRule mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRuleRequest

func (m *MockEC2API) ModifyTrafficMirrorFilterRuleRequest(arg0 *ec2.ModifyTrafficMirrorFilterRuleInput) (*request.Request, *ec2.ModifyTrafficMirrorFilterRuleOutput)

ModifyTrafficMirrorFilterRuleRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorFilterRuleWithContext

func (m *MockEC2API) ModifyTrafficMirrorFilterRuleWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorFilterRuleInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorFilterRuleOutput, error)

ModifyTrafficMirrorFilterRuleWithContext mocks base method

func (*MockEC2API) ModifyTrafficMirrorSession

ModifyTrafficMirrorSession mocks base method

func (*MockEC2API) ModifyTrafficMirrorSessionRequest

func (m *MockEC2API) ModifyTrafficMirrorSessionRequest(arg0 *ec2.ModifyTrafficMirrorSessionInput) (*request.Request, *ec2.ModifyTrafficMirrorSessionOutput)

ModifyTrafficMirrorSessionRequest mocks base method

func (*MockEC2API) ModifyTrafficMirrorSessionWithContext

func (m *MockEC2API) ModifyTrafficMirrorSessionWithContext(arg0 context.Context, arg1 *ec2.ModifyTrafficMirrorSessionInput, arg2 ...request.Option) (*ec2.ModifyTrafficMirrorSessionOutput, error)

ModifyTrafficMirrorSessionWithContext mocks base method

func (*MockEC2API) ModifyTransitGateway

func (m *MockEC2API) ModifyTransitGateway(arg0 *ec2.ModifyTransitGatewayInput) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGateway mocks base method

func (*MockEC2API) ModifyTransitGatewayPrefixListReference

ModifyTransitGatewayPrefixListReference mocks base method

func (*MockEC2API) ModifyTransitGatewayPrefixListReferenceRequest

ModifyTransitGatewayPrefixListReferenceRequest mocks base method

func (*MockEC2API) ModifyTransitGatewayPrefixListReferenceWithContext

func (m *MockEC2API) ModifyTransitGatewayPrefixListReferenceWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayPrefixListReferenceInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayPrefixListReferenceOutput, error)

ModifyTransitGatewayPrefixListReferenceWithContext mocks base method

func (*MockEC2API) ModifyTransitGatewayRequest

func (m *MockEC2API) ModifyTransitGatewayRequest(arg0 *ec2.ModifyTransitGatewayInput) (*request.Request, *ec2.ModifyTransitGatewayOutput)

ModifyTransitGatewayRequest mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachment

ModifyTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachmentRequest

ModifyTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) ModifyTransitGatewayVpcAttachmentWithContext

func (m *MockEC2API) ModifyTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayVpcAttachmentOutput, error)

ModifyTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) ModifyTransitGatewayWithContext

func (m *MockEC2API) ModifyTransitGatewayWithContext(arg0 context.Context, arg1 *ec2.ModifyTransitGatewayInput, arg2 ...request.Option) (*ec2.ModifyTransitGatewayOutput, error)

ModifyTransitGatewayWithContext mocks base method

func (*MockEC2API) ModifyVolume

func (m *MockEC2API) ModifyVolume(arg0 *ec2.ModifyVolumeInput) (*ec2.ModifyVolumeOutput, error)

ModifyVolume mocks base method

func (*MockEC2API) ModifyVolumeAttribute

func (m *MockEC2API) ModifyVolumeAttribute(arg0 *ec2.ModifyVolumeAttributeInput) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttribute mocks base method

func (*MockEC2API) ModifyVolumeAttributeRequest

func (m *MockEC2API) ModifyVolumeAttributeRequest(arg0 *ec2.ModifyVolumeAttributeInput) (*request.Request, *ec2.ModifyVolumeAttributeOutput)

ModifyVolumeAttributeRequest mocks base method

func (*MockEC2API) ModifyVolumeAttributeWithContext

func (m *MockEC2API) ModifyVolumeAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyVolumeAttributeInput, arg2 ...request.Option) (*ec2.ModifyVolumeAttributeOutput, error)

ModifyVolumeAttributeWithContext mocks base method

func (*MockEC2API) ModifyVolumeRequest

func (m *MockEC2API) ModifyVolumeRequest(arg0 *ec2.ModifyVolumeInput) (*request.Request, *ec2.ModifyVolumeOutput)

ModifyVolumeRequest mocks base method

func (*MockEC2API) ModifyVolumeWithContext

func (m *MockEC2API) ModifyVolumeWithContext(arg0 context.Context, arg1 *ec2.ModifyVolumeInput, arg2 ...request.Option) (*ec2.ModifyVolumeOutput, error)

ModifyVolumeWithContext mocks base method

func (*MockEC2API) ModifyVpcAttribute

func (m *MockEC2API) ModifyVpcAttribute(arg0 *ec2.ModifyVpcAttributeInput) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttribute mocks base method

func (*MockEC2API) ModifyVpcAttributeRequest

func (m *MockEC2API) ModifyVpcAttributeRequest(arg0 *ec2.ModifyVpcAttributeInput) (*request.Request, *ec2.ModifyVpcAttributeOutput)

ModifyVpcAttributeRequest mocks base method

func (*MockEC2API) ModifyVpcAttributeWithContext

func (m *MockEC2API) ModifyVpcAttributeWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcAttributeInput, arg2 ...request.Option) (*ec2.ModifyVpcAttributeOutput, error)

ModifyVpcAttributeWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpoint

func (m *MockEC2API) ModifyVpcEndpoint(arg0 *ec2.ModifyVpcEndpointInput) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpoint mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotification

ModifyVpcEndpointConnectionNotification mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationRequest

ModifyVpcEndpointConnectionNotificationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointConnectionNotificationWithContext

func (m *MockEC2API) ModifyVpcEndpointConnectionNotificationWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointConnectionNotificationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointConnectionNotificationOutput, error)

ModifyVpcEndpointConnectionNotificationWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointRequest

func (m *MockEC2API) ModifyVpcEndpointRequest(arg0 *ec2.ModifyVpcEndpointInput) (*request.Request, *ec2.ModifyVpcEndpointOutput)

ModifyVpcEndpointRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfiguration

ModifyVpcEndpointServiceConfiguration mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationRequest

ModifyVpcEndpointServiceConfigurationRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServiceConfigurationWithContext

func (m *MockEC2API) ModifyVpcEndpointServiceConfigurationWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointServiceConfigurationInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServiceConfigurationOutput, error)

ModifyVpcEndpointServiceConfigurationWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissions

ModifyVpcEndpointServicePermissions mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsRequest

ModifyVpcEndpointServicePermissionsRequest mocks base method

func (*MockEC2API) ModifyVpcEndpointServicePermissionsWithContext

func (m *MockEC2API) ModifyVpcEndpointServicePermissionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointServicePermissionsInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointServicePermissionsOutput, error)

ModifyVpcEndpointServicePermissionsWithContext mocks base method

func (*MockEC2API) ModifyVpcEndpointWithContext

func (m *MockEC2API) ModifyVpcEndpointWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcEndpointInput, arg2 ...request.Option) (*ec2.ModifyVpcEndpointOutput, error)

ModifyVpcEndpointWithContext mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptions

ModifyVpcPeeringConnectionOptions mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsRequest

ModifyVpcPeeringConnectionOptionsRequest mocks base method

func (*MockEC2API) ModifyVpcPeeringConnectionOptionsWithContext

func (m *MockEC2API) ModifyVpcPeeringConnectionOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcPeeringConnectionOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpcPeeringConnectionOptionsOutput, error)

ModifyVpcPeeringConnectionOptionsWithContext mocks base method

func (*MockEC2API) ModifyVpcTenancy

func (m *MockEC2API) ModifyVpcTenancy(arg0 *ec2.ModifyVpcTenancyInput) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancy mocks base method

func (*MockEC2API) ModifyVpcTenancyRequest

func (m *MockEC2API) ModifyVpcTenancyRequest(arg0 *ec2.ModifyVpcTenancyInput) (*request.Request, *ec2.ModifyVpcTenancyOutput)

ModifyVpcTenancyRequest mocks base method

func (*MockEC2API) ModifyVpcTenancyWithContext

func (m *MockEC2API) ModifyVpcTenancyWithContext(arg0 context.Context, arg1 *ec2.ModifyVpcTenancyInput, arg2 ...request.Option) (*ec2.ModifyVpcTenancyOutput, error)

ModifyVpcTenancyWithContext mocks base method

func (*MockEC2API) ModifyVpnConnection

func (m *MockEC2API) ModifyVpnConnection(arg0 *ec2.ModifyVpnConnectionInput) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnection mocks base method

func (*MockEC2API) ModifyVpnConnectionOptions

ModifyVpnConnectionOptions mocks base method

func (*MockEC2API) ModifyVpnConnectionOptionsRequest

func (m *MockEC2API) ModifyVpnConnectionOptionsRequest(arg0 *ec2.ModifyVpnConnectionOptionsInput) (*request.Request, *ec2.ModifyVpnConnectionOptionsOutput)

ModifyVpnConnectionOptionsRequest mocks base method

func (*MockEC2API) ModifyVpnConnectionOptionsWithContext

func (m *MockEC2API) ModifyVpnConnectionOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnConnectionOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpnConnectionOptionsOutput, error)

ModifyVpnConnectionOptionsWithContext mocks base method

func (*MockEC2API) ModifyVpnConnectionRequest

func (m *MockEC2API) ModifyVpnConnectionRequest(arg0 *ec2.ModifyVpnConnectionInput) (*request.Request, *ec2.ModifyVpnConnectionOutput)

ModifyVpnConnectionRequest mocks base method

func (*MockEC2API) ModifyVpnConnectionWithContext

func (m *MockEC2API) ModifyVpnConnectionWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnConnectionInput, arg2 ...request.Option) (*ec2.ModifyVpnConnectionOutput, error)

ModifyVpnConnectionWithContext mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificate

ModifyVpnTunnelCertificate mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificateRequest

func (m *MockEC2API) ModifyVpnTunnelCertificateRequest(arg0 *ec2.ModifyVpnTunnelCertificateInput) (*request.Request, *ec2.ModifyVpnTunnelCertificateOutput)

ModifyVpnTunnelCertificateRequest mocks base method

func (*MockEC2API) ModifyVpnTunnelCertificateWithContext

func (m *MockEC2API) ModifyVpnTunnelCertificateWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnTunnelCertificateInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelCertificateOutput, error)

ModifyVpnTunnelCertificateWithContext mocks base method

func (*MockEC2API) ModifyVpnTunnelOptions

func (m *MockEC2API) ModifyVpnTunnelOptions(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptions mocks base method

func (*MockEC2API) ModifyVpnTunnelOptionsRequest

func (m *MockEC2API) ModifyVpnTunnelOptionsRequest(arg0 *ec2.ModifyVpnTunnelOptionsInput) (*request.Request, *ec2.ModifyVpnTunnelOptionsOutput)

ModifyVpnTunnelOptionsRequest mocks base method

func (*MockEC2API) ModifyVpnTunnelOptionsWithContext

func (m *MockEC2API) ModifyVpnTunnelOptionsWithContext(arg0 context.Context, arg1 *ec2.ModifyVpnTunnelOptionsInput, arg2 ...request.Option) (*ec2.ModifyVpnTunnelOptionsOutput, error)

ModifyVpnTunnelOptionsWithContext mocks base method

func (*MockEC2API) MonitorInstances

func (m *MockEC2API) MonitorInstances(arg0 *ec2.MonitorInstancesInput) (*ec2.MonitorInstancesOutput, error)

MonitorInstances mocks base method

func (*MockEC2API) MonitorInstancesRequest

func (m *MockEC2API) MonitorInstancesRequest(arg0 *ec2.MonitorInstancesInput) (*request.Request, *ec2.MonitorInstancesOutput)

MonitorInstancesRequest mocks base method

func (*MockEC2API) MonitorInstancesWithContext

func (m *MockEC2API) MonitorInstancesWithContext(arg0 context.Context, arg1 *ec2.MonitorInstancesInput, arg2 ...request.Option) (*ec2.MonitorInstancesOutput, error)

MonitorInstancesWithContext mocks base method

func (*MockEC2API) MoveAddressToVpc

func (m *MockEC2API) MoveAddressToVpc(arg0 *ec2.MoveAddressToVpcInput) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpc mocks base method

func (*MockEC2API) MoveAddressToVpcRequest

func (m *MockEC2API) MoveAddressToVpcRequest(arg0 *ec2.MoveAddressToVpcInput) (*request.Request, *ec2.MoveAddressToVpcOutput)

MoveAddressToVpcRequest mocks base method

func (*MockEC2API) MoveAddressToVpcWithContext

func (m *MockEC2API) MoveAddressToVpcWithContext(arg0 context.Context, arg1 *ec2.MoveAddressToVpcInput, arg2 ...request.Option) (*ec2.MoveAddressToVpcOutput, error)

MoveAddressToVpcWithContext mocks base method

func (*MockEC2API) ProvisionByoipCidr

func (m *MockEC2API) ProvisionByoipCidr(arg0 *ec2.ProvisionByoipCidrInput) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidr mocks base method

func (*MockEC2API) ProvisionByoipCidrRequest

func (m *MockEC2API) ProvisionByoipCidrRequest(arg0 *ec2.ProvisionByoipCidrInput) (*request.Request, *ec2.ProvisionByoipCidrOutput)

ProvisionByoipCidrRequest mocks base method

func (*MockEC2API) ProvisionByoipCidrWithContext

func (m *MockEC2API) ProvisionByoipCidrWithContext(arg0 context.Context, arg1 *ec2.ProvisionByoipCidrInput, arg2 ...request.Option) (*ec2.ProvisionByoipCidrOutput, error)

ProvisionByoipCidrWithContext mocks base method

func (*MockEC2API) PurchaseHostReservation

func (m *MockEC2API) PurchaseHostReservation(arg0 *ec2.PurchaseHostReservationInput) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservation mocks base method

func (*MockEC2API) PurchaseHostReservationRequest

func (m *MockEC2API) PurchaseHostReservationRequest(arg0 *ec2.PurchaseHostReservationInput) (*request.Request, *ec2.PurchaseHostReservationOutput)

PurchaseHostReservationRequest mocks base method

func (*MockEC2API) PurchaseHostReservationWithContext

func (m *MockEC2API) PurchaseHostReservationWithContext(arg0 context.Context, arg1 *ec2.PurchaseHostReservationInput, arg2 ...request.Option) (*ec2.PurchaseHostReservationOutput, error)

PurchaseHostReservationWithContext mocks base method

func (*MockEC2API) PurchaseReservedInstancesOffering

PurchaseReservedInstancesOffering mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingRequest

PurchaseReservedInstancesOfferingRequest mocks base method

func (*MockEC2API) PurchaseReservedInstancesOfferingWithContext

func (m *MockEC2API) PurchaseReservedInstancesOfferingWithContext(arg0 context.Context, arg1 *ec2.PurchaseReservedInstancesOfferingInput, arg2 ...request.Option) (*ec2.PurchaseReservedInstancesOfferingOutput, error)

PurchaseReservedInstancesOfferingWithContext mocks base method

func (*MockEC2API) PurchaseScheduledInstances

PurchaseScheduledInstances mocks base method

func (*MockEC2API) PurchaseScheduledInstancesRequest

func (m *MockEC2API) PurchaseScheduledInstancesRequest(arg0 *ec2.PurchaseScheduledInstancesInput) (*request.Request, *ec2.PurchaseScheduledInstancesOutput)

PurchaseScheduledInstancesRequest mocks base method

func (*MockEC2API) PurchaseScheduledInstancesWithContext

func (m *MockEC2API) PurchaseScheduledInstancesWithContext(arg0 context.Context, arg1 *ec2.PurchaseScheduledInstancesInput, arg2 ...request.Option) (*ec2.PurchaseScheduledInstancesOutput, error)

PurchaseScheduledInstancesWithContext mocks base method

func (*MockEC2API) RebootInstances

func (m *MockEC2API) RebootInstances(arg0 *ec2.RebootInstancesInput) (*ec2.RebootInstancesOutput, error)

RebootInstances mocks base method

func (*MockEC2API) RebootInstancesRequest

func (m *MockEC2API) RebootInstancesRequest(arg0 *ec2.RebootInstancesInput) (*request.Request, *ec2.RebootInstancesOutput)

RebootInstancesRequest mocks base method

func (*MockEC2API) RebootInstancesWithContext

func (m *MockEC2API) RebootInstancesWithContext(arg0 context.Context, arg1 *ec2.RebootInstancesInput, arg2 ...request.Option) (*ec2.RebootInstancesOutput, error)

RebootInstancesWithContext mocks base method

func (*MockEC2API) RegisterImage

func (m *MockEC2API) RegisterImage(arg0 *ec2.RegisterImageInput) (*ec2.RegisterImageOutput, error)

RegisterImage mocks base method

func (*MockEC2API) RegisterImageRequest

func (m *MockEC2API) RegisterImageRequest(arg0 *ec2.RegisterImageInput) (*request.Request, *ec2.RegisterImageOutput)

RegisterImageRequest mocks base method

func (*MockEC2API) RegisterImageWithContext

func (m *MockEC2API) RegisterImageWithContext(arg0 context.Context, arg1 *ec2.RegisterImageInput, arg2 ...request.Option) (*ec2.RegisterImageOutput, error)

RegisterImageWithContext mocks base method

func (*MockEC2API) RegisterInstanceEventNotificationAttributes

RegisterInstanceEventNotificationAttributes mocks base method

func (*MockEC2API) RegisterInstanceEventNotificationAttributesRequest

RegisterInstanceEventNotificationAttributesRequest mocks base method

func (*MockEC2API) RegisterInstanceEventNotificationAttributesWithContext

func (m *MockEC2API) RegisterInstanceEventNotificationAttributesWithContext(arg0 context.Context, arg1 *ec2.RegisterInstanceEventNotificationAttributesInput, arg2 ...request.Option) (*ec2.RegisterInstanceEventNotificationAttributesOutput, error)

RegisterInstanceEventNotificationAttributesWithContext mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupMembers

RegisterTransitGatewayMulticastGroupMembers mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupMembersRequest

RegisterTransitGatewayMulticastGroupMembersRequest mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupMembersWithContext

func (m *MockEC2API) RegisterTransitGatewayMulticastGroupMembersWithContext(arg0 context.Context, arg1 *ec2.RegisterTransitGatewayMulticastGroupMembersInput, arg2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupMembersOutput, error)

RegisterTransitGatewayMulticastGroupMembersWithContext mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupSources

RegisterTransitGatewayMulticastGroupSources mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupSourcesRequest

RegisterTransitGatewayMulticastGroupSourcesRequest mocks base method

func (*MockEC2API) RegisterTransitGatewayMulticastGroupSourcesWithContext

func (m *MockEC2API) RegisterTransitGatewayMulticastGroupSourcesWithContext(arg0 context.Context, arg1 *ec2.RegisterTransitGatewayMulticastGroupSourcesInput, arg2 ...request.Option) (*ec2.RegisterTransitGatewayMulticastGroupSourcesOutput, error)

RegisterTransitGatewayMulticastGroupSourcesWithContext mocks base method

func (*MockEC2API) RejectTransitGatewayPeeringAttachment

RejectTransitGatewayPeeringAttachment mocks base method

func (*MockEC2API) RejectTransitGatewayPeeringAttachmentRequest

RejectTransitGatewayPeeringAttachmentRequest mocks base method

func (*MockEC2API) RejectTransitGatewayPeeringAttachmentWithContext

func (m *MockEC2API) RejectTransitGatewayPeeringAttachmentWithContext(arg0 context.Context, arg1 *ec2.RejectTransitGatewayPeeringAttachmentInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayPeeringAttachmentOutput, error)

RejectTransitGatewayPeeringAttachmentWithContext mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachment

RejectTransitGatewayVpcAttachment mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachmentRequest

RejectTransitGatewayVpcAttachmentRequest mocks base method

func (*MockEC2API) RejectTransitGatewayVpcAttachmentWithContext

func (m *MockEC2API) RejectTransitGatewayVpcAttachmentWithContext(arg0 context.Context, arg1 *ec2.RejectTransitGatewayVpcAttachmentInput, arg2 ...request.Option) (*ec2.RejectTransitGatewayVpcAttachmentOutput, error)

RejectTransitGatewayVpcAttachmentWithContext mocks base method

func (*MockEC2API) RejectVpcEndpointConnections

RejectVpcEndpointConnections mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsRequest

func (m *MockEC2API) RejectVpcEndpointConnectionsRequest(arg0 *ec2.RejectVpcEndpointConnectionsInput) (*request.Request, *ec2.RejectVpcEndpointConnectionsOutput)

RejectVpcEndpointConnectionsRequest mocks base method

func (*MockEC2API) RejectVpcEndpointConnectionsWithContext

func (m *MockEC2API) RejectVpcEndpointConnectionsWithContext(arg0 context.Context, arg1 *ec2.RejectVpcEndpointConnectionsInput, arg2 ...request.Option) (*ec2.RejectVpcEndpointConnectionsOutput, error)

RejectVpcEndpointConnectionsWithContext mocks base method

func (*MockEC2API) RejectVpcPeeringConnection

RejectVpcPeeringConnection mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionRequest

func (m *MockEC2API) RejectVpcPeeringConnectionRequest(arg0 *ec2.RejectVpcPeeringConnectionInput) (*request.Request, *ec2.RejectVpcPeeringConnectionOutput)

RejectVpcPeeringConnectionRequest mocks base method

func (*MockEC2API) RejectVpcPeeringConnectionWithContext

func (m *MockEC2API) RejectVpcPeeringConnectionWithContext(arg0 context.Context, arg1 *ec2.RejectVpcPeeringConnectionInput, arg2 ...request.Option) (*ec2.RejectVpcPeeringConnectionOutput, error)

RejectVpcPeeringConnectionWithContext mocks base method

func (*MockEC2API) ReleaseAddress

func (m *MockEC2API) ReleaseAddress(arg0 *ec2.ReleaseAddressInput) (*ec2.ReleaseAddressOutput, error)

ReleaseAddress mocks base method

func (*MockEC2API) ReleaseAddressRequest

func (m *MockEC2API) ReleaseAddressRequest(arg0 *ec2.ReleaseAddressInput) (*request.Request, *ec2.ReleaseAddressOutput)

ReleaseAddressRequest mocks base method

func (*MockEC2API) ReleaseAddressWithContext

func (m *MockEC2API) ReleaseAddressWithContext(arg0 context.Context, arg1 *ec2.ReleaseAddressInput, arg2 ...request.Option) (*ec2.ReleaseAddressOutput, error)

ReleaseAddressWithContext mocks base method

func (*MockEC2API) ReleaseHosts

func (m *MockEC2API) ReleaseHosts(arg0 *ec2.ReleaseHostsInput) (*ec2.ReleaseHostsOutput, error)

ReleaseHosts mocks base method

func (*MockEC2API) ReleaseHostsRequest

func (m *MockEC2API) ReleaseHostsRequest(arg0 *ec2.ReleaseHostsInput) (*request.Request, *ec2.ReleaseHostsOutput)

ReleaseHostsRequest mocks base method

func (*MockEC2API) ReleaseHostsWithContext

func (m *MockEC2API) ReleaseHostsWithContext(arg0 context.Context, arg1 *ec2.ReleaseHostsInput, arg2 ...request.Option) (*ec2.ReleaseHostsOutput, error)

ReleaseHostsWithContext mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociation

ReplaceIamInstanceProfileAssociation mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationRequest

ReplaceIamInstanceProfileAssociationRequest mocks base method

func (*MockEC2API) ReplaceIamInstanceProfileAssociationWithContext

func (m *MockEC2API) ReplaceIamInstanceProfileAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceIamInstanceProfileAssociationInput, arg2 ...request.Option) (*ec2.ReplaceIamInstanceProfileAssociationOutput, error)

ReplaceIamInstanceProfileAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociation

ReplaceNetworkAclAssociation mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationRequest

func (m *MockEC2API) ReplaceNetworkAclAssociationRequest(arg0 *ec2.ReplaceNetworkAclAssociationInput) (*request.Request, *ec2.ReplaceNetworkAclAssociationOutput)

ReplaceNetworkAclAssociationRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclAssociationWithContext

func (m *MockEC2API) ReplaceNetworkAclAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceNetworkAclAssociationInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclAssociationOutput, error)

ReplaceNetworkAclAssociationWithContext mocks base method

func (*MockEC2API) ReplaceNetworkAclEntry

func (m *MockEC2API) ReplaceNetworkAclEntry(arg0 *ec2.ReplaceNetworkAclEntryInput) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntry mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryRequest

func (m *MockEC2API) ReplaceNetworkAclEntryRequest(arg0 *ec2.ReplaceNetworkAclEntryInput) (*request.Request, *ec2.ReplaceNetworkAclEntryOutput)

ReplaceNetworkAclEntryRequest mocks base method

func (*MockEC2API) ReplaceNetworkAclEntryWithContext

func (m *MockEC2API) ReplaceNetworkAclEntryWithContext(arg0 context.Context, arg1 *ec2.ReplaceNetworkAclEntryInput, arg2 ...request.Option) (*ec2.ReplaceNetworkAclEntryOutput, error)

ReplaceNetworkAclEntryWithContext mocks base method

func (*MockEC2API) ReplaceRoute

func (m *MockEC2API) ReplaceRoute(arg0 *ec2.ReplaceRouteInput) (*ec2.ReplaceRouteOutput, error)

ReplaceRoute mocks base method

func (*MockEC2API) ReplaceRouteRequest

func (m *MockEC2API) ReplaceRouteRequest(arg0 *ec2.ReplaceRouteInput) (*request.Request, *ec2.ReplaceRouteOutput)

ReplaceRouteRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociation

ReplaceRouteTableAssociation mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationRequest

func (m *MockEC2API) ReplaceRouteTableAssociationRequest(arg0 *ec2.ReplaceRouteTableAssociationInput) (*request.Request, *ec2.ReplaceRouteTableAssociationOutput)

ReplaceRouteTableAssociationRequest mocks base method

func (*MockEC2API) ReplaceRouteTableAssociationWithContext

func (m *MockEC2API) ReplaceRouteTableAssociationWithContext(arg0 context.Context, arg1 *ec2.ReplaceRouteTableAssociationInput, arg2 ...request.Option) (*ec2.ReplaceRouteTableAssociationOutput, error)

ReplaceRouteTableAssociationWithContext mocks base method

func (*MockEC2API) ReplaceRouteWithContext

func (m *MockEC2API) ReplaceRouteWithContext(arg0 context.Context, arg1 *ec2.ReplaceRouteInput, arg2 ...request.Option) (*ec2.ReplaceRouteOutput, error)

ReplaceRouteWithContext mocks base method

func (*MockEC2API) ReplaceTransitGatewayRoute

ReplaceTransitGatewayRoute mocks base method

func (*MockEC2API) ReplaceTransitGatewayRouteRequest

func (m *MockEC2API) ReplaceTransitGatewayRouteRequest(arg0 *ec2.ReplaceTransitGatewayRouteInput) (*request.Request, *ec2.ReplaceTransitGatewayRouteOutput)

ReplaceTransitGatewayRouteRequest mocks base method

func (*MockEC2API) ReplaceTransitGatewayRouteWithContext

func (m *MockEC2API) ReplaceTransitGatewayRouteWithContext(arg0 context.Context, arg1 *ec2.ReplaceTransitGatewayRouteInput, arg2 ...request.Option) (*ec2.ReplaceTransitGatewayRouteOutput, error)

ReplaceTransitGatewayRouteWithContext mocks base method

func (*MockEC2API) ReportInstanceStatus

func (m *MockEC2API) ReportInstanceStatus(arg0 *ec2.ReportInstanceStatusInput) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatus mocks base method

func (*MockEC2API) ReportInstanceStatusRequest

func (m *MockEC2API) ReportInstanceStatusRequest(arg0 *ec2.ReportInstanceStatusInput) (*request.Request, *ec2.ReportInstanceStatusOutput)

ReportInstanceStatusRequest mocks base method

func (*MockEC2API) ReportInstanceStatusWithContext

func (m *MockEC2API) ReportInstanceStatusWithContext(arg0 context.Context, arg1 *ec2.ReportInstanceStatusInput, arg2 ...request.Option) (*ec2.ReportInstanceStatusOutput, error)

ReportInstanceStatusWithContext mocks base method

func (*MockEC2API) RequestSpotFleet

func (m *MockEC2API) RequestSpotFleet(arg0 *ec2.RequestSpotFleetInput) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleet mocks base method

func (*MockEC2API) RequestSpotFleetRequest

func (m *MockEC2API) RequestSpotFleetRequest(arg0 *ec2.RequestSpotFleetInput) (*request.Request, *ec2.RequestSpotFleetOutput)

RequestSpotFleetRequest mocks base method

func (*MockEC2API) RequestSpotFleetWithContext

func (m *MockEC2API) RequestSpotFleetWithContext(arg0 context.Context, arg1 *ec2.RequestSpotFleetInput, arg2 ...request.Option) (*ec2.RequestSpotFleetOutput, error)

RequestSpotFleetWithContext mocks base method

func (*MockEC2API) RequestSpotInstances

func (m *MockEC2API) RequestSpotInstances(arg0 *ec2.RequestSpotInstancesInput) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstances mocks base method

func (*MockEC2API) RequestSpotInstancesRequest

func (m *MockEC2API) RequestSpotInstancesRequest(arg0 *ec2.RequestSpotInstancesInput) (*request.Request, *ec2.RequestSpotInstancesOutput)

RequestSpotInstancesRequest mocks base method

func (*MockEC2API) RequestSpotInstancesWithContext

func (m *MockEC2API) RequestSpotInstancesWithContext(arg0 context.Context, arg1 *ec2.RequestSpotInstancesInput, arg2 ...request.Option) (*ec2.RequestSpotInstancesOutput, error)

RequestSpotInstancesWithContext mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyId

func (m *MockEC2API) ResetEbsDefaultKmsKeyId(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyId mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyIdRequest

func (m *MockEC2API) ResetEbsDefaultKmsKeyIdRequest(arg0 *ec2.ResetEbsDefaultKmsKeyIdInput) (*request.Request, *ec2.ResetEbsDefaultKmsKeyIdOutput)

ResetEbsDefaultKmsKeyIdRequest mocks base method

func (*MockEC2API) ResetEbsDefaultKmsKeyIdWithContext

func (m *MockEC2API) ResetEbsDefaultKmsKeyIdWithContext(arg0 context.Context, arg1 *ec2.ResetEbsDefaultKmsKeyIdInput, arg2 ...request.Option) (*ec2.ResetEbsDefaultKmsKeyIdOutput, error)

ResetEbsDefaultKmsKeyIdWithContext mocks base method

func (*MockEC2API) ResetFpgaImageAttribute

func (m *MockEC2API) ResetFpgaImageAttribute(arg0 *ec2.ResetFpgaImageAttributeInput) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttribute mocks base method

func (*MockEC2API) ResetFpgaImageAttributeRequest

func (m *MockEC2API) ResetFpgaImageAttributeRequest(arg0 *ec2.ResetFpgaImageAttributeInput) (*request.Request, *ec2.ResetFpgaImageAttributeOutput)

ResetFpgaImageAttributeRequest mocks base method

func (*MockEC2API) ResetFpgaImageAttributeWithContext

func (m *MockEC2API) ResetFpgaImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetFpgaImageAttributeInput, arg2 ...request.Option) (*ec2.ResetFpgaImageAttributeOutput, error)

ResetFpgaImageAttributeWithContext mocks base method

func (*MockEC2API) ResetImageAttribute

func (m *MockEC2API) ResetImageAttribute(arg0 *ec2.ResetImageAttributeInput) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttribute mocks base method

func (*MockEC2API) ResetImageAttributeRequest

func (m *MockEC2API) ResetImageAttributeRequest(arg0 *ec2.ResetImageAttributeInput) (*request.Request, *ec2.ResetImageAttributeOutput)

ResetImageAttributeRequest mocks base method

func (*MockEC2API) ResetImageAttributeWithContext

func (m *MockEC2API) ResetImageAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetImageAttributeInput, arg2 ...request.Option) (*ec2.ResetImageAttributeOutput, error)

ResetImageAttributeWithContext mocks base method

func (*MockEC2API) ResetInstanceAttribute

func (m *MockEC2API) ResetInstanceAttribute(arg0 *ec2.ResetInstanceAttributeInput) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttribute mocks base method

func (*MockEC2API) ResetInstanceAttributeRequest

func (m *MockEC2API) ResetInstanceAttributeRequest(arg0 *ec2.ResetInstanceAttributeInput) (*request.Request, *ec2.ResetInstanceAttributeOutput)

ResetInstanceAttributeRequest mocks base method

func (*MockEC2API) ResetInstanceAttributeWithContext

func (m *MockEC2API) ResetInstanceAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetInstanceAttributeInput, arg2 ...request.Option) (*ec2.ResetInstanceAttributeOutput, error)

ResetInstanceAttributeWithContext mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttribute

ResetNetworkInterfaceAttribute mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeRequest

func (m *MockEC2API) ResetNetworkInterfaceAttributeRequest(arg0 *ec2.ResetNetworkInterfaceAttributeInput) (*request.Request, *ec2.ResetNetworkInterfaceAttributeOutput)

ResetNetworkInterfaceAttributeRequest mocks base method

func (*MockEC2API) ResetNetworkInterfaceAttributeWithContext

func (m *MockEC2API) ResetNetworkInterfaceAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetNetworkInterfaceAttributeInput, arg2 ...request.Option) (*ec2.ResetNetworkInterfaceAttributeOutput, error)

ResetNetworkInterfaceAttributeWithContext mocks base method

func (*MockEC2API) ResetSnapshotAttribute

func (m *MockEC2API) ResetSnapshotAttribute(arg0 *ec2.ResetSnapshotAttributeInput) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttribute mocks base method

func (*MockEC2API) ResetSnapshotAttributeRequest

func (m *MockEC2API) ResetSnapshotAttributeRequest(arg0 *ec2.ResetSnapshotAttributeInput) (*request.Request, *ec2.ResetSnapshotAttributeOutput)

ResetSnapshotAttributeRequest mocks base method

func (*MockEC2API) ResetSnapshotAttributeWithContext

func (m *MockEC2API) ResetSnapshotAttributeWithContext(arg0 context.Context, arg1 *ec2.ResetSnapshotAttributeInput, arg2 ...request.Option) (*ec2.ResetSnapshotAttributeOutput, error)

ResetSnapshotAttributeWithContext mocks base method

func (*MockEC2API) RestoreAddressToClassic

func (m *MockEC2API) RestoreAddressToClassic(arg0 *ec2.RestoreAddressToClassicInput) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassic mocks base method

func (*MockEC2API) RestoreAddressToClassicRequest

func (m *MockEC2API) RestoreAddressToClassicRequest(arg0 *ec2.RestoreAddressToClassicInput) (*request.Request, *ec2.RestoreAddressToClassicOutput)

RestoreAddressToClassicRequest mocks base method

func (*MockEC2API) RestoreAddressToClassicWithContext

func (m *MockEC2API) RestoreAddressToClassicWithContext(arg0 context.Context, arg1 *ec2.RestoreAddressToClassicInput, arg2 ...request.Option) (*ec2.RestoreAddressToClassicOutput, error)

RestoreAddressToClassicWithContext mocks base method

func (*MockEC2API) RestoreManagedPrefixListVersion

RestoreManagedPrefixListVersion mocks base method

func (*MockEC2API) RestoreManagedPrefixListVersionRequest

func (m *MockEC2API) RestoreManagedPrefixListVersionRequest(arg0 *ec2.RestoreManagedPrefixListVersionInput) (*request.Request, *ec2.RestoreManagedPrefixListVersionOutput)

RestoreManagedPrefixListVersionRequest mocks base method

func (*MockEC2API) RestoreManagedPrefixListVersionWithContext

func (m *MockEC2API) RestoreManagedPrefixListVersionWithContext(arg0 context.Context, arg1 *ec2.RestoreManagedPrefixListVersionInput, arg2 ...request.Option) (*ec2.RestoreManagedPrefixListVersionOutput, error)

RestoreManagedPrefixListVersionWithContext mocks base method

func (*MockEC2API) RevokeClientVpnIngress

func (m *MockEC2API) RevokeClientVpnIngress(arg0 *ec2.RevokeClientVpnIngressInput) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngress mocks base method

func (*MockEC2API) RevokeClientVpnIngressRequest

func (m *MockEC2API) RevokeClientVpnIngressRequest(arg0 *ec2.RevokeClientVpnIngressInput) (*request.Request, *ec2.RevokeClientVpnIngressOutput)

RevokeClientVpnIngressRequest mocks base method

func (*MockEC2API) RevokeClientVpnIngressWithContext

func (m *MockEC2API) RevokeClientVpnIngressWithContext(arg0 context.Context, arg1 *ec2.RevokeClientVpnIngressInput, arg2 ...request.Option) (*ec2.RevokeClientVpnIngressOutput, error)

RevokeClientVpnIngressWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupEgress

RevokeSecurityGroupEgress mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressRequest

func (m *MockEC2API) RevokeSecurityGroupEgressRequest(arg0 *ec2.RevokeSecurityGroupEgressInput) (*request.Request, *ec2.RevokeSecurityGroupEgressOutput)

RevokeSecurityGroupEgressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupEgressWithContext

func (m *MockEC2API) RevokeSecurityGroupEgressWithContext(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupEgressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupEgressOutput, error)

RevokeSecurityGroupEgressWithContext mocks base method

func (*MockEC2API) RevokeSecurityGroupIngress

RevokeSecurityGroupIngress mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressRequest

func (m *MockEC2API) RevokeSecurityGroupIngressRequest(arg0 *ec2.RevokeSecurityGroupIngressInput) (*request.Request, *ec2.RevokeSecurityGroupIngressOutput)

RevokeSecurityGroupIngressRequest mocks base method

func (*MockEC2API) RevokeSecurityGroupIngressWithContext

func (m *MockEC2API) RevokeSecurityGroupIngressWithContext(arg0 context.Context, arg1 *ec2.RevokeSecurityGroupIngressInput, arg2 ...request.Option) (*ec2.RevokeSecurityGroupIngressOutput, error)

RevokeSecurityGroupIngressWithContext mocks base method

func (*MockEC2API) RunInstances

func (m *MockEC2API) RunInstances(arg0 *ec2.RunInstancesInput) (*ec2.Reservation, error)

RunInstances mocks base method

func (*MockEC2API) RunInstancesRequest

func (m *MockEC2API) RunInstancesRequest(arg0 *ec2.RunInstancesInput) (*request.Request, *ec2.Reservation)

RunInstancesRequest mocks base method

func (*MockEC2API) RunInstancesWithContext

func (m *MockEC2API) RunInstancesWithContext(arg0 context.Context, arg1 *ec2.RunInstancesInput, arg2 ...request.Option) (*ec2.Reservation, error)

RunInstancesWithContext mocks base method

func (*MockEC2API) RunScheduledInstances

func (m *MockEC2API) RunScheduledInstances(arg0 *ec2.RunScheduledInstancesInput) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstances mocks base method

func (*MockEC2API) RunScheduledInstancesRequest

func (m *MockEC2API) RunScheduledInstancesRequest(arg0 *ec2.RunScheduledInstancesInput) (*request.Request, *ec2.RunScheduledInstancesOutput)

RunScheduledInstancesRequest mocks base method

func (*MockEC2API) RunScheduledInstancesWithContext

func (m *MockEC2API) RunScheduledInstancesWithContext(arg0 context.Context, arg1 *ec2.RunScheduledInstancesInput, arg2 ...request.Option) (*ec2.RunScheduledInstancesOutput, error)

RunScheduledInstancesWithContext mocks base method

func (*MockEC2API) SearchLocalGatewayRoutes

SearchLocalGatewayRoutes mocks base method

func (*MockEC2API) SearchLocalGatewayRoutesPages

func (m *MockEC2API) SearchLocalGatewayRoutesPages(arg0 *ec2.SearchLocalGatewayRoutesInput, arg1 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool) error

SearchLocalGatewayRoutesPages mocks base method

func (*MockEC2API) SearchLocalGatewayRoutesPagesWithContext

func (m *MockEC2API) SearchLocalGatewayRoutesPagesWithContext(arg0 context.Context, arg1 *ec2.SearchLocalGatewayRoutesInput, arg2 func(*ec2.SearchLocalGatewayRoutesOutput, bool) bool, arg3 ...request.Option) error

SearchLocalGatewayRoutesPagesWithContext mocks base method

func (*MockEC2API) SearchLocalGatewayRoutesRequest

func (m *MockEC2API) SearchLocalGatewayRoutesRequest(arg0 *ec2.SearchLocalGatewayRoutesInput) (*request.Request, *ec2.SearchLocalGatewayRoutesOutput)

SearchLocalGatewayRoutesRequest mocks base method

func (*MockEC2API) SearchLocalGatewayRoutesWithContext

func (m *MockEC2API) SearchLocalGatewayRoutesWithContext(arg0 context.Context, arg1 *ec2.SearchLocalGatewayRoutesInput, arg2 ...request.Option) (*ec2.SearchLocalGatewayRoutesOutput, error)

SearchLocalGatewayRoutesWithContext mocks base method

func (*MockEC2API) SearchTransitGatewayMulticastGroups

SearchTransitGatewayMulticastGroups mocks base method

func (*MockEC2API) SearchTransitGatewayMulticastGroupsPages

func (m *MockEC2API) SearchTransitGatewayMulticastGroupsPages(arg0 *ec2.SearchTransitGatewayMulticastGroupsInput, arg1 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool) error

SearchTransitGatewayMulticastGroupsPages mocks base method

func (*MockEC2API) SearchTransitGatewayMulticastGroupsPagesWithContext

func (m *MockEC2API) SearchTransitGatewayMulticastGroupsPagesWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayMulticastGroupsInput, arg2 func(*ec2.SearchTransitGatewayMulticastGroupsOutput, bool) bool, arg3 ...request.Option) error

SearchTransitGatewayMulticastGroupsPagesWithContext mocks base method

func (*MockEC2API) SearchTransitGatewayMulticastGroupsRequest

SearchTransitGatewayMulticastGroupsRequest mocks base method

func (*MockEC2API) SearchTransitGatewayMulticastGroupsWithContext

func (m *MockEC2API) SearchTransitGatewayMulticastGroupsWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayMulticastGroupsInput, arg2 ...request.Option) (*ec2.SearchTransitGatewayMulticastGroupsOutput, error)

SearchTransitGatewayMulticastGroupsWithContext mocks base method

func (*MockEC2API) SearchTransitGatewayRoutes

SearchTransitGatewayRoutes mocks base method

func (*MockEC2API) SearchTransitGatewayRoutesRequest

func (m *MockEC2API) SearchTransitGatewayRoutesRequest(arg0 *ec2.SearchTransitGatewayRoutesInput) (*request.Request, *ec2.SearchTransitGatewayRoutesOutput)

SearchTransitGatewayRoutesRequest mocks base method

func (*MockEC2API) SearchTransitGatewayRoutesWithContext

func (m *MockEC2API) SearchTransitGatewayRoutesWithContext(arg0 context.Context, arg1 *ec2.SearchTransitGatewayRoutesInput, arg2 ...request.Option) (*ec2.SearchTransitGatewayRoutesOutput, error)

SearchTransitGatewayRoutesWithContext mocks base method

func (*MockEC2API) SendDiagnosticInterrupt

func (m *MockEC2API) SendDiagnosticInterrupt(arg0 *ec2.SendDiagnosticInterruptInput) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterrupt mocks base method

func (*MockEC2API) SendDiagnosticInterruptRequest

func (m *MockEC2API) SendDiagnosticInterruptRequest(arg0 *ec2.SendDiagnosticInterruptInput) (*request.Request, *ec2.SendDiagnosticInterruptOutput)

SendDiagnosticInterruptRequest mocks base method

func (*MockEC2API) SendDiagnosticInterruptWithContext

func (m *MockEC2API) SendDiagnosticInterruptWithContext(arg0 context.Context, arg1 *ec2.SendDiagnosticInterruptInput, arg2 ...request.Option) (*ec2.SendDiagnosticInterruptOutput, error)

SendDiagnosticInterruptWithContext mocks base method

func (*MockEC2API) StartInstances

func (m *MockEC2API) StartInstances(arg0 *ec2.StartInstancesInput) (*ec2.StartInstancesOutput, error)

StartInstances mocks base method

func (*MockEC2API) StartInstancesRequest

func (m *MockEC2API) StartInstancesRequest(arg0 *ec2.StartInstancesInput) (*request.Request, *ec2.StartInstancesOutput)

StartInstancesRequest mocks base method

func (*MockEC2API) StartInstancesWithContext

func (m *MockEC2API) StartInstancesWithContext(arg0 context.Context, arg1 *ec2.StartInstancesInput, arg2 ...request.Option) (*ec2.StartInstancesOutput, error)

StartInstancesWithContext mocks base method

func (*MockEC2API) StartVpcEndpointServicePrivateDnsVerification

StartVpcEndpointServicePrivateDnsVerification mocks base method

func (*MockEC2API) StartVpcEndpointServicePrivateDnsVerificationRequest

StartVpcEndpointServicePrivateDnsVerificationRequest mocks base method

func (*MockEC2API) StartVpcEndpointServicePrivateDnsVerificationWithContext

func (m *MockEC2API) StartVpcEndpointServicePrivateDnsVerificationWithContext(arg0 context.Context, arg1 *ec2.StartVpcEndpointServicePrivateDnsVerificationInput, arg2 ...request.Option) (*ec2.StartVpcEndpointServicePrivateDnsVerificationOutput, error)

StartVpcEndpointServicePrivateDnsVerificationWithContext mocks base method

func (*MockEC2API) StopInstances

func (m *MockEC2API) StopInstances(arg0 *ec2.StopInstancesInput) (*ec2.StopInstancesOutput, error)

StopInstances mocks base method

func (*MockEC2API) StopInstancesRequest

func (m *MockEC2API) StopInstancesRequest(arg0 *ec2.StopInstancesInput) (*request.Request, *ec2.StopInstancesOutput)

StopInstancesRequest mocks base method

func (*MockEC2API) StopInstancesWithContext

func (m *MockEC2API) StopInstancesWithContext(arg0 context.Context, arg1 *ec2.StopInstancesInput, arg2 ...request.Option) (*ec2.StopInstancesOutput, error)

StopInstancesWithContext mocks base method

func (*MockEC2API) TerminateClientVpnConnections

TerminateClientVpnConnections mocks base method

func (*MockEC2API) TerminateClientVpnConnectionsRequest

func (m *MockEC2API) TerminateClientVpnConnectionsRequest(arg0 *ec2.TerminateClientVpnConnectionsInput) (*request.Request, *ec2.TerminateClientVpnConnectionsOutput)

TerminateClientVpnConnectionsRequest mocks base method

func (*MockEC2API) TerminateClientVpnConnectionsWithContext

func (m *MockEC2API) TerminateClientVpnConnectionsWithContext(arg0 context.Context, arg1 *ec2.TerminateClientVpnConnectionsInput, arg2 ...request.Option) (*ec2.TerminateClientVpnConnectionsOutput, error)

TerminateClientVpnConnectionsWithContext mocks base method

func (*MockEC2API) TerminateInstances

func (m *MockEC2API) TerminateInstances(arg0 *ec2.TerminateInstancesInput) (*ec2.TerminateInstancesOutput, error)

TerminateInstances mocks base method

func (*MockEC2API) TerminateInstancesRequest

func (m *MockEC2API) TerminateInstancesRequest(arg0 *ec2.TerminateInstancesInput) (*request.Request, *ec2.TerminateInstancesOutput)

TerminateInstancesRequest mocks base method

func (*MockEC2API) TerminateInstancesWithContext

func (m *MockEC2API) TerminateInstancesWithContext(arg0 context.Context, arg1 *ec2.TerminateInstancesInput, arg2 ...request.Option) (*ec2.TerminateInstancesOutput, error)

TerminateInstancesWithContext mocks base method

func (*MockEC2API) UnassignIpv6Addresses

func (m *MockEC2API) UnassignIpv6Addresses(arg0 *ec2.UnassignIpv6AddressesInput) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6Addresses mocks base method

func (*MockEC2API) UnassignIpv6AddressesRequest

func (m *MockEC2API) UnassignIpv6AddressesRequest(arg0 *ec2.UnassignIpv6AddressesInput) (*request.Request, *ec2.UnassignIpv6AddressesOutput)

UnassignIpv6AddressesRequest mocks base method

func (*MockEC2API) UnassignIpv6AddressesWithContext

func (m *MockEC2API) UnassignIpv6AddressesWithContext(arg0 context.Context, arg1 *ec2.UnassignIpv6AddressesInput, arg2 ...request.Option) (*ec2.UnassignIpv6AddressesOutput, error)

UnassignIpv6AddressesWithContext mocks base method

func (*MockEC2API) UnassignPrivateIpAddresses

UnassignPrivateIpAddresses mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesRequest

func (m *MockEC2API) UnassignPrivateIpAddressesRequest(arg0 *ec2.UnassignPrivateIpAddressesInput) (*request.Request, *ec2.UnassignPrivateIpAddressesOutput)

UnassignPrivateIpAddressesRequest mocks base method

func (*MockEC2API) UnassignPrivateIpAddressesWithContext

func (m *MockEC2API) UnassignPrivateIpAddressesWithContext(arg0 context.Context, arg1 *ec2.UnassignPrivateIpAddressesInput, arg2 ...request.Option) (*ec2.UnassignPrivateIpAddressesOutput, error)

UnassignPrivateIpAddressesWithContext mocks base method

func (*MockEC2API) UnmonitorInstances

func (m *MockEC2API) UnmonitorInstances(arg0 *ec2.UnmonitorInstancesInput) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstances mocks base method

func (*MockEC2API) UnmonitorInstancesRequest

func (m *MockEC2API) UnmonitorInstancesRequest(arg0 *ec2.UnmonitorInstancesInput) (*request.Request, *ec2.UnmonitorInstancesOutput)

UnmonitorInstancesRequest mocks base method

func (*MockEC2API) UnmonitorInstancesWithContext

func (m *MockEC2API) UnmonitorInstancesWithContext(arg0 context.Context, arg1 *ec2.UnmonitorInstancesInput, arg2 ...request.Option) (*ec2.UnmonitorInstancesOutput, error)

UnmonitorInstancesWithContext mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgress

UpdateSecurityGroupRuleDescriptionsEgress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressRequest

UpdateSecurityGroupRuleDescriptionsEgressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (m *MockEC2API) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0 context.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsEgressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsEgressOutput, error)

UpdateSecurityGroupRuleDescriptionsEgressWithContext mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngress

UpdateSecurityGroupRuleDescriptionsIngress mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressRequest

UpdateSecurityGroupRuleDescriptionsIngressRequest mocks base method

func (*MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (m *MockEC2API) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0 context.Context, arg1 *ec2.UpdateSecurityGroupRuleDescriptionsIngressInput, arg2 ...request.Option) (*ec2.UpdateSecurityGroupRuleDescriptionsIngressOutput, error)

UpdateSecurityGroupRuleDescriptionsIngressWithContext mocks base method

func (*MockEC2API) WaitUntilBundleTaskComplete

func (m *MockEC2API) WaitUntilBundleTaskComplete(arg0 *ec2.DescribeBundleTasksInput) error

WaitUntilBundleTaskComplete mocks base method

func (*MockEC2API) WaitUntilBundleTaskCompleteWithContext

func (m *MockEC2API) WaitUntilBundleTaskCompleteWithContext(arg0 context.Context, arg1 *ec2.DescribeBundleTasksInput, arg2 ...request.WaiterOption) error

WaitUntilBundleTaskCompleteWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelled

func (m *MockEC2API) WaitUntilConversionTaskCancelled(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCancelled mocks base method

func (*MockEC2API) WaitUntilConversionTaskCancelledWithContext

func (m *MockEC2API) WaitUntilConversionTaskCancelledWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompleted

func (m *MockEC2API) WaitUntilConversionTaskCompleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskCompleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskCompletedWithContext

func (m *MockEC2API) WaitUntilConversionTaskCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeleted

func (m *MockEC2API) WaitUntilConversionTaskDeleted(arg0 *ec2.DescribeConversionTasksInput) error

WaitUntilConversionTaskDeleted mocks base method

func (*MockEC2API) WaitUntilConversionTaskDeletedWithContext

func (m *MockEC2API) WaitUntilConversionTaskDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeConversionTasksInput, arg2 ...request.WaiterOption) error

WaitUntilConversionTaskDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailable

func (m *MockEC2API) WaitUntilCustomerGatewayAvailable(arg0 *ec2.DescribeCustomerGatewaysInput) error

WaitUntilCustomerGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilCustomerGatewayAvailableWithContext

func (m *MockEC2API) WaitUntilCustomerGatewayAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeCustomerGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilCustomerGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelled

func (m *MockEC2API) WaitUntilExportTaskCancelled(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCancelled mocks base method

func (*MockEC2API) WaitUntilExportTaskCancelledWithContext

func (m *MockEC2API) WaitUntilExportTaskCancelledWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCancelledWithContext mocks base method

func (*MockEC2API) WaitUntilExportTaskCompleted

func (m *MockEC2API) WaitUntilExportTaskCompleted(arg0 *ec2.DescribeExportTasksInput) error

WaitUntilExportTaskCompleted mocks base method

func (*MockEC2API) WaitUntilExportTaskCompletedWithContext

func (m *MockEC2API) WaitUntilExportTaskCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeExportTasksInput, arg2 ...request.WaiterOption) error

WaitUntilExportTaskCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilImageAvailable

func (m *MockEC2API) WaitUntilImageAvailable(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageAvailable mocks base method

func (*MockEC2API) WaitUntilImageAvailableWithContext

func (m *MockEC2API) WaitUntilImageAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilImageExists

func (m *MockEC2API) WaitUntilImageExists(arg0 *ec2.DescribeImagesInput) error

WaitUntilImageExists mocks base method

func (*MockEC2API) WaitUntilImageExistsWithContext

func (m *MockEC2API) WaitUntilImageExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeImagesInput, arg2 ...request.WaiterOption) error

WaitUntilImageExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceExists

func (m *MockEC2API) WaitUntilInstanceExists(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceExists mocks base method

func (*MockEC2API) WaitUntilInstanceExistsWithContext

func (m *MockEC2API) WaitUntilInstanceExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceExistsWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceRunning

func (m *MockEC2API) WaitUntilInstanceRunning(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceRunning mocks base method

func (*MockEC2API) WaitUntilInstanceRunningWithContext

func (m *MockEC2API) WaitUntilInstanceRunningWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceRunningWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOk

func (m *MockEC2API) WaitUntilInstanceStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilInstanceStatusOk mocks base method

func (*MockEC2API) WaitUntilInstanceStatusOkWithContext

func (m *MockEC2API) WaitUntilInstanceStatusOkWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceStopped

func (m *MockEC2API) WaitUntilInstanceStopped(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceStopped mocks base method

func (*MockEC2API) WaitUntilInstanceStoppedWithContext

func (m *MockEC2API) WaitUntilInstanceStoppedWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceStoppedWithContext mocks base method

func (*MockEC2API) WaitUntilInstanceTerminated

func (m *MockEC2API) WaitUntilInstanceTerminated(arg0 *ec2.DescribeInstancesInput) error

WaitUntilInstanceTerminated mocks base method

func (*MockEC2API) WaitUntilInstanceTerminatedWithContext

func (m *MockEC2API) WaitUntilInstanceTerminatedWithContext(arg0 context.Context, arg1 *ec2.DescribeInstancesInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceTerminatedWithContext mocks base method

func (*MockEC2API) WaitUntilKeyPairExists

func (m *MockEC2API) WaitUntilKeyPairExists(arg0 *ec2.DescribeKeyPairsInput) error

WaitUntilKeyPairExists mocks base method

func (*MockEC2API) WaitUntilKeyPairExistsWithContext

func (m *MockEC2API) WaitUntilKeyPairExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeKeyPairsInput, arg2 ...request.WaiterOption) error

WaitUntilKeyPairExistsWithContext mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailable

func (m *MockEC2API) WaitUntilNatGatewayAvailable(arg0 *ec2.DescribeNatGatewaysInput) error

WaitUntilNatGatewayAvailable mocks base method

func (*MockEC2API) WaitUntilNatGatewayAvailableWithContext

func (m *MockEC2API) WaitUntilNatGatewayAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeNatGatewaysInput, arg2 ...request.WaiterOption) error

WaitUntilNatGatewayAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailable

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailable(arg0 *ec2.DescribeNetworkInterfacesInput) error

WaitUntilNetworkInterfaceAvailable mocks base method

func (*MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext

func (m *MockEC2API) WaitUntilNetworkInterfaceAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeNetworkInterfacesInput, arg2 ...request.WaiterOption) error

WaitUntilNetworkInterfaceAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailable

func (m *MockEC2API) WaitUntilPasswordDataAvailable(arg0 *ec2.GetPasswordDataInput) error

WaitUntilPasswordDataAvailable mocks base method

func (*MockEC2API) WaitUntilPasswordDataAvailableWithContext

func (m *MockEC2API) WaitUntilPasswordDataAvailableWithContext(arg0 context.Context, arg1 *ec2.GetPasswordDataInput, arg2 ...request.WaiterOption) error

WaitUntilPasswordDataAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSecurityGroupExists

func (m *MockEC2API) WaitUntilSecurityGroupExists(arg0 *ec2.DescribeSecurityGroupsInput) error

WaitUntilSecurityGroupExists mocks base method

func (*MockEC2API) WaitUntilSecurityGroupExistsWithContext

func (m *MockEC2API) WaitUntilSecurityGroupExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeSecurityGroupsInput, arg2 ...request.WaiterOption) error

WaitUntilSecurityGroupExistsWithContext mocks base method

func (*MockEC2API) WaitUntilSnapshotCompleted

func (m *MockEC2API) WaitUntilSnapshotCompleted(arg0 *ec2.DescribeSnapshotsInput) error

WaitUntilSnapshotCompleted mocks base method

func (*MockEC2API) WaitUntilSnapshotCompletedWithContext

func (m *MockEC2API) WaitUntilSnapshotCompletedWithContext(arg0 context.Context, arg1 *ec2.DescribeSnapshotsInput, arg2 ...request.WaiterOption) error

WaitUntilSnapshotCompletedWithContext mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilled

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilled(arg0 *ec2.DescribeSpotInstanceRequestsInput) error

WaitUntilSpotInstanceRequestFulfilled mocks base method

func (*MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext

func (m *MockEC2API) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0 context.Context, arg1 *ec2.DescribeSpotInstanceRequestsInput, arg2 ...request.WaiterOption) error

WaitUntilSpotInstanceRequestFulfilledWithContext mocks base method

func (*MockEC2API) WaitUntilSubnetAvailable

func (m *MockEC2API) WaitUntilSubnetAvailable(arg0 *ec2.DescribeSubnetsInput) error

WaitUntilSubnetAvailable mocks base method

func (*MockEC2API) WaitUntilSubnetAvailableWithContext

func (m *MockEC2API) WaitUntilSubnetAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeSubnetsInput, arg2 ...request.WaiterOption) error

WaitUntilSubnetAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilSystemStatusOk

func (m *MockEC2API) WaitUntilSystemStatusOk(arg0 *ec2.DescribeInstanceStatusInput) error

WaitUntilSystemStatusOk mocks base method

func (*MockEC2API) WaitUntilSystemStatusOkWithContext

func (m *MockEC2API) WaitUntilSystemStatusOkWithContext(arg0 context.Context, arg1 *ec2.DescribeInstanceStatusInput, arg2 ...request.WaiterOption) error

WaitUntilSystemStatusOkWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeAvailable

func (m *MockEC2API) WaitUntilVolumeAvailable(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeAvailable mocks base method

func (*MockEC2API) WaitUntilVolumeAvailableWithContext

func (m *MockEC2API) WaitUntilVolumeAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeDeleted

func (m *MockEC2API) WaitUntilVolumeDeleted(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeDeleted mocks base method

func (*MockEC2API) WaitUntilVolumeDeletedWithContext

func (m *MockEC2API) WaitUntilVolumeDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVolumeInUse

func (m *MockEC2API) WaitUntilVolumeInUse(arg0 *ec2.DescribeVolumesInput) error

WaitUntilVolumeInUse mocks base method

func (*MockEC2API) WaitUntilVolumeInUseWithContext

func (m *MockEC2API) WaitUntilVolumeInUseWithContext(arg0 context.Context, arg1 *ec2.DescribeVolumesInput, arg2 ...request.WaiterOption) error

WaitUntilVolumeInUseWithContext mocks base method

func (*MockEC2API) WaitUntilVpcAvailable

func (m *MockEC2API) WaitUntilVpcAvailable(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcAvailable mocks base method

func (*MockEC2API) WaitUntilVpcAvailableWithContext

func (m *MockEC2API) WaitUntilVpcAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpcExists

func (m *MockEC2API) WaitUntilVpcExists(arg0 *ec2.DescribeVpcsInput) error

WaitUntilVpcExists mocks base method

func (*MockEC2API) WaitUntilVpcExistsWithContext

func (m *MockEC2API) WaitUntilVpcExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeleted

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeleted(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext

func (m *MockEC2API) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionDeletedWithContext mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExists

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExists(arg0 *ec2.DescribeVpcPeeringConnectionsInput) error

WaitUntilVpcPeeringConnectionExists mocks base method

func (*MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext

func (m *MockEC2API) WaitUntilVpcPeeringConnectionExistsWithContext(arg0 context.Context, arg1 *ec2.DescribeVpcPeeringConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpcPeeringConnectionExistsWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailable

func (m *MockEC2API) WaitUntilVpnConnectionAvailable(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionAvailable mocks base method

func (*MockEC2API) WaitUntilVpnConnectionAvailableWithContext

func (m *MockEC2API) WaitUntilVpnConnectionAvailableWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionAvailableWithContext mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeleted

func (m *MockEC2API) WaitUntilVpnConnectionDeleted(arg0 *ec2.DescribeVpnConnectionsInput) error

WaitUntilVpnConnectionDeleted mocks base method

func (*MockEC2API) WaitUntilVpnConnectionDeletedWithContext

func (m *MockEC2API) WaitUntilVpnConnectionDeletedWithContext(arg0 context.Context, arg1 *ec2.DescribeVpnConnectionsInput, arg2 ...request.WaiterOption) error

WaitUntilVpnConnectionDeletedWithContext mocks base method

func (*MockEC2API) WithdrawByoipCidr

func (m *MockEC2API) WithdrawByoipCidr(arg0 *ec2.WithdrawByoipCidrInput) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidr mocks base method

func (*MockEC2API) WithdrawByoipCidrRequest

func (m *MockEC2API) WithdrawByoipCidrRequest(arg0 *ec2.WithdrawByoipCidrInput) (*request.Request, *ec2.WithdrawByoipCidrOutput)

WithdrawByoipCidrRequest mocks base method

func (*MockEC2API) WithdrawByoipCidrWithContext

func (m *MockEC2API) WithdrawByoipCidrWithContext(arg0 context.Context, arg1 *ec2.WithdrawByoipCidrInput, arg2 ...request.Option) (*ec2.WithdrawByoipCidrOutput, error)

WithdrawByoipCidrWithContext mocks base method

type MockEC2APIMockRecorder

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

MockEC2APIMockRecorder is the mock recorder for MockEC2API

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuote indicates an expected call of AcceptReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteRequest indicates an expected call of AcceptReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext

func (mr *MockEC2APIMockRecorder) AcceptReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptReservedInstancesExchangeQuoteWithContext indicates an expected call of AcceptReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachment

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachment indicates an expected call of AcceptTransitGatewayPeeringAttachment

func (*MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachmentRequest indicates an expected call of AcceptTransitGatewayPeeringAttachmentRequest

func (*MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayPeeringAttachmentWithContext indicates an expected call of AcceptTransitGatewayPeeringAttachmentWithContext

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachment

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachment indicates an expected call of AcceptTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentRequest

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentRequest indicates an expected call of AcceptTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2APIMockRecorder) AcceptTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptTransitGatewayVpcAttachmentWithContext indicates an expected call of AcceptTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnections

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnections(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnections indicates an expected call of AcceptVpcEndpointConnections

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

AcceptVpcEndpointConnectionsRequest indicates an expected call of AcceptVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext

func (mr *MockEC2APIMockRecorder) AcceptVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcEndpointConnectionsWithContext indicates an expected call of AcceptVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnection

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnection(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnection indicates an expected call of AcceptVpcPeeringConnection

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

AcceptVpcPeeringConnectionRequest indicates an expected call of AcceptVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext

func (mr *MockEC2APIMockRecorder) AcceptVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptVpcPeeringConnectionWithContext indicates an expected call of AcceptVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) AdvertiseByoipCidr

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidr(arg0 interface{}) *gomock.Call

AdvertiseByoipCidr indicates an expected call of AdvertiseByoipCidr

func (*MockEC2APIMockRecorder) AdvertiseByoipCidrRequest

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidrRequest(arg0 interface{}) *gomock.Call

AdvertiseByoipCidrRequest indicates an expected call of AdvertiseByoipCidrRequest

func (*MockEC2APIMockRecorder) AdvertiseByoipCidrWithContext

func (mr *MockEC2APIMockRecorder) AdvertiseByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AdvertiseByoipCidrWithContext indicates an expected call of AdvertiseByoipCidrWithContext

func (*MockEC2APIMockRecorder) AllocateAddress

func (mr *MockEC2APIMockRecorder) AllocateAddress(arg0 interface{}) *gomock.Call

AllocateAddress indicates an expected call of AllocateAddress

func (*MockEC2APIMockRecorder) AllocateAddressRequest

func (mr *MockEC2APIMockRecorder) AllocateAddressRequest(arg0 interface{}) *gomock.Call

AllocateAddressRequest indicates an expected call of AllocateAddressRequest

func (*MockEC2APIMockRecorder) AllocateAddressWithContext

func (mr *MockEC2APIMockRecorder) AllocateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateAddressWithContext indicates an expected call of AllocateAddressWithContext

func (*MockEC2APIMockRecorder) AllocateHosts

func (mr *MockEC2APIMockRecorder) AllocateHosts(arg0 interface{}) *gomock.Call

AllocateHosts indicates an expected call of AllocateHosts

func (*MockEC2APIMockRecorder) AllocateHostsRequest

func (mr *MockEC2APIMockRecorder) AllocateHostsRequest(arg0 interface{}) *gomock.Call

AllocateHostsRequest indicates an expected call of AllocateHostsRequest

func (*MockEC2APIMockRecorder) AllocateHostsWithContext

func (mr *MockEC2APIMockRecorder) AllocateHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AllocateHostsWithContext indicates an expected call of AllocateHostsWithContext

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetwork indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkRequest indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (mr *MockEC2APIMockRecorder) ApplySecurityGroupsToClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ApplySecurityGroupsToClientVpnTargetNetworkWithContext indicates an expected call of ApplySecurityGroupsToClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) AssignIpv6Addresses

func (mr *MockEC2APIMockRecorder) AssignIpv6Addresses(arg0 interface{}) *gomock.Call

AssignIpv6Addresses indicates an expected call of AssignIpv6Addresses

func (*MockEC2APIMockRecorder) AssignIpv6AddressesRequest

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

AssignIpv6AddressesRequest indicates an expected call of AssignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) AssignIpv6AddressesWithContext

func (mr *MockEC2APIMockRecorder) AssignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignIpv6AddressesWithContext indicates an expected call of AssignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) AssignPrivateIpAddresses

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddresses(arg0 interface{}) *gomock.Call

AssignPrivateIpAddresses indicates an expected call of AssignPrivateIpAddresses

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

AssignPrivateIpAddressesRequest indicates an expected call of AssignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext

func (mr *MockEC2APIMockRecorder) AssignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssignPrivateIpAddressesWithContext indicates an expected call of AssignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) AssociateAddress

func (mr *MockEC2APIMockRecorder) AssociateAddress(arg0 interface{}) *gomock.Call

AssociateAddress indicates an expected call of AssociateAddress

func (*MockEC2APIMockRecorder) AssociateAddressRequest

func (mr *MockEC2APIMockRecorder) AssociateAddressRequest(arg0 interface{}) *gomock.Call

AssociateAddressRequest indicates an expected call of AssociateAddressRequest

func (*MockEC2APIMockRecorder) AssociateAddressWithContext

func (mr *MockEC2APIMockRecorder) AssociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAddressWithContext indicates an expected call of AssociateAddressWithContext

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetwork

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetwork indicates an expected call of AssociateClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkRequest

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

AssociateClientVpnTargetNetworkRequest indicates an expected call of AssociateClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkWithContext

func (mr *MockEC2APIMockRecorder) AssociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateClientVpnTargetNetworkWithContext indicates an expected call of AssociateClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) AssociateDhcpOptions

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptions(arg0 interface{}) *gomock.Call

AssociateDhcpOptions indicates an expected call of AssociateDhcpOptions

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsRequest

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

AssociateDhcpOptionsRequest indicates an expected call of AssociateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext

func (mr *MockEC2APIMockRecorder) AssociateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateDhcpOptionsWithContext indicates an expected call of AssociateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfile

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfile(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfile indicates an expected call of AssociateIamInstanceProfile

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

AssociateIamInstanceProfileRequest indicates an expected call of AssociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext

func (mr *MockEC2APIMockRecorder) AssociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateIamInstanceProfileWithContext indicates an expected call of AssociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) AssociateRouteTable

func (mr *MockEC2APIMockRecorder) AssociateRouteTable(arg0 interface{}) *gomock.Call

AssociateRouteTable indicates an expected call of AssociateRouteTable

func (*MockEC2APIMockRecorder) AssociateRouteTableRequest

func (mr *MockEC2APIMockRecorder) AssociateRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateRouteTableRequest indicates an expected call of AssociateRouteTableRequest

func (*MockEC2APIMockRecorder) AssociateRouteTableWithContext

func (mr *MockEC2APIMockRecorder) AssociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateRouteTableWithContext indicates an expected call of AssociateRouteTableWithContext

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlock

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlock indicates an expected call of AssociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateSubnetCidrBlockRequest indicates an expected call of AssociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext

func (mr *MockEC2APIMockRecorder) AssociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateSubnetCidrBlockWithContext indicates an expected call of AssociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomain

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomain indicates an expected call of AssociateTransitGatewayMulticastDomain

func (*MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomainRequest

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomainRequest indicates an expected call of AssociateTransitGatewayMulticastDomainRequest

func (*MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayMulticastDomainWithContext indicates an expected call of AssociateTransitGatewayMulticastDomainWithContext

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTable

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTable indicates an expected call of AssociateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableRequest

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

AssociateTransitGatewayRouteTableRequest indicates an expected call of AssociateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableWithContext

func (mr *MockEC2APIMockRecorder) AssociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateTransitGatewayRouteTableWithContext indicates an expected call of AssociateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlock

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlock(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlock indicates an expected call of AssociateVpcCidrBlock

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

AssociateVpcCidrBlockRequest indicates an expected call of AssociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext

func (mr *MockEC2APIMockRecorder) AssociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateVpcCidrBlockWithContext indicates an expected call of AssociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) AttachClassicLinkVpc

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpc(arg0 interface{}) *gomock.Call

AttachClassicLinkVpc indicates an expected call of AttachClassicLinkVpc

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcRequest

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

AttachClassicLinkVpcRequest indicates an expected call of AttachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext

func (mr *MockEC2APIMockRecorder) AttachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachClassicLinkVpcWithContext indicates an expected call of AttachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) AttachInternetGateway

func (mr *MockEC2APIMockRecorder) AttachInternetGateway(arg0 interface{}) *gomock.Call

AttachInternetGateway indicates an expected call of AttachInternetGateway

func (*MockEC2APIMockRecorder) AttachInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayRequest(arg0 interface{}) *gomock.Call

AttachInternetGatewayRequest indicates an expected call of AttachInternetGatewayRequest

func (*MockEC2APIMockRecorder) AttachInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) AttachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachInternetGatewayWithContext indicates an expected call of AttachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) AttachNetworkInterface

func (mr *MockEC2APIMockRecorder) AttachNetworkInterface(arg0 interface{}) *gomock.Call

AttachNetworkInterface indicates an expected call of AttachNetworkInterface

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceRequest

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

AttachNetworkInterfaceRequest indicates an expected call of AttachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext

func (mr *MockEC2APIMockRecorder) AttachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachNetworkInterfaceWithContext indicates an expected call of AttachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) AttachVolume

func (mr *MockEC2APIMockRecorder) AttachVolume(arg0 interface{}) *gomock.Call

AttachVolume indicates an expected call of AttachVolume

func (*MockEC2APIMockRecorder) AttachVolumeRequest

func (mr *MockEC2APIMockRecorder) AttachVolumeRequest(arg0 interface{}) *gomock.Call

AttachVolumeRequest indicates an expected call of AttachVolumeRequest

func (*MockEC2APIMockRecorder) AttachVolumeWithContext

func (mr *MockEC2APIMockRecorder) AttachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVolumeWithContext indicates an expected call of AttachVolumeWithContext

func (*MockEC2APIMockRecorder) AttachVpnGateway

func (mr *MockEC2APIMockRecorder) AttachVpnGateway(arg0 interface{}) *gomock.Call

AttachVpnGateway indicates an expected call of AttachVpnGateway

func (*MockEC2APIMockRecorder) AttachVpnGatewayRequest

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayRequest(arg0 interface{}) *gomock.Call

AttachVpnGatewayRequest indicates an expected call of AttachVpnGatewayRequest

func (*MockEC2APIMockRecorder) AttachVpnGatewayWithContext

func (mr *MockEC2APIMockRecorder) AttachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachVpnGatewayWithContext indicates an expected call of AttachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngress

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngress(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngress indicates an expected call of AuthorizeClientVpnIngress

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngressRequest

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeClientVpnIngressRequest indicates an expected call of AuthorizeClientVpnIngressRequest

func (*MockEC2APIMockRecorder) AuthorizeClientVpnIngressWithContext

func (mr *MockEC2APIMockRecorder) AuthorizeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeClientVpnIngressWithContext indicates an expected call of AuthorizeClientVpnIngressWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgress indicates an expected call of AuthorizeSecurityGroupEgress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupEgressRequest indicates an expected call of AuthorizeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupEgressWithContext indicates an expected call of AuthorizeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngress(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngress indicates an expected call of AuthorizeSecurityGroupIngress

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

AuthorizeSecurityGroupIngressRequest indicates an expected call of AuthorizeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext

func (mr *MockEC2APIMockRecorder) AuthorizeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AuthorizeSecurityGroupIngressWithContext indicates an expected call of AuthorizeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) BundleInstance

func (mr *MockEC2APIMockRecorder) BundleInstance(arg0 interface{}) *gomock.Call

BundleInstance indicates an expected call of BundleInstance

func (*MockEC2APIMockRecorder) BundleInstanceRequest

func (mr *MockEC2APIMockRecorder) BundleInstanceRequest(arg0 interface{}) *gomock.Call

BundleInstanceRequest indicates an expected call of BundleInstanceRequest

func (*MockEC2APIMockRecorder) BundleInstanceWithContext

func (mr *MockEC2APIMockRecorder) BundleInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BundleInstanceWithContext indicates an expected call of BundleInstanceWithContext

func (*MockEC2APIMockRecorder) CancelBundleTask

func (mr *MockEC2APIMockRecorder) CancelBundleTask(arg0 interface{}) *gomock.Call

CancelBundleTask indicates an expected call of CancelBundleTask

func (*MockEC2APIMockRecorder) CancelBundleTaskRequest

func (mr *MockEC2APIMockRecorder) CancelBundleTaskRequest(arg0 interface{}) *gomock.Call

CancelBundleTaskRequest indicates an expected call of CancelBundleTaskRequest

func (*MockEC2APIMockRecorder) CancelBundleTaskWithContext

func (mr *MockEC2APIMockRecorder) CancelBundleTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelBundleTaskWithContext indicates an expected call of CancelBundleTaskWithContext

func (*MockEC2APIMockRecorder) CancelCapacityReservation

func (mr *MockEC2APIMockRecorder) CancelCapacityReservation(arg0 interface{}) *gomock.Call

CancelCapacityReservation indicates an expected call of CancelCapacityReservation

func (*MockEC2APIMockRecorder) CancelCapacityReservationRequest

func (mr *MockEC2APIMockRecorder) CancelCapacityReservationRequest(arg0 interface{}) *gomock.Call

CancelCapacityReservationRequest indicates an expected call of CancelCapacityReservationRequest

func (*MockEC2APIMockRecorder) CancelCapacityReservationWithContext

func (mr *MockEC2APIMockRecorder) CancelCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelCapacityReservationWithContext indicates an expected call of CancelCapacityReservationWithContext

func (*MockEC2APIMockRecorder) CancelConversionTask

func (mr *MockEC2APIMockRecorder) CancelConversionTask(arg0 interface{}) *gomock.Call

CancelConversionTask indicates an expected call of CancelConversionTask

func (*MockEC2APIMockRecorder) CancelConversionTaskRequest

func (mr *MockEC2APIMockRecorder) CancelConversionTaskRequest(arg0 interface{}) *gomock.Call

CancelConversionTaskRequest indicates an expected call of CancelConversionTaskRequest

func (*MockEC2APIMockRecorder) CancelConversionTaskWithContext

func (mr *MockEC2APIMockRecorder) CancelConversionTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelConversionTaskWithContext indicates an expected call of CancelConversionTaskWithContext

func (*MockEC2APIMockRecorder) CancelExportTask

func (mr *MockEC2APIMockRecorder) CancelExportTask(arg0 interface{}) *gomock.Call

CancelExportTask indicates an expected call of CancelExportTask

func (*MockEC2APIMockRecorder) CancelExportTaskRequest

func (mr *MockEC2APIMockRecorder) CancelExportTaskRequest(arg0 interface{}) *gomock.Call

CancelExportTaskRequest indicates an expected call of CancelExportTaskRequest

func (*MockEC2APIMockRecorder) CancelExportTaskWithContext

func (mr *MockEC2APIMockRecorder) CancelExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelExportTaskWithContext indicates an expected call of CancelExportTaskWithContext

func (*MockEC2APIMockRecorder) CancelImportTask

func (mr *MockEC2APIMockRecorder) CancelImportTask(arg0 interface{}) *gomock.Call

CancelImportTask indicates an expected call of CancelImportTask

func (*MockEC2APIMockRecorder) CancelImportTaskRequest

func (mr *MockEC2APIMockRecorder) CancelImportTaskRequest(arg0 interface{}) *gomock.Call

CancelImportTaskRequest indicates an expected call of CancelImportTaskRequest

func (*MockEC2APIMockRecorder) CancelImportTaskWithContext

func (mr *MockEC2APIMockRecorder) CancelImportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelImportTaskWithContext indicates an expected call of CancelImportTaskWithContext

func (*MockEC2APIMockRecorder) CancelReservedInstancesListing

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListing(arg0 interface{}) *gomock.Call

CancelReservedInstancesListing indicates an expected call of CancelReservedInstancesListing

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingRequest

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CancelReservedInstancesListingRequest indicates an expected call of CancelReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext

func (mr *MockEC2APIMockRecorder) CancelReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelReservedInstancesListingWithContext indicates an expected call of CancelReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CancelSpotFleetRequests

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequests(arg0 interface{}) *gomock.Call

CancelSpotFleetRequests indicates an expected call of CancelSpotFleetRequests

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotFleetRequestsRequest indicates an expected call of CancelSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext

func (mr *MockEC2APIMockRecorder) CancelSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotFleetRequestsWithContext indicates an expected call of CancelSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequests

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequests(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequests indicates an expected call of CancelSpotInstanceRequests

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

CancelSpotInstanceRequestsRequest indicates an expected call of CancelSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext

func (mr *MockEC2APIMockRecorder) CancelSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelSpotInstanceRequestsWithContext indicates an expected call of CancelSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) ConfirmProductInstance

func (mr *MockEC2APIMockRecorder) ConfirmProductInstance(arg0 interface{}) *gomock.Call

ConfirmProductInstance indicates an expected call of ConfirmProductInstance

func (*MockEC2APIMockRecorder) ConfirmProductInstanceRequest

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceRequest(arg0 interface{}) *gomock.Call

ConfirmProductInstanceRequest indicates an expected call of ConfirmProductInstanceRequest

func (*MockEC2APIMockRecorder) ConfirmProductInstanceWithContext

func (mr *MockEC2APIMockRecorder) ConfirmProductInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ConfirmProductInstanceWithContext indicates an expected call of ConfirmProductInstanceWithContext

func (*MockEC2APIMockRecorder) CopyFpgaImage

func (mr *MockEC2APIMockRecorder) CopyFpgaImage(arg0 interface{}) *gomock.Call

CopyFpgaImage indicates an expected call of CopyFpgaImage

func (*MockEC2APIMockRecorder) CopyFpgaImageRequest

func (mr *MockEC2APIMockRecorder) CopyFpgaImageRequest(arg0 interface{}) *gomock.Call

CopyFpgaImageRequest indicates an expected call of CopyFpgaImageRequest

func (*MockEC2APIMockRecorder) CopyFpgaImageWithContext

func (mr *MockEC2APIMockRecorder) CopyFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyFpgaImageWithContext indicates an expected call of CopyFpgaImageWithContext

func (*MockEC2APIMockRecorder) CopyImage

func (mr *MockEC2APIMockRecorder) CopyImage(arg0 interface{}) *gomock.Call

CopyImage indicates an expected call of CopyImage

func (*MockEC2APIMockRecorder) CopyImageRequest

func (mr *MockEC2APIMockRecorder) CopyImageRequest(arg0 interface{}) *gomock.Call

CopyImageRequest indicates an expected call of CopyImageRequest

func (*MockEC2APIMockRecorder) CopyImageWithContext

func (mr *MockEC2APIMockRecorder) CopyImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyImageWithContext indicates an expected call of CopyImageWithContext

func (*MockEC2APIMockRecorder) CopySnapshot

func (mr *MockEC2APIMockRecorder) CopySnapshot(arg0 interface{}) *gomock.Call

CopySnapshot indicates an expected call of CopySnapshot

func (*MockEC2APIMockRecorder) CopySnapshotRequest

func (mr *MockEC2APIMockRecorder) CopySnapshotRequest(arg0 interface{}) *gomock.Call

CopySnapshotRequest indicates an expected call of CopySnapshotRequest

func (*MockEC2APIMockRecorder) CopySnapshotWithContext

func (mr *MockEC2APIMockRecorder) CopySnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopySnapshotWithContext indicates an expected call of CopySnapshotWithContext

func (*MockEC2APIMockRecorder) CreateCapacityReservation

func (mr *MockEC2APIMockRecorder) CreateCapacityReservation(arg0 interface{}) *gomock.Call

CreateCapacityReservation indicates an expected call of CreateCapacityReservation

func (*MockEC2APIMockRecorder) CreateCapacityReservationRequest

func (mr *MockEC2APIMockRecorder) CreateCapacityReservationRequest(arg0 interface{}) *gomock.Call

CreateCapacityReservationRequest indicates an expected call of CreateCapacityReservationRequest

func (*MockEC2APIMockRecorder) CreateCapacityReservationWithContext

func (mr *MockEC2APIMockRecorder) CreateCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCapacityReservationWithContext indicates an expected call of CreateCapacityReservationWithContext

func (*MockEC2APIMockRecorder) CreateCarrierGateway

func (mr *MockEC2APIMockRecorder) CreateCarrierGateway(arg0 interface{}) *gomock.Call

CreateCarrierGateway indicates an expected call of CreateCarrierGateway

func (*MockEC2APIMockRecorder) CreateCarrierGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateCarrierGatewayRequest(arg0 interface{}) *gomock.Call

CreateCarrierGatewayRequest indicates an expected call of CreateCarrierGatewayRequest

func (*MockEC2APIMockRecorder) CreateCarrierGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateCarrierGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCarrierGatewayWithContext indicates an expected call of CreateCarrierGatewayWithContext

func (*MockEC2APIMockRecorder) CreateClientVpnEndpoint

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpoint(arg0 interface{}) *gomock.Call

CreateClientVpnEndpoint indicates an expected call of CreateClientVpnEndpoint

func (*MockEC2APIMockRecorder) CreateClientVpnEndpointRequest

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

CreateClientVpnEndpointRequest indicates an expected call of CreateClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) CreateClientVpnEndpointWithContext

func (mr *MockEC2APIMockRecorder) CreateClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnEndpointWithContext indicates an expected call of CreateClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) CreateClientVpnRoute

func (mr *MockEC2APIMockRecorder) CreateClientVpnRoute(arg0 interface{}) *gomock.Call

CreateClientVpnRoute indicates an expected call of CreateClientVpnRoute

func (*MockEC2APIMockRecorder) CreateClientVpnRouteRequest

func (mr *MockEC2APIMockRecorder) CreateClientVpnRouteRequest(arg0 interface{}) *gomock.Call

CreateClientVpnRouteRequest indicates an expected call of CreateClientVpnRouteRequest

func (*MockEC2APIMockRecorder) CreateClientVpnRouteWithContext

func (mr *MockEC2APIMockRecorder) CreateClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateClientVpnRouteWithContext indicates an expected call of CreateClientVpnRouteWithContext

func (*MockEC2APIMockRecorder) CreateCustomerGateway

func (mr *MockEC2APIMockRecorder) CreateCustomerGateway(arg0 interface{}) *gomock.Call

CreateCustomerGateway indicates an expected call of CreateCustomerGateway

func (*MockEC2APIMockRecorder) CreateCustomerGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayRequest(arg0 interface{}) *gomock.Call

CreateCustomerGatewayRequest indicates an expected call of CreateCustomerGatewayRequest

func (*MockEC2APIMockRecorder) CreateCustomerGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomerGatewayWithContext indicates an expected call of CreateCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) CreateDefaultSubnet

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnet(arg0 interface{}) *gomock.Call

CreateDefaultSubnet indicates an expected call of CreateDefaultSubnet

func (*MockEC2APIMockRecorder) CreateDefaultSubnetRequest

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetRequest(arg0 interface{}) *gomock.Call

CreateDefaultSubnetRequest indicates an expected call of CreateDefaultSubnetRequest

func (*MockEC2APIMockRecorder) CreateDefaultSubnetWithContext

func (mr *MockEC2APIMockRecorder) CreateDefaultSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultSubnetWithContext indicates an expected call of CreateDefaultSubnetWithContext

func (*MockEC2APIMockRecorder) CreateDefaultVpc

func (mr *MockEC2APIMockRecorder) CreateDefaultVpc(arg0 interface{}) *gomock.Call

CreateDefaultVpc indicates an expected call of CreateDefaultVpc

func (*MockEC2APIMockRecorder) CreateDefaultVpcRequest

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcRequest(arg0 interface{}) *gomock.Call

CreateDefaultVpcRequest indicates an expected call of CreateDefaultVpcRequest

func (*MockEC2APIMockRecorder) CreateDefaultVpcWithContext

func (mr *MockEC2APIMockRecorder) CreateDefaultVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDefaultVpcWithContext indicates an expected call of CreateDefaultVpcWithContext

func (*MockEC2APIMockRecorder) CreateDhcpOptions

func (mr *MockEC2APIMockRecorder) CreateDhcpOptions(arg0 interface{}) *gomock.Call

CreateDhcpOptions indicates an expected call of CreateDhcpOptions

func (*MockEC2APIMockRecorder) CreateDhcpOptionsRequest

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsRequest(arg0 interface{}) *gomock.Call

CreateDhcpOptionsRequest indicates an expected call of CreateDhcpOptionsRequest

func (*MockEC2APIMockRecorder) CreateDhcpOptionsWithContext

func (mr *MockEC2APIMockRecorder) CreateDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDhcpOptionsWithContext indicates an expected call of CreateDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGateway indicates an expected call of CreateEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayRequest indicates an expected call of CreateEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateEgressOnlyInternetGatewayWithContext indicates an expected call of CreateEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateFleet

func (mr *MockEC2APIMockRecorder) CreateFleet(arg0 interface{}) *gomock.Call

CreateFleet indicates an expected call of CreateFleet

func (*MockEC2APIMockRecorder) CreateFleetRequest

func (mr *MockEC2APIMockRecorder) CreateFleetRequest(arg0 interface{}) *gomock.Call

CreateFleetRequest indicates an expected call of CreateFleetRequest

func (*MockEC2APIMockRecorder) CreateFleetWithContext

func (mr *MockEC2APIMockRecorder) CreateFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFleetWithContext indicates an expected call of CreateFleetWithContext

func (*MockEC2APIMockRecorder) CreateFlowLogs

func (mr *MockEC2APIMockRecorder) CreateFlowLogs(arg0 interface{}) *gomock.Call

CreateFlowLogs indicates an expected call of CreateFlowLogs

func (*MockEC2APIMockRecorder) CreateFlowLogsRequest

func (mr *MockEC2APIMockRecorder) CreateFlowLogsRequest(arg0 interface{}) *gomock.Call

CreateFlowLogsRequest indicates an expected call of CreateFlowLogsRequest

func (*MockEC2APIMockRecorder) CreateFlowLogsWithContext

func (mr *MockEC2APIMockRecorder) CreateFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFlowLogsWithContext indicates an expected call of CreateFlowLogsWithContext

func (*MockEC2APIMockRecorder) CreateFpgaImage

func (mr *MockEC2APIMockRecorder) CreateFpgaImage(arg0 interface{}) *gomock.Call

CreateFpgaImage indicates an expected call of CreateFpgaImage

func (*MockEC2APIMockRecorder) CreateFpgaImageRequest

func (mr *MockEC2APIMockRecorder) CreateFpgaImageRequest(arg0 interface{}) *gomock.Call

CreateFpgaImageRequest indicates an expected call of CreateFpgaImageRequest

func (*MockEC2APIMockRecorder) CreateFpgaImageWithContext

func (mr *MockEC2APIMockRecorder) CreateFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFpgaImageWithContext indicates an expected call of CreateFpgaImageWithContext

func (*MockEC2APIMockRecorder) CreateImage

func (mr *MockEC2APIMockRecorder) CreateImage(arg0 interface{}) *gomock.Call

CreateImage indicates an expected call of CreateImage

func (*MockEC2APIMockRecorder) CreateImageRequest

func (mr *MockEC2APIMockRecorder) CreateImageRequest(arg0 interface{}) *gomock.Call

CreateImageRequest indicates an expected call of CreateImageRequest

func (*MockEC2APIMockRecorder) CreateImageWithContext

func (mr *MockEC2APIMockRecorder) CreateImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateImageWithContext indicates an expected call of CreateImageWithContext

func (*MockEC2APIMockRecorder) CreateInstanceExportTask

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTask(arg0 interface{}) *gomock.Call

CreateInstanceExportTask indicates an expected call of CreateInstanceExportTask

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskRequest

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskRequest(arg0 interface{}) *gomock.Call

CreateInstanceExportTaskRequest indicates an expected call of CreateInstanceExportTaskRequest

func (*MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext

func (mr *MockEC2APIMockRecorder) CreateInstanceExportTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceExportTaskWithContext indicates an expected call of CreateInstanceExportTaskWithContext

func (*MockEC2APIMockRecorder) CreateInternetGateway

func (mr *MockEC2APIMockRecorder) CreateInternetGateway(arg0 interface{}) *gomock.Call

CreateInternetGateway indicates an expected call of CreateInternetGateway

func (*MockEC2APIMockRecorder) CreateInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayRequest(arg0 interface{}) *gomock.Call

CreateInternetGatewayRequest indicates an expected call of CreateInternetGatewayRequest

func (*MockEC2APIMockRecorder) CreateInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInternetGatewayWithContext indicates an expected call of CreateInternetGatewayWithContext

func (*MockEC2APIMockRecorder) CreateKeyPair

func (mr *MockEC2APIMockRecorder) CreateKeyPair(arg0 interface{}) *gomock.Call

CreateKeyPair indicates an expected call of CreateKeyPair

func (*MockEC2APIMockRecorder) CreateKeyPairRequest

func (mr *MockEC2APIMockRecorder) CreateKeyPairRequest(arg0 interface{}) *gomock.Call

CreateKeyPairRequest indicates an expected call of CreateKeyPairRequest

func (*MockEC2APIMockRecorder) CreateKeyPairWithContext

func (mr *MockEC2APIMockRecorder) CreateKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateKeyPairWithContext indicates an expected call of CreateKeyPairWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplate

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplate(arg0 interface{}) *gomock.Call

CreateLaunchTemplate indicates an expected call of CreateLaunchTemplate

func (*MockEC2APIMockRecorder) CreateLaunchTemplateRequest

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateRequest indicates an expected call of CreateLaunchTemplateRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersion

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersion(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersion indicates an expected call of CreateLaunchTemplateVersion

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionRequest(arg0 interface{}) *gomock.Call

CreateLaunchTemplateVersionRequest indicates an expected call of CreateLaunchTemplateVersionRequest

func (*MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateVersionWithContext indicates an expected call of CreateLaunchTemplateVersionWithContext

func (*MockEC2APIMockRecorder) CreateLaunchTemplateWithContext

func (mr *MockEC2APIMockRecorder) CreateLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLaunchTemplateWithContext indicates an expected call of CreateLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) CreateLocalGatewayRoute

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRoute(arg0 interface{}) *gomock.Call

CreateLocalGatewayRoute indicates an expected call of CreateLocalGatewayRoute

func (*MockEC2APIMockRecorder) CreateLocalGatewayRouteRequest

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRouteRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteRequest indicates an expected call of CreateLocalGatewayRouteRequest

func (*MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociation

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociation(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociation indicates an expected call of CreateLocalGatewayRouteTableVpcAssociation

func (*MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociationRequest

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociationRequest(arg0 interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociationRequest indicates an expected call of CreateLocalGatewayRouteTableVpcAssociationRequest

func (*MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociationWithContext

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRouteTableVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteTableVpcAssociationWithContext indicates an expected call of CreateLocalGatewayRouteTableVpcAssociationWithContext

func (*MockEC2APIMockRecorder) CreateLocalGatewayRouteWithContext

func (mr *MockEC2APIMockRecorder) CreateLocalGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLocalGatewayRouteWithContext indicates an expected call of CreateLocalGatewayRouteWithContext

func (*MockEC2APIMockRecorder) CreateManagedPrefixList

func (mr *MockEC2APIMockRecorder) CreateManagedPrefixList(arg0 interface{}) *gomock.Call

CreateManagedPrefixList indicates an expected call of CreateManagedPrefixList

func (*MockEC2APIMockRecorder) CreateManagedPrefixListRequest

func (mr *MockEC2APIMockRecorder) CreateManagedPrefixListRequest(arg0 interface{}) *gomock.Call

CreateManagedPrefixListRequest indicates an expected call of CreateManagedPrefixListRequest

func (*MockEC2APIMockRecorder) CreateManagedPrefixListWithContext

func (mr *MockEC2APIMockRecorder) CreateManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateManagedPrefixListWithContext indicates an expected call of CreateManagedPrefixListWithContext

func (*MockEC2APIMockRecorder) CreateNatGateway

func (mr *MockEC2APIMockRecorder) CreateNatGateway(arg0 interface{}) *gomock.Call

CreateNatGateway indicates an expected call of CreateNatGateway

func (*MockEC2APIMockRecorder) CreateNatGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateNatGatewayRequest(arg0 interface{}) *gomock.Call

CreateNatGatewayRequest indicates an expected call of CreateNatGatewayRequest

func (*MockEC2APIMockRecorder) CreateNatGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNatGatewayWithContext indicates an expected call of CreateNatGatewayWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAcl

func (mr *MockEC2APIMockRecorder) CreateNetworkAcl(arg0 interface{}) *gomock.Call

CreateNetworkAcl indicates an expected call of CreateNetworkAcl

func (*MockEC2APIMockRecorder) CreateNetworkAclEntry

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntry(arg0 interface{}) *gomock.Call

CreateNetworkAclEntry indicates an expected call of CreateNetworkAclEntry

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryRequest

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclEntryRequest indicates an expected call of CreateNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext

func (mr *MockEC2APIMockRecorder) CreateNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclEntryWithContext indicates an expected call of CreateNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) CreateNetworkAclRequest

func (mr *MockEC2APIMockRecorder) CreateNetworkAclRequest(arg0 interface{}) *gomock.Call

CreateNetworkAclRequest indicates an expected call of CreateNetworkAclRequest

func (*MockEC2APIMockRecorder) CreateNetworkAclWithContext

func (mr *MockEC2APIMockRecorder) CreateNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkAclWithContext indicates an expected call of CreateNetworkAclWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterface

func (mr *MockEC2APIMockRecorder) CreateNetworkInterface(arg0 interface{}) *gomock.Call

CreateNetworkInterface indicates an expected call of CreateNetworkInterface

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermission

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermission(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermission indicates an expected call of CreateNetworkInterfacePermission

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfacePermissionRequest indicates an expected call of CreateNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfacePermissionWithContext indicates an expected call of CreateNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceRequest

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

CreateNetworkInterfaceRequest indicates an expected call of CreateNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext

func (mr *MockEC2APIMockRecorder) CreateNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateNetworkInterfaceWithContext indicates an expected call of CreateNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) CreatePlacementGroup

func (mr *MockEC2APIMockRecorder) CreatePlacementGroup(arg0 interface{}) *gomock.Call

CreatePlacementGroup indicates an expected call of CreatePlacementGroup

func (*MockEC2APIMockRecorder) CreatePlacementGroupRequest

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupRequest(arg0 interface{}) *gomock.Call

CreatePlacementGroupRequest indicates an expected call of CreatePlacementGroupRequest

func (*MockEC2APIMockRecorder) CreatePlacementGroupWithContext

func (mr *MockEC2APIMockRecorder) CreatePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePlacementGroupWithContext indicates an expected call of CreatePlacementGroupWithContext

func (*MockEC2APIMockRecorder) CreateReservedInstancesListing

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListing(arg0 interface{}) *gomock.Call

CreateReservedInstancesListing indicates an expected call of CreateReservedInstancesListing

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingRequest

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingRequest(arg0 interface{}) *gomock.Call

CreateReservedInstancesListingRequest indicates an expected call of CreateReservedInstancesListingRequest

func (*MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext

func (mr *MockEC2APIMockRecorder) CreateReservedInstancesListingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReservedInstancesListingWithContext indicates an expected call of CreateReservedInstancesListingWithContext

func (*MockEC2APIMockRecorder) CreateRoute

func (mr *MockEC2APIMockRecorder) CreateRoute(arg0 interface{}) *gomock.Call

CreateRoute indicates an expected call of CreateRoute

func (*MockEC2APIMockRecorder) CreateRouteRequest

func (mr *MockEC2APIMockRecorder) CreateRouteRequest(arg0 interface{}) *gomock.Call

CreateRouteRequest indicates an expected call of CreateRouteRequest

func (*MockEC2APIMockRecorder) CreateRouteTable

func (mr *MockEC2APIMockRecorder) CreateRouteTable(arg0 interface{}) *gomock.Call

CreateRouteTable indicates an expected call of CreateRouteTable

func (*MockEC2APIMockRecorder) CreateRouteTableRequest

func (mr *MockEC2APIMockRecorder) CreateRouteTableRequest(arg0 interface{}) *gomock.Call

CreateRouteTableRequest indicates an expected call of CreateRouteTableRequest

func (*MockEC2APIMockRecorder) CreateRouteTableWithContext

func (mr *MockEC2APIMockRecorder) CreateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteTableWithContext indicates an expected call of CreateRouteTableWithContext

func (*MockEC2APIMockRecorder) CreateRouteWithContext

func (mr *MockEC2APIMockRecorder) CreateRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRouteWithContext indicates an expected call of CreateRouteWithContext

func (*MockEC2APIMockRecorder) CreateSecurityGroup

func (mr *MockEC2APIMockRecorder) CreateSecurityGroup(arg0 interface{}) *gomock.Call

CreateSecurityGroup indicates an expected call of CreateSecurityGroup

func (*MockEC2APIMockRecorder) CreateSecurityGroupRequest

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupRequest(arg0 interface{}) *gomock.Call

CreateSecurityGroupRequest indicates an expected call of CreateSecurityGroupRequest

func (*MockEC2APIMockRecorder) CreateSecurityGroupWithContext

func (mr *MockEC2APIMockRecorder) CreateSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSecurityGroupWithContext indicates an expected call of CreateSecurityGroupWithContext

func (*MockEC2APIMockRecorder) CreateSnapshot

func (mr *MockEC2APIMockRecorder) CreateSnapshot(arg0 interface{}) *gomock.Call

CreateSnapshot indicates an expected call of CreateSnapshot

func (*MockEC2APIMockRecorder) CreateSnapshotRequest

func (mr *MockEC2APIMockRecorder) CreateSnapshotRequest(arg0 interface{}) *gomock.Call

CreateSnapshotRequest indicates an expected call of CreateSnapshotRequest

func (*MockEC2APIMockRecorder) CreateSnapshotWithContext

func (mr *MockEC2APIMockRecorder) CreateSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotWithContext indicates an expected call of CreateSnapshotWithContext

func (*MockEC2APIMockRecorder) CreateSnapshots

func (mr *MockEC2APIMockRecorder) CreateSnapshots(arg0 interface{}) *gomock.Call

CreateSnapshots indicates an expected call of CreateSnapshots

func (*MockEC2APIMockRecorder) CreateSnapshotsRequest

func (mr *MockEC2APIMockRecorder) CreateSnapshotsRequest(arg0 interface{}) *gomock.Call

CreateSnapshotsRequest indicates an expected call of CreateSnapshotsRequest

func (*MockEC2APIMockRecorder) CreateSnapshotsWithContext

func (mr *MockEC2APIMockRecorder) CreateSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSnapshotsWithContext indicates an expected call of CreateSnapshotsWithContext

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscription

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscription indicates an expected call of CreateSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionRequest indicates an expected call of CreateSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext

func (mr *MockEC2APIMockRecorder) CreateSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSpotDatafeedSubscriptionWithContext indicates an expected call of CreateSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) CreateSubnet

func (mr *MockEC2APIMockRecorder) CreateSubnet(arg0 interface{}) *gomock.Call

CreateSubnet indicates an expected call of CreateSubnet

func (*MockEC2APIMockRecorder) CreateSubnetRequest

func (mr *MockEC2APIMockRecorder) CreateSubnetRequest(arg0 interface{}) *gomock.Call

CreateSubnetRequest indicates an expected call of CreateSubnetRequest

func (*MockEC2APIMockRecorder) CreateSubnetWithContext

func (mr *MockEC2APIMockRecorder) CreateSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSubnetWithContext indicates an expected call of CreateSubnetWithContext

func (*MockEC2APIMockRecorder) CreateTags

func (mr *MockEC2APIMockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags

func (*MockEC2APIMockRecorder) CreateTagsRequest

func (mr *MockEC2APIMockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest

func (*MockEC2APIMockRecorder) CreateTagsWithContext

func (mr *MockEC2APIMockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilter

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilter(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilter indicates an expected call of CreateTrafficMirrorFilter

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRequest

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRequest indicates an expected call of CreateTrafficMirrorFilterRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRule

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRule indicates an expected call of CreateTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleRequest

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleRequest indicates an expected call of CreateTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleWithContext

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterRuleWithContext indicates an expected call of CreateTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorFilterWithContext

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorFilterWithContext indicates an expected call of CreateTrafficMirrorFilterWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSession

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSession(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSession indicates an expected call of CreateTrafficMirrorSession

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSessionRequest

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorSessionRequest indicates an expected call of CreateTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorSessionWithContext

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorSessionWithContext indicates an expected call of CreateTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTarget

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTarget(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTarget indicates an expected call of CreateTrafficMirrorTarget

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTargetRequest

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

CreateTrafficMirrorTargetRequest indicates an expected call of CreateTrafficMirrorTargetRequest

func (*MockEC2APIMockRecorder) CreateTrafficMirrorTargetWithContext

func (mr *MockEC2APIMockRecorder) CreateTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTrafficMirrorTargetWithContext indicates an expected call of CreateTrafficMirrorTargetWithContext

func (*MockEC2APIMockRecorder) CreateTransitGateway

func (mr *MockEC2APIMockRecorder) CreateTransitGateway(arg0 interface{}) *gomock.Call

CreateTransitGateway indicates an expected call of CreateTransitGateway

func (*MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomain

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

CreateTransitGatewayMulticastDomain indicates an expected call of CreateTransitGatewayMulticastDomain

func (*MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomainRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayMulticastDomainRequest indicates an expected call of CreateTransitGatewayMulticastDomainRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayMulticastDomainWithContext indicates an expected call of CreateTransitGatewayMulticastDomainWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachment

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachment indicates an expected call of CreateTransitGatewayPeeringAttachment

func (*MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachmentRequest indicates an expected call of CreateTransitGatewayPeeringAttachmentRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayPeeringAttachmentWithContext indicates an expected call of CreateTransitGatewayPeeringAttachmentWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReference

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

CreateTransitGatewayPrefixListReference indicates an expected call of CreateTransitGatewayPrefixListReference

func (*MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayPrefixListReferenceRequest indicates an expected call of CreateTransitGatewayPrefixListReferenceRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayPrefixListReferenceWithContext indicates an expected call of CreateTransitGatewayPrefixListReferenceWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRequest indicates an expected call of CreateTransitGatewayRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRoute

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRoute(arg0 interface{}) *gomock.Call

CreateTransitGatewayRoute indicates an expected call of CreateTransitGatewayRoute

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteRequest indicates an expected call of CreateTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTable

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTable indicates an expected call of CreateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTableRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayRouteTableRequest indicates an expected call of CreateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteTableWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteTableWithContext indicates an expected call of CreateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayRouteWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayRouteWithContext indicates an expected call of CreateTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachment

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachment indicates an expected call of CreateTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentRequest

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentRequest indicates an expected call of CreateTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayVpcAttachmentWithContext indicates an expected call of CreateTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) CreateTransitGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTransitGatewayWithContext indicates an expected call of CreateTransitGatewayWithContext

func (*MockEC2APIMockRecorder) CreateVolume

func (mr *MockEC2APIMockRecorder) CreateVolume(arg0 interface{}) *gomock.Call

CreateVolume indicates an expected call of CreateVolume

func (*MockEC2APIMockRecorder) CreateVolumeRequest

func (mr *MockEC2APIMockRecorder) CreateVolumeRequest(arg0 interface{}) *gomock.Call

CreateVolumeRequest indicates an expected call of CreateVolumeRequest

func (*MockEC2APIMockRecorder) CreateVolumeWithContext

func (mr *MockEC2APIMockRecorder) CreateVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVolumeWithContext indicates an expected call of CreateVolumeWithContext

func (*MockEC2APIMockRecorder) CreateVpc

func (mr *MockEC2APIMockRecorder) CreateVpc(arg0 interface{}) *gomock.Call

CreateVpc indicates an expected call of CreateVpc

func (*MockEC2APIMockRecorder) CreateVpcEndpoint

func (mr *MockEC2APIMockRecorder) CreateVpcEndpoint(arg0 interface{}) *gomock.Call

CreateVpcEndpoint indicates an expected call of CreateVpcEndpoint

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotification indicates an expected call of CreateVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationRequest indicates an expected call of CreateVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointConnectionNotificationWithContext indicates an expected call of CreateVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointRequest

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointRequest indicates an expected call of CreateVpcEndpointRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfiguration indicates an expected call of CreateVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationRequest indicates an expected call of CreateVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointServiceConfigurationWithContext indicates an expected call of CreateVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) CreateVpcEndpointWithContext

func (mr *MockEC2APIMockRecorder) CreateVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcEndpointWithContext indicates an expected call of CreateVpcEndpointWithContext

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnection

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnection(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnection indicates an expected call of CreateVpcPeeringConnection

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpcPeeringConnectionRequest indicates an expected call of CreateVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext

func (mr *MockEC2APIMockRecorder) CreateVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcPeeringConnectionWithContext indicates an expected call of CreateVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpcRequest

func (mr *MockEC2APIMockRecorder) CreateVpcRequest(arg0 interface{}) *gomock.Call

CreateVpcRequest indicates an expected call of CreateVpcRequest

func (*MockEC2APIMockRecorder) CreateVpcWithContext

func (mr *MockEC2APIMockRecorder) CreateVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpcWithContext indicates an expected call of CreateVpcWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnection

func (mr *MockEC2APIMockRecorder) CreateVpnConnection(arg0 interface{}) *gomock.Call

CreateVpnConnection indicates an expected call of CreateVpnConnection

func (*MockEC2APIMockRecorder) CreateVpnConnectionRequest

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRequest indicates an expected call of CreateVpnConnectionRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRoute

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRoute(arg0 interface{}) *gomock.Call

CreateVpnConnectionRoute indicates an expected call of CreateVpnConnectionRoute

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

CreateVpnConnectionRouteRequest indicates an expected call of CreateVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionRouteWithContext indicates an expected call of CreateVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) CreateVpnConnectionWithContext

func (mr *MockEC2APIMockRecorder) CreateVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnConnectionWithContext indicates an expected call of CreateVpnConnectionWithContext

func (*MockEC2APIMockRecorder) CreateVpnGateway

func (mr *MockEC2APIMockRecorder) CreateVpnGateway(arg0 interface{}) *gomock.Call

CreateVpnGateway indicates an expected call of CreateVpnGateway

func (*MockEC2APIMockRecorder) CreateVpnGatewayRequest

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayRequest(arg0 interface{}) *gomock.Call

CreateVpnGatewayRequest indicates an expected call of CreateVpnGatewayRequest

func (*MockEC2APIMockRecorder) CreateVpnGatewayWithContext

func (mr *MockEC2APIMockRecorder) CreateVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVpnGatewayWithContext indicates an expected call of CreateVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteCarrierGateway

func (mr *MockEC2APIMockRecorder) DeleteCarrierGateway(arg0 interface{}) *gomock.Call

DeleteCarrierGateway indicates an expected call of DeleteCarrierGateway

func (*MockEC2APIMockRecorder) DeleteCarrierGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteCarrierGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCarrierGatewayRequest indicates an expected call of DeleteCarrierGatewayRequest

func (*MockEC2APIMockRecorder) DeleteCarrierGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteCarrierGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCarrierGatewayWithContext indicates an expected call of DeleteCarrierGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpoint

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpoint(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpoint indicates an expected call of DeleteClientVpnEndpoint

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpointRequest

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnEndpointRequest indicates an expected call of DeleteClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) DeleteClientVpnEndpointWithContext

func (mr *MockEC2APIMockRecorder) DeleteClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnEndpointWithContext indicates an expected call of DeleteClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) DeleteClientVpnRoute

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRoute(arg0 interface{}) *gomock.Call

DeleteClientVpnRoute indicates an expected call of DeleteClientVpnRoute

func (*MockEC2APIMockRecorder) DeleteClientVpnRouteRequest

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRouteRequest(arg0 interface{}) *gomock.Call

DeleteClientVpnRouteRequest indicates an expected call of DeleteClientVpnRouteRequest

func (*MockEC2APIMockRecorder) DeleteClientVpnRouteWithContext

func (mr *MockEC2APIMockRecorder) DeleteClientVpnRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteClientVpnRouteWithContext indicates an expected call of DeleteClientVpnRouteWithContext

func (*MockEC2APIMockRecorder) DeleteCustomerGateway

func (mr *MockEC2APIMockRecorder) DeleteCustomerGateway(arg0 interface{}) *gomock.Call

DeleteCustomerGateway indicates an expected call of DeleteCustomerGateway

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayRequest(arg0 interface{}) *gomock.Call

DeleteCustomerGatewayRequest indicates an expected call of DeleteCustomerGatewayRequest

func (*MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteCustomerGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomerGatewayWithContext indicates an expected call of DeleteCustomerGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteDhcpOptions

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptions(arg0 interface{}) *gomock.Call

DeleteDhcpOptions indicates an expected call of DeleteDhcpOptions

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsRequest

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DeleteDhcpOptionsRequest indicates an expected call of DeleteDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext

func (mr *MockEC2APIMockRecorder) DeleteDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteDhcpOptionsWithContext indicates an expected call of DeleteDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGateway(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGateway indicates an expected call of DeleteEgressOnlyInternetGateway

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayRequest indicates an expected call of DeleteEgressOnlyInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteEgressOnlyInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteEgressOnlyInternetGatewayWithContext indicates an expected call of DeleteEgressOnlyInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteFleets

func (mr *MockEC2APIMockRecorder) DeleteFleets(arg0 interface{}) *gomock.Call

DeleteFleets indicates an expected call of DeleteFleets

func (*MockEC2APIMockRecorder) DeleteFleetsRequest

func (mr *MockEC2APIMockRecorder) DeleteFleetsRequest(arg0 interface{}) *gomock.Call

DeleteFleetsRequest indicates an expected call of DeleteFleetsRequest

func (*MockEC2APIMockRecorder) DeleteFleetsWithContext

func (mr *MockEC2APIMockRecorder) DeleteFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFleetsWithContext indicates an expected call of DeleteFleetsWithContext

func (*MockEC2APIMockRecorder) DeleteFlowLogs

func (mr *MockEC2APIMockRecorder) DeleteFlowLogs(arg0 interface{}) *gomock.Call

DeleteFlowLogs indicates an expected call of DeleteFlowLogs

func (*MockEC2APIMockRecorder) DeleteFlowLogsRequest

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsRequest(arg0 interface{}) *gomock.Call

DeleteFlowLogsRequest indicates an expected call of DeleteFlowLogsRequest

func (*MockEC2APIMockRecorder) DeleteFlowLogsWithContext

func (mr *MockEC2APIMockRecorder) DeleteFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFlowLogsWithContext indicates an expected call of DeleteFlowLogsWithContext

func (*MockEC2APIMockRecorder) DeleteFpgaImage

func (mr *MockEC2APIMockRecorder) DeleteFpgaImage(arg0 interface{}) *gomock.Call

DeleteFpgaImage indicates an expected call of DeleteFpgaImage

func (*MockEC2APIMockRecorder) DeleteFpgaImageRequest

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageRequest(arg0 interface{}) *gomock.Call

DeleteFpgaImageRequest indicates an expected call of DeleteFpgaImageRequest

func (*MockEC2APIMockRecorder) DeleteFpgaImageWithContext

func (mr *MockEC2APIMockRecorder) DeleteFpgaImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFpgaImageWithContext indicates an expected call of DeleteFpgaImageWithContext

func (*MockEC2APIMockRecorder) DeleteInternetGateway

func (mr *MockEC2APIMockRecorder) DeleteInternetGateway(arg0 interface{}) *gomock.Call

DeleteInternetGateway indicates an expected call of DeleteInternetGateway

func (*MockEC2APIMockRecorder) DeleteInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayRequest(arg0 interface{}) *gomock.Call

DeleteInternetGatewayRequest indicates an expected call of DeleteInternetGatewayRequest

func (*MockEC2APIMockRecorder) DeleteInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInternetGatewayWithContext indicates an expected call of DeleteInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteKeyPair

func (mr *MockEC2APIMockRecorder) DeleteKeyPair(arg0 interface{}) *gomock.Call

DeleteKeyPair indicates an expected call of DeleteKeyPair

func (*MockEC2APIMockRecorder) DeleteKeyPairRequest

func (mr *MockEC2APIMockRecorder) DeleteKeyPairRequest(arg0 interface{}) *gomock.Call

DeleteKeyPairRequest indicates an expected call of DeleteKeyPairRequest

func (*MockEC2APIMockRecorder) DeleteKeyPairWithContext

func (mr *MockEC2APIMockRecorder) DeleteKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteKeyPairWithContext indicates an expected call of DeleteKeyPairWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplate

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplate(arg0 interface{}) *gomock.Call

DeleteLaunchTemplate indicates an expected call of DeleteLaunchTemplate

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateRequest

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateRequest indicates an expected call of DeleteLaunchTemplateRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersions

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersions indicates an expected call of DeleteLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DeleteLaunchTemplateVersionsRequest indicates an expected call of DeleteLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateVersionsWithContext indicates an expected call of DeleteLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext

func (mr *MockEC2APIMockRecorder) DeleteLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLaunchTemplateWithContext indicates an expected call of DeleteLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRoute

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRoute(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRoute indicates an expected call of DeleteLocalGatewayRoute

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRouteRequest

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRouteRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteRequest indicates an expected call of DeleteLocalGatewayRouteRequest

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociation

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociation(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociation indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociation

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociationRequest

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociationRequest(arg0 interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociationRequest indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociationRequest

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRouteTableVpcAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteTableVpcAssociationWithContext indicates an expected call of DeleteLocalGatewayRouteTableVpcAssociationWithContext

func (*MockEC2APIMockRecorder) DeleteLocalGatewayRouteWithContext

func (mr *MockEC2APIMockRecorder) DeleteLocalGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLocalGatewayRouteWithContext indicates an expected call of DeleteLocalGatewayRouteWithContext

func (*MockEC2APIMockRecorder) DeleteManagedPrefixList

func (mr *MockEC2APIMockRecorder) DeleteManagedPrefixList(arg0 interface{}) *gomock.Call

DeleteManagedPrefixList indicates an expected call of DeleteManagedPrefixList

func (*MockEC2APIMockRecorder) DeleteManagedPrefixListRequest

func (mr *MockEC2APIMockRecorder) DeleteManagedPrefixListRequest(arg0 interface{}) *gomock.Call

DeleteManagedPrefixListRequest indicates an expected call of DeleteManagedPrefixListRequest

func (*MockEC2APIMockRecorder) DeleteManagedPrefixListWithContext

func (mr *MockEC2APIMockRecorder) DeleteManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteManagedPrefixListWithContext indicates an expected call of DeleteManagedPrefixListWithContext

func (*MockEC2APIMockRecorder) DeleteNatGateway

func (mr *MockEC2APIMockRecorder) DeleteNatGateway(arg0 interface{}) *gomock.Call

DeleteNatGateway indicates an expected call of DeleteNatGateway

func (*MockEC2APIMockRecorder) DeleteNatGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayRequest(arg0 interface{}) *gomock.Call

DeleteNatGatewayRequest indicates an expected call of DeleteNatGatewayRequest

func (*MockEC2APIMockRecorder) DeleteNatGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteNatGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNatGatewayWithContext indicates an expected call of DeleteNatGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAcl

func (mr *MockEC2APIMockRecorder) DeleteNetworkAcl(arg0 interface{}) *gomock.Call

DeleteNetworkAcl indicates an expected call of DeleteNetworkAcl

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntry

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntry(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntry indicates an expected call of DeleteNetworkAclEntry

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclEntryRequest indicates an expected call of DeleteNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclEntryWithContext indicates an expected call of DeleteNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkAclRequest

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclRequest(arg0 interface{}) *gomock.Call

DeleteNetworkAclRequest indicates an expected call of DeleteNetworkAclRequest

func (*MockEC2APIMockRecorder) DeleteNetworkAclWithContext

func (mr *MockEC2APIMockRecorder) DeleteNetworkAclWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkAclWithContext indicates an expected call of DeleteNetworkAclWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterface

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterface(arg0 interface{}) *gomock.Call

DeleteNetworkInterface indicates an expected call of DeleteNetworkInterface

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermission

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermission(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermission indicates an expected call of DeleteNetworkInterfacePermission

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfacePermissionRequest indicates an expected call of DeleteNetworkInterfacePermissionRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfacePermissionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfacePermissionWithContext indicates an expected call of DeleteNetworkInterfacePermissionWithContext

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DeleteNetworkInterfaceRequest indicates an expected call of DeleteNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext

func (mr *MockEC2APIMockRecorder) DeleteNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNetworkInterfaceWithContext indicates an expected call of DeleteNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DeletePlacementGroup

func (mr *MockEC2APIMockRecorder) DeletePlacementGroup(arg0 interface{}) *gomock.Call

DeletePlacementGroup indicates an expected call of DeletePlacementGroup

func (*MockEC2APIMockRecorder) DeletePlacementGroupRequest

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupRequest(arg0 interface{}) *gomock.Call

DeletePlacementGroupRequest indicates an expected call of DeletePlacementGroupRequest

func (*MockEC2APIMockRecorder) DeletePlacementGroupWithContext

func (mr *MockEC2APIMockRecorder) DeletePlacementGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePlacementGroupWithContext indicates an expected call of DeletePlacementGroupWithContext

func (*MockEC2APIMockRecorder) DeleteQueuedReservedInstances

func (mr *MockEC2APIMockRecorder) DeleteQueuedReservedInstances(arg0 interface{}) *gomock.Call

DeleteQueuedReservedInstances indicates an expected call of DeleteQueuedReservedInstances

func (*MockEC2APIMockRecorder) DeleteQueuedReservedInstancesRequest

func (mr *MockEC2APIMockRecorder) DeleteQueuedReservedInstancesRequest(arg0 interface{}) *gomock.Call

DeleteQueuedReservedInstancesRequest indicates an expected call of DeleteQueuedReservedInstancesRequest

func (*MockEC2APIMockRecorder) DeleteQueuedReservedInstancesWithContext

func (mr *MockEC2APIMockRecorder) DeleteQueuedReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteQueuedReservedInstancesWithContext indicates an expected call of DeleteQueuedReservedInstancesWithContext

func (*MockEC2APIMockRecorder) DeleteRoute

func (mr *MockEC2APIMockRecorder) DeleteRoute(arg0 interface{}) *gomock.Call

DeleteRoute indicates an expected call of DeleteRoute

func (*MockEC2APIMockRecorder) DeleteRouteRequest

func (mr *MockEC2APIMockRecorder) DeleteRouteRequest(arg0 interface{}) *gomock.Call

DeleteRouteRequest indicates an expected call of DeleteRouteRequest

func (*MockEC2APIMockRecorder) DeleteRouteTable

func (mr *MockEC2APIMockRecorder) DeleteRouteTable(arg0 interface{}) *gomock.Call

DeleteRouteTable indicates an expected call of DeleteRouteTable

func (*MockEC2APIMockRecorder) DeleteRouteTableRequest

func (mr *MockEC2APIMockRecorder) DeleteRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteRouteTableRequest indicates an expected call of DeleteRouteTableRequest

func (*MockEC2APIMockRecorder) DeleteRouteTableWithContext

func (mr *MockEC2APIMockRecorder) DeleteRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteTableWithContext indicates an expected call of DeleteRouteTableWithContext

func (*MockEC2APIMockRecorder) DeleteRouteWithContext

func (mr *MockEC2APIMockRecorder) DeleteRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRouteWithContext indicates an expected call of DeleteRouteWithContext

func (*MockEC2APIMockRecorder) DeleteSecurityGroup

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroup(arg0 interface{}) *gomock.Call

DeleteSecurityGroup indicates an expected call of DeleteSecurityGroup

func (*MockEC2APIMockRecorder) DeleteSecurityGroupRequest

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupRequest(arg0 interface{}) *gomock.Call

DeleteSecurityGroupRequest indicates an expected call of DeleteSecurityGroupRequest

func (*MockEC2APIMockRecorder) DeleteSecurityGroupWithContext

func (mr *MockEC2APIMockRecorder) DeleteSecurityGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSecurityGroupWithContext indicates an expected call of DeleteSecurityGroupWithContext

func (*MockEC2APIMockRecorder) DeleteSnapshot

func (mr *MockEC2APIMockRecorder) DeleteSnapshot(arg0 interface{}) *gomock.Call

DeleteSnapshot indicates an expected call of DeleteSnapshot

func (*MockEC2APIMockRecorder) DeleteSnapshotRequest

func (mr *MockEC2APIMockRecorder) DeleteSnapshotRequest(arg0 interface{}) *gomock.Call

DeleteSnapshotRequest indicates an expected call of DeleteSnapshotRequest

func (*MockEC2APIMockRecorder) DeleteSnapshotWithContext

func (mr *MockEC2APIMockRecorder) DeleteSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSnapshotWithContext indicates an expected call of DeleteSnapshotWithContext

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscription indicates an expected call of DeleteSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionRequest indicates an expected call of DeleteSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext

func (mr *MockEC2APIMockRecorder) DeleteSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSpotDatafeedSubscriptionWithContext indicates an expected call of DeleteSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DeleteSubnet

func (mr *MockEC2APIMockRecorder) DeleteSubnet(arg0 interface{}) *gomock.Call

DeleteSubnet indicates an expected call of DeleteSubnet

func (*MockEC2APIMockRecorder) DeleteSubnetRequest

func (mr *MockEC2APIMockRecorder) DeleteSubnetRequest(arg0 interface{}) *gomock.Call

DeleteSubnetRequest indicates an expected call of DeleteSubnetRequest

func (*MockEC2APIMockRecorder) DeleteSubnetWithContext

func (mr *MockEC2APIMockRecorder) DeleteSubnetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSubnetWithContext indicates an expected call of DeleteSubnetWithContext

func (*MockEC2APIMockRecorder) DeleteTags

func (mr *MockEC2APIMockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags

func (*MockEC2APIMockRecorder) DeleteTagsRequest

func (mr *MockEC2APIMockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest

func (*MockEC2APIMockRecorder) DeleteTagsWithContext

func (mr *MockEC2APIMockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilter

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilter(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilter indicates an expected call of DeleteTrafficMirrorFilter

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRequest

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRequest indicates an expected call of DeleteTrafficMirrorFilterRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRule

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRule indicates an expected call of DeleteTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleRequest

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleRequest indicates an expected call of DeleteTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleWithContext

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterRuleWithContext indicates an expected call of DeleteTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorFilterWithContext

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorFilterWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorFilterWithContext indicates an expected call of DeleteTrafficMirrorFilterWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSession

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSession(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSession indicates an expected call of DeleteTrafficMirrorSession

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSessionRequest

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorSessionRequest indicates an expected call of DeleteTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorSessionWithContext

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorSessionWithContext indicates an expected call of DeleteTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTarget

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTarget(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTarget indicates an expected call of DeleteTrafficMirrorTarget

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTargetRequest

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTargetRequest(arg0 interface{}) *gomock.Call

DeleteTrafficMirrorTargetRequest indicates an expected call of DeleteTrafficMirrorTargetRequest

func (*MockEC2APIMockRecorder) DeleteTrafficMirrorTargetWithContext

func (mr *MockEC2APIMockRecorder) DeleteTrafficMirrorTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTrafficMirrorTargetWithContext indicates an expected call of DeleteTrafficMirrorTargetWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGateway

func (mr *MockEC2APIMockRecorder) DeleteTransitGateway(arg0 interface{}) *gomock.Call

DeleteTransitGateway indicates an expected call of DeleteTransitGateway

func (*MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomain

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomain indicates an expected call of DeleteTransitGatewayMulticastDomain

func (*MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomainRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomainRequest indicates an expected call of DeleteTransitGatewayMulticastDomainRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomainWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayMulticastDomainWithContext indicates an expected call of DeleteTransitGatewayMulticastDomainWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachment

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachment indicates an expected call of DeleteTransitGatewayPeeringAttachment

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachmentRequest indicates an expected call of DeleteTransitGatewayPeeringAttachmentRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayPeeringAttachmentWithContext indicates an expected call of DeleteTransitGatewayPeeringAttachmentWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReference

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReference indicates an expected call of DeleteTransitGatewayPrefixListReference

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReferenceRequest indicates an expected call of DeleteTransitGatewayPrefixListReferenceRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayPrefixListReferenceWithContext indicates an expected call of DeleteTransitGatewayPrefixListReferenceWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRequest indicates an expected call of DeleteTransitGatewayRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRoute

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRoute(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRoute indicates an expected call of DeleteTransitGatewayRoute

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteRequest indicates an expected call of DeleteTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTable

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTable indicates an expected call of DeleteTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayRouteTableRequest indicates an expected call of DeleteTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteTableWithContext indicates an expected call of DeleteTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayRouteWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayRouteWithContext indicates an expected call of DeleteTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachment

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachment indicates an expected call of DeleteTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentRequest

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentRequest indicates an expected call of DeleteTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayVpcAttachmentWithContext indicates an expected call of DeleteTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) DeleteTransitGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTransitGatewayWithContext indicates an expected call of DeleteTransitGatewayWithContext

func (*MockEC2APIMockRecorder) DeleteVolume

func (mr *MockEC2APIMockRecorder) DeleteVolume(arg0 interface{}) *gomock.Call

DeleteVolume indicates an expected call of DeleteVolume

func (*MockEC2APIMockRecorder) DeleteVolumeRequest

func (mr *MockEC2APIMockRecorder) DeleteVolumeRequest(arg0 interface{}) *gomock.Call

DeleteVolumeRequest indicates an expected call of DeleteVolumeRequest

func (*MockEC2APIMockRecorder) DeleteVolumeWithContext

func (mr *MockEC2APIMockRecorder) DeleteVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVolumeWithContext indicates an expected call of DeleteVolumeWithContext

func (*MockEC2APIMockRecorder) DeleteVpc

func (mr *MockEC2APIMockRecorder) DeleteVpc(arg0 interface{}) *gomock.Call

DeleteVpc indicates an expected call of DeleteVpc

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotifications indicates an expected call of DeleteVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsRequest indicates an expected call of DeleteVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointConnectionNotificationsWithContext indicates an expected call of DeleteVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurations indicates an expected call of DeleteVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsRequest indicates an expected call of DeleteVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointServiceConfigurationsWithContext indicates an expected call of DeleteVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcEndpoints

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpoints(arg0 interface{}) *gomock.Call

DeleteVpcEndpoints indicates an expected call of DeleteVpcEndpoints

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsRequest

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DeleteVpcEndpointsRequest indicates an expected call of DeleteVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcEndpointsWithContext indicates an expected call of DeleteVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnection

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnection(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnection indicates an expected call of DeleteVpcPeeringConnection

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpcPeeringConnectionRequest indicates an expected call of DeleteVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcPeeringConnectionWithContext indicates an expected call of DeleteVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpcRequest

func (mr *MockEC2APIMockRecorder) DeleteVpcRequest(arg0 interface{}) *gomock.Call

DeleteVpcRequest indicates an expected call of DeleteVpcRequest

func (*MockEC2APIMockRecorder) DeleteVpcWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpcWithContext indicates an expected call of DeleteVpcWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnection

func (mr *MockEC2APIMockRecorder) DeleteVpnConnection(arg0 interface{}) *gomock.Call

DeleteVpnConnection indicates an expected call of DeleteVpnConnection

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRequest

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRequest indicates an expected call of DeleteVpnConnectionRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRoute

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRoute(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRoute indicates an expected call of DeleteVpnConnectionRoute

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteRequest(arg0 interface{}) *gomock.Call

DeleteVpnConnectionRouteRequest indicates an expected call of DeleteVpnConnectionRouteRequest

func (*MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionRouteWithContext indicates an expected call of DeleteVpnConnectionRouteWithContext

func (*MockEC2APIMockRecorder) DeleteVpnConnectionWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnConnectionWithContext indicates an expected call of DeleteVpnConnectionWithContext

func (*MockEC2APIMockRecorder) DeleteVpnGateway

func (mr *MockEC2APIMockRecorder) DeleteVpnGateway(arg0 interface{}) *gomock.Call

DeleteVpnGateway indicates an expected call of DeleteVpnGateway

func (*MockEC2APIMockRecorder) DeleteVpnGatewayRequest

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayRequest(arg0 interface{}) *gomock.Call

DeleteVpnGatewayRequest indicates an expected call of DeleteVpnGatewayRequest

func (*MockEC2APIMockRecorder) DeleteVpnGatewayWithContext

func (mr *MockEC2APIMockRecorder) DeleteVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVpnGatewayWithContext indicates an expected call of DeleteVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DeprovisionByoipCidr

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidr(arg0 interface{}) *gomock.Call

DeprovisionByoipCidr indicates an expected call of DeprovisionByoipCidr

func (*MockEC2APIMockRecorder) DeprovisionByoipCidrRequest

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidrRequest(arg0 interface{}) *gomock.Call

DeprovisionByoipCidrRequest indicates an expected call of DeprovisionByoipCidrRequest

func (*MockEC2APIMockRecorder) DeprovisionByoipCidrWithContext

func (mr *MockEC2APIMockRecorder) DeprovisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeprovisionByoipCidrWithContext indicates an expected call of DeprovisionByoipCidrWithContext

func (*MockEC2APIMockRecorder) DeregisterImage

func (mr *MockEC2APIMockRecorder) DeregisterImage(arg0 interface{}) *gomock.Call

DeregisterImage indicates an expected call of DeregisterImage

func (*MockEC2APIMockRecorder) DeregisterImageRequest

func (mr *MockEC2APIMockRecorder) DeregisterImageRequest(arg0 interface{}) *gomock.Call

DeregisterImageRequest indicates an expected call of DeregisterImageRequest

func (*MockEC2APIMockRecorder) DeregisterImageWithContext

func (mr *MockEC2APIMockRecorder) DeregisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterImageWithContext indicates an expected call of DeregisterImageWithContext

func (*MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributes

func (mr *MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributes indicates an expected call of DeregisterInstanceEventNotificationAttributes

func (*MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributesRequest

func (mr *MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributesRequest indicates an expected call of DeregisterInstanceEventNotificationAttributesRequest

func (*MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributesWithContext

func (mr *MockEC2APIMockRecorder) DeregisterInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterInstanceEventNotificationAttributesWithContext indicates an expected call of DeregisterInstanceEventNotificationAttributesWithContext

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembers

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembers(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembers indicates an expected call of DeregisterTransitGatewayMulticastGroupMembers

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembersRequest

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembersRequest(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembersRequest indicates an expected call of DeregisterTransitGatewayMulticastGroupMembersRequest

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembersWithContext

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupMembersWithContext indicates an expected call of DeregisterTransitGatewayMulticastGroupMembersWithContext

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSources

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSources(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSources indicates an expected call of DeregisterTransitGatewayMulticastGroupSources

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSourcesRequest

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSourcesRequest(arg0 interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSourcesRequest indicates an expected call of DeregisterTransitGatewayMulticastGroupSourcesRequest

func (*MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (mr *MockEC2APIMockRecorder) DeregisterTransitGatewayMulticastGroupSourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeregisterTransitGatewayMulticastGroupSourcesWithContext indicates an expected call of DeregisterTransitGatewayMulticastGroupSourcesWithContext

func (*MockEC2APIMockRecorder) DescribeAccountAttributes

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributes(arg0 interface{}) *gomock.Call

DescribeAccountAttributes indicates an expected call of DescribeAccountAttributes

func (*MockEC2APIMockRecorder) DescribeAccountAttributesRequest

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesRequest(arg0 interface{}) *gomock.Call

DescribeAccountAttributesRequest indicates an expected call of DescribeAccountAttributesRequest

func (*MockEC2APIMockRecorder) DescribeAccountAttributesWithContext

func (mr *MockEC2APIMockRecorder) DescribeAccountAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountAttributesWithContext indicates an expected call of DescribeAccountAttributesWithContext

func (*MockEC2APIMockRecorder) DescribeAddresses

func (mr *MockEC2APIMockRecorder) DescribeAddresses(arg0 interface{}) *gomock.Call

DescribeAddresses indicates an expected call of DescribeAddresses

func (*MockEC2APIMockRecorder) DescribeAddressesRequest

func (mr *MockEC2APIMockRecorder) DescribeAddressesRequest(arg0 interface{}) *gomock.Call

DescribeAddressesRequest indicates an expected call of DescribeAddressesRequest

func (*MockEC2APIMockRecorder) DescribeAddressesWithContext

func (mr *MockEC2APIMockRecorder) DescribeAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAddressesWithContext indicates an expected call of DescribeAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormat

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormat(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormat indicates an expected call of DescribeAggregateIdFormat

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeAggregateIdFormatRequest indicates an expected call of DescribeAggregateIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext

func (mr *MockEC2APIMockRecorder) DescribeAggregateIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAggregateIdFormatWithContext indicates an expected call of DescribeAggregateIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeAvailabilityZones

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZones(arg0 interface{}) *gomock.Call

DescribeAvailabilityZones indicates an expected call of DescribeAvailabilityZones

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesRequest(arg0 interface{}) *gomock.Call

DescribeAvailabilityZonesRequest indicates an expected call of DescribeAvailabilityZonesRequest

func (*MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext

func (mr *MockEC2APIMockRecorder) DescribeAvailabilityZonesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAvailabilityZonesWithContext indicates an expected call of DescribeAvailabilityZonesWithContext

func (*MockEC2APIMockRecorder) DescribeBundleTasks

func (mr *MockEC2APIMockRecorder) DescribeBundleTasks(arg0 interface{}) *gomock.Call

DescribeBundleTasks indicates an expected call of DescribeBundleTasks

func (*MockEC2APIMockRecorder) DescribeBundleTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksRequest(arg0 interface{}) *gomock.Call

DescribeBundleTasksRequest indicates an expected call of DescribeBundleTasksRequest

func (*MockEC2APIMockRecorder) DescribeBundleTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeBundleTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBundleTasksWithContext indicates an expected call of DescribeBundleTasksWithContext

func (*MockEC2APIMockRecorder) DescribeByoipCidrs

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrs(arg0 interface{}) *gomock.Call

DescribeByoipCidrs indicates an expected call of DescribeByoipCidrs

func (*MockEC2APIMockRecorder) DescribeByoipCidrsPages

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsPages(arg0, arg1 interface{}) *gomock.Call

DescribeByoipCidrsPages indicates an expected call of DescribeByoipCidrsPages

func (*MockEC2APIMockRecorder) DescribeByoipCidrsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeByoipCidrsPagesWithContext indicates an expected call of DescribeByoipCidrsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeByoipCidrsRequest

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsRequest(arg0 interface{}) *gomock.Call

DescribeByoipCidrsRequest indicates an expected call of DescribeByoipCidrsRequest

func (*MockEC2APIMockRecorder) DescribeByoipCidrsWithContext

func (mr *MockEC2APIMockRecorder) DescribeByoipCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeByoipCidrsWithContext indicates an expected call of DescribeByoipCidrsWithContext

func (*MockEC2APIMockRecorder) DescribeCapacityReservations

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservations(arg0 interface{}) *gomock.Call

DescribeCapacityReservations indicates an expected call of DescribeCapacityReservations

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsPages

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCapacityReservationsPages indicates an expected call of DescribeCapacityReservationsPages

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCapacityReservationsPagesWithContext indicates an expected call of DescribeCapacityReservationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsRequest

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsRequest(arg0 interface{}) *gomock.Call

DescribeCapacityReservationsRequest indicates an expected call of DescribeCapacityReservationsRequest

func (*MockEC2APIMockRecorder) DescribeCapacityReservationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeCapacityReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCapacityReservationsWithContext indicates an expected call of DescribeCapacityReservationsWithContext

func (*MockEC2APIMockRecorder) DescribeCarrierGateways

func (mr *MockEC2APIMockRecorder) DescribeCarrierGateways(arg0 interface{}) *gomock.Call

DescribeCarrierGateways indicates an expected call of DescribeCarrierGateways

func (*MockEC2APIMockRecorder) DescribeCarrierGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeCarrierGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeCarrierGatewaysPages indicates an expected call of DescribeCarrierGatewaysPages

func (*MockEC2APIMockRecorder) DescribeCarrierGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeCarrierGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCarrierGatewaysPagesWithContext indicates an expected call of DescribeCarrierGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeCarrierGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeCarrierGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCarrierGatewaysRequest indicates an expected call of DescribeCarrierGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeCarrierGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeCarrierGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCarrierGatewaysWithContext indicates an expected call of DescribeCarrierGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstances

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstances(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstances indicates an expected call of DescribeClassicLinkInstances

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesPages

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClassicLinkInstancesPages indicates an expected call of DescribeClassicLinkInstancesPages

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesPagesWithContext indicates an expected call of DescribeClassicLinkInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesRequest(arg0 interface{}) *gomock.Call

DescribeClassicLinkInstancesRequest indicates an expected call of DescribeClassicLinkInstancesRequest

func (*MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClassicLinkInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClassicLinkInstancesWithContext indicates an expected call of DescribeClassicLinkInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRules

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRules(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRules indicates an expected call of DescribeClientVpnAuthorizationRules

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPages

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesPages indicates an expected call of DescribeClientVpnAuthorizationRulesPages

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesPagesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesRequest

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesRequest indicates an expected call of DescribeClientVpnAuthorizationRulesRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnAuthorizationRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnAuthorizationRulesWithContext indicates an expected call of DescribeClientVpnAuthorizationRulesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnConnections

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnections(arg0 interface{}) *gomock.Call

DescribeClientVpnConnections indicates an expected call of DescribeClientVpnConnections

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsPages

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnConnectionsPages indicates an expected call of DescribeClientVpnConnectionsPages

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnConnectionsPagesWithContext indicates an expected call of DescribeClientVpnConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsRequest

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnConnectionsRequest indicates an expected call of DescribeClientVpnConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnConnectionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnConnectionsWithContext indicates an expected call of DescribeClientVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpoints

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpoints(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpoints indicates an expected call of DescribeClientVpnEndpoints

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsPages

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnEndpointsPages indicates an expected call of DescribeClientVpnEndpointsPages

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnEndpointsPagesWithContext indicates an expected call of DescribeClientVpnEndpointsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsRequest

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnEndpointsRequest indicates an expected call of DescribeClientVpnEndpointsRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnEndpointsWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnEndpointsWithContext indicates an expected call of DescribeClientVpnEndpointsWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutes

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutes(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutes indicates an expected call of DescribeClientVpnRoutes

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesPages

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnRoutesPages indicates an expected call of DescribeClientVpnRoutesPages

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnRoutesPagesWithContext indicates an expected call of DescribeClientVpnRoutesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesRequest

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnRoutesRequest indicates an expected call of DescribeClientVpnRoutesRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnRoutesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnRoutesWithContext indicates an expected call of DescribeClientVpnRoutesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworks

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworks(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworks indicates an expected call of DescribeClientVpnTargetNetworks

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPages

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPages(arg0, arg1 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksPages indicates an expected call of DescribeClientVpnTargetNetworksPages

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeClientVpnTargetNetworksPagesWithContext indicates an expected call of DescribeClientVpnTargetNetworksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksRequest

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksRequest(arg0 interface{}) *gomock.Call

DescribeClientVpnTargetNetworksRequest indicates an expected call of DescribeClientVpnTargetNetworksRequest

func (*MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksWithContext

func (mr *MockEC2APIMockRecorder) DescribeClientVpnTargetNetworksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeClientVpnTargetNetworksWithContext indicates an expected call of DescribeClientVpnTargetNetworksWithContext

func (*MockEC2APIMockRecorder) DescribeCoipPools

func (mr *MockEC2APIMockRecorder) DescribeCoipPools(arg0 interface{}) *gomock.Call

DescribeCoipPools indicates an expected call of DescribeCoipPools

func (*MockEC2APIMockRecorder) DescribeCoipPoolsPages

func (mr *MockEC2APIMockRecorder) DescribeCoipPoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCoipPoolsPages indicates an expected call of DescribeCoipPoolsPages

func (*MockEC2APIMockRecorder) DescribeCoipPoolsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeCoipPoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCoipPoolsPagesWithContext indicates an expected call of DescribeCoipPoolsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeCoipPoolsRequest

func (mr *MockEC2APIMockRecorder) DescribeCoipPoolsRequest(arg0 interface{}) *gomock.Call

DescribeCoipPoolsRequest indicates an expected call of DescribeCoipPoolsRequest

func (*MockEC2APIMockRecorder) DescribeCoipPoolsWithContext

func (mr *MockEC2APIMockRecorder) DescribeCoipPoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCoipPoolsWithContext indicates an expected call of DescribeCoipPoolsWithContext

func (*MockEC2APIMockRecorder) DescribeConversionTasks

func (mr *MockEC2APIMockRecorder) DescribeConversionTasks(arg0 interface{}) *gomock.Call

DescribeConversionTasks indicates an expected call of DescribeConversionTasks

func (*MockEC2APIMockRecorder) DescribeConversionTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksRequest(arg0 interface{}) *gomock.Call

DescribeConversionTasksRequest indicates an expected call of DescribeConversionTasksRequest

func (*MockEC2APIMockRecorder) DescribeConversionTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeConversionTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConversionTasksWithContext indicates an expected call of DescribeConversionTasksWithContext

func (*MockEC2APIMockRecorder) DescribeCustomerGateways

func (mr *MockEC2APIMockRecorder) DescribeCustomerGateways(arg0 interface{}) *gomock.Call

DescribeCustomerGateways indicates an expected call of DescribeCustomerGateways

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeCustomerGatewaysRequest indicates an expected call of DescribeCustomerGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeCustomerGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomerGatewaysWithContext indicates an expected call of DescribeCustomerGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeDhcpOptions

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptions(arg0 interface{}) *gomock.Call

DescribeDhcpOptions indicates an expected call of DescribeDhcpOptions

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsPages

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeDhcpOptionsPages indicates an expected call of DescribeDhcpOptionsPages

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDhcpOptionsPagesWithContext indicates an expected call of DescribeDhcpOptionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsRequest

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsRequest(arg0 interface{}) *gomock.Call

DescribeDhcpOptionsRequest indicates an expected call of DescribeDhcpOptionsRequest

func (*MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeDhcpOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDhcpOptionsWithContext indicates an expected call of DescribeDhcpOptionsWithContext

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGateways(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGateways indicates an expected call of DescribeEgressOnlyInternetGateways

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysPages indicates an expected call of DescribeEgressOnlyInternetGatewaysPages

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysPagesWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysRequest indicates an expected call of DescribeEgressOnlyInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeEgressOnlyInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEgressOnlyInternetGatewaysWithContext indicates an expected call of DescribeEgressOnlyInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeElasticGpus

func (mr *MockEC2APIMockRecorder) DescribeElasticGpus(arg0 interface{}) *gomock.Call

DescribeElasticGpus indicates an expected call of DescribeElasticGpus

func (*MockEC2APIMockRecorder) DescribeElasticGpusRequest

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusRequest(arg0 interface{}) *gomock.Call

DescribeElasticGpusRequest indicates an expected call of DescribeElasticGpusRequest

func (*MockEC2APIMockRecorder) DescribeElasticGpusWithContext

func (mr *MockEC2APIMockRecorder) DescribeElasticGpusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeElasticGpusWithContext indicates an expected call of DescribeElasticGpusWithContext

func (*MockEC2APIMockRecorder) DescribeExportImageTasks

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasks(arg0 interface{}) *gomock.Call

DescribeExportImageTasks indicates an expected call of DescribeExportImageTasks

func (*MockEC2APIMockRecorder) DescribeExportImageTasksPages

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeExportImageTasksPages indicates an expected call of DescribeExportImageTasksPages

func (*MockEC2APIMockRecorder) DescribeExportImageTasksPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeExportImageTasksPagesWithContext indicates an expected call of DescribeExportImageTasksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeExportImageTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportImageTasksRequest indicates an expected call of DescribeExportImageTasksRequest

func (*MockEC2APIMockRecorder) DescribeExportImageTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeExportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportImageTasksWithContext indicates an expected call of DescribeExportImageTasksWithContext

func (*MockEC2APIMockRecorder) DescribeExportTasks

func (mr *MockEC2APIMockRecorder) DescribeExportTasks(arg0 interface{}) *gomock.Call

DescribeExportTasks indicates an expected call of DescribeExportTasks

func (*MockEC2APIMockRecorder) DescribeExportTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeExportTasksRequest(arg0 interface{}) *gomock.Call

DescribeExportTasksRequest indicates an expected call of DescribeExportTasksRequest

func (*MockEC2APIMockRecorder) DescribeExportTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeExportTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExportTasksWithContext indicates an expected call of DescribeExportTasksWithContext

func (*MockEC2APIMockRecorder) DescribeFastSnapshotRestores

func (mr *MockEC2APIMockRecorder) DescribeFastSnapshotRestores(arg0 interface{}) *gomock.Call

DescribeFastSnapshotRestores indicates an expected call of DescribeFastSnapshotRestores

func (*MockEC2APIMockRecorder) DescribeFastSnapshotRestoresPages

func (mr *MockEC2APIMockRecorder) DescribeFastSnapshotRestoresPages(arg0, arg1 interface{}) *gomock.Call

DescribeFastSnapshotRestoresPages indicates an expected call of DescribeFastSnapshotRestoresPages

func (*MockEC2APIMockRecorder) DescribeFastSnapshotRestoresPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFastSnapshotRestoresPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFastSnapshotRestoresPagesWithContext indicates an expected call of DescribeFastSnapshotRestoresPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFastSnapshotRestoresRequest

func (mr *MockEC2APIMockRecorder) DescribeFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

DescribeFastSnapshotRestoresRequest indicates an expected call of DescribeFastSnapshotRestoresRequest

func (*MockEC2APIMockRecorder) DescribeFastSnapshotRestoresWithContext

func (mr *MockEC2APIMockRecorder) DescribeFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFastSnapshotRestoresWithContext indicates an expected call of DescribeFastSnapshotRestoresWithContext

func (*MockEC2APIMockRecorder) DescribeFleetHistory

func (mr *MockEC2APIMockRecorder) DescribeFleetHistory(arg0 interface{}) *gomock.Call

DescribeFleetHistory indicates an expected call of DescribeFleetHistory

func (*MockEC2APIMockRecorder) DescribeFleetHistoryRequest

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryRequest(arg0 interface{}) *gomock.Call

DescribeFleetHistoryRequest indicates an expected call of DescribeFleetHistoryRequest

func (*MockEC2APIMockRecorder) DescribeFleetHistoryWithContext

func (mr *MockEC2APIMockRecorder) DescribeFleetHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetHistoryWithContext indicates an expected call of DescribeFleetHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeFleetInstances

func (mr *MockEC2APIMockRecorder) DescribeFleetInstances(arg0 interface{}) *gomock.Call

DescribeFleetInstances indicates an expected call of DescribeFleetInstances

func (*MockEC2APIMockRecorder) DescribeFleetInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeFleetInstancesRequest indicates an expected call of DescribeFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeFleetInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetInstancesWithContext indicates an expected call of DescribeFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeFleets

func (mr *MockEC2APIMockRecorder) DescribeFleets(arg0 interface{}) *gomock.Call

DescribeFleets indicates an expected call of DescribeFleets

func (*MockEC2APIMockRecorder) DescribeFleetsPages

func (mr *MockEC2APIMockRecorder) DescribeFleetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFleetsPages indicates an expected call of DescribeFleetsPages

func (*MockEC2APIMockRecorder) DescribeFleetsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFleetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFleetsPagesWithContext indicates an expected call of DescribeFleetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFleetsRequest

func (mr *MockEC2APIMockRecorder) DescribeFleetsRequest(arg0 interface{}) *gomock.Call

DescribeFleetsRequest indicates an expected call of DescribeFleetsRequest

func (*MockEC2APIMockRecorder) DescribeFleetsWithContext

func (mr *MockEC2APIMockRecorder) DescribeFleetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFleetsWithContext indicates an expected call of DescribeFleetsWithContext

func (*MockEC2APIMockRecorder) DescribeFlowLogs

func (mr *MockEC2APIMockRecorder) DescribeFlowLogs(arg0 interface{}) *gomock.Call

DescribeFlowLogs indicates an expected call of DescribeFlowLogs

func (*MockEC2APIMockRecorder) DescribeFlowLogsPages

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFlowLogsPages indicates an expected call of DescribeFlowLogsPages

func (*MockEC2APIMockRecorder) DescribeFlowLogsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFlowLogsPagesWithContext indicates an expected call of DescribeFlowLogsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFlowLogsRequest

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsRequest(arg0 interface{}) *gomock.Call

DescribeFlowLogsRequest indicates an expected call of DescribeFlowLogsRequest

func (*MockEC2APIMockRecorder) DescribeFlowLogsWithContext

func (mr *MockEC2APIMockRecorder) DescribeFlowLogsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFlowLogsWithContext indicates an expected call of DescribeFlowLogsWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttribute

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttribute(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttribute indicates an expected call of DescribeFpgaImageAttribute

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImageAttributeRequest indicates an expected call of DescribeFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImageAttributeWithContext indicates an expected call of DescribeFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImages

func (mr *MockEC2APIMockRecorder) DescribeFpgaImages(arg0 interface{}) *gomock.Call

DescribeFpgaImages indicates an expected call of DescribeFpgaImages

func (*MockEC2APIMockRecorder) DescribeFpgaImagesPages

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeFpgaImagesPages indicates an expected call of DescribeFpgaImagesPages

func (*MockEC2APIMockRecorder) DescribeFpgaImagesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFpgaImagesPagesWithContext indicates an expected call of DescribeFpgaImagesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeFpgaImagesRequest

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesRequest(arg0 interface{}) *gomock.Call

DescribeFpgaImagesRequest indicates an expected call of DescribeFpgaImagesRequest

func (*MockEC2APIMockRecorder) DescribeFpgaImagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeFpgaImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFpgaImagesWithContext indicates an expected call of DescribeFpgaImagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferings

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferings(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferings indicates an expected call of DescribeHostReservationOfferings

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsPages

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationOfferingsPages indicates an expected call of DescribeHostReservationOfferingsPages

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsPagesWithContext indicates an expected call of DescribeHostReservationOfferingsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationOfferingsRequest indicates an expected call of DescribeHostReservationOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostReservationOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationOfferingsWithContext indicates an expected call of DescribeHostReservationOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservations

func (mr *MockEC2APIMockRecorder) DescribeHostReservations(arg0 interface{}) *gomock.Call

DescribeHostReservations indicates an expected call of DescribeHostReservations

func (*MockEC2APIMockRecorder) DescribeHostReservationsPages

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostReservationsPages indicates an expected call of DescribeHostReservationsPages

func (*MockEC2APIMockRecorder) DescribeHostReservationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostReservationsPagesWithContext indicates an expected call of DescribeHostReservationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostReservationsRequest

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsRequest(arg0 interface{}) *gomock.Call

DescribeHostReservationsRequest indicates an expected call of DescribeHostReservationsRequest

func (*MockEC2APIMockRecorder) DescribeHostReservationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostReservationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostReservationsWithContext indicates an expected call of DescribeHostReservationsWithContext

func (*MockEC2APIMockRecorder) DescribeHosts

func (mr *MockEC2APIMockRecorder) DescribeHosts(arg0 interface{}) *gomock.Call

DescribeHosts indicates an expected call of DescribeHosts

func (*MockEC2APIMockRecorder) DescribeHostsPages

func (mr *MockEC2APIMockRecorder) DescribeHostsPages(arg0, arg1 interface{}) *gomock.Call

DescribeHostsPages indicates an expected call of DescribeHostsPages

func (*MockEC2APIMockRecorder) DescribeHostsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeHostsPagesWithContext indicates an expected call of DescribeHostsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeHostsRequest

func (mr *MockEC2APIMockRecorder) DescribeHostsRequest(arg0 interface{}) *gomock.Call

DescribeHostsRequest indicates an expected call of DescribeHostsRequest

func (*MockEC2APIMockRecorder) DescribeHostsWithContext

func (mr *MockEC2APIMockRecorder) DescribeHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHostsWithContext indicates an expected call of DescribeHostsWithContext

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociations(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociations indicates an expected call of DescribeIamInstanceProfileAssociations

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPages

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsPages indicates an expected call of DescribeIamInstanceProfileAssociationsPages

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsPagesWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsRequest indicates an expected call of DescribeIamInstanceProfileAssociationsRequest

func (*MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeIamInstanceProfileAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIamInstanceProfileAssociationsWithContext indicates an expected call of DescribeIamInstanceProfileAssociationsWithContext

func (*MockEC2APIMockRecorder) DescribeIdFormat

func (mr *MockEC2APIMockRecorder) DescribeIdFormat(arg0 interface{}) *gomock.Call

DescribeIdFormat indicates an expected call of DescribeIdFormat

func (*MockEC2APIMockRecorder) DescribeIdFormatRequest

func (mr *MockEC2APIMockRecorder) DescribeIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdFormatRequest indicates an expected call of DescribeIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdFormatWithContext

func (mr *MockEC2APIMockRecorder) DescribeIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdFormatWithContext indicates an expected call of DescribeIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormat

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormat(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormat indicates an expected call of DescribeIdentityIdFormat

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

DescribeIdentityIdFormatRequest indicates an expected call of DescribeIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext

func (mr *MockEC2APIMockRecorder) DescribeIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIdentityIdFormatWithContext indicates an expected call of DescribeIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribeImageAttribute

func (mr *MockEC2APIMockRecorder) DescribeImageAttribute(arg0 interface{}) *gomock.Call

DescribeImageAttribute indicates an expected call of DescribeImageAttribute

func (*MockEC2APIMockRecorder) DescribeImageAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeRequest(arg0 interface{}) *gomock.Call

DescribeImageAttributeRequest indicates an expected call of DescribeImageAttributeRequest

func (*MockEC2APIMockRecorder) DescribeImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImageAttributeWithContext indicates an expected call of DescribeImageAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeImages

func (mr *MockEC2APIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages

func (*MockEC2APIMockRecorder) DescribeImagesRequest

func (mr *MockEC2APIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call

DescribeImagesRequest indicates an expected call of DescribeImagesRequest

func (*MockEC2APIMockRecorder) DescribeImagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportImageTasks

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasks(arg0 interface{}) *gomock.Call

DescribeImportImageTasks indicates an expected call of DescribeImportImageTasks

func (*MockEC2APIMockRecorder) DescribeImportImageTasksPages

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportImageTasksPages indicates an expected call of DescribeImportImageTasksPages

func (*MockEC2APIMockRecorder) DescribeImportImageTasksPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImportImageTasksPagesWithContext indicates an expected call of DescribeImportImageTasksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportImageTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportImageTasksRequest indicates an expected call of DescribeImportImageTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportImageTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeImportImageTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportImageTasksWithContext indicates an expected call of DescribeImportImageTasksWithContext

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasks

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasks(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasks indicates an expected call of DescribeImportSnapshotTasks

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksPages

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeImportSnapshotTasksPages indicates an expected call of DescribeImportSnapshotTasksPages

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksPagesWithContext indicates an expected call of DescribeImportSnapshotTasksPagesWithContext

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksRequest(arg0 interface{}) *gomock.Call

DescribeImportSnapshotTasksRequest indicates an expected call of DescribeImportSnapshotTasksRequest

func (*MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext

func (mr *MockEC2APIMockRecorder) DescribeImportSnapshotTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImportSnapshotTasksWithContext indicates an expected call of DescribeImportSnapshotTasksWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceAttribute

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttribute(arg0 interface{}) *gomock.Call

DescribeInstanceAttribute indicates an expected call of DescribeInstanceAttribute

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeInstanceAttributeRequest indicates an expected call of DescribeInstanceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceAttributeWithContext indicates an expected call of DescribeInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecifications(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecifications indicates an expected call of DescribeInstanceCreditSpecifications

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPages

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsPages indicates an expected call of DescribeInstanceCreditSpecificationsPages

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsPagesWithContext indicates an expected call of DescribeInstanceCreditSpecificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsRequest indicates an expected call of DescribeInstanceCreditSpecificationsRequest

func (*MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceCreditSpecificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceCreditSpecificationsWithContext indicates an expected call of DescribeInstanceCreditSpecificationsWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributes

func (mr *MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributes indicates an expected call of DescribeInstanceEventNotificationAttributes

func (*MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributesRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributesRequest indicates an expected call of DescribeInstanceEventNotificationAttributesRequest

func (*MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceEventNotificationAttributesWithContext indicates an expected call of DescribeInstanceEventNotificationAttributesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceStatus

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatus(arg0 interface{}) *gomock.Call

DescribeInstanceStatus indicates an expected call of DescribeInstanceStatus

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPages

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceStatusPages indicates an expected call of DescribeInstanceStatusPages

func (*MockEC2APIMockRecorder) DescribeInstanceStatusPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstanceStatusPagesWithContext indicates an expected call of DescribeInstanceStatusPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceStatusRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusRequest(arg0 interface{}) *gomock.Call

DescribeInstanceStatusRequest indicates an expected call of DescribeInstanceStatusRequest

func (*MockEC2APIMockRecorder) DescribeInstanceStatusWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceStatusWithContext indicates an expected call of DescribeInstanceStatusWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceTypeOfferings

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypeOfferings(arg0 interface{}) *gomock.Call

DescribeInstanceTypeOfferings indicates an expected call of DescribeInstanceTypeOfferings

func (*MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsPages

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceTypeOfferingsPages indicates an expected call of DescribeInstanceTypeOfferingsPages

func (*MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstanceTypeOfferingsPagesWithContext indicates an expected call of DescribeInstanceTypeOfferingsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeInstanceTypeOfferingsRequest indicates an expected call of DescribeInstanceTypeOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypeOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceTypeOfferingsWithContext indicates an expected call of DescribeInstanceTypeOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceTypes

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypes(arg0 interface{}) *gomock.Call

DescribeInstanceTypes indicates an expected call of DescribeInstanceTypes

func (*MockEC2APIMockRecorder) DescribeInstanceTypesPages

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstanceTypesPages indicates an expected call of DescribeInstanceTypesPages

func (*MockEC2APIMockRecorder) DescribeInstanceTypesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstanceTypesPagesWithContext indicates an expected call of DescribeInstanceTypesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstanceTypesRequest

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypesRequest(arg0 interface{}) *gomock.Call

DescribeInstanceTypesRequest indicates an expected call of DescribeInstanceTypesRequest

func (*MockEC2APIMockRecorder) DescribeInstanceTypesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstanceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstanceTypesWithContext indicates an expected call of DescribeInstanceTypesWithContext

func (*MockEC2APIMockRecorder) DescribeInstances

func (mr *MockEC2APIMockRecorder) DescribeInstances(arg0 interface{}) *gomock.Call

DescribeInstances indicates an expected call of DescribeInstances

func (*MockEC2APIMockRecorder) DescribeInstancesPages

func (mr *MockEC2APIMockRecorder) DescribeInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeInstancesPages indicates an expected call of DescribeInstancesPages

func (*MockEC2APIMockRecorder) DescribeInstancesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInstancesPagesWithContext indicates an expected call of DescribeInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeInstancesRequest(arg0 interface{}) *gomock.Call

DescribeInstancesRequest indicates an expected call of DescribeInstancesRequest

func (*MockEC2APIMockRecorder) DescribeInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInstancesWithContext indicates an expected call of DescribeInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeInternetGateways

func (mr *MockEC2APIMockRecorder) DescribeInternetGateways(arg0 interface{}) *gomock.Call

DescribeInternetGateways indicates an expected call of DescribeInternetGateways

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeInternetGatewaysPages indicates an expected call of DescribeInternetGatewaysPages

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeInternetGatewaysPagesWithContext indicates an expected call of DescribeInternetGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeInternetGatewaysRequest indicates an expected call of DescribeInternetGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeInternetGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeInternetGatewaysWithContext indicates an expected call of DescribeInternetGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeIpv6Pools

func (mr *MockEC2APIMockRecorder) DescribeIpv6Pools(arg0 interface{}) *gomock.Call

DescribeIpv6Pools indicates an expected call of DescribeIpv6Pools

func (*MockEC2APIMockRecorder) DescribeIpv6PoolsPages

func (mr *MockEC2APIMockRecorder) DescribeIpv6PoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribeIpv6PoolsPages indicates an expected call of DescribeIpv6PoolsPages

func (*MockEC2APIMockRecorder) DescribeIpv6PoolsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeIpv6PoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeIpv6PoolsPagesWithContext indicates an expected call of DescribeIpv6PoolsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeIpv6PoolsRequest

func (mr *MockEC2APIMockRecorder) DescribeIpv6PoolsRequest(arg0 interface{}) *gomock.Call

DescribeIpv6PoolsRequest indicates an expected call of DescribeIpv6PoolsRequest

func (*MockEC2APIMockRecorder) DescribeIpv6PoolsWithContext

func (mr *MockEC2APIMockRecorder) DescribeIpv6PoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeIpv6PoolsWithContext indicates an expected call of DescribeIpv6PoolsWithContext

func (*MockEC2APIMockRecorder) DescribeKeyPairs

func (mr *MockEC2APIMockRecorder) DescribeKeyPairs(arg0 interface{}) *gomock.Call

DescribeKeyPairs indicates an expected call of DescribeKeyPairs

func (*MockEC2APIMockRecorder) DescribeKeyPairsRequest

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsRequest(arg0 interface{}) *gomock.Call

DescribeKeyPairsRequest indicates an expected call of DescribeKeyPairsRequest

func (*MockEC2APIMockRecorder) DescribeKeyPairsWithContext

func (mr *MockEC2APIMockRecorder) DescribeKeyPairsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeKeyPairsWithContext indicates an expected call of DescribeKeyPairsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersions

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersions(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersions indicates an expected call of DescribeLaunchTemplateVersions

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPages

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsPages indicates an expected call of DescribeLaunchTemplateVersionsPages

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsPagesWithContext indicates an expected call of DescribeLaunchTemplateVersionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplateVersionsRequest indicates an expected call of DescribeLaunchTemplateVersionsRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplateVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplateVersionsWithContext indicates an expected call of DescribeLaunchTemplateVersionsWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplates

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplates(arg0 interface{}) *gomock.Call

DescribeLaunchTemplates indicates an expected call of DescribeLaunchTemplates

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesPages

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLaunchTemplatesPages indicates an expected call of DescribeLaunchTemplatesPages

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLaunchTemplatesPagesWithContext indicates an expected call of DescribeLaunchTemplatesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeLaunchTemplatesRequest indicates an expected call of DescribeLaunchTemplatesRequest

func (*MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLaunchTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLaunchTemplatesWithContext indicates an expected call of DescribeLaunchTemplatesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext indicates an expected call of DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociations

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociations(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociations indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociations

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsPages indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsRequest indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTableVpcAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTableVpcAssociationsWithContext indicates an expected call of DescribeLocalGatewayRouteTableVpcAssociationsWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTables

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTables(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTables indicates an expected call of DescribeLocalGatewayRouteTables

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesPages indicates an expected call of DescribeLocalGatewayRouteTablesPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesPagesWithContext indicates an expected call of DescribeLocalGatewayRouteTablesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesRequest indicates an expected call of DescribeLocalGatewayRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayRouteTablesWithContext indicates an expected call of DescribeLocalGatewayRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroups

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroups(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroups indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroups

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsPages indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsRequest indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaceGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaceGroupsWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfaceGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaces

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfaces(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfaces indicates an expected call of DescribeLocalGatewayVirtualInterfaces

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesPages indicates an expected call of DescribeLocalGatewayVirtualInterfacesPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesPagesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfacesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesRequest indicates an expected call of DescribeLocalGatewayVirtualInterfacesRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewayVirtualInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewayVirtualInterfacesWithContext indicates an expected call of DescribeLocalGatewayVirtualInterfacesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGateways

func (mr *MockEC2APIMockRecorder) DescribeLocalGateways(arg0 interface{}) *gomock.Call

DescribeLocalGateways indicates an expected call of DescribeLocalGateways

func (*MockEC2APIMockRecorder) DescribeLocalGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeLocalGatewaysPages indicates an expected call of DescribeLocalGatewaysPages

func (*MockEC2APIMockRecorder) DescribeLocalGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeLocalGatewaysPagesWithContext indicates an expected call of DescribeLocalGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeLocalGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeLocalGatewaysRequest indicates an expected call of DescribeLocalGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeLocalGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeLocalGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLocalGatewaysWithContext indicates an expected call of DescribeLocalGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeManagedPrefixLists

func (mr *MockEC2APIMockRecorder) DescribeManagedPrefixLists(arg0 interface{}) *gomock.Call

DescribeManagedPrefixLists indicates an expected call of DescribeManagedPrefixLists

func (*MockEC2APIMockRecorder) DescribeManagedPrefixListsPages

func (mr *MockEC2APIMockRecorder) DescribeManagedPrefixListsPages(arg0, arg1 interface{}) *gomock.Call

DescribeManagedPrefixListsPages indicates an expected call of DescribeManagedPrefixListsPages

func (*MockEC2APIMockRecorder) DescribeManagedPrefixListsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeManagedPrefixListsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeManagedPrefixListsPagesWithContext indicates an expected call of DescribeManagedPrefixListsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeManagedPrefixListsRequest

func (mr *MockEC2APIMockRecorder) DescribeManagedPrefixListsRequest(arg0 interface{}) *gomock.Call

DescribeManagedPrefixListsRequest indicates an expected call of DescribeManagedPrefixListsRequest

func (*MockEC2APIMockRecorder) DescribeManagedPrefixListsWithContext

func (mr *MockEC2APIMockRecorder) DescribeManagedPrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeManagedPrefixListsWithContext indicates an expected call of DescribeManagedPrefixListsWithContext

func (*MockEC2APIMockRecorder) DescribeMovingAddresses

func (mr *MockEC2APIMockRecorder) DescribeMovingAddresses(arg0 interface{}) *gomock.Call

DescribeMovingAddresses indicates an expected call of DescribeMovingAddresses

func (*MockEC2APIMockRecorder) DescribeMovingAddressesPages

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesPages(arg0, arg1 interface{}) *gomock.Call

DescribeMovingAddressesPages indicates an expected call of DescribeMovingAddressesPages

func (*MockEC2APIMockRecorder) DescribeMovingAddressesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeMovingAddressesPagesWithContext indicates an expected call of DescribeMovingAddressesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeMovingAddressesRequest

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesRequest(arg0 interface{}) *gomock.Call

DescribeMovingAddressesRequest indicates an expected call of DescribeMovingAddressesRequest

func (*MockEC2APIMockRecorder) DescribeMovingAddressesWithContext

func (mr *MockEC2APIMockRecorder) DescribeMovingAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMovingAddressesWithContext indicates an expected call of DescribeMovingAddressesWithContext

func (*MockEC2APIMockRecorder) DescribeNatGateways

func (mr *MockEC2APIMockRecorder) DescribeNatGateways(arg0 interface{}) *gomock.Call

DescribeNatGateways indicates an expected call of DescribeNatGateways

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeNatGatewaysPages indicates an expected call of DescribeNatGatewaysPages

func (*MockEC2APIMockRecorder) DescribeNatGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNatGatewaysPagesWithContext indicates an expected call of DescribeNatGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNatGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeNatGatewaysRequest indicates an expected call of DescribeNatGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeNatGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeNatGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNatGatewaysWithContext indicates an expected call of DescribeNatGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkAcls

func (mr *MockEC2APIMockRecorder) DescribeNetworkAcls(arg0 interface{}) *gomock.Call

DescribeNetworkAcls indicates an expected call of DescribeNetworkAcls

func (*MockEC2APIMockRecorder) DescribeNetworkAclsPages

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkAclsPages indicates an expected call of DescribeNetworkAclsPages

func (*MockEC2APIMockRecorder) DescribeNetworkAclsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkAclsPagesWithContext indicates an expected call of DescribeNetworkAclsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkAclsRequest

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkAclsRequest indicates an expected call of DescribeNetworkAclsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkAclsWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkAclsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkAclsWithContext indicates an expected call of DescribeNetworkAclsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttribute indicates an expected call of DescribeNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeRequest indicates an expected call of DescribeNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfaceAttributeWithContext indicates an expected call of DescribeNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissions(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissions indicates an expected call of DescribeNetworkInterfacePermissions

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPages

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsPages indicates an expected call of DescribeNetworkInterfacePermissionsPages

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsPagesWithContext indicates an expected call of DescribeNetworkInterfacePermissionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsRequest indicates an expected call of DescribeNetworkInterfacePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacePermissionsWithContext indicates an expected call of DescribeNetworkInterfacePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfaces

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfaces(arg0 interface{}) *gomock.Call

DescribeNetworkInterfaces indicates an expected call of DescribeNetworkInterfaces

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesPages

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesPages(arg0, arg1 interface{}) *gomock.Call

DescribeNetworkInterfacesPages indicates an expected call of DescribeNetworkInterfacesPages

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeNetworkInterfacesPagesWithContext indicates an expected call of DescribeNetworkInterfacesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesRequest(arg0 interface{}) *gomock.Call

DescribeNetworkInterfacesRequest indicates an expected call of DescribeNetworkInterfacesRequest

func (*MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext

func (mr *MockEC2APIMockRecorder) DescribeNetworkInterfacesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeNetworkInterfacesWithContext indicates an expected call of DescribeNetworkInterfacesWithContext

func (*MockEC2APIMockRecorder) DescribePlacementGroups

func (mr *MockEC2APIMockRecorder) DescribePlacementGroups(arg0 interface{}) *gomock.Call

DescribePlacementGroups indicates an expected call of DescribePlacementGroups

func (*MockEC2APIMockRecorder) DescribePlacementGroupsRequest

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsRequest(arg0 interface{}) *gomock.Call

DescribePlacementGroupsRequest indicates an expected call of DescribePlacementGroupsRequest

func (*MockEC2APIMockRecorder) DescribePlacementGroupsWithContext

func (mr *MockEC2APIMockRecorder) DescribePlacementGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePlacementGroupsWithContext indicates an expected call of DescribePlacementGroupsWithContext

func (*MockEC2APIMockRecorder) DescribePrefixLists

func (mr *MockEC2APIMockRecorder) DescribePrefixLists(arg0 interface{}) *gomock.Call

DescribePrefixLists indicates an expected call of DescribePrefixLists

func (*MockEC2APIMockRecorder) DescribePrefixListsPages

func (mr *MockEC2APIMockRecorder) DescribePrefixListsPages(arg0, arg1 interface{}) *gomock.Call

DescribePrefixListsPages indicates an expected call of DescribePrefixListsPages

func (*MockEC2APIMockRecorder) DescribePrefixListsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribePrefixListsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePrefixListsPagesWithContext indicates an expected call of DescribePrefixListsPagesWithContext

func (*MockEC2APIMockRecorder) DescribePrefixListsRequest

func (mr *MockEC2APIMockRecorder) DescribePrefixListsRequest(arg0 interface{}) *gomock.Call

DescribePrefixListsRequest indicates an expected call of DescribePrefixListsRequest

func (*MockEC2APIMockRecorder) DescribePrefixListsWithContext

func (mr *MockEC2APIMockRecorder) DescribePrefixListsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrefixListsWithContext indicates an expected call of DescribePrefixListsWithContext

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormat

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormat(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormat indicates an expected call of DescribePrincipalIdFormat

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatPages

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatPages(arg0, arg1 interface{}) *gomock.Call

DescribePrincipalIdFormatPages indicates an expected call of DescribePrincipalIdFormatPages

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePrincipalIdFormatPagesWithContext indicates an expected call of DescribePrincipalIdFormatPagesWithContext

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatRequest(arg0 interface{}) *gomock.Call

DescribePrincipalIdFormatRequest indicates an expected call of DescribePrincipalIdFormatRequest

func (*MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext

func (mr *MockEC2APIMockRecorder) DescribePrincipalIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePrincipalIdFormatWithContext indicates an expected call of DescribePrincipalIdFormatWithContext

func (*MockEC2APIMockRecorder) DescribePublicIpv4Pools

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4Pools(arg0 interface{}) *gomock.Call

DescribePublicIpv4Pools indicates an expected call of DescribePublicIpv4Pools

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsPages

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsPages(arg0, arg1 interface{}) *gomock.Call

DescribePublicIpv4PoolsPages indicates an expected call of DescribePublicIpv4PoolsPages

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribePublicIpv4PoolsPagesWithContext indicates an expected call of DescribePublicIpv4PoolsPagesWithContext

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsRequest

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsRequest(arg0 interface{}) *gomock.Call

DescribePublicIpv4PoolsRequest indicates an expected call of DescribePublicIpv4PoolsRequest

func (*MockEC2APIMockRecorder) DescribePublicIpv4PoolsWithContext

func (mr *MockEC2APIMockRecorder) DescribePublicIpv4PoolsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribePublicIpv4PoolsWithContext indicates an expected call of DescribePublicIpv4PoolsWithContext

func (*MockEC2APIMockRecorder) DescribeRegions

func (mr *MockEC2APIMockRecorder) DescribeRegions(arg0 interface{}) *gomock.Call

DescribeRegions indicates an expected call of DescribeRegions

func (*MockEC2APIMockRecorder) DescribeRegionsRequest

func (mr *MockEC2APIMockRecorder) DescribeRegionsRequest(arg0 interface{}) *gomock.Call

DescribeRegionsRequest indicates an expected call of DescribeRegionsRequest

func (*MockEC2APIMockRecorder) DescribeRegionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeRegionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRegionsWithContext indicates an expected call of DescribeRegionsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstances

func (mr *MockEC2APIMockRecorder) DescribeReservedInstances(arg0 interface{}) *gomock.Call

DescribeReservedInstances indicates an expected call of DescribeReservedInstances

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListings

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListings indicates an expected call of DescribeReservedInstancesListings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesListingsRequest indicates an expected call of DescribeReservedInstancesListingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesListingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesListingsWithContext indicates an expected call of DescribeReservedInstancesListingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModifications

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModifications(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModifications indicates an expected call of DescribeReservedInstancesModifications

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesModificationsPages indicates an expected call of DescribeReservedInstancesModificationsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReservedInstancesModificationsPagesWithContext indicates an expected call of DescribeReservedInstancesModificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsRequest

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesModificationsRequest indicates an expected call of DescribeReservedInstancesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesModificationsWithContext indicates an expected call of DescribeReservedInstancesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferings

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferings(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferings indicates an expected call of DescribeReservedInstancesOfferings

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsPages indicates an expected call of DescribeReservedInstancesOfferingsPages

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeReservedInstancesOfferingsPagesWithContext indicates an expected call of DescribeReservedInstancesOfferingsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsRequest

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesOfferingsRequest indicates an expected call of DescribeReservedInstancesOfferingsRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesOfferingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesOfferingsWithContext indicates an expected call of DescribeReservedInstancesOfferingsWithContext

func (*MockEC2APIMockRecorder) DescribeReservedInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesRequest(arg0 interface{}) *gomock.Call

DescribeReservedInstancesRequest indicates an expected call of DescribeReservedInstancesRequest

func (*MockEC2APIMockRecorder) DescribeReservedInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReservedInstancesWithContext indicates an expected call of DescribeReservedInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeRouteTables

func (mr *MockEC2APIMockRecorder) DescribeRouteTables(arg0 interface{}) *gomock.Call

DescribeRouteTables indicates an expected call of DescribeRouteTables

func (*MockEC2APIMockRecorder) DescribeRouteTablesPages

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeRouteTablesPages indicates an expected call of DescribeRouteTablesPages

func (*MockEC2APIMockRecorder) DescribeRouteTablesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRouteTablesPagesWithContext indicates an expected call of DescribeRouteTablesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeRouteTablesRequest

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeRouteTablesRequest indicates an expected call of DescribeRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeRouteTablesWithContext

func (mr *MockEC2APIMockRecorder) DescribeRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRouteTablesWithContext indicates an expected call of DescribeRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailability(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailability indicates an expected call of DescribeScheduledInstanceAvailability

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPages

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityPages indicates an expected call of DescribeScheduledInstanceAvailabilityPages

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityPagesWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityPagesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityRequest indicates an expected call of DescribeScheduledInstanceAvailabilityRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstanceAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstanceAvailabilityWithContext indicates an expected call of DescribeScheduledInstanceAvailabilityWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstances

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstances(arg0 interface{}) *gomock.Call

DescribeScheduledInstances indicates an expected call of DescribeScheduledInstances

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesPages

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesPages(arg0, arg1 interface{}) *gomock.Call

DescribeScheduledInstancesPages indicates an expected call of DescribeScheduledInstancesPages

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeScheduledInstancesPagesWithContext indicates an expected call of DescribeScheduledInstancesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesRequest(arg0 interface{}) *gomock.Call

DescribeScheduledInstancesRequest indicates an expected call of DescribeScheduledInstancesRequest

func (*MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeScheduledInstancesWithContext indicates an expected call of DescribeScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferences

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferences(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferences indicates an expected call of DescribeSecurityGroupReferences

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupReferencesRequest indicates an expected call of DescribeSecurityGroupReferencesRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupReferencesWithContext indicates an expected call of DescribeSecurityGroupReferencesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroups

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroups(arg0 interface{}) *gomock.Call

DescribeSecurityGroups indicates an expected call of DescribeSecurityGroups

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsPages

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSecurityGroupsPages indicates an expected call of DescribeSecurityGroupsPages

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSecurityGroupsPagesWithContext indicates an expected call of DescribeSecurityGroupsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsRequest

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeSecurityGroupsRequest indicates an expected call of DescribeSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext

func (mr *MockEC2APIMockRecorder) DescribeSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSecurityGroupsWithContext indicates an expected call of DescribeSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshotAttribute

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttribute(arg0 interface{}) *gomock.Call

DescribeSnapshotAttribute indicates an expected call of DescribeSnapshotAttribute

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotAttributeRequest indicates an expected call of DescribeSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotAttributeWithContext indicates an expected call of DescribeSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshots

func (mr *MockEC2APIMockRecorder) DescribeSnapshots(arg0 interface{}) *gomock.Call

DescribeSnapshots indicates an expected call of DescribeSnapshots

func (*MockEC2APIMockRecorder) DescribeSnapshotsPages

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSnapshotsPages indicates an expected call of DescribeSnapshotsPages

func (*MockEC2APIMockRecorder) DescribeSnapshotsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSnapshotsPagesWithContext indicates an expected call of DescribeSnapshotsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSnapshotsRequest

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsRequest(arg0 interface{}) *gomock.Call

DescribeSnapshotsRequest indicates an expected call of DescribeSnapshotsRequest

func (*MockEC2APIMockRecorder) DescribeSnapshotsWithContext

func (mr *MockEC2APIMockRecorder) DescribeSnapshotsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSnapshotsWithContext indicates an expected call of DescribeSnapshotsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscription(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscription indicates an expected call of DescribeSpotDatafeedSubscription

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionRequest(arg0 interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionRequest indicates an expected call of DescribeSpotDatafeedSubscriptionRequest

func (*MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotDatafeedSubscriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotDatafeedSubscriptionWithContext indicates an expected call of DescribeSpotDatafeedSubscriptionWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstances

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstances(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstances indicates an expected call of DescribeSpotFleetInstances

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetInstancesRequest indicates an expected call of DescribeSpotFleetInstancesRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetInstancesWithContext indicates an expected call of DescribeSpotFleetInstancesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistory(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistory indicates an expected call of DescribeSpotFleetRequestHistory

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryRequest indicates an expected call of DescribeSpotFleetRequestHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestHistoryWithContext indicates an expected call of DescribeSpotFleetRequestHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequests

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequests(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequests indicates an expected call of DescribeSpotFleetRequests

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotFleetRequestsPages indicates an expected call of DescribeSpotFleetRequestsPages

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSpotFleetRequestsPagesWithContext indicates an expected call of DescribeSpotFleetRequestsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotFleetRequestsRequest indicates an expected call of DescribeSpotFleetRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotFleetRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotFleetRequestsWithContext indicates an expected call of DescribeSpotFleetRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequests

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequests(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequests indicates an expected call of DescribeSpotInstanceRequests

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPages

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotInstanceRequestsPages indicates an expected call of DescribeSpotInstanceRequestsPages

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsPagesWithContext indicates an expected call of DescribeSpotInstanceRequestsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsRequest(arg0 interface{}) *gomock.Call

DescribeSpotInstanceRequestsRequest indicates an expected call of DescribeSpotInstanceRequestsRequest

func (*MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotInstanceRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotInstanceRequestsWithContext indicates an expected call of DescribeSpotInstanceRequestsWithContext

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistory

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistory(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistory indicates an expected call of DescribeSpotPriceHistory

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryPages(arg0, arg1 interface{}) *gomock.Call

DescribeSpotPriceHistoryPages indicates an expected call of DescribeSpotPriceHistoryPages

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSpotPriceHistoryPagesWithContext indicates an expected call of DescribeSpotPriceHistoryPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryRequest

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryRequest(arg0 interface{}) *gomock.Call

DescribeSpotPriceHistoryRequest indicates an expected call of DescribeSpotPriceHistoryRequest

func (*MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext

func (mr *MockEC2APIMockRecorder) DescribeSpotPriceHistoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSpotPriceHistoryWithContext indicates an expected call of DescribeSpotPriceHistoryWithContext

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroups

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroups(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroups indicates an expected call of DescribeStaleSecurityGroups

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPages

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeStaleSecurityGroupsPages indicates an expected call of DescribeStaleSecurityGroupsPages

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsPagesWithContext indicates an expected call of DescribeStaleSecurityGroupsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeStaleSecurityGroupsRequest indicates an expected call of DescribeStaleSecurityGroupsRequest

func (*MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext

func (mr *MockEC2APIMockRecorder) DescribeStaleSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeStaleSecurityGroupsWithContext indicates an expected call of DescribeStaleSecurityGroupsWithContext

func (*MockEC2APIMockRecorder) DescribeSubnets

func (mr *MockEC2APIMockRecorder) DescribeSubnets(arg0 interface{}) *gomock.Call

DescribeSubnets indicates an expected call of DescribeSubnets

func (*MockEC2APIMockRecorder) DescribeSubnetsPages

func (mr *MockEC2APIMockRecorder) DescribeSubnetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeSubnetsPages indicates an expected call of DescribeSubnetsPages

func (*MockEC2APIMockRecorder) DescribeSubnetsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeSubnetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeSubnetsPagesWithContext indicates an expected call of DescribeSubnetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeSubnetsRequest

func (mr *MockEC2APIMockRecorder) DescribeSubnetsRequest(arg0 interface{}) *gomock.Call

DescribeSubnetsRequest indicates an expected call of DescribeSubnetsRequest

func (*MockEC2APIMockRecorder) DescribeSubnetsWithContext

func (mr *MockEC2APIMockRecorder) DescribeSubnetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSubnetsWithContext indicates an expected call of DescribeSubnetsWithContext

func (*MockEC2APIMockRecorder) DescribeTags

func (mr *MockEC2APIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags

func (*MockEC2APIMockRecorder) DescribeTagsPages

func (mr *MockEC2APIMockRecorder) DescribeTagsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTagsPages indicates an expected call of DescribeTagsPages

func (*MockEC2APIMockRecorder) DescribeTagsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTagsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTagsPagesWithContext indicates an expected call of DescribeTagsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTagsRequest

func (mr *MockEC2APIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest

func (*MockEC2APIMockRecorder) DescribeTagsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFilters

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFilters(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFilters indicates an expected call of DescribeTrafficMirrorFilters

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPages

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersPages indicates an expected call of DescribeTrafficMirrorFiltersPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorFiltersPagesWithContext indicates an expected call of DescribeTrafficMirrorFiltersPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersRequest

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorFiltersRequest indicates an expected call of DescribeTrafficMirrorFiltersRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorFiltersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorFiltersWithContext indicates an expected call of DescribeTrafficMirrorFiltersWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessions

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessions(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessions indicates an expected call of DescribeTrafficMirrorSessions

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPages

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsPages indicates an expected call of DescribeTrafficMirrorSessionsPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorSessionsPagesWithContext indicates an expected call of DescribeTrafficMirrorSessionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsRequest

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorSessionsRequest indicates an expected call of DescribeTrafficMirrorSessionsRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorSessionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorSessionsWithContext indicates an expected call of DescribeTrafficMirrorSessionsWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargets

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargets(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargets indicates an expected call of DescribeTrafficMirrorTargets

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPages

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsPages indicates an expected call of DescribeTrafficMirrorTargetsPages

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTrafficMirrorTargetsPagesWithContext indicates an expected call of DescribeTrafficMirrorTargetsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsRequest

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsRequest(arg0 interface{}) *gomock.Call

DescribeTrafficMirrorTargetsRequest indicates an expected call of DescribeTrafficMirrorTargetsRequest

func (*MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTrafficMirrorTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrafficMirrorTargetsWithContext indicates an expected call of DescribeTrafficMirrorTargetsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachments

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachments indicates an expected call of DescribeTransitGatewayAttachments

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsPages indicates an expected call of DescribeTransitGatewayAttachmentsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayAttachmentsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsRequest indicates an expected call of DescribeTransitGatewayAttachmentsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayAttachmentsWithContext indicates an expected call of DescribeTransitGatewayAttachmentsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomains

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomains(arg0 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomains indicates an expected call of DescribeTransitGatewayMulticastDomains

func (*MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsPages indicates an expected call of DescribeTransitGatewayMulticastDomainsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsPagesWithContext indicates an expected call of DescribeTransitGatewayMulticastDomainsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsRequest indicates an expected call of DescribeTransitGatewayMulticastDomainsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayMulticastDomainsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayMulticastDomainsWithContext indicates an expected call of DescribeTransitGatewayMulticastDomainsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachments

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachments indicates an expected call of DescribeTransitGatewayPeeringAttachments

func (*MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsPages indicates an expected call of DescribeTransitGatewayPeeringAttachmentsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayPeeringAttachmentsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsRequest indicates an expected call of DescribeTransitGatewayPeeringAttachmentsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayPeeringAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayPeeringAttachmentsWithContext indicates an expected call of DescribeTransitGatewayPeeringAttachmentsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTables

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTables(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTables indicates an expected call of DescribeTransitGatewayRouteTables

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesPages indicates an expected call of DescribeTransitGatewayRouteTablesPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesPagesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesRequest indicates an expected call of DescribeTransitGatewayRouteTablesRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayRouteTablesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayRouteTablesWithContext indicates an expected call of DescribeTransitGatewayRouteTablesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachments

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachments(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachments indicates an expected call of DescribeTransitGatewayVpcAttachments

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsPages indicates an expected call of DescribeTransitGatewayVpcAttachmentsPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsPagesWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsRequest indicates an expected call of DescribeTransitGatewayVpcAttachmentsRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewayVpcAttachmentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewayVpcAttachmentsWithContext indicates an expected call of DescribeTransitGatewayVpcAttachmentsWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGateways

func (mr *MockEC2APIMockRecorder) DescribeTransitGateways(arg0 interface{}) *gomock.Call

DescribeTransitGateways indicates an expected call of DescribeTransitGateways

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysPages

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysPages(arg0, arg1 interface{}) *gomock.Call

DescribeTransitGatewaysPages indicates an expected call of DescribeTransitGatewaysPages

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeTransitGatewaysPagesWithContext indicates an expected call of DescribeTransitGatewaysPagesWithContext

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeTransitGatewaysRequest indicates an expected call of DescribeTransitGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeTransitGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeTransitGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTransitGatewaysWithContext indicates an expected call of DescribeTransitGatewaysWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeAttribute

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttribute(arg0 interface{}) *gomock.Call

DescribeVolumeAttribute indicates an expected call of DescribeVolumeAttribute

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVolumeAttributeRequest indicates an expected call of DescribeVolumeAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeAttributeWithContext indicates an expected call of DescribeVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeStatus

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatus(arg0 interface{}) *gomock.Call

DescribeVolumeStatus indicates an expected call of DescribeVolumeStatus

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPages

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumeStatusPages indicates an expected call of DescribeVolumeStatusPages

func (*MockEC2APIMockRecorder) DescribeVolumeStatusPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVolumeStatusPagesWithContext indicates an expected call of DescribeVolumeStatusPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumeStatusRequest

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusRequest(arg0 interface{}) *gomock.Call

DescribeVolumeStatusRequest indicates an expected call of DescribeVolumeStatusRequest

func (*MockEC2APIMockRecorder) DescribeVolumeStatusWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumeStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumeStatusWithContext indicates an expected call of DescribeVolumeStatusWithContext

func (*MockEC2APIMockRecorder) DescribeVolumes

func (mr *MockEC2APIMockRecorder) DescribeVolumes(arg0 interface{}) *gomock.Call

DescribeVolumes indicates an expected call of DescribeVolumes

func (*MockEC2APIMockRecorder) DescribeVolumesModifications

func (mr *MockEC2APIMockRecorder) DescribeVolumesModifications(arg0 interface{}) *gomock.Call

DescribeVolumesModifications indicates an expected call of DescribeVolumesModifications

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsPages

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesModificationsPages indicates an expected call of DescribeVolumesModificationsPages

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVolumesModificationsPagesWithContext indicates an expected call of DescribeVolumesModificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsRequest

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsRequest(arg0 interface{}) *gomock.Call

DescribeVolumesModificationsRequest indicates an expected call of DescribeVolumesModificationsRequest

func (*MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumesModificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesModificationsWithContext indicates an expected call of DescribeVolumesModificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesPages

func (mr *MockEC2APIMockRecorder) DescribeVolumesPages(arg0, arg1 interface{}) *gomock.Call

DescribeVolumesPages indicates an expected call of DescribeVolumesPages

func (*MockEC2APIMockRecorder) DescribeVolumesPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVolumesPagesWithContext indicates an expected call of DescribeVolumesPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVolumesRequest

func (mr *MockEC2APIMockRecorder) DescribeVolumesRequest(arg0 interface{}) *gomock.Call

DescribeVolumesRequest indicates an expected call of DescribeVolumesRequest

func (*MockEC2APIMockRecorder) DescribeVolumesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVolumesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVolumesWithContext indicates an expected call of DescribeVolumesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcAttribute

func (mr *MockEC2APIMockRecorder) DescribeVpcAttribute(arg0 interface{}) *gomock.Call

DescribeVpcAttribute indicates an expected call of DescribeVpcAttribute

func (*MockEC2APIMockRecorder) DescribeVpcAttributeRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcAttributeRequest(arg0 interface{}) *gomock.Call

DescribeVpcAttributeRequest indicates an expected call of DescribeVpcAttributeRequest

func (*MockEC2APIMockRecorder) DescribeVpcAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcAttributeWithContext indicates an expected call of DescribeVpcAttributeWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLink(arg0 interface{}) *gomock.Call

DescribeVpcClassicLink indicates an expected call of DescribeVpcClassicLink

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupport

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupport indicates an expected call of DescribeVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPages

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportPages indicates an expected call of DescribeVpcClassicLinkDnsSupportPages

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportPagesWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportRequest indicates an expected call of DescribeVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkDnsSupportWithContext indicates an expected call of DescribeVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DescribeVpcClassicLinkRequest indicates an expected call of DescribeVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcClassicLinkWithContext indicates an expected call of DescribeVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotifications(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotifications indicates an expected call of DescribeVpcEndpointConnectionNotifications

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsPages indicates an expected call of DescribeVpcEndpointConnectionNotificationsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsRequest indicates an expected call of DescribeVpcEndpointConnectionNotificationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionNotificationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionNotificationsWithContext indicates an expected call of DescribeVpcEndpointConnectionNotificationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnections

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnections(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnections indicates an expected call of DescribeVpcEndpointConnections

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsPages indicates an expected call of DescribeVpcEndpointConnectionsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsPagesWithContext indicates an expected call of DescribeVpcEndpointConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointConnectionsRequest indicates an expected call of DescribeVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointConnectionsWithContext indicates an expected call of DescribeVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurations(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurations indicates an expected call of DescribeVpcEndpointServiceConfigurations

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsPages indicates an expected call of DescribeVpcEndpointServiceConfigurationsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsPagesWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsRequest indicates an expected call of DescribeVpcEndpointServiceConfigurationsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServiceConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServiceConfigurationsWithContext indicates an expected call of DescribeVpcEndpointServiceConfigurationsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissions indicates an expected call of DescribeVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsPages indicates an expected call of DescribeVpcEndpointServicePermissionsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsPagesWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsRequest indicates an expected call of DescribeVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicePermissionsWithContext indicates an expected call of DescribeVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServices

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServices(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServices indicates an expected call of DescribeVpcEndpointServices

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointServicesRequest indicates an expected call of DescribeVpcEndpointServicesRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointServicesWithContext indicates an expected call of DescribeVpcEndpointServicesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpoints

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpoints(arg0 interface{}) *gomock.Call

DescribeVpcEndpoints indicates an expected call of DescribeVpcEndpoints

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcEndpointsPages indicates an expected call of DescribeVpcEndpointsPages

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcEndpointsPagesWithContext indicates an expected call of DescribeVpcEndpointsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsRequest(arg0 interface{}) *gomock.Call

DescribeVpcEndpointsRequest indicates an expected call of DescribeVpcEndpointsRequest

func (*MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcEndpointsWithContext indicates an expected call of DescribeVpcEndpointsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnections

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnections(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnections indicates an expected call of DescribeVpcPeeringConnections

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsPages indicates an expected call of DescribeVpcPeeringConnectionsPages

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsPagesWithContext indicates an expected call of DescribeVpcPeeringConnectionsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpcPeeringConnectionsRequest indicates an expected call of DescribeVpcPeeringConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcPeeringConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcPeeringConnectionsWithContext indicates an expected call of DescribeVpcPeeringConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpcs

func (mr *MockEC2APIMockRecorder) DescribeVpcs(arg0 interface{}) *gomock.Call

DescribeVpcs indicates an expected call of DescribeVpcs

func (*MockEC2APIMockRecorder) DescribeVpcsPages

func (mr *MockEC2APIMockRecorder) DescribeVpcsPages(arg0, arg1 interface{}) *gomock.Call

DescribeVpcsPages indicates an expected call of DescribeVpcsPages

func (*MockEC2APIMockRecorder) DescribeVpcsPagesWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeVpcsPagesWithContext indicates an expected call of DescribeVpcsPagesWithContext

func (*MockEC2APIMockRecorder) DescribeVpcsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpcsRequest(arg0 interface{}) *gomock.Call

DescribeVpcsRequest indicates an expected call of DescribeVpcsRequest

func (*MockEC2APIMockRecorder) DescribeVpcsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpcsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpcsWithContext indicates an expected call of DescribeVpcsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnConnections

func (mr *MockEC2APIMockRecorder) DescribeVpnConnections(arg0 interface{}) *gomock.Call

DescribeVpnConnections indicates an expected call of DescribeVpnConnections

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsRequest

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsRequest(arg0 interface{}) *gomock.Call

DescribeVpnConnectionsRequest indicates an expected call of DescribeVpnConnectionsRequest

func (*MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnConnectionsWithContext indicates an expected call of DescribeVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) DescribeVpnGateways

func (mr *MockEC2APIMockRecorder) DescribeVpnGateways(arg0 interface{}) *gomock.Call

DescribeVpnGateways indicates an expected call of DescribeVpnGateways

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysRequest

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysRequest(arg0 interface{}) *gomock.Call

DescribeVpnGatewaysRequest indicates an expected call of DescribeVpnGatewaysRequest

func (*MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext

func (mr *MockEC2APIMockRecorder) DescribeVpnGatewaysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeVpnGatewaysWithContext indicates an expected call of DescribeVpnGatewaysWithContext

func (*MockEC2APIMockRecorder) DetachClassicLinkVpc

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpc(arg0 interface{}) *gomock.Call

DetachClassicLinkVpc indicates an expected call of DetachClassicLinkVpc

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcRequest

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcRequest(arg0 interface{}) *gomock.Call

DetachClassicLinkVpcRequest indicates an expected call of DetachClassicLinkVpcRequest

func (*MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext

func (mr *MockEC2APIMockRecorder) DetachClassicLinkVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachClassicLinkVpcWithContext indicates an expected call of DetachClassicLinkVpcWithContext

func (*MockEC2APIMockRecorder) DetachInternetGateway

func (mr *MockEC2APIMockRecorder) DetachInternetGateway(arg0 interface{}) *gomock.Call

DetachInternetGateway indicates an expected call of DetachInternetGateway

func (*MockEC2APIMockRecorder) DetachInternetGatewayRequest

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayRequest(arg0 interface{}) *gomock.Call

DetachInternetGatewayRequest indicates an expected call of DetachInternetGatewayRequest

func (*MockEC2APIMockRecorder) DetachInternetGatewayWithContext

func (mr *MockEC2APIMockRecorder) DetachInternetGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachInternetGatewayWithContext indicates an expected call of DetachInternetGatewayWithContext

func (*MockEC2APIMockRecorder) DetachNetworkInterface

func (mr *MockEC2APIMockRecorder) DetachNetworkInterface(arg0 interface{}) *gomock.Call

DetachNetworkInterface indicates an expected call of DetachNetworkInterface

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceRequest

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceRequest(arg0 interface{}) *gomock.Call

DetachNetworkInterfaceRequest indicates an expected call of DetachNetworkInterfaceRequest

func (*MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext

func (mr *MockEC2APIMockRecorder) DetachNetworkInterfaceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachNetworkInterfaceWithContext indicates an expected call of DetachNetworkInterfaceWithContext

func (*MockEC2APIMockRecorder) DetachVolume

func (mr *MockEC2APIMockRecorder) DetachVolume(arg0 interface{}) *gomock.Call

DetachVolume indicates an expected call of DetachVolume

func (*MockEC2APIMockRecorder) DetachVolumeRequest

func (mr *MockEC2APIMockRecorder) DetachVolumeRequest(arg0 interface{}) *gomock.Call

DetachVolumeRequest indicates an expected call of DetachVolumeRequest

func (*MockEC2APIMockRecorder) DetachVolumeWithContext

func (mr *MockEC2APIMockRecorder) DetachVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVolumeWithContext indicates an expected call of DetachVolumeWithContext

func (*MockEC2APIMockRecorder) DetachVpnGateway

func (mr *MockEC2APIMockRecorder) DetachVpnGateway(arg0 interface{}) *gomock.Call

DetachVpnGateway indicates an expected call of DetachVpnGateway

func (*MockEC2APIMockRecorder) DetachVpnGatewayRequest

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayRequest(arg0 interface{}) *gomock.Call

DetachVpnGatewayRequest indicates an expected call of DetachVpnGatewayRequest

func (*MockEC2APIMockRecorder) DetachVpnGatewayWithContext

func (mr *MockEC2APIMockRecorder) DetachVpnGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachVpnGatewayWithContext indicates an expected call of DetachVpnGatewayWithContext

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefault

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefault indicates an expected call of DisableEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultRequest

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

DisableEbsEncryptionByDefaultRequest indicates an expected call of DisableEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultWithContext

func (mr *MockEC2APIMockRecorder) DisableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableEbsEncryptionByDefaultWithContext indicates an expected call of DisableEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) DisableFastSnapshotRestores

func (mr *MockEC2APIMockRecorder) DisableFastSnapshotRestores(arg0 interface{}) *gomock.Call

DisableFastSnapshotRestores indicates an expected call of DisableFastSnapshotRestores

func (*MockEC2APIMockRecorder) DisableFastSnapshotRestoresRequest

func (mr *MockEC2APIMockRecorder) DisableFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

DisableFastSnapshotRestoresRequest indicates an expected call of DisableFastSnapshotRestoresRequest

func (*MockEC2APIMockRecorder) DisableFastSnapshotRestoresWithContext

func (mr *MockEC2APIMockRecorder) DisableFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableFastSnapshotRestoresWithContext indicates an expected call of DisableFastSnapshotRestoresWithContext

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagation

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagation indicates an expected call of DisableTransitGatewayRouteTablePropagation

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationRequest

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationRequest indicates an expected call of DisableTransitGatewayRouteTablePropagationRequest

func (*MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationWithContext

func (mr *MockEC2APIMockRecorder) DisableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableTransitGatewayRouteTablePropagationWithContext indicates an expected call of DisableTransitGatewayRouteTablePropagationWithContext

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagation

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagation(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagation indicates an expected call of DisableVgwRoutePropagation

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

DisableVgwRoutePropagationRequest indicates an expected call of DisableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) DisableVgwRoutePropagationWithContext

func (mr *MockEC2APIMockRecorder) DisableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVgwRoutePropagationWithContext indicates an expected call of DisableVgwRoutePropagationWithContext

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLink(arg0 interface{}) *gomock.Call

DisableVpcClassicLink indicates an expected call of DisableVpcClassicLink

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupport

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupport indicates an expected call of DisableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportRequest indicates an expected call of DisableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkDnsSupportWithContext indicates an expected call of DisableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkRequest

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

DisableVpcClassicLinkRequest indicates an expected call of DisableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext

func (mr *MockEC2APIMockRecorder) DisableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableVpcClassicLinkWithContext indicates an expected call of DisableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) DisassociateAddress

func (mr *MockEC2APIMockRecorder) DisassociateAddress(arg0 interface{}) *gomock.Call

DisassociateAddress indicates an expected call of DisassociateAddress

func (*MockEC2APIMockRecorder) DisassociateAddressRequest

func (mr *MockEC2APIMockRecorder) DisassociateAddressRequest(arg0 interface{}) *gomock.Call

DisassociateAddressRequest indicates an expected call of DisassociateAddressRequest

func (*MockEC2APIMockRecorder) DisassociateAddressWithContext

func (mr *MockEC2APIMockRecorder) DisassociateAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAddressWithContext indicates an expected call of DisassociateAddressWithContext

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetwork

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetwork(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetwork indicates an expected call of DisassociateClientVpnTargetNetwork

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkRequest

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkRequest(arg0 interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkRequest indicates an expected call of DisassociateClientVpnTargetNetworkRequest

func (*MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkWithContext

func (mr *MockEC2APIMockRecorder) DisassociateClientVpnTargetNetworkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateClientVpnTargetNetworkWithContext indicates an expected call of DisassociateClientVpnTargetNetworkWithContext

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfile

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfile(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfile indicates an expected call of DisassociateIamInstanceProfile

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileRequest(arg0 interface{}) *gomock.Call

DisassociateIamInstanceProfileRequest indicates an expected call of DisassociateIamInstanceProfileRequest

func (*MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext

func (mr *MockEC2APIMockRecorder) DisassociateIamInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateIamInstanceProfileWithContext indicates an expected call of DisassociateIamInstanceProfileWithContext

func (*MockEC2APIMockRecorder) DisassociateRouteTable

func (mr *MockEC2APIMockRecorder) DisassociateRouteTable(arg0 interface{}) *gomock.Call

DisassociateRouteTable indicates an expected call of DisassociateRouteTable

func (*MockEC2APIMockRecorder) DisassociateRouteTableRequest

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateRouteTableRequest indicates an expected call of DisassociateRouteTableRequest

func (*MockEC2APIMockRecorder) DisassociateRouteTableWithContext

func (mr *MockEC2APIMockRecorder) DisassociateRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateRouteTableWithContext indicates an expected call of DisassociateRouteTableWithContext

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlock

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlock(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlock indicates an expected call of DisassociateSubnetCidrBlock

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateSubnetCidrBlockRequest indicates an expected call of DisassociateSubnetCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext

func (mr *MockEC2APIMockRecorder) DisassociateSubnetCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateSubnetCidrBlockWithContext indicates an expected call of DisassociateSubnetCidrBlockWithContext

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomain

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomain(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomain indicates an expected call of DisassociateTransitGatewayMulticastDomain

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomainRequest

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomainRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomainRequest indicates an expected call of DisassociateTransitGatewayMulticastDomainRequest

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomainWithContext

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayMulticastDomainWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayMulticastDomainWithContext indicates an expected call of DisassociateTransitGatewayMulticastDomainWithContext

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTable

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTable(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTable indicates an expected call of DisassociateTransitGatewayRouteTable

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableRequest

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableRequest(arg0 interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableRequest indicates an expected call of DisassociateTransitGatewayRouteTableRequest

func (*MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableWithContext

func (mr *MockEC2APIMockRecorder) DisassociateTransitGatewayRouteTableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateTransitGatewayRouteTableWithContext indicates an expected call of DisassociateTransitGatewayRouteTableWithContext

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlock

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlock(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlock indicates an expected call of DisassociateVpcCidrBlock

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockRequest(arg0 interface{}) *gomock.Call

DisassociateVpcCidrBlockRequest indicates an expected call of DisassociateVpcCidrBlockRequest

func (*MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext

func (mr *MockEC2APIMockRecorder) DisassociateVpcCidrBlockWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateVpcCidrBlockWithContext indicates an expected call of DisassociateVpcCidrBlockWithContext

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefault

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefault indicates an expected call of EnableEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultRequest

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

EnableEbsEncryptionByDefaultRequest indicates an expected call of EnableEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultWithContext

func (mr *MockEC2APIMockRecorder) EnableEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableEbsEncryptionByDefaultWithContext indicates an expected call of EnableEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) EnableFastSnapshotRestores

func (mr *MockEC2APIMockRecorder) EnableFastSnapshotRestores(arg0 interface{}) *gomock.Call

EnableFastSnapshotRestores indicates an expected call of EnableFastSnapshotRestores

func (*MockEC2APIMockRecorder) EnableFastSnapshotRestoresRequest

func (mr *MockEC2APIMockRecorder) EnableFastSnapshotRestoresRequest(arg0 interface{}) *gomock.Call

EnableFastSnapshotRestoresRequest indicates an expected call of EnableFastSnapshotRestoresRequest

func (*MockEC2APIMockRecorder) EnableFastSnapshotRestoresWithContext

func (mr *MockEC2APIMockRecorder) EnableFastSnapshotRestoresWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableFastSnapshotRestoresWithContext indicates an expected call of EnableFastSnapshotRestoresWithContext

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagation

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagation(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagation indicates an expected call of EnableTransitGatewayRouteTablePropagation

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationRequest

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationRequest(arg0 interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationRequest indicates an expected call of EnableTransitGatewayRouteTablePropagationRequest

func (*MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationWithContext

func (mr *MockEC2APIMockRecorder) EnableTransitGatewayRouteTablePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableTransitGatewayRouteTablePropagationWithContext indicates an expected call of EnableTransitGatewayRouteTablePropagationWithContext

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagation

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagation(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagation indicates an expected call of EnableVgwRoutePropagation

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationRequest(arg0 interface{}) *gomock.Call

EnableVgwRoutePropagationRequest indicates an expected call of EnableVgwRoutePropagationRequest

func (*MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext

func (mr *MockEC2APIMockRecorder) EnableVgwRoutePropagationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVgwRoutePropagationWithContext indicates an expected call of EnableVgwRoutePropagationWithContext

func (*MockEC2APIMockRecorder) EnableVolumeIO

func (mr *MockEC2APIMockRecorder) EnableVolumeIO(arg0 interface{}) *gomock.Call

EnableVolumeIO indicates an expected call of EnableVolumeIO

func (*MockEC2APIMockRecorder) EnableVolumeIORequest

func (mr *MockEC2APIMockRecorder) EnableVolumeIORequest(arg0 interface{}) *gomock.Call

EnableVolumeIORequest indicates an expected call of EnableVolumeIORequest

func (*MockEC2APIMockRecorder) EnableVolumeIOWithContext

func (mr *MockEC2APIMockRecorder) EnableVolumeIOWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVolumeIOWithContext indicates an expected call of EnableVolumeIOWithContext

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLink(arg0 interface{}) *gomock.Call

EnableVpcClassicLink indicates an expected call of EnableVpcClassicLink

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupport

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupport(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupport indicates an expected call of EnableVpcClassicLinkDnsSupport

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportRequest indicates an expected call of EnableVpcClassicLinkDnsSupportRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkDnsSupportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkDnsSupportWithContext indicates an expected call of EnableVpcClassicLinkDnsSupportWithContext

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkRequest

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkRequest(arg0 interface{}) *gomock.Call

EnableVpcClassicLinkRequest indicates an expected call of EnableVpcClassicLinkRequest

func (*MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext

func (mr *MockEC2APIMockRecorder) EnableVpcClassicLinkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableVpcClassicLinkWithContext indicates an expected call of EnableVpcClassicLinkWithContext

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationList

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationList indicates an expected call of ExportClientVpnClientCertificateRevocationList

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListRequest

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListRequest indicates an expected call of ExportClientVpnClientCertificateRevocationListRequest

func (*MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListWithContext

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ExportClientVpnClientCertificateRevocationListWithContext

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfiguration

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfiguration(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfiguration indicates an expected call of ExportClientVpnClientConfiguration

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfigurationRequest

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfigurationRequest(arg0 interface{}) *gomock.Call

ExportClientVpnClientConfigurationRequest indicates an expected call of ExportClientVpnClientConfigurationRequest

func (*MockEC2APIMockRecorder) ExportClientVpnClientConfigurationWithContext

func (mr *MockEC2APIMockRecorder) ExportClientVpnClientConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportClientVpnClientConfigurationWithContext indicates an expected call of ExportClientVpnClientConfigurationWithContext

func (*MockEC2APIMockRecorder) ExportImage

func (mr *MockEC2APIMockRecorder) ExportImage(arg0 interface{}) *gomock.Call

ExportImage indicates an expected call of ExportImage

func (*MockEC2APIMockRecorder) ExportImageRequest

func (mr *MockEC2APIMockRecorder) ExportImageRequest(arg0 interface{}) *gomock.Call

ExportImageRequest indicates an expected call of ExportImageRequest

func (*MockEC2APIMockRecorder) ExportImageWithContext

func (mr *MockEC2APIMockRecorder) ExportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportImageWithContext indicates an expected call of ExportImageWithContext

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutes

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutes(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutes indicates an expected call of ExportTransitGatewayRoutes

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutesRequest

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

ExportTransitGatewayRoutesRequest indicates an expected call of ExportTransitGatewayRoutesRequest

func (*MockEC2APIMockRecorder) ExportTransitGatewayRoutesWithContext

func (mr *MockEC2APIMockRecorder) ExportTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ExportTransitGatewayRoutesWithContext indicates an expected call of ExportTransitGatewayRoutesWithContext

func (*MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrs

func (mr *MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrs(arg0 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrs indicates an expected call of GetAssociatedIpv6PoolCidrs

func (*MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsPages

func (mr *MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsPages(arg0, arg1 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsPages indicates an expected call of GetAssociatedIpv6PoolCidrsPages

func (*MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsPagesWithContext indicates an expected call of GetAssociatedIpv6PoolCidrsPagesWithContext

func (*MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsRequest

func (mr *MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsRequest(arg0 interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsRequest indicates an expected call of GetAssociatedIpv6PoolCidrsRequest

func (*MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsWithContext

func (mr *MockEC2APIMockRecorder) GetAssociatedIpv6PoolCidrsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAssociatedIpv6PoolCidrsWithContext indicates an expected call of GetAssociatedIpv6PoolCidrsWithContext

func (*MockEC2APIMockRecorder) GetCapacityReservationUsage

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsage(arg0 interface{}) *gomock.Call

GetCapacityReservationUsage indicates an expected call of GetCapacityReservationUsage

func (*MockEC2APIMockRecorder) GetCapacityReservationUsageRequest

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsageRequest(arg0 interface{}) *gomock.Call

GetCapacityReservationUsageRequest indicates an expected call of GetCapacityReservationUsageRequest

func (*MockEC2APIMockRecorder) GetCapacityReservationUsageWithContext

func (mr *MockEC2APIMockRecorder) GetCapacityReservationUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCapacityReservationUsageWithContext indicates an expected call of GetCapacityReservationUsageWithContext

func (*MockEC2APIMockRecorder) GetCoipPoolUsage

func (mr *MockEC2APIMockRecorder) GetCoipPoolUsage(arg0 interface{}) *gomock.Call

GetCoipPoolUsage indicates an expected call of GetCoipPoolUsage

func (*MockEC2APIMockRecorder) GetCoipPoolUsageRequest

func (mr *MockEC2APIMockRecorder) GetCoipPoolUsageRequest(arg0 interface{}) *gomock.Call

GetCoipPoolUsageRequest indicates an expected call of GetCoipPoolUsageRequest

func (*MockEC2APIMockRecorder) GetCoipPoolUsageWithContext

func (mr *MockEC2APIMockRecorder) GetCoipPoolUsageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCoipPoolUsageWithContext indicates an expected call of GetCoipPoolUsageWithContext

func (*MockEC2APIMockRecorder) GetConsoleOutput

func (mr *MockEC2APIMockRecorder) GetConsoleOutput(arg0 interface{}) *gomock.Call

GetConsoleOutput indicates an expected call of GetConsoleOutput

func (*MockEC2APIMockRecorder) GetConsoleOutputRequest

func (mr *MockEC2APIMockRecorder) GetConsoleOutputRequest(arg0 interface{}) *gomock.Call

GetConsoleOutputRequest indicates an expected call of GetConsoleOutputRequest

func (*MockEC2APIMockRecorder) GetConsoleOutputWithContext

func (mr *MockEC2APIMockRecorder) GetConsoleOutputWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleOutputWithContext indicates an expected call of GetConsoleOutputWithContext

func (*MockEC2APIMockRecorder) GetConsoleScreenshot

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshot(arg0 interface{}) *gomock.Call

GetConsoleScreenshot indicates an expected call of GetConsoleScreenshot

func (*MockEC2APIMockRecorder) GetConsoleScreenshotRequest

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotRequest(arg0 interface{}) *gomock.Call

GetConsoleScreenshotRequest indicates an expected call of GetConsoleScreenshotRequest

func (*MockEC2APIMockRecorder) GetConsoleScreenshotWithContext

func (mr *MockEC2APIMockRecorder) GetConsoleScreenshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConsoleScreenshotWithContext indicates an expected call of GetConsoleScreenshotWithContext

func (*MockEC2APIMockRecorder) GetDefaultCreditSpecification

func (mr *MockEC2APIMockRecorder) GetDefaultCreditSpecification(arg0 interface{}) *gomock.Call

GetDefaultCreditSpecification indicates an expected call of GetDefaultCreditSpecification

func (*MockEC2APIMockRecorder) GetDefaultCreditSpecificationRequest

func (mr *MockEC2APIMockRecorder) GetDefaultCreditSpecificationRequest(arg0 interface{}) *gomock.Call

GetDefaultCreditSpecificationRequest indicates an expected call of GetDefaultCreditSpecificationRequest

func (*MockEC2APIMockRecorder) GetDefaultCreditSpecificationWithContext

func (mr *MockEC2APIMockRecorder) GetDefaultCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDefaultCreditSpecificationWithContext indicates an expected call of GetDefaultCreditSpecificationWithContext

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyId

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyId indicates an expected call of GetEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdRequest

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdRequest indicates an expected call of GetEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2APIMockRecorder) GetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsDefaultKmsKeyIdWithContext indicates an expected call of GetEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefault

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefault(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefault indicates an expected call of GetEbsEncryptionByDefault

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefaultRequest

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefaultRequest(arg0 interface{}) *gomock.Call

GetEbsEncryptionByDefaultRequest indicates an expected call of GetEbsEncryptionByDefaultRequest

func (*MockEC2APIMockRecorder) GetEbsEncryptionByDefaultWithContext

func (mr *MockEC2APIMockRecorder) GetEbsEncryptionByDefaultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetEbsEncryptionByDefaultWithContext indicates an expected call of GetEbsEncryptionByDefaultWithContext

func (*MockEC2APIMockRecorder) GetGroupsForCapacityReservation

func (mr *MockEC2APIMockRecorder) GetGroupsForCapacityReservation(arg0 interface{}) *gomock.Call

GetGroupsForCapacityReservation indicates an expected call of GetGroupsForCapacityReservation

func (*MockEC2APIMockRecorder) GetGroupsForCapacityReservationPages

func (mr *MockEC2APIMockRecorder) GetGroupsForCapacityReservationPages(arg0, arg1 interface{}) *gomock.Call

GetGroupsForCapacityReservationPages indicates an expected call of GetGroupsForCapacityReservationPages

func (*MockEC2APIMockRecorder) GetGroupsForCapacityReservationPagesWithContext

func (mr *MockEC2APIMockRecorder) GetGroupsForCapacityReservationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetGroupsForCapacityReservationPagesWithContext indicates an expected call of GetGroupsForCapacityReservationPagesWithContext

func (*MockEC2APIMockRecorder) GetGroupsForCapacityReservationRequest

func (mr *MockEC2APIMockRecorder) GetGroupsForCapacityReservationRequest(arg0 interface{}) *gomock.Call

GetGroupsForCapacityReservationRequest indicates an expected call of GetGroupsForCapacityReservationRequest

func (*MockEC2APIMockRecorder) GetGroupsForCapacityReservationWithContext

func (mr *MockEC2APIMockRecorder) GetGroupsForCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupsForCapacityReservationWithContext indicates an expected call of GetGroupsForCapacityReservationWithContext

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreview

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreview(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreview indicates an expected call of GetHostReservationPurchasePreview

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewRequest(arg0 interface{}) *gomock.Call

GetHostReservationPurchasePreviewRequest indicates an expected call of GetHostReservationPurchasePreviewRequest

func (*MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext

func (mr *MockEC2APIMockRecorder) GetHostReservationPurchasePreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetHostReservationPurchasePreviewWithContext indicates an expected call of GetHostReservationPurchasePreviewWithContext

func (*MockEC2APIMockRecorder) GetLaunchTemplateData

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateData(arg0 interface{}) *gomock.Call

GetLaunchTemplateData indicates an expected call of GetLaunchTemplateData

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataRequest

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataRequest(arg0 interface{}) *gomock.Call

GetLaunchTemplateDataRequest indicates an expected call of GetLaunchTemplateDataRequest

func (*MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext

func (mr *MockEC2APIMockRecorder) GetLaunchTemplateDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLaunchTemplateDataWithContext indicates an expected call of GetLaunchTemplateDataWithContext

func (*MockEC2APIMockRecorder) GetManagedPrefixListAssociations

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListAssociations(arg0 interface{}) *gomock.Call

GetManagedPrefixListAssociations indicates an expected call of GetManagedPrefixListAssociations

func (*MockEC2APIMockRecorder) GetManagedPrefixListAssociationsPages

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetManagedPrefixListAssociationsPages indicates an expected call of GetManagedPrefixListAssociationsPages

func (*MockEC2APIMockRecorder) GetManagedPrefixListAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetManagedPrefixListAssociationsPagesWithContext indicates an expected call of GetManagedPrefixListAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) GetManagedPrefixListAssociationsRequest

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListAssociationsRequest(arg0 interface{}) *gomock.Call

GetManagedPrefixListAssociationsRequest indicates an expected call of GetManagedPrefixListAssociationsRequest

func (*MockEC2APIMockRecorder) GetManagedPrefixListAssociationsWithContext

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetManagedPrefixListAssociationsWithContext indicates an expected call of GetManagedPrefixListAssociationsWithContext

func (*MockEC2APIMockRecorder) GetManagedPrefixListEntries

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListEntries(arg0 interface{}) *gomock.Call

GetManagedPrefixListEntries indicates an expected call of GetManagedPrefixListEntries

func (*MockEC2APIMockRecorder) GetManagedPrefixListEntriesPages

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListEntriesPages(arg0, arg1 interface{}) *gomock.Call

GetManagedPrefixListEntriesPages indicates an expected call of GetManagedPrefixListEntriesPages

func (*MockEC2APIMockRecorder) GetManagedPrefixListEntriesPagesWithContext

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListEntriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetManagedPrefixListEntriesPagesWithContext indicates an expected call of GetManagedPrefixListEntriesPagesWithContext

func (*MockEC2APIMockRecorder) GetManagedPrefixListEntriesRequest

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListEntriesRequest(arg0 interface{}) *gomock.Call

GetManagedPrefixListEntriesRequest indicates an expected call of GetManagedPrefixListEntriesRequest

func (*MockEC2APIMockRecorder) GetManagedPrefixListEntriesWithContext

func (mr *MockEC2APIMockRecorder) GetManagedPrefixListEntriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetManagedPrefixListEntriesWithContext indicates an expected call of GetManagedPrefixListEntriesWithContext

func (*MockEC2APIMockRecorder) GetPasswordData

func (mr *MockEC2APIMockRecorder) GetPasswordData(arg0 interface{}) *gomock.Call

GetPasswordData indicates an expected call of GetPasswordData

func (*MockEC2APIMockRecorder) GetPasswordDataRequest

func (mr *MockEC2APIMockRecorder) GetPasswordDataRequest(arg0 interface{}) *gomock.Call

GetPasswordDataRequest indicates an expected call of GetPasswordDataRequest

func (*MockEC2APIMockRecorder) GetPasswordDataWithContext

func (mr *MockEC2APIMockRecorder) GetPasswordDataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPasswordDataWithContext indicates an expected call of GetPasswordDataWithContext

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuote(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuote indicates an expected call of GetReservedInstancesExchangeQuote

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteRequest(arg0 interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteRequest indicates an expected call of GetReservedInstancesExchangeQuoteRequest

func (*MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext

func (mr *MockEC2APIMockRecorder) GetReservedInstancesExchangeQuoteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetReservedInstancesExchangeQuoteWithContext indicates an expected call of GetReservedInstancesExchangeQuoteWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagations

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagations indicates an expected call of GetTransitGatewayAttachmentPropagations

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPages

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsPages indicates an expected call of GetTransitGatewayAttachmentPropagationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsPagesWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsRequest

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsRequest indicates an expected call of GetTransitGatewayAttachmentPropagationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayAttachmentPropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayAttachmentPropagationsWithContext indicates an expected call of GetTransitGatewayAttachmentPropagationsWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociations

func (mr *MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociations indicates an expected call of GetTransitGatewayMulticastDomainAssociations

func (*MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsPages

func (mr *MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsPages indicates an expected call of GetTransitGatewayMulticastDomainAssociationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsPagesWithContext indicates an expected call of GetTransitGatewayMulticastDomainAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsRequest

func (mr *MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsRequest indicates an expected call of GetTransitGatewayMulticastDomainAssociationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayMulticastDomainAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayMulticastDomainAssociationsWithContext indicates an expected call of GetTransitGatewayMulticastDomainAssociationsWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferences

func (mr *MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferences(arg0 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferences indicates an expected call of GetTransitGatewayPrefixListReferences

func (*MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesPages

func (mr *MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesPages indicates an expected call of GetTransitGatewayPrefixListReferencesPages

func (*MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesPagesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesPagesWithContext indicates an expected call of GetTransitGatewayPrefixListReferencesPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesRequest

func (mr *MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesRequest indicates an expected call of GetTransitGatewayPrefixListReferencesRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayPrefixListReferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayPrefixListReferencesWithContext indicates an expected call of GetTransitGatewayPrefixListReferencesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociations

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociations indicates an expected call of GetTransitGatewayRouteTableAssociations

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPages

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsPages indicates an expected call of GetTransitGatewayRouteTableAssociationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsRequest

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsRequest indicates an expected call of GetTransitGatewayRouteTableAssociationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTableAssociationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTableAssociationsWithContext indicates an expected call of GetTransitGatewayRouteTableAssociationsWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagations

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagations(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagations indicates an expected call of GetTransitGatewayRouteTablePropagations

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPages

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPages(arg0, arg1 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsPages indicates an expected call of GetTransitGatewayRouteTablePropagationsPages

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPagesWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsPagesWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsPagesWithContext

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsRequest

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsRequest(arg0 interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsRequest indicates an expected call of GetTransitGatewayRouteTablePropagationsRequest

func (*MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsWithContext

func (mr *MockEC2APIMockRecorder) GetTransitGatewayRouteTablePropagationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTransitGatewayRouteTablePropagationsWithContext indicates an expected call of GetTransitGatewayRouteTablePropagationsWithContext

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationList

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationList(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationList indicates an expected call of ImportClientVpnClientCertificateRevocationList

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListRequest

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListRequest(arg0 interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListRequest indicates an expected call of ImportClientVpnClientCertificateRevocationListRequest

func (*MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListWithContext

func (mr *MockEC2APIMockRecorder) ImportClientVpnClientCertificateRevocationListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportClientVpnClientCertificateRevocationListWithContext indicates an expected call of ImportClientVpnClientCertificateRevocationListWithContext

func (*MockEC2APIMockRecorder) ImportImage

func (mr *MockEC2APIMockRecorder) ImportImage(arg0 interface{}) *gomock.Call

ImportImage indicates an expected call of ImportImage

func (*MockEC2APIMockRecorder) ImportImageRequest

func (mr *MockEC2APIMockRecorder) ImportImageRequest(arg0 interface{}) *gomock.Call

ImportImageRequest indicates an expected call of ImportImageRequest

func (*MockEC2APIMockRecorder) ImportImageWithContext

func (mr *MockEC2APIMockRecorder) ImportImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportImageWithContext indicates an expected call of ImportImageWithContext

func (*MockEC2APIMockRecorder) ImportInstance

func (mr *MockEC2APIMockRecorder) ImportInstance(arg0 interface{}) *gomock.Call

ImportInstance indicates an expected call of ImportInstance

func (*MockEC2APIMockRecorder) ImportInstanceRequest

func (mr *MockEC2APIMockRecorder) ImportInstanceRequest(arg0 interface{}) *gomock.Call

ImportInstanceRequest indicates an expected call of ImportInstanceRequest

func (*MockEC2APIMockRecorder) ImportInstanceWithContext

func (mr *MockEC2APIMockRecorder) ImportInstanceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportInstanceWithContext indicates an expected call of ImportInstanceWithContext

func (*MockEC2APIMockRecorder) ImportKeyPair

func (mr *MockEC2APIMockRecorder) ImportKeyPair(arg0 interface{}) *gomock.Call

ImportKeyPair indicates an expected call of ImportKeyPair

func (*MockEC2APIMockRecorder) ImportKeyPairRequest

func (mr *MockEC2APIMockRecorder) ImportKeyPairRequest(arg0 interface{}) *gomock.Call

ImportKeyPairRequest indicates an expected call of ImportKeyPairRequest

func (*MockEC2APIMockRecorder) ImportKeyPairWithContext

func (mr *MockEC2APIMockRecorder) ImportKeyPairWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportKeyPairWithContext indicates an expected call of ImportKeyPairWithContext

func (*MockEC2APIMockRecorder) ImportSnapshot

func (mr *MockEC2APIMockRecorder) ImportSnapshot(arg0 interface{}) *gomock.Call

ImportSnapshot indicates an expected call of ImportSnapshot

func (*MockEC2APIMockRecorder) ImportSnapshotRequest

func (mr *MockEC2APIMockRecorder) ImportSnapshotRequest(arg0 interface{}) *gomock.Call

ImportSnapshotRequest indicates an expected call of ImportSnapshotRequest

func (*MockEC2APIMockRecorder) ImportSnapshotWithContext

func (mr *MockEC2APIMockRecorder) ImportSnapshotWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportSnapshotWithContext indicates an expected call of ImportSnapshotWithContext

func (*MockEC2APIMockRecorder) ImportVolume

func (mr *MockEC2APIMockRecorder) ImportVolume(arg0 interface{}) *gomock.Call

ImportVolume indicates an expected call of ImportVolume

func (*MockEC2APIMockRecorder) ImportVolumeRequest

func (mr *MockEC2APIMockRecorder) ImportVolumeRequest(arg0 interface{}) *gomock.Call

ImportVolumeRequest indicates an expected call of ImportVolumeRequest

func (*MockEC2APIMockRecorder) ImportVolumeWithContext

func (mr *MockEC2APIMockRecorder) ImportVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ImportVolumeWithContext indicates an expected call of ImportVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyAvailabilityZoneGroup

func (mr *MockEC2APIMockRecorder) ModifyAvailabilityZoneGroup(arg0 interface{}) *gomock.Call

ModifyAvailabilityZoneGroup indicates an expected call of ModifyAvailabilityZoneGroup

func (*MockEC2APIMockRecorder) ModifyAvailabilityZoneGroupRequest

func (mr *MockEC2APIMockRecorder) ModifyAvailabilityZoneGroupRequest(arg0 interface{}) *gomock.Call

ModifyAvailabilityZoneGroupRequest indicates an expected call of ModifyAvailabilityZoneGroupRequest

func (*MockEC2APIMockRecorder) ModifyAvailabilityZoneGroupWithContext

func (mr *MockEC2APIMockRecorder) ModifyAvailabilityZoneGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyAvailabilityZoneGroupWithContext indicates an expected call of ModifyAvailabilityZoneGroupWithContext

func (*MockEC2APIMockRecorder) ModifyCapacityReservation

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservation(arg0 interface{}) *gomock.Call

ModifyCapacityReservation indicates an expected call of ModifyCapacityReservation

func (*MockEC2APIMockRecorder) ModifyCapacityReservationRequest

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservationRequest(arg0 interface{}) *gomock.Call

ModifyCapacityReservationRequest indicates an expected call of ModifyCapacityReservationRequest

func (*MockEC2APIMockRecorder) ModifyCapacityReservationWithContext

func (mr *MockEC2APIMockRecorder) ModifyCapacityReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyCapacityReservationWithContext indicates an expected call of ModifyCapacityReservationWithContext

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpoint

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpoint(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpoint indicates an expected call of ModifyClientVpnEndpoint

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpointRequest

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpointRequest(arg0 interface{}) *gomock.Call

ModifyClientVpnEndpointRequest indicates an expected call of ModifyClientVpnEndpointRequest

func (*MockEC2APIMockRecorder) ModifyClientVpnEndpointWithContext

func (mr *MockEC2APIMockRecorder) ModifyClientVpnEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyClientVpnEndpointWithContext indicates an expected call of ModifyClientVpnEndpointWithContext

func (*MockEC2APIMockRecorder) ModifyDefaultCreditSpecification

func (mr *MockEC2APIMockRecorder) ModifyDefaultCreditSpecification(arg0 interface{}) *gomock.Call

ModifyDefaultCreditSpecification indicates an expected call of ModifyDefaultCreditSpecification

func (*MockEC2APIMockRecorder) ModifyDefaultCreditSpecificationRequest

func (mr *MockEC2APIMockRecorder) ModifyDefaultCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyDefaultCreditSpecificationRequest indicates an expected call of ModifyDefaultCreditSpecificationRequest

func (*MockEC2APIMockRecorder) ModifyDefaultCreditSpecificationWithContext

func (mr *MockEC2APIMockRecorder) ModifyDefaultCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyDefaultCreditSpecificationWithContext indicates an expected call of ModifyDefaultCreditSpecificationWithContext

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyId

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyId indicates an expected call of ModifyEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdRequest

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdRequest indicates an expected call of ModifyEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2APIMockRecorder) ModifyEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyEbsDefaultKmsKeyIdWithContext indicates an expected call of ModifyEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) ModifyFleet

func (mr *MockEC2APIMockRecorder) ModifyFleet(arg0 interface{}) *gomock.Call

ModifyFleet indicates an expected call of ModifyFleet

func (*MockEC2APIMockRecorder) ModifyFleetRequest

func (mr *MockEC2APIMockRecorder) ModifyFleetRequest(arg0 interface{}) *gomock.Call

ModifyFleetRequest indicates an expected call of ModifyFleetRequest

func (*MockEC2APIMockRecorder) ModifyFleetWithContext

func (mr *MockEC2APIMockRecorder) ModifyFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFleetWithContext indicates an expected call of ModifyFleetWithContext

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttribute

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttribute(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttribute indicates an expected call of ModifyFpgaImageAttribute

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyFpgaImageAttributeRequest indicates an expected call of ModifyFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyFpgaImageAttributeWithContext indicates an expected call of ModifyFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyHosts

func (mr *MockEC2APIMockRecorder) ModifyHosts(arg0 interface{}) *gomock.Call

ModifyHosts indicates an expected call of ModifyHosts

func (*MockEC2APIMockRecorder) ModifyHostsRequest

func (mr *MockEC2APIMockRecorder) ModifyHostsRequest(arg0 interface{}) *gomock.Call

ModifyHostsRequest indicates an expected call of ModifyHostsRequest

func (*MockEC2APIMockRecorder) ModifyHostsWithContext

func (mr *MockEC2APIMockRecorder) ModifyHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyHostsWithContext indicates an expected call of ModifyHostsWithContext

func (*MockEC2APIMockRecorder) ModifyIdFormat

func (mr *MockEC2APIMockRecorder) ModifyIdFormat(arg0 interface{}) *gomock.Call

ModifyIdFormat indicates an expected call of ModifyIdFormat

func (*MockEC2APIMockRecorder) ModifyIdFormatRequest

func (mr *MockEC2APIMockRecorder) ModifyIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdFormatRequest indicates an expected call of ModifyIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdFormatWithContext

func (mr *MockEC2APIMockRecorder) ModifyIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdFormatWithContext indicates an expected call of ModifyIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormat

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormat(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormat indicates an expected call of ModifyIdentityIdFormat

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatRequest(arg0 interface{}) *gomock.Call

ModifyIdentityIdFormatRequest indicates an expected call of ModifyIdentityIdFormatRequest

func (*MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext

func (mr *MockEC2APIMockRecorder) ModifyIdentityIdFormatWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyIdentityIdFormatWithContext indicates an expected call of ModifyIdentityIdFormatWithContext

func (*MockEC2APIMockRecorder) ModifyImageAttribute

func (mr *MockEC2APIMockRecorder) ModifyImageAttribute(arg0 interface{}) *gomock.Call

ModifyImageAttribute indicates an expected call of ModifyImageAttribute

func (*MockEC2APIMockRecorder) ModifyImageAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeRequest(arg0 interface{}) *gomock.Call

ModifyImageAttributeRequest indicates an expected call of ModifyImageAttributeRequest

func (*MockEC2APIMockRecorder) ModifyImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyImageAttributeWithContext indicates an expected call of ModifyImageAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceAttribute

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttribute(arg0 interface{}) *gomock.Call

ModifyInstanceAttribute indicates an expected call of ModifyInstanceAttribute

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceAttributeRequest indicates an expected call of ModifyInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceAttributeWithContext indicates an expected call of ModifyInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributes

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributes(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributes indicates an expected call of ModifyInstanceCapacityReservationAttributes

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesRequest

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesRequest indicates an expected call of ModifyInstanceCapacityReservationAttributesRequest

func (*MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstanceCapacityReservationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCapacityReservationAttributesWithContext indicates an expected call of ModifyInstanceCapacityReservationAttributesWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecification

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecification(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecification indicates an expected call of ModifyInstanceCreditSpecification

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationRequest(arg0 interface{}) *gomock.Call

ModifyInstanceCreditSpecificationRequest indicates an expected call of ModifyInstanceCreditSpecificationRequest

func (*MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstanceCreditSpecificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceCreditSpecificationWithContext indicates an expected call of ModifyInstanceCreditSpecificationWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTime

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTime(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTime indicates an expected call of ModifyInstanceEventStartTime

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTimeRequest

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTimeRequest(arg0 interface{}) *gomock.Call

ModifyInstanceEventStartTimeRequest indicates an expected call of ModifyInstanceEventStartTimeRequest

func (*MockEC2APIMockRecorder) ModifyInstanceEventStartTimeWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstanceEventStartTimeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceEventStartTimeWithContext indicates an expected call of ModifyInstanceEventStartTimeWithContext

func (*MockEC2APIMockRecorder) ModifyInstanceMetadataOptions

func (mr *MockEC2APIMockRecorder) ModifyInstanceMetadataOptions(arg0 interface{}) *gomock.Call

ModifyInstanceMetadataOptions indicates an expected call of ModifyInstanceMetadataOptions

func (*MockEC2APIMockRecorder) ModifyInstanceMetadataOptionsRequest

func (mr *MockEC2APIMockRecorder) ModifyInstanceMetadataOptionsRequest(arg0 interface{}) *gomock.Call

ModifyInstanceMetadataOptionsRequest indicates an expected call of ModifyInstanceMetadataOptionsRequest

func (*MockEC2APIMockRecorder) ModifyInstanceMetadataOptionsWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstanceMetadataOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstanceMetadataOptionsWithContext indicates an expected call of ModifyInstanceMetadataOptionsWithContext

func (*MockEC2APIMockRecorder) ModifyInstancePlacement

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacement(arg0 interface{}) *gomock.Call

ModifyInstancePlacement indicates an expected call of ModifyInstancePlacement

func (*MockEC2APIMockRecorder) ModifyInstancePlacementRequest

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementRequest(arg0 interface{}) *gomock.Call

ModifyInstancePlacementRequest indicates an expected call of ModifyInstancePlacementRequest

func (*MockEC2APIMockRecorder) ModifyInstancePlacementWithContext

func (mr *MockEC2APIMockRecorder) ModifyInstancePlacementWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyInstancePlacementWithContext indicates an expected call of ModifyInstancePlacementWithContext

func (*MockEC2APIMockRecorder) ModifyLaunchTemplate

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplate(arg0 interface{}) *gomock.Call

ModifyLaunchTemplate indicates an expected call of ModifyLaunchTemplate

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateRequest

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateRequest(arg0 interface{}) *gomock.Call

ModifyLaunchTemplateRequest indicates an expected call of ModifyLaunchTemplateRequest

func (*MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext

func (mr *MockEC2APIMockRecorder) ModifyLaunchTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyLaunchTemplateWithContext indicates an expected call of ModifyLaunchTemplateWithContext

func (*MockEC2APIMockRecorder) ModifyManagedPrefixList

func (mr *MockEC2APIMockRecorder) ModifyManagedPrefixList(arg0 interface{}) *gomock.Call

ModifyManagedPrefixList indicates an expected call of ModifyManagedPrefixList

func (*MockEC2APIMockRecorder) ModifyManagedPrefixListRequest

func (mr *MockEC2APIMockRecorder) ModifyManagedPrefixListRequest(arg0 interface{}) *gomock.Call

ModifyManagedPrefixListRequest indicates an expected call of ModifyManagedPrefixListRequest

func (*MockEC2APIMockRecorder) ModifyManagedPrefixListWithContext

func (mr *MockEC2APIMockRecorder) ModifyManagedPrefixListWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyManagedPrefixListWithContext indicates an expected call of ModifyManagedPrefixListWithContext

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttribute indicates an expected call of ModifyNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeRequest indicates an expected call of ModifyNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyNetworkInterfaceAttributeWithContext indicates an expected call of ModifyNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyReservedInstances

func (mr *MockEC2APIMockRecorder) ModifyReservedInstances(arg0 interface{}) *gomock.Call

ModifyReservedInstances indicates an expected call of ModifyReservedInstances

func (*MockEC2APIMockRecorder) ModifyReservedInstancesRequest

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesRequest(arg0 interface{}) *gomock.Call

ModifyReservedInstancesRequest indicates an expected call of ModifyReservedInstancesRequest

func (*MockEC2APIMockRecorder) ModifyReservedInstancesWithContext

func (mr *MockEC2APIMockRecorder) ModifyReservedInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyReservedInstancesWithContext indicates an expected call of ModifyReservedInstancesWithContext

func (*MockEC2APIMockRecorder) ModifySnapshotAttribute

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttribute(arg0 interface{}) *gomock.Call

ModifySnapshotAttribute indicates an expected call of ModifySnapshotAttribute

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ModifySnapshotAttributeRequest indicates an expected call of ModifySnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifySnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySnapshotAttributeWithContext indicates an expected call of ModifySnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) ModifySpotFleetRequest

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequest indicates an expected call of ModifySpotFleetRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestRequest

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestRequest(arg0 interface{}) *gomock.Call

ModifySpotFleetRequestRequest indicates an expected call of ModifySpotFleetRequestRequest

func (*MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext

func (mr *MockEC2APIMockRecorder) ModifySpotFleetRequestWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySpotFleetRequestWithContext indicates an expected call of ModifySpotFleetRequestWithContext

func (*MockEC2APIMockRecorder) ModifySubnetAttribute

func (mr *MockEC2APIMockRecorder) ModifySubnetAttribute(arg0 interface{}) *gomock.Call

ModifySubnetAttribute indicates an expected call of ModifySubnetAttribute

func (*MockEC2APIMockRecorder) ModifySubnetAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeRequest(arg0 interface{}) *gomock.Call

ModifySubnetAttributeRequest indicates an expected call of ModifySubnetAttributeRequest

func (*MockEC2APIMockRecorder) ModifySubnetAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifySubnetAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifySubnetAttributeWithContext indicates an expected call of ModifySubnetAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServices

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServices(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServices indicates an expected call of ModifyTrafficMirrorFilterNetworkServices

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesRequest indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterNetworkServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterNetworkServicesWithContext indicates an expected call of ModifyTrafficMirrorFilterNetworkServicesWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRule

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRule(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRule indicates an expected call of ModifyTrafficMirrorFilterRule

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleRequest

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleRequest indicates an expected call of ModifyTrafficMirrorFilterRuleRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleWithContext

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorFilterRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorFilterRuleWithContext indicates an expected call of ModifyTrafficMirrorFilterRuleWithContext

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSession

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSession(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSession indicates an expected call of ModifyTrafficMirrorSession

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSessionRequest

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSessionRequest(arg0 interface{}) *gomock.Call

ModifyTrafficMirrorSessionRequest indicates an expected call of ModifyTrafficMirrorSessionRequest

func (*MockEC2APIMockRecorder) ModifyTrafficMirrorSessionWithContext

func (mr *MockEC2APIMockRecorder) ModifyTrafficMirrorSessionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTrafficMirrorSessionWithContext indicates an expected call of ModifyTrafficMirrorSessionWithContext

func (*MockEC2APIMockRecorder) ModifyTransitGateway

func (mr *MockEC2APIMockRecorder) ModifyTransitGateway(arg0 interface{}) *gomock.Call

ModifyTransitGateway indicates an expected call of ModifyTransitGateway

func (*MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReference

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReference(arg0 interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReference indicates an expected call of ModifyTransitGatewayPrefixListReference

func (*MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReferenceRequest

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReferenceRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReferenceRequest indicates an expected call of ModifyTransitGatewayPrefixListReferenceRequest

func (*MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReferenceWithContext

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayPrefixListReferenceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayPrefixListReferenceWithContext indicates an expected call of ModifyTransitGatewayPrefixListReferenceWithContext

func (*MockEC2APIMockRecorder) ModifyTransitGatewayRequest

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayRequest indicates an expected call of ModifyTransitGatewayRequest

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachment

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachment indicates an expected call of ModifyTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentRequest

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentRequest indicates an expected call of ModifyTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayVpcAttachmentWithContext indicates an expected call of ModifyTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) ModifyTransitGatewayWithContext

func (mr *MockEC2APIMockRecorder) ModifyTransitGatewayWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyTransitGatewayWithContext indicates an expected call of ModifyTransitGatewayWithContext

func (*MockEC2APIMockRecorder) ModifyVolume

func (mr *MockEC2APIMockRecorder) ModifyVolume(arg0 interface{}) *gomock.Call

ModifyVolume indicates an expected call of ModifyVolume

func (*MockEC2APIMockRecorder) ModifyVolumeAttribute

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttribute(arg0 interface{}) *gomock.Call

ModifyVolumeAttribute indicates an expected call of ModifyVolumeAttribute

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeAttributeRequest indicates an expected call of ModifyVolumeAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyVolumeAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeAttributeWithContext indicates an expected call of ModifyVolumeAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVolumeRequest

func (mr *MockEC2APIMockRecorder) ModifyVolumeRequest(arg0 interface{}) *gomock.Call

ModifyVolumeRequest indicates an expected call of ModifyVolumeRequest

func (*MockEC2APIMockRecorder) ModifyVolumeWithContext

func (mr *MockEC2APIMockRecorder) ModifyVolumeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVolumeWithContext indicates an expected call of ModifyVolumeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcAttribute

func (mr *MockEC2APIMockRecorder) ModifyVpcAttribute(arg0 interface{}) *gomock.Call

ModifyVpcAttribute indicates an expected call of ModifyVpcAttribute

func (*MockEC2APIMockRecorder) ModifyVpcAttributeRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeRequest(arg0 interface{}) *gomock.Call

ModifyVpcAttributeRequest indicates an expected call of ModifyVpcAttributeRequest

func (*MockEC2APIMockRecorder) ModifyVpcAttributeWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcAttributeWithContext indicates an expected call of ModifyVpcAttributeWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpoint

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpoint(arg0 interface{}) *gomock.Call

ModifyVpcEndpoint indicates an expected call of ModifyVpcEndpoint

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotification(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotification indicates an expected call of ModifyVpcEndpointConnectionNotification

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationRequest indicates an expected call of ModifyVpcEndpointConnectionNotificationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointConnectionNotificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointConnectionNotificationWithContext indicates an expected call of ModifyVpcEndpointConnectionNotificationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointRequest indicates an expected call of ModifyVpcEndpointRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfiguration(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfiguration indicates an expected call of ModifyVpcEndpointServiceConfiguration

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationRequest indicates an expected call of ModifyVpcEndpointServiceConfigurationRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServiceConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServiceConfigurationWithContext indicates an expected call of ModifyVpcEndpointServiceConfigurationWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissions(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissions indicates an expected call of ModifyVpcEndpointServicePermissions

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsRequest indicates an expected call of ModifyVpcEndpointServicePermissionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointServicePermissionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointServicePermissionsWithContext indicates an expected call of ModifyVpcEndpointServicePermissionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcEndpointWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcEndpointWithContext indicates an expected call of ModifyVpcEndpointWithContext

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptions indicates an expected call of ModifyVpcPeeringConnectionOptions

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsRequest indicates an expected call of ModifyVpcPeeringConnectionOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcPeeringConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcPeeringConnectionOptionsWithContext indicates an expected call of ModifyVpcPeeringConnectionOptionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpcTenancy

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancy(arg0 interface{}) *gomock.Call

ModifyVpcTenancy indicates an expected call of ModifyVpcTenancy

func (*MockEC2APIMockRecorder) ModifyVpcTenancyRequest

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyRequest(arg0 interface{}) *gomock.Call

ModifyVpcTenancyRequest indicates an expected call of ModifyVpcTenancyRequest

func (*MockEC2APIMockRecorder) ModifyVpcTenancyWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpcTenancyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpcTenancyWithContext indicates an expected call of ModifyVpcTenancyWithContext

func (*MockEC2APIMockRecorder) ModifyVpnConnection

func (mr *MockEC2APIMockRecorder) ModifyVpnConnection(arg0 interface{}) *gomock.Call

ModifyVpnConnection indicates an expected call of ModifyVpnConnection

func (*MockEC2APIMockRecorder) ModifyVpnConnectionOptions

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionOptions(arg0 interface{}) *gomock.Call

ModifyVpnConnectionOptions indicates an expected call of ModifyVpnConnectionOptions

func (*MockEC2APIMockRecorder) ModifyVpnConnectionOptionsRequest

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpnConnectionOptionsRequest indicates an expected call of ModifyVpnConnectionOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpnConnectionOptionsWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnConnectionOptionsWithContext indicates an expected call of ModifyVpnConnectionOptionsWithContext

func (*MockEC2APIMockRecorder) ModifyVpnConnectionRequest

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionRequest(arg0 interface{}) *gomock.Call

ModifyVpnConnectionRequest indicates an expected call of ModifyVpnConnectionRequest

func (*MockEC2APIMockRecorder) ModifyVpnConnectionWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpnConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnConnectionWithContext indicates an expected call of ModifyVpnConnectionWithContext

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificate

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificate(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificate indicates an expected call of ModifyVpnTunnelCertificate

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificateRequest

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificateRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelCertificateRequest indicates an expected call of ModifyVpnTunnelCertificateRequest

func (*MockEC2APIMockRecorder) ModifyVpnTunnelCertificateWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelCertificateWithContext indicates an expected call of ModifyVpnTunnelCertificateWithContext

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptions

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptions(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptions indicates an expected call of ModifyVpnTunnelOptions

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptionsRequest

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptionsRequest(arg0 interface{}) *gomock.Call

ModifyVpnTunnelOptionsRequest indicates an expected call of ModifyVpnTunnelOptionsRequest

func (*MockEC2APIMockRecorder) ModifyVpnTunnelOptionsWithContext

func (mr *MockEC2APIMockRecorder) ModifyVpnTunnelOptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyVpnTunnelOptionsWithContext indicates an expected call of ModifyVpnTunnelOptionsWithContext

func (*MockEC2APIMockRecorder) MonitorInstances

func (mr *MockEC2APIMockRecorder) MonitorInstances(arg0 interface{}) *gomock.Call

MonitorInstances indicates an expected call of MonitorInstances

func (*MockEC2APIMockRecorder) MonitorInstancesRequest

func (mr *MockEC2APIMockRecorder) MonitorInstancesRequest(arg0 interface{}) *gomock.Call

MonitorInstancesRequest indicates an expected call of MonitorInstancesRequest

func (*MockEC2APIMockRecorder) MonitorInstancesWithContext

func (mr *MockEC2APIMockRecorder) MonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MonitorInstancesWithContext indicates an expected call of MonitorInstancesWithContext

func (*MockEC2APIMockRecorder) MoveAddressToVpc

func (mr *MockEC2APIMockRecorder) MoveAddressToVpc(arg0 interface{}) *gomock.Call

MoveAddressToVpc indicates an expected call of MoveAddressToVpc

func (*MockEC2APIMockRecorder) MoveAddressToVpcRequest

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcRequest(arg0 interface{}) *gomock.Call

MoveAddressToVpcRequest indicates an expected call of MoveAddressToVpcRequest

func (*MockEC2APIMockRecorder) MoveAddressToVpcWithContext

func (mr *MockEC2APIMockRecorder) MoveAddressToVpcWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

MoveAddressToVpcWithContext indicates an expected call of MoveAddressToVpcWithContext

func (*MockEC2APIMockRecorder) ProvisionByoipCidr

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidr(arg0 interface{}) *gomock.Call

ProvisionByoipCidr indicates an expected call of ProvisionByoipCidr

func (*MockEC2APIMockRecorder) ProvisionByoipCidrRequest

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidrRequest(arg0 interface{}) *gomock.Call

ProvisionByoipCidrRequest indicates an expected call of ProvisionByoipCidrRequest

func (*MockEC2APIMockRecorder) ProvisionByoipCidrWithContext

func (mr *MockEC2APIMockRecorder) ProvisionByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ProvisionByoipCidrWithContext indicates an expected call of ProvisionByoipCidrWithContext

func (*MockEC2APIMockRecorder) PurchaseHostReservation

func (mr *MockEC2APIMockRecorder) PurchaseHostReservation(arg0 interface{}) *gomock.Call

PurchaseHostReservation indicates an expected call of PurchaseHostReservation

func (*MockEC2APIMockRecorder) PurchaseHostReservationRequest

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationRequest(arg0 interface{}) *gomock.Call

PurchaseHostReservationRequest indicates an expected call of PurchaseHostReservationRequest

func (*MockEC2APIMockRecorder) PurchaseHostReservationWithContext

func (mr *MockEC2APIMockRecorder) PurchaseHostReservationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseHostReservationWithContext indicates an expected call of PurchaseHostReservationWithContext

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOffering

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOffering(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOffering indicates an expected call of PurchaseReservedInstancesOffering

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingRequest(arg0 interface{}) *gomock.Call

PurchaseReservedInstancesOfferingRequest indicates an expected call of PurchaseReservedInstancesOfferingRequest

func (*MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext

func (mr *MockEC2APIMockRecorder) PurchaseReservedInstancesOfferingWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseReservedInstancesOfferingWithContext indicates an expected call of PurchaseReservedInstancesOfferingWithContext

func (*MockEC2APIMockRecorder) PurchaseScheduledInstances

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstances(arg0 interface{}) *gomock.Call

PurchaseScheduledInstances indicates an expected call of PurchaseScheduledInstances

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesRequest(arg0 interface{}) *gomock.Call

PurchaseScheduledInstancesRequest indicates an expected call of PurchaseScheduledInstancesRequest

func (*MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext

func (mr *MockEC2APIMockRecorder) PurchaseScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PurchaseScheduledInstancesWithContext indicates an expected call of PurchaseScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) RebootInstances

func (mr *MockEC2APIMockRecorder) RebootInstances(arg0 interface{}) *gomock.Call

RebootInstances indicates an expected call of RebootInstances

func (*MockEC2APIMockRecorder) RebootInstancesRequest

func (mr *MockEC2APIMockRecorder) RebootInstancesRequest(arg0 interface{}) *gomock.Call

RebootInstancesRequest indicates an expected call of RebootInstancesRequest

func (*MockEC2APIMockRecorder) RebootInstancesWithContext

func (mr *MockEC2APIMockRecorder) RebootInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RebootInstancesWithContext indicates an expected call of RebootInstancesWithContext

func (*MockEC2APIMockRecorder) RegisterImage

func (mr *MockEC2APIMockRecorder) RegisterImage(arg0 interface{}) *gomock.Call

RegisterImage indicates an expected call of RegisterImage

func (*MockEC2APIMockRecorder) RegisterImageRequest

func (mr *MockEC2APIMockRecorder) RegisterImageRequest(arg0 interface{}) *gomock.Call

RegisterImageRequest indicates an expected call of RegisterImageRequest

func (*MockEC2APIMockRecorder) RegisterImageWithContext

func (mr *MockEC2APIMockRecorder) RegisterImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterImageWithContext indicates an expected call of RegisterImageWithContext

func (*MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributes

func (mr *MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributes(arg0 interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributes indicates an expected call of RegisterInstanceEventNotificationAttributes

func (*MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributesRequest

func (mr *MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributesRequest(arg0 interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributesRequest indicates an expected call of RegisterInstanceEventNotificationAttributesRequest

func (*MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributesWithContext

func (mr *MockEC2APIMockRecorder) RegisterInstanceEventNotificationAttributesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterInstanceEventNotificationAttributesWithContext indicates an expected call of RegisterInstanceEventNotificationAttributesWithContext

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembers

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembers(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembers indicates an expected call of RegisterTransitGatewayMulticastGroupMembers

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembersRequest

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembersRequest(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembersRequest indicates an expected call of RegisterTransitGatewayMulticastGroupMembersRequest

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembersWithContext

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupMembersWithContext indicates an expected call of RegisterTransitGatewayMulticastGroupMembersWithContext

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSources

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSources(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSources indicates an expected call of RegisterTransitGatewayMulticastGroupSources

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSourcesRequest

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSourcesRequest(arg0 interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSourcesRequest indicates an expected call of RegisterTransitGatewayMulticastGroupSourcesRequest

func (*MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSourcesWithContext

func (mr *MockEC2APIMockRecorder) RegisterTransitGatewayMulticastGroupSourcesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterTransitGatewayMulticastGroupSourcesWithContext indicates an expected call of RegisterTransitGatewayMulticastGroupSourcesWithContext

func (*MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachment

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachment(arg0 interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachment indicates an expected call of RejectTransitGatewayPeeringAttachment

func (*MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachmentRequest

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachmentRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachmentRequest indicates an expected call of RejectTransitGatewayPeeringAttachmentRequest

func (*MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachmentWithContext

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayPeeringAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayPeeringAttachmentWithContext indicates an expected call of RejectTransitGatewayPeeringAttachmentWithContext

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachment

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachment(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachment indicates an expected call of RejectTransitGatewayVpcAttachment

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentRequest

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentRequest(arg0 interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentRequest indicates an expected call of RejectTransitGatewayVpcAttachmentRequest

func (*MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentWithContext

func (mr *MockEC2APIMockRecorder) RejectTransitGatewayVpcAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectTransitGatewayVpcAttachmentWithContext indicates an expected call of RejectTransitGatewayVpcAttachmentWithContext

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnections

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnections(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnections indicates an expected call of RejectVpcEndpointConnections

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsRequest(arg0 interface{}) *gomock.Call

RejectVpcEndpointConnectionsRequest indicates an expected call of RejectVpcEndpointConnectionsRequest

func (*MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext

func (mr *MockEC2APIMockRecorder) RejectVpcEndpointConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcEndpointConnectionsWithContext indicates an expected call of RejectVpcEndpointConnectionsWithContext

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnection

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnection(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnection indicates an expected call of RejectVpcPeeringConnection

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionRequest(arg0 interface{}) *gomock.Call

RejectVpcPeeringConnectionRequest indicates an expected call of RejectVpcPeeringConnectionRequest

func (*MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext

func (mr *MockEC2APIMockRecorder) RejectVpcPeeringConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectVpcPeeringConnectionWithContext indicates an expected call of RejectVpcPeeringConnectionWithContext

func (*MockEC2APIMockRecorder) ReleaseAddress

func (mr *MockEC2APIMockRecorder) ReleaseAddress(arg0 interface{}) *gomock.Call

ReleaseAddress indicates an expected call of ReleaseAddress

func (*MockEC2APIMockRecorder) ReleaseAddressRequest

func (mr *MockEC2APIMockRecorder) ReleaseAddressRequest(arg0 interface{}) *gomock.Call

ReleaseAddressRequest indicates an expected call of ReleaseAddressRequest

func (*MockEC2APIMockRecorder) ReleaseAddressWithContext

func (mr *MockEC2APIMockRecorder) ReleaseAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseAddressWithContext indicates an expected call of ReleaseAddressWithContext

func (*MockEC2APIMockRecorder) ReleaseHosts

func (mr *MockEC2APIMockRecorder) ReleaseHosts(arg0 interface{}) *gomock.Call

ReleaseHosts indicates an expected call of ReleaseHosts

func (*MockEC2APIMockRecorder) ReleaseHostsRequest

func (mr *MockEC2APIMockRecorder) ReleaseHostsRequest(arg0 interface{}) *gomock.Call

ReleaseHostsRequest indicates an expected call of ReleaseHostsRequest

func (*MockEC2APIMockRecorder) ReleaseHostsWithContext

func (mr *MockEC2APIMockRecorder) ReleaseHostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReleaseHostsWithContext indicates an expected call of ReleaseHostsWithContext

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociation(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociation indicates an expected call of ReplaceIamInstanceProfileAssociation

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationRequest indicates an expected call of ReplaceIamInstanceProfileAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext

func (mr *MockEC2APIMockRecorder) ReplaceIamInstanceProfileAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceIamInstanceProfileAssociationWithContext indicates an expected call of ReplaceIamInstanceProfileAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociation

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociation(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociation indicates an expected call of ReplaceNetworkAclAssociation

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclAssociationRequest indicates an expected call of ReplaceNetworkAclAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclAssociationWithContext indicates an expected call of ReplaceNetworkAclAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntry

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntry(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntry indicates an expected call of ReplaceNetworkAclEntry

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryRequest(arg0 interface{}) *gomock.Call

ReplaceNetworkAclEntryRequest indicates an expected call of ReplaceNetworkAclEntryRequest

func (*MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext

func (mr *MockEC2APIMockRecorder) ReplaceNetworkAclEntryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceNetworkAclEntryWithContext indicates an expected call of ReplaceNetworkAclEntryWithContext

func (*MockEC2APIMockRecorder) ReplaceRoute

func (mr *MockEC2APIMockRecorder) ReplaceRoute(arg0 interface{}) *gomock.Call

ReplaceRoute indicates an expected call of ReplaceRoute

func (*MockEC2APIMockRecorder) ReplaceRouteRequest

func (mr *MockEC2APIMockRecorder) ReplaceRouteRequest(arg0 interface{}) *gomock.Call

ReplaceRouteRequest indicates an expected call of ReplaceRouteRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociation

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociation(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociation indicates an expected call of ReplaceRouteTableAssociation

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationRequest(arg0 interface{}) *gomock.Call

ReplaceRouteTableAssociationRequest indicates an expected call of ReplaceRouteTableAssociationRequest

func (*MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext

func (mr *MockEC2APIMockRecorder) ReplaceRouteTableAssociationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteTableAssociationWithContext indicates an expected call of ReplaceRouteTableAssociationWithContext

func (*MockEC2APIMockRecorder) ReplaceRouteWithContext

func (mr *MockEC2APIMockRecorder) ReplaceRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceRouteWithContext indicates an expected call of ReplaceRouteWithContext

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRoute

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRoute(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRoute indicates an expected call of ReplaceTransitGatewayRoute

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRouteRequest

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRouteRequest(arg0 interface{}) *gomock.Call

ReplaceTransitGatewayRouteRequest indicates an expected call of ReplaceTransitGatewayRouteRequest

func (*MockEC2APIMockRecorder) ReplaceTransitGatewayRouteWithContext

func (mr *MockEC2APIMockRecorder) ReplaceTransitGatewayRouteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReplaceTransitGatewayRouteWithContext indicates an expected call of ReplaceTransitGatewayRouteWithContext

func (*MockEC2APIMockRecorder) ReportInstanceStatus

func (mr *MockEC2APIMockRecorder) ReportInstanceStatus(arg0 interface{}) *gomock.Call

ReportInstanceStatus indicates an expected call of ReportInstanceStatus

func (*MockEC2APIMockRecorder) ReportInstanceStatusRequest

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusRequest(arg0 interface{}) *gomock.Call

ReportInstanceStatusRequest indicates an expected call of ReportInstanceStatusRequest

func (*MockEC2APIMockRecorder) ReportInstanceStatusWithContext

func (mr *MockEC2APIMockRecorder) ReportInstanceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ReportInstanceStatusWithContext indicates an expected call of ReportInstanceStatusWithContext

func (*MockEC2APIMockRecorder) RequestSpotFleet

func (mr *MockEC2APIMockRecorder) RequestSpotFleet(arg0 interface{}) *gomock.Call

RequestSpotFleet indicates an expected call of RequestSpotFleet

func (*MockEC2APIMockRecorder) RequestSpotFleetRequest

func (mr *MockEC2APIMockRecorder) RequestSpotFleetRequest(arg0 interface{}) *gomock.Call

RequestSpotFleetRequest indicates an expected call of RequestSpotFleetRequest

func (*MockEC2APIMockRecorder) RequestSpotFleetWithContext

func (mr *MockEC2APIMockRecorder) RequestSpotFleetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotFleetWithContext indicates an expected call of RequestSpotFleetWithContext

func (*MockEC2APIMockRecorder) RequestSpotInstances

func (mr *MockEC2APIMockRecorder) RequestSpotInstances(arg0 interface{}) *gomock.Call

RequestSpotInstances indicates an expected call of RequestSpotInstances

func (*MockEC2APIMockRecorder) RequestSpotInstancesRequest

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesRequest(arg0 interface{}) *gomock.Call

RequestSpotInstancesRequest indicates an expected call of RequestSpotInstancesRequest

func (*MockEC2APIMockRecorder) RequestSpotInstancesWithContext

func (mr *MockEC2APIMockRecorder) RequestSpotInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RequestSpotInstancesWithContext indicates an expected call of RequestSpotInstancesWithContext

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyId

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyId(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyId indicates an expected call of ResetEbsDefaultKmsKeyId

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdRequest

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdRequest(arg0 interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdRequest indicates an expected call of ResetEbsDefaultKmsKeyIdRequest

func (*MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdWithContext

func (mr *MockEC2APIMockRecorder) ResetEbsDefaultKmsKeyIdWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetEbsDefaultKmsKeyIdWithContext indicates an expected call of ResetEbsDefaultKmsKeyIdWithContext

func (*MockEC2APIMockRecorder) ResetFpgaImageAttribute

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttribute(arg0 interface{}) *gomock.Call

ResetFpgaImageAttribute indicates an expected call of ResetFpgaImageAttribute

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetFpgaImageAttributeRequest indicates an expected call of ResetFpgaImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) ResetFpgaImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetFpgaImageAttributeWithContext indicates an expected call of ResetFpgaImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetImageAttribute

func (mr *MockEC2APIMockRecorder) ResetImageAttribute(arg0 interface{}) *gomock.Call

ResetImageAttribute indicates an expected call of ResetImageAttribute

func (*MockEC2APIMockRecorder) ResetImageAttributeRequest

func (mr *MockEC2APIMockRecorder) ResetImageAttributeRequest(arg0 interface{}) *gomock.Call

ResetImageAttributeRequest indicates an expected call of ResetImageAttributeRequest

func (*MockEC2APIMockRecorder) ResetImageAttributeWithContext

func (mr *MockEC2APIMockRecorder) ResetImageAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetImageAttributeWithContext indicates an expected call of ResetImageAttributeWithContext

func (*MockEC2APIMockRecorder) ResetInstanceAttribute

func (mr *MockEC2APIMockRecorder) ResetInstanceAttribute(arg0 interface{}) *gomock.Call

ResetInstanceAttribute indicates an expected call of ResetInstanceAttribute

func (*MockEC2APIMockRecorder) ResetInstanceAttributeRequest

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeRequest(arg0 interface{}) *gomock.Call

ResetInstanceAttributeRequest indicates an expected call of ResetInstanceAttributeRequest

func (*MockEC2APIMockRecorder) ResetInstanceAttributeWithContext

func (mr *MockEC2APIMockRecorder) ResetInstanceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetInstanceAttributeWithContext indicates an expected call of ResetInstanceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttribute(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttribute indicates an expected call of ResetNetworkInterfaceAttribute

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeRequest(arg0 interface{}) *gomock.Call

ResetNetworkInterfaceAttributeRequest indicates an expected call of ResetNetworkInterfaceAttributeRequest

func (*MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext

func (mr *MockEC2APIMockRecorder) ResetNetworkInterfaceAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetNetworkInterfaceAttributeWithContext indicates an expected call of ResetNetworkInterfaceAttributeWithContext

func (*MockEC2APIMockRecorder) ResetSnapshotAttribute

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttribute(arg0 interface{}) *gomock.Call

ResetSnapshotAttribute indicates an expected call of ResetSnapshotAttribute

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeRequest

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeRequest(arg0 interface{}) *gomock.Call

ResetSnapshotAttributeRequest indicates an expected call of ResetSnapshotAttributeRequest

func (*MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext

func (mr *MockEC2APIMockRecorder) ResetSnapshotAttributeWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetSnapshotAttributeWithContext indicates an expected call of ResetSnapshotAttributeWithContext

func (*MockEC2APIMockRecorder) RestoreAddressToClassic

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassic(arg0 interface{}) *gomock.Call

RestoreAddressToClassic indicates an expected call of RestoreAddressToClassic

func (*MockEC2APIMockRecorder) RestoreAddressToClassicRequest

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicRequest(arg0 interface{}) *gomock.Call

RestoreAddressToClassicRequest indicates an expected call of RestoreAddressToClassicRequest

func (*MockEC2APIMockRecorder) RestoreAddressToClassicWithContext

func (mr *MockEC2APIMockRecorder) RestoreAddressToClassicWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreAddressToClassicWithContext indicates an expected call of RestoreAddressToClassicWithContext

func (*MockEC2APIMockRecorder) RestoreManagedPrefixListVersion

func (mr *MockEC2APIMockRecorder) RestoreManagedPrefixListVersion(arg0 interface{}) *gomock.Call

RestoreManagedPrefixListVersion indicates an expected call of RestoreManagedPrefixListVersion

func (*MockEC2APIMockRecorder) RestoreManagedPrefixListVersionRequest

func (mr *MockEC2APIMockRecorder) RestoreManagedPrefixListVersionRequest(arg0 interface{}) *gomock.Call

RestoreManagedPrefixListVersionRequest indicates an expected call of RestoreManagedPrefixListVersionRequest

func (*MockEC2APIMockRecorder) RestoreManagedPrefixListVersionWithContext

func (mr *MockEC2APIMockRecorder) RestoreManagedPrefixListVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RestoreManagedPrefixListVersionWithContext indicates an expected call of RestoreManagedPrefixListVersionWithContext

func (*MockEC2APIMockRecorder) RevokeClientVpnIngress

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngress(arg0 interface{}) *gomock.Call

RevokeClientVpnIngress indicates an expected call of RevokeClientVpnIngress

func (*MockEC2APIMockRecorder) RevokeClientVpnIngressRequest

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngressRequest(arg0 interface{}) *gomock.Call

RevokeClientVpnIngressRequest indicates an expected call of RevokeClientVpnIngressRequest

func (*MockEC2APIMockRecorder) RevokeClientVpnIngressWithContext

func (mr *MockEC2APIMockRecorder) RevokeClientVpnIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeClientVpnIngressWithContext indicates an expected call of RevokeClientVpnIngressWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgress

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgress indicates an expected call of RevokeSecurityGroupEgress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupEgressRequest indicates an expected call of RevokeSecurityGroupEgressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupEgressWithContext indicates an expected call of RevokeSecurityGroupEgressWithContext

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngress

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngress(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngress indicates an expected call of RevokeSecurityGroupIngress

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressRequest(arg0 interface{}) *gomock.Call

RevokeSecurityGroupIngressRequest indicates an expected call of RevokeSecurityGroupIngressRequest

func (*MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext

func (mr *MockEC2APIMockRecorder) RevokeSecurityGroupIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RevokeSecurityGroupIngressWithContext indicates an expected call of RevokeSecurityGroupIngressWithContext

func (*MockEC2APIMockRecorder) RunInstances

func (mr *MockEC2APIMockRecorder) RunInstances(arg0 interface{}) *gomock.Call

RunInstances indicates an expected call of RunInstances

func (*MockEC2APIMockRecorder) RunInstancesRequest

func (mr *MockEC2APIMockRecorder) RunInstancesRequest(arg0 interface{}) *gomock.Call

RunInstancesRequest indicates an expected call of RunInstancesRequest

func (*MockEC2APIMockRecorder) RunInstancesWithContext

func (mr *MockEC2APIMockRecorder) RunInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunInstancesWithContext indicates an expected call of RunInstancesWithContext

func (*MockEC2APIMockRecorder) RunScheduledInstances

func (mr *MockEC2APIMockRecorder) RunScheduledInstances(arg0 interface{}) *gomock.Call

RunScheduledInstances indicates an expected call of RunScheduledInstances

func (*MockEC2APIMockRecorder) RunScheduledInstancesRequest

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesRequest(arg0 interface{}) *gomock.Call

RunScheduledInstancesRequest indicates an expected call of RunScheduledInstancesRequest

func (*MockEC2APIMockRecorder) RunScheduledInstancesWithContext

func (mr *MockEC2APIMockRecorder) RunScheduledInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RunScheduledInstancesWithContext indicates an expected call of RunScheduledInstancesWithContext

func (*MockEC2APIMockRecorder) SearchLocalGatewayRoutes

func (mr *MockEC2APIMockRecorder) SearchLocalGatewayRoutes(arg0 interface{}) *gomock.Call

SearchLocalGatewayRoutes indicates an expected call of SearchLocalGatewayRoutes

func (*MockEC2APIMockRecorder) SearchLocalGatewayRoutesPages

func (mr *MockEC2APIMockRecorder) SearchLocalGatewayRoutesPages(arg0, arg1 interface{}) *gomock.Call

SearchLocalGatewayRoutesPages indicates an expected call of SearchLocalGatewayRoutesPages

func (*MockEC2APIMockRecorder) SearchLocalGatewayRoutesPagesWithContext

func (mr *MockEC2APIMockRecorder) SearchLocalGatewayRoutesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SearchLocalGatewayRoutesPagesWithContext indicates an expected call of SearchLocalGatewayRoutesPagesWithContext

func (*MockEC2APIMockRecorder) SearchLocalGatewayRoutesRequest

func (mr *MockEC2APIMockRecorder) SearchLocalGatewayRoutesRequest(arg0 interface{}) *gomock.Call

SearchLocalGatewayRoutesRequest indicates an expected call of SearchLocalGatewayRoutesRequest

func (*MockEC2APIMockRecorder) SearchLocalGatewayRoutesWithContext

func (mr *MockEC2APIMockRecorder) SearchLocalGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchLocalGatewayRoutesWithContext indicates an expected call of SearchLocalGatewayRoutesWithContext

func (*MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroups

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroups(arg0 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroups indicates an expected call of SearchTransitGatewayMulticastGroups

func (*MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsPages

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsPages(arg0, arg1 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsPages indicates an expected call of SearchTransitGatewayMulticastGroupsPages

func (*MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsPagesWithContext

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsPagesWithContext indicates an expected call of SearchTransitGatewayMulticastGroupsPagesWithContext

func (*MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsRequest

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsRequest(arg0 interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsRequest indicates an expected call of SearchTransitGatewayMulticastGroupsRequest

func (*MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsWithContext

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayMulticastGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchTransitGatewayMulticastGroupsWithContext indicates an expected call of SearchTransitGatewayMulticastGroupsWithContext

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutes

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutes(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutes indicates an expected call of SearchTransitGatewayRoutes

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutesRequest

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutesRequest(arg0 interface{}) *gomock.Call

SearchTransitGatewayRoutesRequest indicates an expected call of SearchTransitGatewayRoutesRequest

func (*MockEC2APIMockRecorder) SearchTransitGatewayRoutesWithContext

func (mr *MockEC2APIMockRecorder) SearchTransitGatewayRoutesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SearchTransitGatewayRoutesWithContext indicates an expected call of SearchTransitGatewayRoutesWithContext

func (*MockEC2APIMockRecorder) SendDiagnosticInterrupt

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterrupt(arg0 interface{}) *gomock.Call

SendDiagnosticInterrupt indicates an expected call of SendDiagnosticInterrupt

func (*MockEC2APIMockRecorder) SendDiagnosticInterruptRequest

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterruptRequest(arg0 interface{}) *gomock.Call

SendDiagnosticInterruptRequest indicates an expected call of SendDiagnosticInterruptRequest

func (*MockEC2APIMockRecorder) SendDiagnosticInterruptWithContext

func (mr *MockEC2APIMockRecorder) SendDiagnosticInterruptWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SendDiagnosticInterruptWithContext indicates an expected call of SendDiagnosticInterruptWithContext

func (*MockEC2APIMockRecorder) StartInstances

func (mr *MockEC2APIMockRecorder) StartInstances(arg0 interface{}) *gomock.Call

StartInstances indicates an expected call of StartInstances

func (*MockEC2APIMockRecorder) StartInstancesRequest

func (mr *MockEC2APIMockRecorder) StartInstancesRequest(arg0 interface{}) *gomock.Call

StartInstancesRequest indicates an expected call of StartInstancesRequest

func (*MockEC2APIMockRecorder) StartInstancesWithContext

func (mr *MockEC2APIMockRecorder) StartInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartInstancesWithContext indicates an expected call of StartInstancesWithContext

func (*MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerification

func (mr *MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerification(arg0 interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerification indicates an expected call of StartVpcEndpointServicePrivateDnsVerification

func (*MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerificationRequest

func (mr *MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerificationRequest(arg0 interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerificationRequest indicates an expected call of StartVpcEndpointServicePrivateDnsVerificationRequest

func (*MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerificationWithContext

func (mr *MockEC2APIMockRecorder) StartVpcEndpointServicePrivateDnsVerificationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartVpcEndpointServicePrivateDnsVerificationWithContext indicates an expected call of StartVpcEndpointServicePrivateDnsVerificationWithContext

func (*MockEC2APIMockRecorder) StopInstances

func (mr *MockEC2APIMockRecorder) StopInstances(arg0 interface{}) *gomock.Call

StopInstances indicates an expected call of StopInstances

func (*MockEC2APIMockRecorder) StopInstancesRequest

func (mr *MockEC2APIMockRecorder) StopInstancesRequest(arg0 interface{}) *gomock.Call

StopInstancesRequest indicates an expected call of StopInstancesRequest

func (*MockEC2APIMockRecorder) StopInstancesWithContext

func (mr *MockEC2APIMockRecorder) StopInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopInstancesWithContext indicates an expected call of StopInstancesWithContext

func (*MockEC2APIMockRecorder) TerminateClientVpnConnections

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnections(arg0 interface{}) *gomock.Call

TerminateClientVpnConnections indicates an expected call of TerminateClientVpnConnections

func (*MockEC2APIMockRecorder) TerminateClientVpnConnectionsRequest

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnectionsRequest(arg0 interface{}) *gomock.Call

TerminateClientVpnConnectionsRequest indicates an expected call of TerminateClientVpnConnectionsRequest

func (*MockEC2APIMockRecorder) TerminateClientVpnConnectionsWithContext

func (mr *MockEC2APIMockRecorder) TerminateClientVpnConnectionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateClientVpnConnectionsWithContext indicates an expected call of TerminateClientVpnConnectionsWithContext

func (*MockEC2APIMockRecorder) TerminateInstances

func (mr *MockEC2APIMockRecorder) TerminateInstances(arg0 interface{}) *gomock.Call

TerminateInstances indicates an expected call of TerminateInstances

func (*MockEC2APIMockRecorder) TerminateInstancesRequest

func (mr *MockEC2APIMockRecorder) TerminateInstancesRequest(arg0 interface{}) *gomock.Call

TerminateInstancesRequest indicates an expected call of TerminateInstancesRequest

func (*MockEC2APIMockRecorder) TerminateInstancesWithContext

func (mr *MockEC2APIMockRecorder) TerminateInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TerminateInstancesWithContext indicates an expected call of TerminateInstancesWithContext

func (*MockEC2APIMockRecorder) UnassignIpv6Addresses

func (mr *MockEC2APIMockRecorder) UnassignIpv6Addresses(arg0 interface{}) *gomock.Call

UnassignIpv6Addresses indicates an expected call of UnassignIpv6Addresses

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesRequest

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesRequest(arg0 interface{}) *gomock.Call

UnassignIpv6AddressesRequest indicates an expected call of UnassignIpv6AddressesRequest

func (*MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext

func (mr *MockEC2APIMockRecorder) UnassignIpv6AddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignIpv6AddressesWithContext indicates an expected call of UnassignIpv6AddressesWithContext

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddresses

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddresses(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddresses indicates an expected call of UnassignPrivateIpAddresses

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesRequest(arg0 interface{}) *gomock.Call

UnassignPrivateIpAddressesRequest indicates an expected call of UnassignPrivateIpAddressesRequest

func (*MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext

func (mr *MockEC2APIMockRecorder) UnassignPrivateIpAddressesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnassignPrivateIpAddressesWithContext indicates an expected call of UnassignPrivateIpAddressesWithContext

func (*MockEC2APIMockRecorder) UnmonitorInstances

func (mr *MockEC2APIMockRecorder) UnmonitorInstances(arg0 interface{}) *gomock.Call

UnmonitorInstances indicates an expected call of UnmonitorInstances

func (*MockEC2APIMockRecorder) UnmonitorInstancesRequest

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesRequest(arg0 interface{}) *gomock.Call

UnmonitorInstancesRequest indicates an expected call of UnmonitorInstancesRequest

func (*MockEC2APIMockRecorder) UnmonitorInstancesWithContext

func (mr *MockEC2APIMockRecorder) UnmonitorInstancesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnmonitorInstancesWithContext indicates an expected call of UnmonitorInstancesWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgress indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsEgressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsEgressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsEgressWithContext

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngress(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngress indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngress

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressRequest(arg0 interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressRequest indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressRequest

func (*MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (mr *MockEC2APIMockRecorder) UpdateSecurityGroupRuleDescriptionsIngressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSecurityGroupRuleDescriptionsIngressWithContext indicates an expected call of UpdateSecurityGroupRuleDescriptionsIngressWithContext

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskComplete

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskComplete(arg0 interface{}) *gomock.Call

WaitUntilBundleTaskComplete indicates an expected call of WaitUntilBundleTaskComplete

func (*MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilBundleTaskCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilBundleTaskCompleteWithContext indicates an expected call of WaitUntilBundleTaskCompleteWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCancelled indicates an expected call of WaitUntilConversionTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCancelledWithContext indicates an expected call of WaitUntilConversionTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskCompleted indicates an expected call of WaitUntilConversionTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskCompletedWithContext indicates an expected call of WaitUntilConversionTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeleted(arg0 interface{}) *gomock.Call

WaitUntilConversionTaskDeleted indicates an expected call of WaitUntilConversionTaskDeleted

func (*MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilConversionTaskDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilConversionTaskDeletedWithContext indicates an expected call of WaitUntilConversionTaskDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailable indicates an expected call of WaitUntilCustomerGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilCustomerGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilCustomerGatewayAvailableWithContext indicates an expected call of WaitUntilCustomerGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelled

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelled(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCancelled indicates an expected call of WaitUntilExportTaskCancelled

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCancelledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCancelledWithContext indicates an expected call of WaitUntilExportTaskCancelledWithContext

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompleted

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompleted(arg0 interface{}) *gomock.Call

WaitUntilExportTaskCompleted indicates an expected call of WaitUntilExportTaskCompleted

func (*MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilExportTaskCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilExportTaskCompletedWithContext indicates an expected call of WaitUntilExportTaskCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailable(arg0 interface{}) *gomock.Call

WaitUntilImageAvailable indicates an expected call of WaitUntilImageAvailable

func (*MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilImageAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageAvailableWithContext indicates an expected call of WaitUntilImageAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilImageExists

func (mr *MockEC2APIMockRecorder) WaitUntilImageExists(arg0 interface{}) *gomock.Call

WaitUntilImageExists indicates an expected call of WaitUntilImageExists

func (*MockEC2APIMockRecorder) WaitUntilImageExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilImageExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageExistsWithContext indicates an expected call of WaitUntilImageExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceExists

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceExists indicates an expected call of WaitUntilInstanceExists

func (*MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceExistsWithContext indicates an expected call of WaitUntilInstanceExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunning

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunning(arg0 interface{}) *gomock.Call

WaitUntilInstanceRunning indicates an expected call of WaitUntilInstanceRunning

func (*MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceRunningWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceRunningWithContext indicates an expected call of WaitUntilInstanceRunningWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOk

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOk(arg0 interface{}) *gomock.Call

WaitUntilInstanceStatusOk indicates an expected call of WaitUntilInstanceStatusOk

func (*MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStatusOkWithContext indicates an expected call of WaitUntilInstanceStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceStopped

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStopped(arg0 interface{}) *gomock.Call

WaitUntilInstanceStopped indicates an expected call of WaitUntilInstanceStopped

func (*MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceStoppedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceStoppedWithContext indicates an expected call of WaitUntilInstanceStoppedWithContext

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminated

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminated(arg0 interface{}) *gomock.Call

WaitUntilInstanceTerminated indicates an expected call of WaitUntilInstanceTerminated

func (*MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilInstanceTerminatedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceTerminatedWithContext indicates an expected call of WaitUntilInstanceTerminatedWithContext

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExists

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExists(arg0 interface{}) *gomock.Call

WaitUntilKeyPairExists indicates an expected call of WaitUntilKeyPairExists

func (*MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilKeyPairExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilKeyPairExistsWithContext indicates an expected call of WaitUntilKeyPairExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailable(arg0 interface{}) *gomock.Call

WaitUntilNatGatewayAvailable indicates an expected call of WaitUntilNatGatewayAvailable

func (*MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilNatGatewayAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNatGatewayAvailableWithContext indicates an expected call of WaitUntilNatGatewayAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailable(arg0 interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailable indicates an expected call of WaitUntilNetworkInterfaceAvailable

func (*MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilNetworkInterfaceAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilNetworkInterfaceAvailableWithContext indicates an expected call of WaitUntilNetworkInterfaceAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailable(arg0 interface{}) *gomock.Call

WaitUntilPasswordDataAvailable indicates an expected call of WaitUntilPasswordDataAvailable

func (*MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilPasswordDataAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPasswordDataAvailableWithContext indicates an expected call of WaitUntilPasswordDataAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSecurityGroupExists

func (mr *MockEC2APIMockRecorder) WaitUntilSecurityGroupExists(arg0 interface{}) *gomock.Call

WaitUntilSecurityGroupExists indicates an expected call of WaitUntilSecurityGroupExists

func (*MockEC2APIMockRecorder) WaitUntilSecurityGroupExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilSecurityGroupExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSecurityGroupExistsWithContext indicates an expected call of WaitUntilSecurityGroupExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompleted

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompleted(arg0 interface{}) *gomock.Call

WaitUntilSnapshotCompleted indicates an expected call of WaitUntilSnapshotCompleted

func (*MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilSnapshotCompletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSnapshotCompletedWithContext indicates an expected call of WaitUntilSnapshotCompletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilled(arg0 interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilled indicates an expected call of WaitUntilSpotInstanceRequestFulfilled

func (*MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilSpotInstanceRequestFulfilledWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSpotInstanceRequestFulfilledWithContext indicates an expected call of WaitUntilSpotInstanceRequestFulfilledWithContext

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailable(arg0 interface{}) *gomock.Call

WaitUntilSubnetAvailable indicates an expected call of WaitUntilSubnetAvailable

func (*MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilSubnetAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSubnetAvailableWithContext indicates an expected call of WaitUntilSubnetAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOk

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOk(arg0 interface{}) *gomock.Call

WaitUntilSystemStatusOk indicates an expected call of WaitUntilSystemStatusOk

func (*MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilSystemStatusOkWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilSystemStatusOkWithContext indicates an expected call of WaitUntilSystemStatusOkWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailable(arg0 interface{}) *gomock.Call

WaitUntilVolumeAvailable indicates an expected call of WaitUntilVolumeAvailable

func (*MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeAvailableWithContext indicates an expected call of WaitUntilVolumeAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeleted

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeleted(arg0 interface{}) *gomock.Call

WaitUntilVolumeDeleted indicates an expected call of WaitUntilVolumeDeleted

func (*MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeDeletedWithContext indicates an expected call of WaitUntilVolumeDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUse

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUse(arg0 interface{}) *gomock.Call

WaitUntilVolumeInUse indicates an expected call of WaitUntilVolumeInUse

func (*MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVolumeInUseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVolumeInUseWithContext indicates an expected call of WaitUntilVolumeInUseWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpcAvailable indicates an expected call of WaitUntilVpcAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpcAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcAvailableWithContext indicates an expected call of WaitUntilVpcAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcExists

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExists(arg0 interface{}) *gomock.Call

WaitUntilVpcExists indicates an expected call of WaitUntilVpcExists

func (*MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpcExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcExistsWithContext indicates an expected call of WaitUntilVpcExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeleted indicates an expected call of WaitUntilVpcPeeringConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionDeletedWithContext indicates an expected call of WaitUntilVpcPeeringConnectionDeletedWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExists(arg0 interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExists indicates an expected call of WaitUntilVpcPeeringConnectionExists

func (*MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpcPeeringConnectionExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpcPeeringConnectionExistsWithContext indicates an expected call of WaitUntilVpcPeeringConnectionExistsWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailable(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionAvailable indicates an expected call of WaitUntilVpnConnectionAvailable

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionAvailableWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionAvailableWithContext indicates an expected call of WaitUntilVpnConnectionAvailableWithContext

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeleted(arg0 interface{}) *gomock.Call

WaitUntilVpnConnectionDeleted indicates an expected call of WaitUntilVpnConnectionDeleted

func (*MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext

func (mr *MockEC2APIMockRecorder) WaitUntilVpnConnectionDeletedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilVpnConnectionDeletedWithContext indicates an expected call of WaitUntilVpnConnectionDeletedWithContext

func (*MockEC2APIMockRecorder) WithdrawByoipCidr

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidr(arg0 interface{}) *gomock.Call

WithdrawByoipCidr indicates an expected call of WithdrawByoipCidr

func (*MockEC2APIMockRecorder) WithdrawByoipCidrRequest

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidrRequest(arg0 interface{}) *gomock.Call

WithdrawByoipCidrRequest indicates an expected call of WithdrawByoipCidrRequest

func (*MockEC2APIMockRecorder) WithdrawByoipCidrWithContext

func (mr *MockEC2APIMockRecorder) WithdrawByoipCidrWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WithdrawByoipCidrWithContext indicates an expected call of WithdrawByoipCidrWithContext

type MockECRAPI

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

MockECRAPI is a mock of ECRAPI interface

func NewMockECRAPI

func NewMockECRAPI(ctrl *gomock.Controller) *MockECRAPI

NewMockECRAPI creates a new mock instance

func (*MockECRAPI) BatchCheckLayerAvailability

BatchCheckLayerAvailability mocks base method

func (*MockECRAPI) BatchCheckLayerAvailabilityRequest

func (m *MockECRAPI) BatchCheckLayerAvailabilityRequest(arg0 *ecr.BatchCheckLayerAvailabilityInput) (*request.Request, *ecr.BatchCheckLayerAvailabilityOutput)

BatchCheckLayerAvailabilityRequest mocks base method

func (*MockECRAPI) BatchCheckLayerAvailabilityWithContext

func (m *MockECRAPI) BatchCheckLayerAvailabilityWithContext(arg0 context.Context, arg1 *ecr.BatchCheckLayerAvailabilityInput, arg2 ...request.Option) (*ecr.BatchCheckLayerAvailabilityOutput, error)

BatchCheckLayerAvailabilityWithContext mocks base method

func (*MockECRAPI) BatchDeleteImage

func (m *MockECRAPI) BatchDeleteImage(arg0 *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)

BatchDeleteImage mocks base method

func (*MockECRAPI) BatchDeleteImageRequest

func (m *MockECRAPI) BatchDeleteImageRequest(arg0 *ecr.BatchDeleteImageInput) (*request.Request, *ecr.BatchDeleteImageOutput)

BatchDeleteImageRequest mocks base method

func (*MockECRAPI) BatchDeleteImageWithContext

func (m *MockECRAPI) BatchDeleteImageWithContext(arg0 context.Context, arg1 *ecr.BatchDeleteImageInput, arg2 ...request.Option) (*ecr.BatchDeleteImageOutput, error)

BatchDeleteImageWithContext mocks base method

func (*MockECRAPI) BatchGetImage

func (m *MockECRAPI) BatchGetImage(arg0 *ecr.BatchGetImageInput) (*ecr.BatchGetImageOutput, error)

BatchGetImage mocks base method

func (*MockECRAPI) BatchGetImageRequest

func (m *MockECRAPI) BatchGetImageRequest(arg0 *ecr.BatchGetImageInput) (*request.Request, *ecr.BatchGetImageOutput)

BatchGetImageRequest mocks base method

func (*MockECRAPI) BatchGetImageWithContext

func (m *MockECRAPI) BatchGetImageWithContext(arg0 context.Context, arg1 *ecr.BatchGetImageInput, arg2 ...request.Option) (*ecr.BatchGetImageOutput, error)

BatchGetImageWithContext mocks base method

func (*MockECRAPI) CompleteLayerUpload

func (m *MockECRAPI) CompleteLayerUpload(arg0 *ecr.CompleteLayerUploadInput) (*ecr.CompleteLayerUploadOutput, error)

CompleteLayerUpload mocks base method

func (*MockECRAPI) CompleteLayerUploadRequest

func (m *MockECRAPI) CompleteLayerUploadRequest(arg0 *ecr.CompleteLayerUploadInput) (*request.Request, *ecr.CompleteLayerUploadOutput)

CompleteLayerUploadRequest mocks base method

func (*MockECRAPI) CompleteLayerUploadWithContext

func (m *MockECRAPI) CompleteLayerUploadWithContext(arg0 context.Context, arg1 *ecr.CompleteLayerUploadInput, arg2 ...request.Option) (*ecr.CompleteLayerUploadOutput, error)

CompleteLayerUploadWithContext mocks base method

func (*MockECRAPI) CreateRepository

func (m *MockECRAPI) CreateRepository(arg0 *ecr.CreateRepositoryInput) (*ecr.CreateRepositoryOutput, error)

CreateRepository mocks base method

func (*MockECRAPI) CreateRepositoryRequest

func (m *MockECRAPI) CreateRepositoryRequest(arg0 *ecr.CreateRepositoryInput) (*request.Request, *ecr.CreateRepositoryOutput)

CreateRepositoryRequest mocks base method

func (*MockECRAPI) CreateRepositoryWithContext

func (m *MockECRAPI) CreateRepositoryWithContext(arg0 context.Context, arg1 *ecr.CreateRepositoryInput, arg2 ...request.Option) (*ecr.CreateRepositoryOutput, error)

CreateRepositoryWithContext mocks base method

func (*MockECRAPI) DeleteLifecyclePolicy

func (m *MockECRAPI) DeleteLifecyclePolicy(arg0 *ecr.DeleteLifecyclePolicyInput) (*ecr.DeleteLifecyclePolicyOutput, error)

DeleteLifecyclePolicy mocks base method

func (*MockECRAPI) DeleteLifecyclePolicyRequest

func (m *MockECRAPI) DeleteLifecyclePolicyRequest(arg0 *ecr.DeleteLifecyclePolicyInput) (*request.Request, *ecr.DeleteLifecyclePolicyOutput)

DeleteLifecyclePolicyRequest mocks base method

func (*MockECRAPI) DeleteLifecyclePolicyWithContext

func (m *MockECRAPI) DeleteLifecyclePolicyWithContext(arg0 context.Context, arg1 *ecr.DeleteLifecyclePolicyInput, arg2 ...request.Option) (*ecr.DeleteLifecyclePolicyOutput, error)

DeleteLifecyclePolicyWithContext mocks base method

func (*MockECRAPI) DeleteRepository

func (m *MockECRAPI) DeleteRepository(arg0 *ecr.DeleteRepositoryInput) (*ecr.DeleteRepositoryOutput, error)

DeleteRepository mocks base method

func (*MockECRAPI) DeleteRepositoryPolicy

func (m *MockECRAPI) DeleteRepositoryPolicy(arg0 *ecr.DeleteRepositoryPolicyInput) (*ecr.DeleteRepositoryPolicyOutput, error)

DeleteRepositoryPolicy mocks base method

func (*MockECRAPI) DeleteRepositoryPolicyRequest

func (m *MockECRAPI) DeleteRepositoryPolicyRequest(arg0 *ecr.DeleteRepositoryPolicyInput) (*request.Request, *ecr.DeleteRepositoryPolicyOutput)

DeleteRepositoryPolicyRequest mocks base method

func (*MockECRAPI) DeleteRepositoryPolicyWithContext

func (m *MockECRAPI) DeleteRepositoryPolicyWithContext(arg0 context.Context, arg1 *ecr.DeleteRepositoryPolicyInput, arg2 ...request.Option) (*ecr.DeleteRepositoryPolicyOutput, error)

DeleteRepositoryPolicyWithContext mocks base method

func (*MockECRAPI) DeleteRepositoryRequest

func (m *MockECRAPI) DeleteRepositoryRequest(arg0 *ecr.DeleteRepositoryInput) (*request.Request, *ecr.DeleteRepositoryOutput)

DeleteRepositoryRequest mocks base method

func (*MockECRAPI) DeleteRepositoryWithContext

func (m *MockECRAPI) DeleteRepositoryWithContext(arg0 context.Context, arg1 *ecr.DeleteRepositoryInput, arg2 ...request.Option) (*ecr.DeleteRepositoryOutput, error)

DeleteRepositoryWithContext mocks base method

func (*MockECRAPI) DescribeImageScanFindings

DescribeImageScanFindings mocks base method

func (*MockECRAPI) DescribeImageScanFindingsPages

func (m *MockECRAPI) DescribeImageScanFindingsPages(arg0 *ecr.DescribeImageScanFindingsInput, arg1 func(*ecr.DescribeImageScanFindingsOutput, bool) bool) error

DescribeImageScanFindingsPages mocks base method

func (*MockECRAPI) DescribeImageScanFindingsPagesWithContext

func (m *MockECRAPI) DescribeImageScanFindingsPagesWithContext(arg0 context.Context, arg1 *ecr.DescribeImageScanFindingsInput, arg2 func(*ecr.DescribeImageScanFindingsOutput, bool) bool, arg3 ...request.Option) error

DescribeImageScanFindingsPagesWithContext mocks base method

func (*MockECRAPI) DescribeImageScanFindingsRequest

func (m *MockECRAPI) DescribeImageScanFindingsRequest(arg0 *ecr.DescribeImageScanFindingsInput) (*request.Request, *ecr.DescribeImageScanFindingsOutput)

DescribeImageScanFindingsRequest mocks base method

func (*MockECRAPI) DescribeImageScanFindingsWithContext

func (m *MockECRAPI) DescribeImageScanFindingsWithContext(arg0 context.Context, arg1 *ecr.DescribeImageScanFindingsInput, arg2 ...request.Option) (*ecr.DescribeImageScanFindingsOutput, error)

DescribeImageScanFindingsWithContext mocks base method

func (*MockECRAPI) DescribeImages

func (m *MockECRAPI) DescribeImages(arg0 *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)

DescribeImages mocks base method

func (*MockECRAPI) DescribeImagesPages

func (m *MockECRAPI) DescribeImagesPages(arg0 *ecr.DescribeImagesInput, arg1 func(*ecr.DescribeImagesOutput, bool) bool) error

DescribeImagesPages mocks base method

func (*MockECRAPI) DescribeImagesPagesWithContext

func (m *MockECRAPI) DescribeImagesPagesWithContext(arg0 context.Context, arg1 *ecr.DescribeImagesInput, arg2 func(*ecr.DescribeImagesOutput, bool) bool, arg3 ...request.Option) error

DescribeImagesPagesWithContext mocks base method

func (*MockECRAPI) DescribeImagesRequest

func (m *MockECRAPI) DescribeImagesRequest(arg0 *ecr.DescribeImagesInput) (*request.Request, *ecr.DescribeImagesOutput)

DescribeImagesRequest mocks base method

func (*MockECRAPI) DescribeImagesWithContext

func (m *MockECRAPI) DescribeImagesWithContext(arg0 context.Context, arg1 *ecr.DescribeImagesInput, arg2 ...request.Option) (*ecr.DescribeImagesOutput, error)

DescribeImagesWithContext mocks base method

func (*MockECRAPI) DescribeRepositories

func (m *MockECRAPI) DescribeRepositories(arg0 *ecr.DescribeRepositoriesInput) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositories mocks base method

func (*MockECRAPI) DescribeRepositoriesPages

func (m *MockECRAPI) DescribeRepositoriesPages(arg0 *ecr.DescribeRepositoriesInput, arg1 func(*ecr.DescribeRepositoriesOutput, bool) bool) error

DescribeRepositoriesPages mocks base method

func (*MockECRAPI) DescribeRepositoriesPagesWithContext

func (m *MockECRAPI) DescribeRepositoriesPagesWithContext(arg0 context.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 func(*ecr.DescribeRepositoriesOutput, bool) bool, arg3 ...request.Option) error

DescribeRepositoriesPagesWithContext mocks base method

func (*MockECRAPI) DescribeRepositoriesRequest

func (m *MockECRAPI) DescribeRepositoriesRequest(arg0 *ecr.DescribeRepositoriesInput) (*request.Request, *ecr.DescribeRepositoriesOutput)

DescribeRepositoriesRequest mocks base method

func (*MockECRAPI) DescribeRepositoriesWithContext

func (m *MockECRAPI) DescribeRepositoriesWithContext(arg0 context.Context, arg1 *ecr.DescribeRepositoriesInput, arg2 ...request.Option) (*ecr.DescribeRepositoriesOutput, error)

DescribeRepositoriesWithContext mocks base method

func (*MockECRAPI) EXPECT

func (m *MockECRAPI) EXPECT() *MockECRAPIMockRecorder

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

func (*MockECRAPI) GetAuthorizationToken

func (m *MockECRAPI) GetAuthorizationToken(arg0 *ecr.GetAuthorizationTokenInput) (*ecr.GetAuthorizationTokenOutput, error)

GetAuthorizationToken mocks base method

func (*MockECRAPI) GetAuthorizationTokenRequest

func (m *MockECRAPI) GetAuthorizationTokenRequest(arg0 *ecr.GetAuthorizationTokenInput) (*request.Request, *ecr.GetAuthorizationTokenOutput)

GetAuthorizationTokenRequest mocks base method

func (*MockECRAPI) GetAuthorizationTokenWithContext

func (m *MockECRAPI) GetAuthorizationTokenWithContext(arg0 context.Context, arg1 *ecr.GetAuthorizationTokenInput, arg2 ...request.Option) (*ecr.GetAuthorizationTokenOutput, error)

GetAuthorizationTokenWithContext mocks base method

func (*MockECRAPI) GetDownloadUrlForLayer

func (m *MockECRAPI) GetDownloadUrlForLayer(arg0 *ecr.GetDownloadUrlForLayerInput) (*ecr.GetDownloadUrlForLayerOutput, error)

GetDownloadUrlForLayer mocks base method

func (*MockECRAPI) GetDownloadUrlForLayerRequest

func (m *MockECRAPI) GetDownloadUrlForLayerRequest(arg0 *ecr.GetDownloadUrlForLayerInput) (*request.Request, *ecr.GetDownloadUrlForLayerOutput)

GetDownloadUrlForLayerRequest mocks base method

func (*MockECRAPI) GetDownloadUrlForLayerWithContext

func (m *MockECRAPI) GetDownloadUrlForLayerWithContext(arg0 context.Context, arg1 *ecr.GetDownloadUrlForLayerInput, arg2 ...request.Option) (*ecr.GetDownloadUrlForLayerOutput, error)

GetDownloadUrlForLayerWithContext mocks base method

func (*MockECRAPI) GetLifecyclePolicy

func (m *MockECRAPI) GetLifecyclePolicy(arg0 *ecr.GetLifecyclePolicyInput) (*ecr.GetLifecyclePolicyOutput, error)

GetLifecyclePolicy mocks base method

func (*MockECRAPI) GetLifecyclePolicyPreview

GetLifecyclePolicyPreview mocks base method

func (*MockECRAPI) GetLifecyclePolicyPreviewPages

func (m *MockECRAPI) GetLifecyclePolicyPreviewPages(arg0 *ecr.GetLifecyclePolicyPreviewInput, arg1 func(*ecr.GetLifecyclePolicyPreviewOutput, bool) bool) error

GetLifecyclePolicyPreviewPages mocks base method

func (*MockECRAPI) GetLifecyclePolicyPreviewPagesWithContext

func (m *MockECRAPI) GetLifecyclePolicyPreviewPagesWithContext(arg0 context.Context, arg1 *ecr.GetLifecyclePolicyPreviewInput, arg2 func(*ecr.GetLifecyclePolicyPreviewOutput, bool) bool, arg3 ...request.Option) error

GetLifecyclePolicyPreviewPagesWithContext mocks base method

func (*MockECRAPI) GetLifecyclePolicyPreviewRequest

func (m *MockECRAPI) GetLifecyclePolicyPreviewRequest(arg0 *ecr.GetLifecyclePolicyPreviewInput) (*request.Request, *ecr.GetLifecyclePolicyPreviewOutput)

GetLifecyclePolicyPreviewRequest mocks base method

func (*MockECRAPI) GetLifecyclePolicyPreviewWithContext

func (m *MockECRAPI) GetLifecyclePolicyPreviewWithContext(arg0 context.Context, arg1 *ecr.GetLifecyclePolicyPreviewInput, arg2 ...request.Option) (*ecr.GetLifecyclePolicyPreviewOutput, error)

GetLifecyclePolicyPreviewWithContext mocks base method

func (*MockECRAPI) GetLifecyclePolicyRequest

func (m *MockECRAPI) GetLifecyclePolicyRequest(arg0 *ecr.GetLifecyclePolicyInput) (*request.Request, *ecr.GetLifecyclePolicyOutput)

GetLifecyclePolicyRequest mocks base method

func (*MockECRAPI) GetLifecyclePolicyWithContext

func (m *MockECRAPI) GetLifecyclePolicyWithContext(arg0 context.Context, arg1 *ecr.GetLifecyclePolicyInput, arg2 ...request.Option) (*ecr.GetLifecyclePolicyOutput, error)

GetLifecyclePolicyWithContext mocks base method

func (*MockECRAPI) GetRepositoryPolicy

func (m *MockECRAPI) GetRepositoryPolicy(arg0 *ecr.GetRepositoryPolicyInput) (*ecr.GetRepositoryPolicyOutput, error)

GetRepositoryPolicy mocks base method

func (*MockECRAPI) GetRepositoryPolicyRequest

func (m *MockECRAPI) GetRepositoryPolicyRequest(arg0 *ecr.GetRepositoryPolicyInput) (*request.Request, *ecr.GetRepositoryPolicyOutput)

GetRepositoryPolicyRequest mocks base method

func (*MockECRAPI) GetRepositoryPolicyWithContext

func (m *MockECRAPI) GetRepositoryPolicyWithContext(arg0 context.Context, arg1 *ecr.GetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.GetRepositoryPolicyOutput, error)

GetRepositoryPolicyWithContext mocks base method

func (*MockECRAPI) InitiateLayerUpload

func (m *MockECRAPI) InitiateLayerUpload(arg0 *ecr.InitiateLayerUploadInput) (*ecr.InitiateLayerUploadOutput, error)

InitiateLayerUpload mocks base method

func (*MockECRAPI) InitiateLayerUploadRequest

func (m *MockECRAPI) InitiateLayerUploadRequest(arg0 *ecr.InitiateLayerUploadInput) (*request.Request, *ecr.InitiateLayerUploadOutput)

InitiateLayerUploadRequest mocks base method

func (*MockECRAPI) InitiateLayerUploadWithContext

func (m *MockECRAPI) InitiateLayerUploadWithContext(arg0 context.Context, arg1 *ecr.InitiateLayerUploadInput, arg2 ...request.Option) (*ecr.InitiateLayerUploadOutput, error)

InitiateLayerUploadWithContext mocks base method

func (*MockECRAPI) ListImages

func (m *MockECRAPI) ListImages(arg0 *ecr.ListImagesInput) (*ecr.ListImagesOutput, error)

ListImages mocks base method

func (*MockECRAPI) ListImagesPages

func (m *MockECRAPI) ListImagesPages(arg0 *ecr.ListImagesInput, arg1 func(*ecr.ListImagesOutput, bool) bool) error

ListImagesPages mocks base method

func (*MockECRAPI) ListImagesPagesWithContext

func (m *MockECRAPI) ListImagesPagesWithContext(arg0 context.Context, arg1 *ecr.ListImagesInput, arg2 func(*ecr.ListImagesOutput, bool) bool, arg3 ...request.Option) error

ListImagesPagesWithContext mocks base method

func (*MockECRAPI) ListImagesRequest

func (m *MockECRAPI) ListImagesRequest(arg0 *ecr.ListImagesInput) (*request.Request, *ecr.ListImagesOutput)

ListImagesRequest mocks base method

func (*MockECRAPI) ListImagesWithContext

func (m *MockECRAPI) ListImagesWithContext(arg0 context.Context, arg1 *ecr.ListImagesInput, arg2 ...request.Option) (*ecr.ListImagesOutput, error)

ListImagesWithContext mocks base method

func (*MockECRAPI) ListTagsForResource

func (m *MockECRAPI) ListTagsForResource(arg0 *ecr.ListTagsForResourceInput) (*ecr.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockECRAPI) ListTagsForResourceRequest

func (m *MockECRAPI) ListTagsForResourceRequest(arg0 *ecr.ListTagsForResourceInput) (*request.Request, *ecr.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockECRAPI) ListTagsForResourceWithContext

func (m *MockECRAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *ecr.ListTagsForResourceInput, arg2 ...request.Option) (*ecr.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockECRAPI) PutImage

func (m *MockECRAPI) PutImage(arg0 *ecr.PutImageInput) (*ecr.PutImageOutput, error)

PutImage mocks base method

func (*MockECRAPI) PutImageRequest

func (m *MockECRAPI) PutImageRequest(arg0 *ecr.PutImageInput) (*request.Request, *ecr.PutImageOutput)

PutImageRequest mocks base method

func (*MockECRAPI) PutImageScanningConfiguration

PutImageScanningConfiguration mocks base method

func (*MockECRAPI) PutImageScanningConfigurationRequest

func (m *MockECRAPI) PutImageScanningConfigurationRequest(arg0 *ecr.PutImageScanningConfigurationInput) (*request.Request, *ecr.PutImageScanningConfigurationOutput)

PutImageScanningConfigurationRequest mocks base method

func (*MockECRAPI) PutImageScanningConfigurationWithContext

func (m *MockECRAPI) PutImageScanningConfigurationWithContext(arg0 context.Context, arg1 *ecr.PutImageScanningConfigurationInput, arg2 ...request.Option) (*ecr.PutImageScanningConfigurationOutput, error)

PutImageScanningConfigurationWithContext mocks base method

func (*MockECRAPI) PutImageTagMutability

func (m *MockECRAPI) PutImageTagMutability(arg0 *ecr.PutImageTagMutabilityInput) (*ecr.PutImageTagMutabilityOutput, error)

PutImageTagMutability mocks base method

func (*MockECRAPI) PutImageTagMutabilityRequest

func (m *MockECRAPI) PutImageTagMutabilityRequest(arg0 *ecr.PutImageTagMutabilityInput) (*request.Request, *ecr.PutImageTagMutabilityOutput)

PutImageTagMutabilityRequest mocks base method

func (*MockECRAPI) PutImageTagMutabilityWithContext

func (m *MockECRAPI) PutImageTagMutabilityWithContext(arg0 context.Context, arg1 *ecr.PutImageTagMutabilityInput, arg2 ...request.Option) (*ecr.PutImageTagMutabilityOutput, error)

PutImageTagMutabilityWithContext mocks base method

func (*MockECRAPI) PutImageWithContext

func (m *MockECRAPI) PutImageWithContext(arg0 context.Context, arg1 *ecr.PutImageInput, arg2 ...request.Option) (*ecr.PutImageOutput, error)

PutImageWithContext mocks base method

func (*MockECRAPI) PutLifecyclePolicy

func (m *MockECRAPI) PutLifecyclePolicy(arg0 *ecr.PutLifecyclePolicyInput) (*ecr.PutLifecyclePolicyOutput, error)

PutLifecyclePolicy mocks base method

func (*MockECRAPI) PutLifecyclePolicyRequest

func (m *MockECRAPI) PutLifecyclePolicyRequest(arg0 *ecr.PutLifecyclePolicyInput) (*request.Request, *ecr.PutLifecyclePolicyOutput)

PutLifecyclePolicyRequest mocks base method

func (*MockECRAPI) PutLifecyclePolicyWithContext

func (m *MockECRAPI) PutLifecyclePolicyWithContext(arg0 context.Context, arg1 *ecr.PutLifecyclePolicyInput, arg2 ...request.Option) (*ecr.PutLifecyclePolicyOutput, error)

PutLifecyclePolicyWithContext mocks base method

func (*MockECRAPI) SetRepositoryPolicy

func (m *MockECRAPI) SetRepositoryPolicy(arg0 *ecr.SetRepositoryPolicyInput) (*ecr.SetRepositoryPolicyOutput, error)

SetRepositoryPolicy mocks base method

func (*MockECRAPI) SetRepositoryPolicyRequest

func (m *MockECRAPI) SetRepositoryPolicyRequest(arg0 *ecr.SetRepositoryPolicyInput) (*request.Request, *ecr.SetRepositoryPolicyOutput)

SetRepositoryPolicyRequest mocks base method

func (*MockECRAPI) SetRepositoryPolicyWithContext

func (m *MockECRAPI) SetRepositoryPolicyWithContext(arg0 context.Context, arg1 *ecr.SetRepositoryPolicyInput, arg2 ...request.Option) (*ecr.SetRepositoryPolicyOutput, error)

SetRepositoryPolicyWithContext mocks base method

func (*MockECRAPI) StartImageScan

func (m *MockECRAPI) StartImageScan(arg0 *ecr.StartImageScanInput) (*ecr.StartImageScanOutput, error)

StartImageScan mocks base method

func (*MockECRAPI) StartImageScanRequest

func (m *MockECRAPI) StartImageScanRequest(arg0 *ecr.StartImageScanInput) (*request.Request, *ecr.StartImageScanOutput)

StartImageScanRequest mocks base method

func (*MockECRAPI) StartImageScanWithContext

func (m *MockECRAPI) StartImageScanWithContext(arg0 context.Context, arg1 *ecr.StartImageScanInput, arg2 ...request.Option) (*ecr.StartImageScanOutput, error)

StartImageScanWithContext mocks base method

func (*MockECRAPI) StartLifecyclePolicyPreview

StartLifecyclePolicyPreview mocks base method

func (*MockECRAPI) StartLifecyclePolicyPreviewRequest

func (m *MockECRAPI) StartLifecyclePolicyPreviewRequest(arg0 *ecr.StartLifecyclePolicyPreviewInput) (*request.Request, *ecr.StartLifecyclePolicyPreviewOutput)

StartLifecyclePolicyPreviewRequest mocks base method

func (*MockECRAPI) StartLifecyclePolicyPreviewWithContext

func (m *MockECRAPI) StartLifecyclePolicyPreviewWithContext(arg0 context.Context, arg1 *ecr.StartLifecyclePolicyPreviewInput, arg2 ...request.Option) (*ecr.StartLifecyclePolicyPreviewOutput, error)

StartLifecyclePolicyPreviewWithContext mocks base method

func (*MockECRAPI) TagResource

func (m *MockECRAPI) TagResource(arg0 *ecr.TagResourceInput) (*ecr.TagResourceOutput, error)

TagResource mocks base method

func (*MockECRAPI) TagResourceRequest

func (m *MockECRAPI) TagResourceRequest(arg0 *ecr.TagResourceInput) (*request.Request, *ecr.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockECRAPI) TagResourceWithContext

func (m *MockECRAPI) TagResourceWithContext(arg0 context.Context, arg1 *ecr.TagResourceInput, arg2 ...request.Option) (*ecr.TagResourceOutput, error)

TagResourceWithContext mocks base method

func (*MockECRAPI) UntagResource

func (m *MockECRAPI) UntagResource(arg0 *ecr.UntagResourceInput) (*ecr.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockECRAPI) UntagResourceRequest

func (m *MockECRAPI) UntagResourceRequest(arg0 *ecr.UntagResourceInput) (*request.Request, *ecr.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockECRAPI) UntagResourceWithContext

func (m *MockECRAPI) UntagResourceWithContext(arg0 context.Context, arg1 *ecr.UntagResourceInput, arg2 ...request.Option) (*ecr.UntagResourceOutput, error)

UntagResourceWithContext mocks base method

func (*MockECRAPI) UploadLayerPart

func (m *MockECRAPI) UploadLayerPart(arg0 *ecr.UploadLayerPartInput) (*ecr.UploadLayerPartOutput, error)

UploadLayerPart mocks base method

func (*MockECRAPI) UploadLayerPartRequest

func (m *MockECRAPI) UploadLayerPartRequest(arg0 *ecr.UploadLayerPartInput) (*request.Request, *ecr.UploadLayerPartOutput)

UploadLayerPartRequest mocks base method

func (*MockECRAPI) UploadLayerPartWithContext

func (m *MockECRAPI) UploadLayerPartWithContext(arg0 context.Context, arg1 *ecr.UploadLayerPartInput, arg2 ...request.Option) (*ecr.UploadLayerPartOutput, error)

UploadLayerPartWithContext mocks base method

func (*MockECRAPI) WaitUntilImageScanComplete

func (m *MockECRAPI) WaitUntilImageScanComplete(arg0 *ecr.DescribeImageScanFindingsInput) error

WaitUntilImageScanComplete mocks base method

func (*MockECRAPI) WaitUntilImageScanCompleteWithContext

func (m *MockECRAPI) WaitUntilImageScanCompleteWithContext(arg0 context.Context, arg1 *ecr.DescribeImageScanFindingsInput, arg2 ...request.WaiterOption) error

WaitUntilImageScanCompleteWithContext mocks base method

func (*MockECRAPI) WaitUntilLifecyclePolicyPreviewComplete

func (m *MockECRAPI) WaitUntilLifecyclePolicyPreviewComplete(arg0 *ecr.GetLifecyclePolicyPreviewInput) error

WaitUntilLifecyclePolicyPreviewComplete mocks base method

func (*MockECRAPI) WaitUntilLifecyclePolicyPreviewCompleteWithContext

func (m *MockECRAPI) WaitUntilLifecyclePolicyPreviewCompleteWithContext(arg0 context.Context, arg1 *ecr.GetLifecyclePolicyPreviewInput, arg2 ...request.WaiterOption) error

WaitUntilLifecyclePolicyPreviewCompleteWithContext mocks base method

type MockECRAPIMockRecorder

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

MockECRAPIMockRecorder is the mock recorder for MockECRAPI

func (*MockECRAPIMockRecorder) BatchCheckLayerAvailability

func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailability(arg0 interface{}) *gomock.Call

BatchCheckLayerAvailability indicates an expected call of BatchCheckLayerAvailability

func (*MockECRAPIMockRecorder) BatchCheckLayerAvailabilityRequest

func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityRequest(arg0 interface{}) *gomock.Call

BatchCheckLayerAvailabilityRequest indicates an expected call of BatchCheckLayerAvailabilityRequest

func (*MockECRAPIMockRecorder) BatchCheckLayerAvailabilityWithContext

func (mr *MockECRAPIMockRecorder) BatchCheckLayerAvailabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchCheckLayerAvailabilityWithContext indicates an expected call of BatchCheckLayerAvailabilityWithContext

func (*MockECRAPIMockRecorder) BatchDeleteImage

func (mr *MockECRAPIMockRecorder) BatchDeleteImage(arg0 interface{}) *gomock.Call

BatchDeleteImage indicates an expected call of BatchDeleteImage

func (*MockECRAPIMockRecorder) BatchDeleteImageRequest

func (mr *MockECRAPIMockRecorder) BatchDeleteImageRequest(arg0 interface{}) *gomock.Call

BatchDeleteImageRequest indicates an expected call of BatchDeleteImageRequest

func (*MockECRAPIMockRecorder) BatchDeleteImageWithContext

func (mr *MockECRAPIMockRecorder) BatchDeleteImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchDeleteImageWithContext indicates an expected call of BatchDeleteImageWithContext

func (*MockECRAPIMockRecorder) BatchGetImage

func (mr *MockECRAPIMockRecorder) BatchGetImage(arg0 interface{}) *gomock.Call

BatchGetImage indicates an expected call of BatchGetImage

func (*MockECRAPIMockRecorder) BatchGetImageRequest

func (mr *MockECRAPIMockRecorder) BatchGetImageRequest(arg0 interface{}) *gomock.Call

BatchGetImageRequest indicates an expected call of BatchGetImageRequest

func (*MockECRAPIMockRecorder) BatchGetImageWithContext

func (mr *MockECRAPIMockRecorder) BatchGetImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

BatchGetImageWithContext indicates an expected call of BatchGetImageWithContext

func (*MockECRAPIMockRecorder) CompleteLayerUpload

func (mr *MockECRAPIMockRecorder) CompleteLayerUpload(arg0 interface{}) *gomock.Call

CompleteLayerUpload indicates an expected call of CompleteLayerUpload

func (*MockECRAPIMockRecorder) CompleteLayerUploadRequest

func (mr *MockECRAPIMockRecorder) CompleteLayerUploadRequest(arg0 interface{}) *gomock.Call

CompleteLayerUploadRequest indicates an expected call of CompleteLayerUploadRequest

func (*MockECRAPIMockRecorder) CompleteLayerUploadWithContext

func (mr *MockECRAPIMockRecorder) CompleteLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CompleteLayerUploadWithContext indicates an expected call of CompleteLayerUploadWithContext

func (*MockECRAPIMockRecorder) CreateRepository

func (mr *MockECRAPIMockRecorder) CreateRepository(arg0 interface{}) *gomock.Call

CreateRepository indicates an expected call of CreateRepository

func (*MockECRAPIMockRecorder) CreateRepositoryRequest

func (mr *MockECRAPIMockRecorder) CreateRepositoryRequest(arg0 interface{}) *gomock.Call

CreateRepositoryRequest indicates an expected call of CreateRepositoryRequest

func (*MockECRAPIMockRecorder) CreateRepositoryWithContext

func (mr *MockECRAPIMockRecorder) CreateRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRepositoryWithContext indicates an expected call of CreateRepositoryWithContext

func (*MockECRAPIMockRecorder) DeleteLifecyclePolicy

func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicy(arg0 interface{}) *gomock.Call

DeleteLifecyclePolicy indicates an expected call of DeleteLifecyclePolicy

func (*MockECRAPIMockRecorder) DeleteLifecyclePolicyRequest

func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyRequest(arg0 interface{}) *gomock.Call

DeleteLifecyclePolicyRequest indicates an expected call of DeleteLifecyclePolicyRequest

func (*MockECRAPIMockRecorder) DeleteLifecyclePolicyWithContext

func (mr *MockECRAPIMockRecorder) DeleteLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLifecyclePolicyWithContext indicates an expected call of DeleteLifecyclePolicyWithContext

func (*MockECRAPIMockRecorder) DeleteRepository

func (mr *MockECRAPIMockRecorder) DeleteRepository(arg0 interface{}) *gomock.Call

DeleteRepository indicates an expected call of DeleteRepository

func (*MockECRAPIMockRecorder) DeleteRepositoryPolicy

func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicy(arg0 interface{}) *gomock.Call

DeleteRepositoryPolicy indicates an expected call of DeleteRepositoryPolicy

func (*MockECRAPIMockRecorder) DeleteRepositoryPolicyRequest

func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyRequest(arg0 interface{}) *gomock.Call

DeleteRepositoryPolicyRequest indicates an expected call of DeleteRepositoryPolicyRequest

func (*MockECRAPIMockRecorder) DeleteRepositoryPolicyWithContext

func (mr *MockECRAPIMockRecorder) DeleteRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRepositoryPolicyWithContext indicates an expected call of DeleteRepositoryPolicyWithContext

func (*MockECRAPIMockRecorder) DeleteRepositoryRequest

func (mr *MockECRAPIMockRecorder) DeleteRepositoryRequest(arg0 interface{}) *gomock.Call

DeleteRepositoryRequest indicates an expected call of DeleteRepositoryRequest

func (*MockECRAPIMockRecorder) DeleteRepositoryWithContext

func (mr *MockECRAPIMockRecorder) DeleteRepositoryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRepositoryWithContext indicates an expected call of DeleteRepositoryWithContext

func (*MockECRAPIMockRecorder) DescribeImageScanFindings

func (mr *MockECRAPIMockRecorder) DescribeImageScanFindings(arg0 interface{}) *gomock.Call

DescribeImageScanFindings indicates an expected call of DescribeImageScanFindings

func (*MockECRAPIMockRecorder) DescribeImageScanFindingsPages

func (mr *MockECRAPIMockRecorder) DescribeImageScanFindingsPages(arg0, arg1 interface{}) *gomock.Call

DescribeImageScanFindingsPages indicates an expected call of DescribeImageScanFindingsPages

func (*MockECRAPIMockRecorder) DescribeImageScanFindingsPagesWithContext

func (mr *MockECRAPIMockRecorder) DescribeImageScanFindingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImageScanFindingsPagesWithContext indicates an expected call of DescribeImageScanFindingsPagesWithContext

func (*MockECRAPIMockRecorder) DescribeImageScanFindingsRequest

func (mr *MockECRAPIMockRecorder) DescribeImageScanFindingsRequest(arg0 interface{}) *gomock.Call

DescribeImageScanFindingsRequest indicates an expected call of DescribeImageScanFindingsRequest

func (*MockECRAPIMockRecorder) DescribeImageScanFindingsWithContext

func (mr *MockECRAPIMockRecorder) DescribeImageScanFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImageScanFindingsWithContext indicates an expected call of DescribeImageScanFindingsWithContext

func (*MockECRAPIMockRecorder) DescribeImages

func (mr *MockECRAPIMockRecorder) DescribeImages(arg0 interface{}) *gomock.Call

DescribeImages indicates an expected call of DescribeImages

func (*MockECRAPIMockRecorder) DescribeImagesPages

func (mr *MockECRAPIMockRecorder) DescribeImagesPages(arg0, arg1 interface{}) *gomock.Call

DescribeImagesPages indicates an expected call of DescribeImagesPages

func (*MockECRAPIMockRecorder) DescribeImagesPagesWithContext

func (mr *MockECRAPIMockRecorder) DescribeImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeImagesPagesWithContext indicates an expected call of DescribeImagesPagesWithContext

func (*MockECRAPIMockRecorder) DescribeImagesRequest

func (mr *MockECRAPIMockRecorder) DescribeImagesRequest(arg0 interface{}) *gomock.Call

DescribeImagesRequest indicates an expected call of DescribeImagesRequest

func (*MockECRAPIMockRecorder) DescribeImagesWithContext

func (mr *MockECRAPIMockRecorder) DescribeImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeImagesWithContext indicates an expected call of DescribeImagesWithContext

func (*MockECRAPIMockRecorder) DescribeRepositories

func (mr *MockECRAPIMockRecorder) DescribeRepositories(arg0 interface{}) *gomock.Call

DescribeRepositories indicates an expected call of DescribeRepositories

func (*MockECRAPIMockRecorder) DescribeRepositoriesPages

func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPages(arg0, arg1 interface{}) *gomock.Call

DescribeRepositoriesPages indicates an expected call of DescribeRepositoriesPages

func (*MockECRAPIMockRecorder) DescribeRepositoriesPagesWithContext

func (mr *MockECRAPIMockRecorder) DescribeRepositoriesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeRepositoriesPagesWithContext indicates an expected call of DescribeRepositoriesPagesWithContext

func (*MockECRAPIMockRecorder) DescribeRepositoriesRequest

func (mr *MockECRAPIMockRecorder) DescribeRepositoriesRequest(arg0 interface{}) *gomock.Call

DescribeRepositoriesRequest indicates an expected call of DescribeRepositoriesRequest

func (*MockECRAPIMockRecorder) DescribeRepositoriesWithContext

func (mr *MockECRAPIMockRecorder) DescribeRepositoriesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRepositoriesWithContext indicates an expected call of DescribeRepositoriesWithContext

func (*MockECRAPIMockRecorder) GetAuthorizationToken

func (mr *MockECRAPIMockRecorder) GetAuthorizationToken(arg0 interface{}) *gomock.Call

GetAuthorizationToken indicates an expected call of GetAuthorizationToken

func (*MockECRAPIMockRecorder) GetAuthorizationTokenRequest

func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenRequest(arg0 interface{}) *gomock.Call

GetAuthorizationTokenRequest indicates an expected call of GetAuthorizationTokenRequest

func (*MockECRAPIMockRecorder) GetAuthorizationTokenWithContext

func (mr *MockECRAPIMockRecorder) GetAuthorizationTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAuthorizationTokenWithContext indicates an expected call of GetAuthorizationTokenWithContext

func (*MockECRAPIMockRecorder) GetDownloadUrlForLayer

func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayer(arg0 interface{}) *gomock.Call

GetDownloadUrlForLayer indicates an expected call of GetDownloadUrlForLayer

func (*MockECRAPIMockRecorder) GetDownloadUrlForLayerRequest

func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerRequest(arg0 interface{}) *gomock.Call

GetDownloadUrlForLayerRequest indicates an expected call of GetDownloadUrlForLayerRequest

func (*MockECRAPIMockRecorder) GetDownloadUrlForLayerWithContext

func (mr *MockECRAPIMockRecorder) GetDownloadUrlForLayerWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetDownloadUrlForLayerWithContext indicates an expected call of GetDownloadUrlForLayerWithContext

func (*MockECRAPIMockRecorder) GetLifecyclePolicy

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicy(arg0 interface{}) *gomock.Call

GetLifecyclePolicy indicates an expected call of GetLifecyclePolicy

func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreview

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreview(arg0 interface{}) *gomock.Call

GetLifecyclePolicyPreview indicates an expected call of GetLifecyclePolicyPreview

func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewPages

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewPages(arg0, arg1 interface{}) *gomock.Call

GetLifecyclePolicyPreviewPages indicates an expected call of GetLifecyclePolicyPreviewPages

func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewPagesWithContext

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetLifecyclePolicyPreviewPagesWithContext indicates an expected call of GetLifecyclePolicyPreviewPagesWithContext

func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewRequest

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call

GetLifecyclePolicyPreviewRequest indicates an expected call of GetLifecyclePolicyPreviewRequest

func (*MockECRAPIMockRecorder) GetLifecyclePolicyPreviewWithContext

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLifecyclePolicyPreviewWithContext indicates an expected call of GetLifecyclePolicyPreviewWithContext

func (*MockECRAPIMockRecorder) GetLifecyclePolicyRequest

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyRequest(arg0 interface{}) *gomock.Call

GetLifecyclePolicyRequest indicates an expected call of GetLifecyclePolicyRequest

func (*MockECRAPIMockRecorder) GetLifecyclePolicyWithContext

func (mr *MockECRAPIMockRecorder) GetLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLifecyclePolicyWithContext indicates an expected call of GetLifecyclePolicyWithContext

func (*MockECRAPIMockRecorder) GetRepositoryPolicy

func (mr *MockECRAPIMockRecorder) GetRepositoryPolicy(arg0 interface{}) *gomock.Call

GetRepositoryPolicy indicates an expected call of GetRepositoryPolicy

func (*MockECRAPIMockRecorder) GetRepositoryPolicyRequest

func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call

GetRepositoryPolicyRequest indicates an expected call of GetRepositoryPolicyRequest

func (*MockECRAPIMockRecorder) GetRepositoryPolicyWithContext

func (mr *MockECRAPIMockRecorder) GetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRepositoryPolicyWithContext indicates an expected call of GetRepositoryPolicyWithContext

func (*MockECRAPIMockRecorder) InitiateLayerUpload

func (mr *MockECRAPIMockRecorder) InitiateLayerUpload(arg0 interface{}) *gomock.Call

InitiateLayerUpload indicates an expected call of InitiateLayerUpload

func (*MockECRAPIMockRecorder) InitiateLayerUploadRequest

func (mr *MockECRAPIMockRecorder) InitiateLayerUploadRequest(arg0 interface{}) *gomock.Call

InitiateLayerUploadRequest indicates an expected call of InitiateLayerUploadRequest

func (*MockECRAPIMockRecorder) InitiateLayerUploadWithContext

func (mr *MockECRAPIMockRecorder) InitiateLayerUploadWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

InitiateLayerUploadWithContext indicates an expected call of InitiateLayerUploadWithContext

func (*MockECRAPIMockRecorder) ListImages

func (mr *MockECRAPIMockRecorder) ListImages(arg0 interface{}) *gomock.Call

ListImages indicates an expected call of ListImages

func (*MockECRAPIMockRecorder) ListImagesPages

func (mr *MockECRAPIMockRecorder) ListImagesPages(arg0, arg1 interface{}) *gomock.Call

ListImagesPages indicates an expected call of ListImagesPages

func (*MockECRAPIMockRecorder) ListImagesPagesWithContext

func (mr *MockECRAPIMockRecorder) ListImagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListImagesPagesWithContext indicates an expected call of ListImagesPagesWithContext

func (*MockECRAPIMockRecorder) ListImagesRequest

func (mr *MockECRAPIMockRecorder) ListImagesRequest(arg0 interface{}) *gomock.Call

ListImagesRequest indicates an expected call of ListImagesRequest

func (*MockECRAPIMockRecorder) ListImagesWithContext

func (mr *MockECRAPIMockRecorder) ListImagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListImagesWithContext indicates an expected call of ListImagesWithContext

func (*MockECRAPIMockRecorder) ListTagsForResource

func (mr *MockECRAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockECRAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockECRAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockECRAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockECRAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockECRAPIMockRecorder) PutImage

func (mr *MockECRAPIMockRecorder) PutImage(arg0 interface{}) *gomock.Call

PutImage indicates an expected call of PutImage

func (*MockECRAPIMockRecorder) PutImageRequest

func (mr *MockECRAPIMockRecorder) PutImageRequest(arg0 interface{}) *gomock.Call

PutImageRequest indicates an expected call of PutImageRequest

func (*MockECRAPIMockRecorder) PutImageScanningConfiguration

func (mr *MockECRAPIMockRecorder) PutImageScanningConfiguration(arg0 interface{}) *gomock.Call

PutImageScanningConfiguration indicates an expected call of PutImageScanningConfiguration

func (*MockECRAPIMockRecorder) PutImageScanningConfigurationRequest

func (mr *MockECRAPIMockRecorder) PutImageScanningConfigurationRequest(arg0 interface{}) *gomock.Call

PutImageScanningConfigurationRequest indicates an expected call of PutImageScanningConfigurationRequest

func (*MockECRAPIMockRecorder) PutImageScanningConfigurationWithContext

func (mr *MockECRAPIMockRecorder) PutImageScanningConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutImageScanningConfigurationWithContext indicates an expected call of PutImageScanningConfigurationWithContext

func (*MockECRAPIMockRecorder) PutImageTagMutability

func (mr *MockECRAPIMockRecorder) PutImageTagMutability(arg0 interface{}) *gomock.Call

PutImageTagMutability indicates an expected call of PutImageTagMutability

func (*MockECRAPIMockRecorder) PutImageTagMutabilityRequest

func (mr *MockECRAPIMockRecorder) PutImageTagMutabilityRequest(arg0 interface{}) *gomock.Call

PutImageTagMutabilityRequest indicates an expected call of PutImageTagMutabilityRequest

func (*MockECRAPIMockRecorder) PutImageTagMutabilityWithContext

func (mr *MockECRAPIMockRecorder) PutImageTagMutabilityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutImageTagMutabilityWithContext indicates an expected call of PutImageTagMutabilityWithContext

func (*MockECRAPIMockRecorder) PutImageWithContext

func (mr *MockECRAPIMockRecorder) PutImageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutImageWithContext indicates an expected call of PutImageWithContext

func (*MockECRAPIMockRecorder) PutLifecyclePolicy

func (mr *MockECRAPIMockRecorder) PutLifecyclePolicy(arg0 interface{}) *gomock.Call

PutLifecyclePolicy indicates an expected call of PutLifecyclePolicy

func (*MockECRAPIMockRecorder) PutLifecyclePolicyRequest

func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyRequest(arg0 interface{}) *gomock.Call

PutLifecyclePolicyRequest indicates an expected call of PutLifecyclePolicyRequest

func (*MockECRAPIMockRecorder) PutLifecyclePolicyWithContext

func (mr *MockECRAPIMockRecorder) PutLifecyclePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLifecyclePolicyWithContext indicates an expected call of PutLifecyclePolicyWithContext

func (*MockECRAPIMockRecorder) SetRepositoryPolicy

func (mr *MockECRAPIMockRecorder) SetRepositoryPolicy(arg0 interface{}) *gomock.Call

SetRepositoryPolicy indicates an expected call of SetRepositoryPolicy

func (*MockECRAPIMockRecorder) SetRepositoryPolicyRequest

func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyRequest(arg0 interface{}) *gomock.Call

SetRepositoryPolicyRequest indicates an expected call of SetRepositoryPolicyRequest

func (*MockECRAPIMockRecorder) SetRepositoryPolicyWithContext

func (mr *MockECRAPIMockRecorder) SetRepositoryPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetRepositoryPolicyWithContext indicates an expected call of SetRepositoryPolicyWithContext

func (*MockECRAPIMockRecorder) StartImageScan

func (mr *MockECRAPIMockRecorder) StartImageScan(arg0 interface{}) *gomock.Call

StartImageScan indicates an expected call of StartImageScan

func (*MockECRAPIMockRecorder) StartImageScanRequest

func (mr *MockECRAPIMockRecorder) StartImageScanRequest(arg0 interface{}) *gomock.Call

StartImageScanRequest indicates an expected call of StartImageScanRequest

func (*MockECRAPIMockRecorder) StartImageScanWithContext

func (mr *MockECRAPIMockRecorder) StartImageScanWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartImageScanWithContext indicates an expected call of StartImageScanWithContext

func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreview

func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreview(arg0 interface{}) *gomock.Call

StartLifecyclePolicyPreview indicates an expected call of StartLifecyclePolicyPreview

func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreviewRequest

func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewRequest(arg0 interface{}) *gomock.Call

StartLifecyclePolicyPreviewRequest indicates an expected call of StartLifecyclePolicyPreviewRequest

func (*MockECRAPIMockRecorder) StartLifecyclePolicyPreviewWithContext

func (mr *MockECRAPIMockRecorder) StartLifecyclePolicyPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartLifecyclePolicyPreviewWithContext indicates an expected call of StartLifecyclePolicyPreviewWithContext

func (*MockECRAPIMockRecorder) TagResource

func (mr *MockECRAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource

func (*MockECRAPIMockRecorder) TagResourceRequest

func (mr *MockECRAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockECRAPIMockRecorder) TagResourceWithContext

func (mr *MockECRAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockECRAPIMockRecorder) UntagResource

func (mr *MockECRAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource

func (*MockECRAPIMockRecorder) UntagResourceRequest

func (mr *MockECRAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockECRAPIMockRecorder) UntagResourceWithContext

func (mr *MockECRAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockECRAPIMockRecorder) UploadLayerPart

func (mr *MockECRAPIMockRecorder) UploadLayerPart(arg0 interface{}) *gomock.Call

UploadLayerPart indicates an expected call of UploadLayerPart

func (*MockECRAPIMockRecorder) UploadLayerPartRequest

func (mr *MockECRAPIMockRecorder) UploadLayerPartRequest(arg0 interface{}) *gomock.Call

UploadLayerPartRequest indicates an expected call of UploadLayerPartRequest

func (*MockECRAPIMockRecorder) UploadLayerPartWithContext

func (mr *MockECRAPIMockRecorder) UploadLayerPartWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadLayerPartWithContext indicates an expected call of UploadLayerPartWithContext

func (*MockECRAPIMockRecorder) WaitUntilImageScanComplete

func (mr *MockECRAPIMockRecorder) WaitUntilImageScanComplete(arg0 interface{}) *gomock.Call

WaitUntilImageScanComplete indicates an expected call of WaitUntilImageScanComplete

func (*MockECRAPIMockRecorder) WaitUntilImageScanCompleteWithContext

func (mr *MockECRAPIMockRecorder) WaitUntilImageScanCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilImageScanCompleteWithContext indicates an expected call of WaitUntilImageScanCompleteWithContext

func (*MockECRAPIMockRecorder) WaitUntilLifecyclePolicyPreviewComplete

func (mr *MockECRAPIMockRecorder) WaitUntilLifecyclePolicyPreviewComplete(arg0 interface{}) *gomock.Call

WaitUntilLifecyclePolicyPreviewComplete indicates an expected call of WaitUntilLifecyclePolicyPreviewComplete

func (*MockECRAPIMockRecorder) WaitUntilLifecyclePolicyPreviewCompleteWithContext

func (mr *MockECRAPIMockRecorder) WaitUntilLifecyclePolicyPreviewCompleteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilLifecyclePolicyPreviewCompleteWithContext indicates an expected call of WaitUntilLifecyclePolicyPreviewCompleteWithContext

type MockHealthAPI

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

MockHealthAPI is a mock of HealthAPI interface

func NewMockHealthAPI

func NewMockHealthAPI(ctrl *gomock.Controller) *MockHealthAPI

NewMockHealthAPI creates a new mock instance

func (*MockHealthAPI) DescribeAffectedAccountsForOrganization

DescribeAffectedAccountsForOrganization mocks base method

func (*MockHealthAPI) DescribeAffectedAccountsForOrganizationPages

func (m *MockHealthAPI) DescribeAffectedAccountsForOrganizationPages(arg0 *health.DescribeAffectedAccountsForOrganizationInput, arg1 func(*health.DescribeAffectedAccountsForOrganizationOutput, bool) bool) error

DescribeAffectedAccountsForOrganizationPages mocks base method

func (*MockHealthAPI) DescribeAffectedAccountsForOrganizationPagesWithContext

func (m *MockHealthAPI) DescribeAffectedAccountsForOrganizationPagesWithContext(arg0 context.Context, arg1 *health.DescribeAffectedAccountsForOrganizationInput, arg2 func(*health.DescribeAffectedAccountsForOrganizationOutput, bool) bool, arg3 ...request.Option) error

DescribeAffectedAccountsForOrganizationPagesWithContext mocks base method

func (*MockHealthAPI) DescribeAffectedAccountsForOrganizationRequest

DescribeAffectedAccountsForOrganizationRequest mocks base method

func (*MockHealthAPI) DescribeAffectedAccountsForOrganizationWithContext

func (m *MockHealthAPI) DescribeAffectedAccountsForOrganizationWithContext(arg0 context.Context, arg1 *health.DescribeAffectedAccountsForOrganizationInput, arg2 ...request.Option) (*health.DescribeAffectedAccountsForOrganizationOutput, error)

DescribeAffectedAccountsForOrganizationWithContext mocks base method

func (*MockHealthAPI) DescribeAffectedEntities

DescribeAffectedEntities mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesForOrganization

DescribeAffectedEntitiesForOrganization mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesForOrganizationPages

func (m *MockHealthAPI) DescribeAffectedEntitiesForOrganizationPages(arg0 *health.DescribeAffectedEntitiesForOrganizationInput, arg1 func(*health.DescribeAffectedEntitiesForOrganizationOutput, bool) bool) error

DescribeAffectedEntitiesForOrganizationPages mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesForOrganizationPagesWithContext

func (m *MockHealthAPI) DescribeAffectedEntitiesForOrganizationPagesWithContext(arg0 context.Context, arg1 *health.DescribeAffectedEntitiesForOrganizationInput, arg2 func(*health.DescribeAffectedEntitiesForOrganizationOutput, bool) bool, arg3 ...request.Option) error

DescribeAffectedEntitiesForOrganizationPagesWithContext mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesForOrganizationRequest

DescribeAffectedEntitiesForOrganizationRequest mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesForOrganizationWithContext

func (m *MockHealthAPI) DescribeAffectedEntitiesForOrganizationWithContext(arg0 context.Context, arg1 *health.DescribeAffectedEntitiesForOrganizationInput, arg2 ...request.Option) (*health.DescribeAffectedEntitiesForOrganizationOutput, error)

DescribeAffectedEntitiesForOrganizationWithContext mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesPages

func (m *MockHealthAPI) DescribeAffectedEntitiesPages(arg0 *health.DescribeAffectedEntitiesInput, arg1 func(*health.DescribeAffectedEntitiesOutput, bool) bool) error

DescribeAffectedEntitiesPages mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesPagesWithContext

func (m *MockHealthAPI) DescribeAffectedEntitiesPagesWithContext(arg0 context.Context, arg1 *health.DescribeAffectedEntitiesInput, arg2 func(*health.DescribeAffectedEntitiesOutput, bool) bool, arg3 ...request.Option) error

DescribeAffectedEntitiesPagesWithContext mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesRequest

DescribeAffectedEntitiesRequest mocks base method

func (*MockHealthAPI) DescribeAffectedEntitiesWithContext

func (m *MockHealthAPI) DescribeAffectedEntitiesWithContext(arg0 context.Context, arg1 *health.DescribeAffectedEntitiesInput, arg2 ...request.Option) (*health.DescribeAffectedEntitiesOutput, error)

DescribeAffectedEntitiesWithContext mocks base method

func (*MockHealthAPI) DescribeEntityAggregates

DescribeEntityAggregates mocks base method

func (*MockHealthAPI) DescribeEntityAggregatesRequest

DescribeEntityAggregatesRequest mocks base method

func (*MockHealthAPI) DescribeEntityAggregatesWithContext

func (m *MockHealthAPI) DescribeEntityAggregatesWithContext(arg0 context.Context, arg1 *health.DescribeEntityAggregatesInput, arg2 ...request.Option) (*health.DescribeEntityAggregatesOutput, error)

DescribeEntityAggregatesWithContext mocks base method

func (*MockHealthAPI) DescribeEventAggregates

DescribeEventAggregates mocks base method

func (*MockHealthAPI) DescribeEventAggregatesPages

func (m *MockHealthAPI) DescribeEventAggregatesPages(arg0 *health.DescribeEventAggregatesInput, arg1 func(*health.DescribeEventAggregatesOutput, bool) bool) error

DescribeEventAggregatesPages mocks base method

func (*MockHealthAPI) DescribeEventAggregatesPagesWithContext

func (m *MockHealthAPI) DescribeEventAggregatesPagesWithContext(arg0 context.Context, arg1 *health.DescribeEventAggregatesInput, arg2 func(*health.DescribeEventAggregatesOutput, bool) bool, arg3 ...request.Option) error

DescribeEventAggregatesPagesWithContext mocks base method

func (*MockHealthAPI) DescribeEventAggregatesRequest

DescribeEventAggregatesRequest mocks base method

func (*MockHealthAPI) DescribeEventAggregatesWithContext

func (m *MockHealthAPI) DescribeEventAggregatesWithContext(arg0 context.Context, arg1 *health.DescribeEventAggregatesInput, arg2 ...request.Option) (*health.DescribeEventAggregatesOutput, error)

DescribeEventAggregatesWithContext mocks base method

func (*MockHealthAPI) DescribeEventDetails

DescribeEventDetails mocks base method

func (*MockHealthAPI) DescribeEventDetailsForOrganization

DescribeEventDetailsForOrganization mocks base method

func (*MockHealthAPI) DescribeEventDetailsForOrganizationRequest

DescribeEventDetailsForOrganizationRequest mocks base method

func (*MockHealthAPI) DescribeEventDetailsForOrganizationWithContext

func (m *MockHealthAPI) DescribeEventDetailsForOrganizationWithContext(arg0 context.Context, arg1 *health.DescribeEventDetailsForOrganizationInput, arg2 ...request.Option) (*health.DescribeEventDetailsForOrganizationOutput, error)

DescribeEventDetailsForOrganizationWithContext mocks base method

func (*MockHealthAPI) DescribeEventDetailsRequest

DescribeEventDetailsRequest mocks base method

func (*MockHealthAPI) DescribeEventDetailsWithContext

func (m *MockHealthAPI) DescribeEventDetailsWithContext(arg0 context.Context, arg1 *health.DescribeEventDetailsInput, arg2 ...request.Option) (*health.DescribeEventDetailsOutput, error)

DescribeEventDetailsWithContext mocks base method

func (*MockHealthAPI) DescribeEventTypes

DescribeEventTypes mocks base method

func (*MockHealthAPI) DescribeEventTypesPages

func (m *MockHealthAPI) DescribeEventTypesPages(arg0 *health.DescribeEventTypesInput, arg1 func(*health.DescribeEventTypesOutput, bool) bool) error

DescribeEventTypesPages mocks base method

func (*MockHealthAPI) DescribeEventTypesPagesWithContext

func (m *MockHealthAPI) DescribeEventTypesPagesWithContext(arg0 context.Context, arg1 *health.DescribeEventTypesInput, arg2 func(*health.DescribeEventTypesOutput, bool) bool, arg3 ...request.Option) error

DescribeEventTypesPagesWithContext mocks base method

func (*MockHealthAPI) DescribeEventTypesRequest

DescribeEventTypesRequest mocks base method

func (*MockHealthAPI) DescribeEventTypesWithContext

func (m *MockHealthAPI) DescribeEventTypesWithContext(arg0 context.Context, arg1 *health.DescribeEventTypesInput, arg2 ...request.Option) (*health.DescribeEventTypesOutput, error)

DescribeEventTypesWithContext mocks base method

func (*MockHealthAPI) DescribeEvents

DescribeEvents mocks base method

func (*MockHealthAPI) DescribeEventsForOrganization

DescribeEventsForOrganization mocks base method

func (*MockHealthAPI) DescribeEventsForOrganizationPages

func (m *MockHealthAPI) DescribeEventsForOrganizationPages(arg0 *health.DescribeEventsForOrganizationInput, arg1 func(*health.DescribeEventsForOrganizationOutput, bool) bool) error

DescribeEventsForOrganizationPages mocks base method

func (*MockHealthAPI) DescribeEventsForOrganizationPagesWithContext

func (m *MockHealthAPI) DescribeEventsForOrganizationPagesWithContext(arg0 context.Context, arg1 *health.DescribeEventsForOrganizationInput, arg2 func(*health.DescribeEventsForOrganizationOutput, bool) bool, arg3 ...request.Option) error

DescribeEventsForOrganizationPagesWithContext mocks base method

func (*MockHealthAPI) DescribeEventsForOrganizationRequest

DescribeEventsForOrganizationRequest mocks base method

func (*MockHealthAPI) DescribeEventsForOrganizationWithContext

func (m *MockHealthAPI) DescribeEventsForOrganizationWithContext(arg0 context.Context, arg1 *health.DescribeEventsForOrganizationInput, arg2 ...request.Option) (*health.DescribeEventsForOrganizationOutput, error)

DescribeEventsForOrganizationWithContext mocks base method

func (*MockHealthAPI) DescribeEventsPages

func (m *MockHealthAPI) DescribeEventsPages(arg0 *health.DescribeEventsInput, arg1 func(*health.DescribeEventsOutput, bool) bool) error

DescribeEventsPages mocks base method

func (*MockHealthAPI) DescribeEventsPagesWithContext

func (m *MockHealthAPI) DescribeEventsPagesWithContext(arg0 context.Context, arg1 *health.DescribeEventsInput, arg2 func(*health.DescribeEventsOutput, bool) bool, arg3 ...request.Option) error

DescribeEventsPagesWithContext mocks base method

func (*MockHealthAPI) DescribeEventsRequest

func (m *MockHealthAPI) DescribeEventsRequest(arg0 *health.DescribeEventsInput) (*request.Request, *health.DescribeEventsOutput)

DescribeEventsRequest mocks base method

func (*MockHealthAPI) DescribeEventsWithContext

func (m *MockHealthAPI) DescribeEventsWithContext(arg0 context.Context, arg1 *health.DescribeEventsInput, arg2 ...request.Option) (*health.DescribeEventsOutput, error)

DescribeEventsWithContext mocks base method

func (*MockHealthAPI) DescribeHealthServiceStatusForOrganization

DescribeHealthServiceStatusForOrganization mocks base method

func (*MockHealthAPI) DescribeHealthServiceStatusForOrganizationRequest

DescribeHealthServiceStatusForOrganizationRequest mocks base method

func (*MockHealthAPI) DescribeHealthServiceStatusForOrganizationWithContext

DescribeHealthServiceStatusForOrganizationWithContext mocks base method

func (*MockHealthAPI) DisableHealthServiceAccessForOrganization

DisableHealthServiceAccessForOrganization mocks base method

func (*MockHealthAPI) DisableHealthServiceAccessForOrganizationRequest

DisableHealthServiceAccessForOrganizationRequest mocks base method

func (*MockHealthAPI) DisableHealthServiceAccessForOrganizationWithContext

func (m *MockHealthAPI) DisableHealthServiceAccessForOrganizationWithContext(arg0 context.Context, arg1 *health.DisableHealthServiceAccessForOrganizationInput, arg2 ...request.Option) (*health.DisableHealthServiceAccessForOrganizationOutput, error)

DisableHealthServiceAccessForOrganizationWithContext mocks base method

func (*MockHealthAPI) EXPECT

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

func (*MockHealthAPI) EnableHealthServiceAccessForOrganization

EnableHealthServiceAccessForOrganization mocks base method

func (*MockHealthAPI) EnableHealthServiceAccessForOrganizationRequest

EnableHealthServiceAccessForOrganizationRequest mocks base method

func (*MockHealthAPI) EnableHealthServiceAccessForOrganizationWithContext

func (m *MockHealthAPI) EnableHealthServiceAccessForOrganizationWithContext(arg0 context.Context, arg1 *health.EnableHealthServiceAccessForOrganizationInput, arg2 ...request.Option) (*health.EnableHealthServiceAccessForOrganizationOutput, error)

EnableHealthServiceAccessForOrganizationWithContext mocks base method

type MockHealthAPIMockRecorder

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

MockHealthAPIMockRecorder is the mock recorder for MockHealthAPI

func (*MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganization

func (mr *MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganization(arg0 interface{}) *gomock.Call

DescribeAffectedAccountsForOrganization indicates an expected call of DescribeAffectedAccountsForOrganization

func (*MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationPages

func (mr *MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationPages(arg0, arg1 interface{}) *gomock.Call

DescribeAffectedAccountsForOrganizationPages indicates an expected call of DescribeAffectedAccountsForOrganizationPages

func (*MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAffectedAccountsForOrganizationPagesWithContext indicates an expected call of DescribeAffectedAccountsForOrganizationPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationRequest(arg0 interface{}) *gomock.Call

DescribeAffectedAccountsForOrganizationRequest indicates an expected call of DescribeAffectedAccountsForOrganizationRequest

func (*MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedAccountsForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAffectedAccountsForOrganizationWithContext indicates an expected call of DescribeAffectedAccountsForOrganizationWithContext

func (*MockHealthAPIMockRecorder) DescribeAffectedEntities

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntities(arg0 interface{}) *gomock.Call

DescribeAffectedEntities indicates an expected call of DescribeAffectedEntities

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganization

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganization(arg0 interface{}) *gomock.Call

DescribeAffectedEntitiesForOrganization indicates an expected call of DescribeAffectedEntitiesForOrganization

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationPages

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationPages(arg0, arg1 interface{}) *gomock.Call

DescribeAffectedEntitiesForOrganizationPages indicates an expected call of DescribeAffectedEntitiesForOrganizationPages

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAffectedEntitiesForOrganizationPagesWithContext indicates an expected call of DescribeAffectedEntitiesForOrganizationPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationRequest(arg0 interface{}) *gomock.Call

DescribeAffectedEntitiesForOrganizationRequest indicates an expected call of DescribeAffectedEntitiesForOrganizationRequest

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAffectedEntitiesForOrganizationWithContext indicates an expected call of DescribeAffectedEntitiesForOrganizationWithContext

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesPages

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesPages(arg0, arg1 interface{}) *gomock.Call

DescribeAffectedEntitiesPages indicates an expected call of DescribeAffectedEntitiesPages

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeAffectedEntitiesPagesWithContext indicates an expected call of DescribeAffectedEntitiesPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesRequest

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesRequest(arg0 interface{}) *gomock.Call

DescribeAffectedEntitiesRequest indicates an expected call of DescribeAffectedEntitiesRequest

func (*MockHealthAPIMockRecorder) DescribeAffectedEntitiesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeAffectedEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAffectedEntitiesWithContext indicates an expected call of DescribeAffectedEntitiesWithContext

func (*MockHealthAPIMockRecorder) DescribeEntityAggregates

func (mr *MockHealthAPIMockRecorder) DescribeEntityAggregates(arg0 interface{}) *gomock.Call

DescribeEntityAggregates indicates an expected call of DescribeEntityAggregates

func (*MockHealthAPIMockRecorder) DescribeEntityAggregatesRequest

func (mr *MockHealthAPIMockRecorder) DescribeEntityAggregatesRequest(arg0 interface{}) *gomock.Call

DescribeEntityAggregatesRequest indicates an expected call of DescribeEntityAggregatesRequest

func (*MockHealthAPIMockRecorder) DescribeEntityAggregatesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEntityAggregatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEntityAggregatesWithContext indicates an expected call of DescribeEntityAggregatesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventAggregates

func (mr *MockHealthAPIMockRecorder) DescribeEventAggregates(arg0 interface{}) *gomock.Call

DescribeEventAggregates indicates an expected call of DescribeEventAggregates

func (*MockHealthAPIMockRecorder) DescribeEventAggregatesPages

func (mr *MockHealthAPIMockRecorder) DescribeEventAggregatesPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventAggregatesPages indicates an expected call of DescribeEventAggregatesPages

func (*MockHealthAPIMockRecorder) DescribeEventAggregatesPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventAggregatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventAggregatesPagesWithContext indicates an expected call of DescribeEventAggregatesPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventAggregatesRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventAggregatesRequest(arg0 interface{}) *gomock.Call

DescribeEventAggregatesRequest indicates an expected call of DescribeEventAggregatesRequest

func (*MockHealthAPIMockRecorder) DescribeEventAggregatesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventAggregatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventAggregatesWithContext indicates an expected call of DescribeEventAggregatesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventDetails

func (mr *MockHealthAPIMockRecorder) DescribeEventDetails(arg0 interface{}) *gomock.Call

DescribeEventDetails indicates an expected call of DescribeEventDetails

func (*MockHealthAPIMockRecorder) DescribeEventDetailsForOrganization

func (mr *MockHealthAPIMockRecorder) DescribeEventDetailsForOrganization(arg0 interface{}) *gomock.Call

DescribeEventDetailsForOrganization indicates an expected call of DescribeEventDetailsForOrganization

func (*MockHealthAPIMockRecorder) DescribeEventDetailsForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventDetailsForOrganizationRequest(arg0 interface{}) *gomock.Call

DescribeEventDetailsForOrganizationRequest indicates an expected call of DescribeEventDetailsForOrganizationRequest

func (*MockHealthAPIMockRecorder) DescribeEventDetailsForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventDetailsForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventDetailsForOrganizationWithContext indicates an expected call of DescribeEventDetailsForOrganizationWithContext

func (*MockHealthAPIMockRecorder) DescribeEventDetailsRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventDetailsRequest(arg0 interface{}) *gomock.Call

DescribeEventDetailsRequest indicates an expected call of DescribeEventDetailsRequest

func (*MockHealthAPIMockRecorder) DescribeEventDetailsWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventDetailsWithContext indicates an expected call of DescribeEventDetailsWithContext

func (*MockHealthAPIMockRecorder) DescribeEventTypes

func (mr *MockHealthAPIMockRecorder) DescribeEventTypes(arg0 interface{}) *gomock.Call

DescribeEventTypes indicates an expected call of DescribeEventTypes

func (*MockHealthAPIMockRecorder) DescribeEventTypesPages

func (mr *MockHealthAPIMockRecorder) DescribeEventTypesPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventTypesPages indicates an expected call of DescribeEventTypesPages

func (*MockHealthAPIMockRecorder) DescribeEventTypesPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventTypesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventTypesPagesWithContext indicates an expected call of DescribeEventTypesPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventTypesRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventTypesRequest(arg0 interface{}) *gomock.Call

DescribeEventTypesRequest indicates an expected call of DescribeEventTypesRequest

func (*MockHealthAPIMockRecorder) DescribeEventTypesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventTypesWithContext indicates an expected call of DescribeEventTypesWithContext

func (*MockHealthAPIMockRecorder) DescribeEvents

func (mr *MockHealthAPIMockRecorder) DescribeEvents(arg0 interface{}) *gomock.Call

DescribeEvents indicates an expected call of DescribeEvents

func (*MockHealthAPIMockRecorder) DescribeEventsForOrganization

func (mr *MockHealthAPIMockRecorder) DescribeEventsForOrganization(arg0 interface{}) *gomock.Call

DescribeEventsForOrganization indicates an expected call of DescribeEventsForOrganization

func (*MockHealthAPIMockRecorder) DescribeEventsForOrganizationPages

func (mr *MockHealthAPIMockRecorder) DescribeEventsForOrganizationPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsForOrganizationPages indicates an expected call of DescribeEventsForOrganizationPages

func (*MockHealthAPIMockRecorder) DescribeEventsForOrganizationPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventsForOrganizationPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventsForOrganizationPagesWithContext indicates an expected call of DescribeEventsForOrganizationPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventsForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventsForOrganizationRequest(arg0 interface{}) *gomock.Call

DescribeEventsForOrganizationRequest indicates an expected call of DescribeEventsForOrganizationRequest

func (*MockHealthAPIMockRecorder) DescribeEventsForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventsForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsForOrganizationWithContext indicates an expected call of DescribeEventsForOrganizationWithContext

func (*MockHealthAPIMockRecorder) DescribeEventsPages

func (mr *MockHealthAPIMockRecorder) DescribeEventsPages(arg0, arg1 interface{}) *gomock.Call

DescribeEventsPages indicates an expected call of DescribeEventsPages

func (*MockHealthAPIMockRecorder) DescribeEventsPagesWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeEventsPagesWithContext indicates an expected call of DescribeEventsPagesWithContext

func (*MockHealthAPIMockRecorder) DescribeEventsRequest

func (mr *MockHealthAPIMockRecorder) DescribeEventsRequest(arg0 interface{}) *gomock.Call

DescribeEventsRequest indicates an expected call of DescribeEventsRequest

func (*MockHealthAPIMockRecorder) DescribeEventsWithContext

func (mr *MockHealthAPIMockRecorder) DescribeEventsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeEventsWithContext indicates an expected call of DescribeEventsWithContext

func (*MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganization

func (mr *MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganization(arg0 interface{}) *gomock.Call

DescribeHealthServiceStatusForOrganization indicates an expected call of DescribeHealthServiceStatusForOrganization

func (*MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganizationRequest(arg0 interface{}) *gomock.Call

DescribeHealthServiceStatusForOrganizationRequest indicates an expected call of DescribeHealthServiceStatusForOrganizationRequest

func (*MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DescribeHealthServiceStatusForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeHealthServiceStatusForOrganizationWithContext indicates an expected call of DescribeHealthServiceStatusForOrganizationWithContext

func (*MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganization

func (mr *MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganization(arg0 interface{}) *gomock.Call

DisableHealthServiceAccessForOrganization indicates an expected call of DisableHealthServiceAccessForOrganization

func (*MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganizationRequest(arg0 interface{}) *gomock.Call

DisableHealthServiceAccessForOrganizationRequest indicates an expected call of DisableHealthServiceAccessForOrganizationRequest

func (*MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) DisableHealthServiceAccessForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableHealthServiceAccessForOrganizationWithContext indicates an expected call of DisableHealthServiceAccessForOrganizationWithContext

func (*MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganization

func (mr *MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganization(arg0 interface{}) *gomock.Call

EnableHealthServiceAccessForOrganization indicates an expected call of EnableHealthServiceAccessForOrganization

func (*MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganizationRequest

func (mr *MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganizationRequest(arg0 interface{}) *gomock.Call

EnableHealthServiceAccessForOrganizationRequest indicates an expected call of EnableHealthServiceAccessForOrganizationRequest

func (*MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganizationWithContext

func (mr *MockHealthAPIMockRecorder) EnableHealthServiceAccessForOrganizationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableHealthServiceAccessForOrganizationWithContext indicates an expected call of EnableHealthServiceAccessForOrganizationWithContext

type MockIAMAPI

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

MockIAMAPI is a mock of IAMAPI interface

func NewMockIAMAPI

func NewMockIAMAPI(ctrl *gomock.Controller) *MockIAMAPI

NewMockIAMAPI creates a new mock instance

func (*MockIAMAPI) AddClientIDToOpenIDConnectProvider

AddClientIDToOpenIDConnectProvider mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderRequest

AddClientIDToOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext

func (m *MockIAMAPI) AddClientIDToOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.AddClientIDToOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.AddClientIDToOpenIDConnectProviderOutput, error)

AddClientIDToOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfile

AddRoleToInstanceProfile mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileRequest

func (m *MockIAMAPI) AddRoleToInstanceProfileRequest(arg0 *iam.AddRoleToInstanceProfileInput) (*request.Request, *iam.AddRoleToInstanceProfileOutput)

AddRoleToInstanceProfileRequest mocks base method

func (*MockIAMAPI) AddRoleToInstanceProfileWithContext

func (m *MockIAMAPI) AddRoleToInstanceProfileWithContext(arg0 context.Context, arg1 *iam.AddRoleToInstanceProfileInput, arg2 ...request.Option) (*iam.AddRoleToInstanceProfileOutput, error)

AddRoleToInstanceProfileWithContext mocks base method

func (*MockIAMAPI) AddUserToGroup

func (m *MockIAMAPI) AddUserToGroup(arg0 *iam.AddUserToGroupInput) (*iam.AddUserToGroupOutput, error)

AddUserToGroup mocks base method

func (*MockIAMAPI) AddUserToGroupRequest

func (m *MockIAMAPI) AddUserToGroupRequest(arg0 *iam.AddUserToGroupInput) (*request.Request, *iam.AddUserToGroupOutput)

AddUserToGroupRequest mocks base method

func (*MockIAMAPI) AddUserToGroupWithContext

func (m *MockIAMAPI) AddUserToGroupWithContext(arg0 context.Context, arg1 *iam.AddUserToGroupInput, arg2 ...request.Option) (*iam.AddUserToGroupOutput, error)

AddUserToGroupWithContext mocks base method

func (*MockIAMAPI) AttachGroupPolicy

func (m *MockIAMAPI) AttachGroupPolicy(arg0 *iam.AttachGroupPolicyInput) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicy mocks base method

func (*MockIAMAPI) AttachGroupPolicyRequest

func (m *MockIAMAPI) AttachGroupPolicyRequest(arg0 *iam.AttachGroupPolicyInput) (*request.Request, *iam.AttachGroupPolicyOutput)

AttachGroupPolicyRequest mocks base method

func (*MockIAMAPI) AttachGroupPolicyWithContext

func (m *MockIAMAPI) AttachGroupPolicyWithContext(arg0 context.Context, arg1 *iam.AttachGroupPolicyInput, arg2 ...request.Option) (*iam.AttachGroupPolicyOutput, error)

AttachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) AttachRolePolicy

func (m *MockIAMAPI) AttachRolePolicy(arg0 *iam.AttachRolePolicyInput) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicy mocks base method

func (*MockIAMAPI) AttachRolePolicyRequest

func (m *MockIAMAPI) AttachRolePolicyRequest(arg0 *iam.AttachRolePolicyInput) (*request.Request, *iam.AttachRolePolicyOutput)

AttachRolePolicyRequest mocks base method

func (*MockIAMAPI) AttachRolePolicyWithContext

func (m *MockIAMAPI) AttachRolePolicyWithContext(arg0 context.Context, arg1 *iam.AttachRolePolicyInput, arg2 ...request.Option) (*iam.AttachRolePolicyOutput, error)

AttachRolePolicyWithContext mocks base method

func (*MockIAMAPI) AttachUserPolicy

func (m *MockIAMAPI) AttachUserPolicy(arg0 *iam.AttachUserPolicyInput) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicy mocks base method

func (*MockIAMAPI) AttachUserPolicyRequest

func (m *MockIAMAPI) AttachUserPolicyRequest(arg0 *iam.AttachUserPolicyInput) (*request.Request, *iam.AttachUserPolicyOutput)

AttachUserPolicyRequest mocks base method

func (*MockIAMAPI) AttachUserPolicyWithContext

func (m *MockIAMAPI) AttachUserPolicyWithContext(arg0 context.Context, arg1 *iam.AttachUserPolicyInput, arg2 ...request.Option) (*iam.AttachUserPolicyOutput, error)

AttachUserPolicyWithContext mocks base method

func (*MockIAMAPI) ChangePassword

func (m *MockIAMAPI) ChangePassword(arg0 *iam.ChangePasswordInput) (*iam.ChangePasswordOutput, error)

ChangePassword mocks base method

func (*MockIAMAPI) ChangePasswordRequest

func (m *MockIAMAPI) ChangePasswordRequest(arg0 *iam.ChangePasswordInput) (*request.Request, *iam.ChangePasswordOutput)

ChangePasswordRequest mocks base method

func (*MockIAMAPI) ChangePasswordWithContext

func (m *MockIAMAPI) ChangePasswordWithContext(arg0 context.Context, arg1 *iam.ChangePasswordInput, arg2 ...request.Option) (*iam.ChangePasswordOutput, error)

ChangePasswordWithContext mocks base method

func (*MockIAMAPI) CreateAccessKey

func (m *MockIAMAPI) CreateAccessKey(arg0 *iam.CreateAccessKeyInput) (*iam.CreateAccessKeyOutput, error)

CreateAccessKey mocks base method

func (*MockIAMAPI) CreateAccessKeyRequest

func (m *MockIAMAPI) CreateAccessKeyRequest(arg0 *iam.CreateAccessKeyInput) (*request.Request, *iam.CreateAccessKeyOutput)

CreateAccessKeyRequest mocks base method

func (*MockIAMAPI) CreateAccessKeyWithContext

func (m *MockIAMAPI) CreateAccessKeyWithContext(arg0 context.Context, arg1 *iam.CreateAccessKeyInput, arg2 ...request.Option) (*iam.CreateAccessKeyOutput, error)

CreateAccessKeyWithContext mocks base method

func (*MockIAMAPI) CreateAccountAlias

func (m *MockIAMAPI) CreateAccountAlias(arg0 *iam.CreateAccountAliasInput) (*iam.CreateAccountAliasOutput, error)

CreateAccountAlias mocks base method

func (*MockIAMAPI) CreateAccountAliasRequest

func (m *MockIAMAPI) CreateAccountAliasRequest(arg0 *iam.CreateAccountAliasInput) (*request.Request, *iam.CreateAccountAliasOutput)

CreateAccountAliasRequest mocks base method

func (*MockIAMAPI) CreateAccountAliasWithContext

func (m *MockIAMAPI) CreateAccountAliasWithContext(arg0 context.Context, arg1 *iam.CreateAccountAliasInput, arg2 ...request.Option) (*iam.CreateAccountAliasOutput, error)

CreateAccountAliasWithContext mocks base method

func (*MockIAMAPI) CreateGroup

func (m *MockIAMAPI) CreateGroup(arg0 *iam.CreateGroupInput) (*iam.CreateGroupOutput, error)

CreateGroup mocks base method

func (*MockIAMAPI) CreateGroupRequest

func (m *MockIAMAPI) CreateGroupRequest(arg0 *iam.CreateGroupInput) (*request.Request, *iam.CreateGroupOutput)

CreateGroupRequest mocks base method

func (*MockIAMAPI) CreateGroupWithContext

func (m *MockIAMAPI) CreateGroupWithContext(arg0 context.Context, arg1 *iam.CreateGroupInput, arg2 ...request.Option) (*iam.CreateGroupOutput, error)

CreateGroupWithContext mocks base method

func (*MockIAMAPI) CreateInstanceProfile

func (m *MockIAMAPI) CreateInstanceProfile(arg0 *iam.CreateInstanceProfileInput) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfile mocks base method

func (*MockIAMAPI) CreateInstanceProfileRequest

func (m *MockIAMAPI) CreateInstanceProfileRequest(arg0 *iam.CreateInstanceProfileInput) (*request.Request, *iam.CreateInstanceProfileOutput)

CreateInstanceProfileRequest mocks base method

func (*MockIAMAPI) CreateInstanceProfileWithContext

func (m *MockIAMAPI) CreateInstanceProfileWithContext(arg0 context.Context, arg1 *iam.CreateInstanceProfileInput, arg2 ...request.Option) (*iam.CreateInstanceProfileOutput, error)

CreateInstanceProfileWithContext mocks base method

func (*MockIAMAPI) CreateLoginProfile

func (m *MockIAMAPI) CreateLoginProfile(arg0 *iam.CreateLoginProfileInput) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfile mocks base method

func (*MockIAMAPI) CreateLoginProfileRequest

func (m *MockIAMAPI) CreateLoginProfileRequest(arg0 *iam.CreateLoginProfileInput) (*request.Request, *iam.CreateLoginProfileOutput)

CreateLoginProfileRequest mocks base method

func (*MockIAMAPI) CreateLoginProfileWithContext

func (m *MockIAMAPI) CreateLoginProfileWithContext(arg0 context.Context, arg1 *iam.CreateLoginProfileInput, arg2 ...request.Option) (*iam.CreateLoginProfileOutput, error)

CreateLoginProfileWithContext mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProvider

CreateOpenIDConnectProvider mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderRequest

func (m *MockIAMAPI) CreateOpenIDConnectProviderRequest(arg0 *iam.CreateOpenIDConnectProviderInput) (*request.Request, *iam.CreateOpenIDConnectProviderOutput)

CreateOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) CreateOpenIDConnectProviderWithContext

func (m *MockIAMAPI) CreateOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.CreateOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.CreateOpenIDConnectProviderOutput, error)

CreateOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) CreatePolicy

func (m *MockIAMAPI) CreatePolicy(arg0 *iam.CreatePolicyInput) (*iam.CreatePolicyOutput, error)

CreatePolicy mocks base method

func (*MockIAMAPI) CreatePolicyRequest

func (m *MockIAMAPI) CreatePolicyRequest(arg0 *iam.CreatePolicyInput) (*request.Request, *iam.CreatePolicyOutput)

CreatePolicyRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersion

func (m *MockIAMAPI) CreatePolicyVersion(arg0 *iam.CreatePolicyVersionInput) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersion mocks base method

func (*MockIAMAPI) CreatePolicyVersionRequest

func (m *MockIAMAPI) CreatePolicyVersionRequest(arg0 *iam.CreatePolicyVersionInput) (*request.Request, *iam.CreatePolicyVersionOutput)

CreatePolicyVersionRequest mocks base method

func (*MockIAMAPI) CreatePolicyVersionWithContext

func (m *MockIAMAPI) CreatePolicyVersionWithContext(arg0 context.Context, arg1 *iam.CreatePolicyVersionInput, arg2 ...request.Option) (*iam.CreatePolicyVersionOutput, error)

CreatePolicyVersionWithContext mocks base method

func (*MockIAMAPI) CreatePolicyWithContext

func (m *MockIAMAPI) CreatePolicyWithContext(arg0 context.Context, arg1 *iam.CreatePolicyInput, arg2 ...request.Option) (*iam.CreatePolicyOutput, error)

CreatePolicyWithContext mocks base method

func (*MockIAMAPI) CreateRole

func (m *MockIAMAPI) CreateRole(arg0 *iam.CreateRoleInput) (*iam.CreateRoleOutput, error)

CreateRole mocks base method

func (*MockIAMAPI) CreateRoleRequest

func (m *MockIAMAPI) CreateRoleRequest(arg0 *iam.CreateRoleInput) (*request.Request, *iam.CreateRoleOutput)

CreateRoleRequest mocks base method

func (*MockIAMAPI) CreateRoleWithContext

func (m *MockIAMAPI) CreateRoleWithContext(arg0 context.Context, arg1 *iam.CreateRoleInput, arg2 ...request.Option) (*iam.CreateRoleOutput, error)

CreateRoleWithContext mocks base method

func (*MockIAMAPI) CreateSAMLProvider

func (m *MockIAMAPI) CreateSAMLProvider(arg0 *iam.CreateSAMLProviderInput) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProvider mocks base method

func (*MockIAMAPI) CreateSAMLProviderRequest

func (m *MockIAMAPI) CreateSAMLProviderRequest(arg0 *iam.CreateSAMLProviderInput) (*request.Request, *iam.CreateSAMLProviderOutput)

CreateSAMLProviderRequest mocks base method

func (*MockIAMAPI) CreateSAMLProviderWithContext

func (m *MockIAMAPI) CreateSAMLProviderWithContext(arg0 context.Context, arg1 *iam.CreateSAMLProviderInput, arg2 ...request.Option) (*iam.CreateSAMLProviderOutput, error)

CreateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) CreateServiceLinkedRole

func (m *MockIAMAPI) CreateServiceLinkedRole(arg0 *iam.CreateServiceLinkedRoleInput) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRole mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleRequest

func (m *MockIAMAPI) CreateServiceLinkedRoleRequest(arg0 *iam.CreateServiceLinkedRoleInput) (*request.Request, *iam.CreateServiceLinkedRoleOutput)

CreateServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) CreateServiceLinkedRoleWithContext

func (m *MockIAMAPI) CreateServiceLinkedRoleWithContext(arg0 context.Context, arg1 *iam.CreateServiceLinkedRoleInput, arg2 ...request.Option) (*iam.CreateServiceLinkedRoleOutput, error)

CreateServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredential

CreateServiceSpecificCredential mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialRequest

func (m *MockIAMAPI) CreateServiceSpecificCredentialRequest(arg0 *iam.CreateServiceSpecificCredentialInput) (*request.Request, *iam.CreateServiceSpecificCredentialOutput)

CreateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) CreateServiceSpecificCredentialWithContext

func (m *MockIAMAPI) CreateServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.CreateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.CreateServiceSpecificCredentialOutput, error)

CreateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) CreateUser

func (m *MockIAMAPI) CreateUser(arg0 *iam.CreateUserInput) (*iam.CreateUserOutput, error)

CreateUser mocks base method

func (*MockIAMAPI) CreateUserRequest

func (m *MockIAMAPI) CreateUserRequest(arg0 *iam.CreateUserInput) (*request.Request, *iam.CreateUserOutput)

CreateUserRequest mocks base method

func (*MockIAMAPI) CreateUserWithContext

func (m *MockIAMAPI) CreateUserWithContext(arg0 context.Context, arg1 *iam.CreateUserInput, arg2 ...request.Option) (*iam.CreateUserOutput, error)

CreateUserWithContext mocks base method

func (*MockIAMAPI) CreateVirtualMFADevice

func (m *MockIAMAPI) CreateVirtualMFADevice(arg0 *iam.CreateVirtualMFADeviceInput) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADevice mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceRequest

func (m *MockIAMAPI) CreateVirtualMFADeviceRequest(arg0 *iam.CreateVirtualMFADeviceInput) (*request.Request, *iam.CreateVirtualMFADeviceOutput)

CreateVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) CreateVirtualMFADeviceWithContext

func (m *MockIAMAPI) CreateVirtualMFADeviceWithContext(arg0 context.Context, arg1 *iam.CreateVirtualMFADeviceInput, arg2 ...request.Option) (*iam.CreateVirtualMFADeviceOutput, error)

CreateVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeactivateMFADevice

func (m *MockIAMAPI) DeactivateMFADevice(arg0 *iam.DeactivateMFADeviceInput) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADevice mocks base method

func (*MockIAMAPI) DeactivateMFADeviceRequest

func (m *MockIAMAPI) DeactivateMFADeviceRequest(arg0 *iam.DeactivateMFADeviceInput) (*request.Request, *iam.DeactivateMFADeviceOutput)

DeactivateMFADeviceRequest mocks base method

func (*MockIAMAPI) DeactivateMFADeviceWithContext

func (m *MockIAMAPI) DeactivateMFADeviceWithContext(arg0 context.Context, arg1 *iam.DeactivateMFADeviceInput, arg2 ...request.Option) (*iam.DeactivateMFADeviceOutput, error)

DeactivateMFADeviceWithContext mocks base method

func (*MockIAMAPI) DeleteAccessKey

func (m *MockIAMAPI) DeleteAccessKey(arg0 *iam.DeleteAccessKeyInput) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKey mocks base method

func (*MockIAMAPI) DeleteAccessKeyRequest

func (m *MockIAMAPI) DeleteAccessKeyRequest(arg0 *iam.DeleteAccessKeyInput) (*request.Request, *iam.DeleteAccessKeyOutput)

DeleteAccessKeyRequest mocks base method

func (*MockIAMAPI) DeleteAccessKeyWithContext

func (m *MockIAMAPI) DeleteAccessKeyWithContext(arg0 context.Context, arg1 *iam.DeleteAccessKeyInput, arg2 ...request.Option) (*iam.DeleteAccessKeyOutput, error)

DeleteAccessKeyWithContext mocks base method

func (*MockIAMAPI) DeleteAccountAlias

func (m *MockIAMAPI) DeleteAccountAlias(arg0 *iam.DeleteAccountAliasInput) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAlias mocks base method

func (*MockIAMAPI) DeleteAccountAliasRequest

func (m *MockIAMAPI) DeleteAccountAliasRequest(arg0 *iam.DeleteAccountAliasInput) (*request.Request, *iam.DeleteAccountAliasOutput)

DeleteAccountAliasRequest mocks base method

func (*MockIAMAPI) DeleteAccountAliasWithContext

func (m *MockIAMAPI) DeleteAccountAliasWithContext(arg0 context.Context, arg1 *iam.DeleteAccountAliasInput, arg2 ...request.Option) (*iam.DeleteAccountAliasOutput, error)

DeleteAccountAliasWithContext mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicy

DeleteAccountPasswordPolicy mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyRequest

func (m *MockIAMAPI) DeleteAccountPasswordPolicyRequest(arg0 *iam.DeleteAccountPasswordPolicyInput) (*request.Request, *iam.DeleteAccountPasswordPolicyOutput)

DeleteAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) DeleteAccountPasswordPolicyWithContext

func (m *MockIAMAPI) DeleteAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.DeleteAccountPasswordPolicyOutput, error)

DeleteAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroup

func (m *MockIAMAPI) DeleteGroup(arg0 *iam.DeleteGroupInput) (*iam.DeleteGroupOutput, error)

DeleteGroup mocks base method

func (*MockIAMAPI) DeleteGroupPolicy

func (m *MockIAMAPI) DeleteGroupPolicy(arg0 *iam.DeleteGroupPolicyInput) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicy mocks base method

func (*MockIAMAPI) DeleteGroupPolicyRequest

func (m *MockIAMAPI) DeleteGroupPolicyRequest(arg0 *iam.DeleteGroupPolicyInput) (*request.Request, *iam.DeleteGroupPolicyOutput)

DeleteGroupPolicyRequest mocks base method

func (*MockIAMAPI) DeleteGroupPolicyWithContext

func (m *MockIAMAPI) DeleteGroupPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteGroupPolicyInput, arg2 ...request.Option) (*iam.DeleteGroupPolicyOutput, error)

DeleteGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteGroupRequest

func (m *MockIAMAPI) DeleteGroupRequest(arg0 *iam.DeleteGroupInput) (*request.Request, *iam.DeleteGroupOutput)

DeleteGroupRequest mocks base method

func (*MockIAMAPI) DeleteGroupWithContext

func (m *MockIAMAPI) DeleteGroupWithContext(arg0 context.Context, arg1 *iam.DeleteGroupInput, arg2 ...request.Option) (*iam.DeleteGroupOutput, error)

DeleteGroupWithContext mocks base method

func (*MockIAMAPI) DeleteInstanceProfile

func (m *MockIAMAPI) DeleteInstanceProfile(arg0 *iam.DeleteInstanceProfileInput) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfile mocks base method

func (*MockIAMAPI) DeleteInstanceProfileRequest

func (m *MockIAMAPI) DeleteInstanceProfileRequest(arg0 *iam.DeleteInstanceProfileInput) (*request.Request, *iam.DeleteInstanceProfileOutput)

DeleteInstanceProfileRequest mocks base method

func (*MockIAMAPI) DeleteInstanceProfileWithContext

func (m *MockIAMAPI) DeleteInstanceProfileWithContext(arg0 context.Context, arg1 *iam.DeleteInstanceProfileInput, arg2 ...request.Option) (*iam.DeleteInstanceProfileOutput, error)

DeleteInstanceProfileWithContext mocks base method

func (*MockIAMAPI) DeleteLoginProfile

func (m *MockIAMAPI) DeleteLoginProfile(arg0 *iam.DeleteLoginProfileInput) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfile mocks base method

func (*MockIAMAPI) DeleteLoginProfileRequest

func (m *MockIAMAPI) DeleteLoginProfileRequest(arg0 *iam.DeleteLoginProfileInput) (*request.Request, *iam.DeleteLoginProfileOutput)

DeleteLoginProfileRequest mocks base method

func (*MockIAMAPI) DeleteLoginProfileWithContext

func (m *MockIAMAPI) DeleteLoginProfileWithContext(arg0 context.Context, arg1 *iam.DeleteLoginProfileInput, arg2 ...request.Option) (*iam.DeleteLoginProfileOutput, error)

DeleteLoginProfileWithContext mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProvider

DeleteOpenIDConnectProvider mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderRequest

func (m *MockIAMAPI) DeleteOpenIDConnectProviderRequest(arg0 *iam.DeleteOpenIDConnectProviderInput) (*request.Request, *iam.DeleteOpenIDConnectProviderOutput)

DeleteOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) DeleteOpenIDConnectProviderWithContext

func (m *MockIAMAPI) DeleteOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.DeleteOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.DeleteOpenIDConnectProviderOutput, error)

DeleteOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) DeletePolicy

func (m *MockIAMAPI) DeletePolicy(arg0 *iam.DeletePolicyInput) (*iam.DeletePolicyOutput, error)

DeletePolicy mocks base method

func (*MockIAMAPI) DeletePolicyRequest

func (m *MockIAMAPI) DeletePolicyRequest(arg0 *iam.DeletePolicyInput) (*request.Request, *iam.DeletePolicyOutput)

DeletePolicyRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersion

func (m *MockIAMAPI) DeletePolicyVersion(arg0 *iam.DeletePolicyVersionInput) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersion mocks base method

func (*MockIAMAPI) DeletePolicyVersionRequest

func (m *MockIAMAPI) DeletePolicyVersionRequest(arg0 *iam.DeletePolicyVersionInput) (*request.Request, *iam.DeletePolicyVersionOutput)

DeletePolicyVersionRequest mocks base method

func (*MockIAMAPI) DeletePolicyVersionWithContext

func (m *MockIAMAPI) DeletePolicyVersionWithContext(arg0 context.Context, arg1 *iam.DeletePolicyVersionInput, arg2 ...request.Option) (*iam.DeletePolicyVersionOutput, error)

DeletePolicyVersionWithContext mocks base method

func (*MockIAMAPI) DeletePolicyWithContext

func (m *MockIAMAPI) DeletePolicyWithContext(arg0 context.Context, arg1 *iam.DeletePolicyInput, arg2 ...request.Option) (*iam.DeletePolicyOutput, error)

DeletePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRole

func (m *MockIAMAPI) DeleteRole(arg0 *iam.DeleteRoleInput) (*iam.DeleteRoleOutput, error)

DeleteRole mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundary

DeleteRolePermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryRequest

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryRequest(arg0 *iam.DeleteRolePermissionsBoundaryInput) (*request.Request, *iam.DeleteRolePermissionsBoundaryOutput)

DeleteRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteRolePermissionsBoundaryWithContext

func (m *MockIAMAPI) DeleteRolePermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.DeleteRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteRolePermissionsBoundaryOutput, error)

DeleteRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteRolePolicy

func (m *MockIAMAPI) DeleteRolePolicy(arg0 *iam.DeleteRolePolicyInput) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicy mocks base method

func (*MockIAMAPI) DeleteRolePolicyRequest

func (m *MockIAMAPI) DeleteRolePolicyRequest(arg0 *iam.DeleteRolePolicyInput) (*request.Request, *iam.DeleteRolePolicyOutput)

DeleteRolePolicyRequest mocks base method

func (*MockIAMAPI) DeleteRolePolicyWithContext

func (m *MockIAMAPI) DeleteRolePolicyWithContext(arg0 context.Context, arg1 *iam.DeleteRolePolicyInput, arg2 ...request.Option) (*iam.DeleteRolePolicyOutput, error)

DeleteRolePolicyWithContext mocks base method

func (*MockIAMAPI) DeleteRoleRequest

func (m *MockIAMAPI) DeleteRoleRequest(arg0 *iam.DeleteRoleInput) (*request.Request, *iam.DeleteRoleOutput)

DeleteRoleRequest mocks base method

func (*MockIAMAPI) DeleteRoleWithContext

func (m *MockIAMAPI) DeleteRoleWithContext(arg0 context.Context, arg1 *iam.DeleteRoleInput, arg2 ...request.Option) (*iam.DeleteRoleOutput, error)

DeleteRoleWithContext mocks base method

func (*MockIAMAPI) DeleteSAMLProvider

func (m *MockIAMAPI) DeleteSAMLProvider(arg0 *iam.DeleteSAMLProviderInput) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProvider mocks base method

func (*MockIAMAPI) DeleteSAMLProviderRequest

func (m *MockIAMAPI) DeleteSAMLProviderRequest(arg0 *iam.DeleteSAMLProviderInput) (*request.Request, *iam.DeleteSAMLProviderOutput)

DeleteSAMLProviderRequest mocks base method

func (*MockIAMAPI) DeleteSAMLProviderWithContext

func (m *MockIAMAPI) DeleteSAMLProviderWithContext(arg0 context.Context, arg1 *iam.DeleteSAMLProviderInput, arg2 ...request.Option) (*iam.DeleteSAMLProviderOutput, error)

DeleteSAMLProviderWithContext mocks base method

func (*MockIAMAPI) DeleteSSHPublicKey

func (m *MockIAMAPI) DeleteSSHPublicKey(arg0 *iam.DeleteSSHPublicKeyInput) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKey mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyRequest

func (m *MockIAMAPI) DeleteSSHPublicKeyRequest(arg0 *iam.DeleteSSHPublicKeyInput) (*request.Request, *iam.DeleteSSHPublicKeyOutput)

DeleteSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) DeleteSSHPublicKeyWithContext

func (m *MockIAMAPI) DeleteSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.DeleteSSHPublicKeyInput, arg2 ...request.Option) (*iam.DeleteSSHPublicKeyOutput, error)

DeleteSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) DeleteServerCertificate

func (m *MockIAMAPI) DeleteServerCertificate(arg0 *iam.DeleteServerCertificateInput) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificate mocks base method

func (*MockIAMAPI) DeleteServerCertificateRequest

func (m *MockIAMAPI) DeleteServerCertificateRequest(arg0 *iam.DeleteServerCertificateInput) (*request.Request, *iam.DeleteServerCertificateOutput)

DeleteServerCertificateRequest mocks base method

func (*MockIAMAPI) DeleteServerCertificateWithContext

func (m *MockIAMAPI) DeleteServerCertificateWithContext(arg0 context.Context, arg1 *iam.DeleteServerCertificateInput, arg2 ...request.Option) (*iam.DeleteServerCertificateOutput, error)

DeleteServerCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRole

func (m *MockIAMAPI) DeleteServiceLinkedRole(arg0 *iam.DeleteServiceLinkedRoleInput) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRole mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleRequest

func (m *MockIAMAPI) DeleteServiceLinkedRoleRequest(arg0 *iam.DeleteServiceLinkedRoleInput) (*request.Request, *iam.DeleteServiceLinkedRoleOutput)

DeleteServiceLinkedRoleRequest mocks base method

func (*MockIAMAPI) DeleteServiceLinkedRoleWithContext

func (m *MockIAMAPI) DeleteServiceLinkedRoleWithContext(arg0 context.Context, arg1 *iam.DeleteServiceLinkedRoleInput, arg2 ...request.Option) (*iam.DeleteServiceLinkedRoleOutput, error)

DeleteServiceLinkedRoleWithContext mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredential

DeleteServiceSpecificCredential mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialRequest

func (m *MockIAMAPI) DeleteServiceSpecificCredentialRequest(arg0 *iam.DeleteServiceSpecificCredentialInput) (*request.Request, *iam.DeleteServiceSpecificCredentialOutput)

DeleteServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) DeleteServiceSpecificCredentialWithContext

func (m *MockIAMAPI) DeleteServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.DeleteServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.DeleteServiceSpecificCredentialOutput, error)

DeleteServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) DeleteSigningCertificate

DeleteSigningCertificate mocks base method

func (*MockIAMAPI) DeleteSigningCertificateRequest

func (m *MockIAMAPI) DeleteSigningCertificateRequest(arg0 *iam.DeleteSigningCertificateInput) (*request.Request, *iam.DeleteSigningCertificateOutput)

DeleteSigningCertificateRequest mocks base method

func (*MockIAMAPI) DeleteSigningCertificateWithContext

func (m *MockIAMAPI) DeleteSigningCertificateWithContext(arg0 context.Context, arg1 *iam.DeleteSigningCertificateInput, arg2 ...request.Option) (*iam.DeleteSigningCertificateOutput, error)

DeleteSigningCertificateWithContext mocks base method

func (*MockIAMAPI) DeleteUser

func (m *MockIAMAPI) DeleteUser(arg0 *iam.DeleteUserInput) (*iam.DeleteUserOutput, error)

DeleteUser mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundary

DeleteUserPermissionsBoundary mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryRequest

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryRequest(arg0 *iam.DeleteUserPermissionsBoundaryInput) (*request.Request, *iam.DeleteUserPermissionsBoundaryOutput)

DeleteUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) DeleteUserPermissionsBoundaryWithContext

func (m *MockIAMAPI) DeleteUserPermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.DeleteUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.DeleteUserPermissionsBoundaryOutput, error)

DeleteUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) DeleteUserPolicy

func (m *MockIAMAPI) DeleteUserPolicy(arg0 *iam.DeleteUserPolicyInput) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicy mocks base method

func (*MockIAMAPI) DeleteUserPolicyRequest

func (m *MockIAMAPI) DeleteUserPolicyRequest(arg0 *iam.DeleteUserPolicyInput) (*request.Request, *iam.DeleteUserPolicyOutput)

DeleteUserPolicyRequest mocks base method

func (*MockIAMAPI) DeleteUserPolicyWithContext

func (m *MockIAMAPI) DeleteUserPolicyWithContext(arg0 context.Context, arg1 *iam.DeleteUserPolicyInput, arg2 ...request.Option) (*iam.DeleteUserPolicyOutput, error)

DeleteUserPolicyWithContext mocks base method

func (*MockIAMAPI) DeleteUserRequest

func (m *MockIAMAPI) DeleteUserRequest(arg0 *iam.DeleteUserInput) (*request.Request, *iam.DeleteUserOutput)

DeleteUserRequest mocks base method

func (*MockIAMAPI) DeleteUserWithContext

func (m *MockIAMAPI) DeleteUserWithContext(arg0 context.Context, arg1 *iam.DeleteUserInput, arg2 ...request.Option) (*iam.DeleteUserOutput, error)

DeleteUserWithContext mocks base method

func (*MockIAMAPI) DeleteVirtualMFADevice

func (m *MockIAMAPI) DeleteVirtualMFADevice(arg0 *iam.DeleteVirtualMFADeviceInput) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADevice mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceRequest

func (m *MockIAMAPI) DeleteVirtualMFADeviceRequest(arg0 *iam.DeleteVirtualMFADeviceInput) (*request.Request, *iam.DeleteVirtualMFADeviceOutput)

DeleteVirtualMFADeviceRequest mocks base method

func (*MockIAMAPI) DeleteVirtualMFADeviceWithContext

func (m *MockIAMAPI) DeleteVirtualMFADeviceWithContext(arg0 context.Context, arg1 *iam.DeleteVirtualMFADeviceInput, arg2 ...request.Option) (*iam.DeleteVirtualMFADeviceOutput, error)

DeleteVirtualMFADeviceWithContext mocks base method

func (*MockIAMAPI) DetachGroupPolicy

func (m *MockIAMAPI) DetachGroupPolicy(arg0 *iam.DetachGroupPolicyInput) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicy mocks base method

func (*MockIAMAPI) DetachGroupPolicyRequest

func (m *MockIAMAPI) DetachGroupPolicyRequest(arg0 *iam.DetachGroupPolicyInput) (*request.Request, *iam.DetachGroupPolicyOutput)

DetachGroupPolicyRequest mocks base method

func (*MockIAMAPI) DetachGroupPolicyWithContext

func (m *MockIAMAPI) DetachGroupPolicyWithContext(arg0 context.Context, arg1 *iam.DetachGroupPolicyInput, arg2 ...request.Option) (*iam.DetachGroupPolicyOutput, error)

DetachGroupPolicyWithContext mocks base method

func (*MockIAMAPI) DetachRolePolicy

func (m *MockIAMAPI) DetachRolePolicy(arg0 *iam.DetachRolePolicyInput) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicy mocks base method

func (*MockIAMAPI) DetachRolePolicyRequest

func (m *MockIAMAPI) DetachRolePolicyRequest(arg0 *iam.DetachRolePolicyInput) (*request.Request, *iam.DetachRolePolicyOutput)

DetachRolePolicyRequest mocks base method

func (*MockIAMAPI) DetachRolePolicyWithContext

func (m *MockIAMAPI) DetachRolePolicyWithContext(arg0 context.Context, arg1 *iam.DetachRolePolicyInput, arg2 ...request.Option) (*iam.DetachRolePolicyOutput, error)

DetachRolePolicyWithContext mocks base method

func (*MockIAMAPI) DetachUserPolicy

func (m *MockIAMAPI) DetachUserPolicy(arg0 *iam.DetachUserPolicyInput) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicy mocks base method

func (*MockIAMAPI) DetachUserPolicyRequest

func (m *MockIAMAPI) DetachUserPolicyRequest(arg0 *iam.DetachUserPolicyInput) (*request.Request, *iam.DetachUserPolicyOutput)

DetachUserPolicyRequest mocks base method

func (*MockIAMAPI) DetachUserPolicyWithContext

func (m *MockIAMAPI) DetachUserPolicyWithContext(arg0 context.Context, arg1 *iam.DetachUserPolicyInput, arg2 ...request.Option) (*iam.DetachUserPolicyOutput, error)

DetachUserPolicyWithContext mocks base method

func (*MockIAMAPI) EXPECT

func (m *MockIAMAPI) EXPECT() *MockIAMAPIMockRecorder

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

func (*MockIAMAPI) EnableMFADevice

func (m *MockIAMAPI) EnableMFADevice(arg0 *iam.EnableMFADeviceInput) (*iam.EnableMFADeviceOutput, error)

EnableMFADevice mocks base method

func (*MockIAMAPI) EnableMFADeviceRequest

func (m *MockIAMAPI) EnableMFADeviceRequest(arg0 *iam.EnableMFADeviceInput) (*request.Request, *iam.EnableMFADeviceOutput)

EnableMFADeviceRequest mocks base method

func (*MockIAMAPI) EnableMFADeviceWithContext

func (m *MockIAMAPI) EnableMFADeviceWithContext(arg0 context.Context, arg1 *iam.EnableMFADeviceInput, arg2 ...request.Option) (*iam.EnableMFADeviceOutput, error)

EnableMFADeviceWithContext mocks base method

func (*MockIAMAPI) GenerateCredentialReport

GenerateCredentialReport mocks base method

func (*MockIAMAPI) GenerateCredentialReportRequest

func (m *MockIAMAPI) GenerateCredentialReportRequest(arg0 *iam.GenerateCredentialReportInput) (*request.Request, *iam.GenerateCredentialReportOutput)

GenerateCredentialReportRequest mocks base method

func (*MockIAMAPI) GenerateCredentialReportWithContext

func (m *MockIAMAPI) GenerateCredentialReportWithContext(arg0 context.Context, arg1 *iam.GenerateCredentialReportInput, arg2 ...request.Option) (*iam.GenerateCredentialReportOutput, error)

GenerateCredentialReportWithContext mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReport

GenerateOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportRequest

GenerateOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GenerateOrganizationsAccessReportWithContext

func (m *MockIAMAPI) GenerateOrganizationsAccessReportWithContext(arg0 context.Context, arg1 *iam.GenerateOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GenerateOrganizationsAccessReportOutput, error)

GenerateOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetails

GenerateServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsRequest

GenerateServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext

func (m *MockIAMAPI) GenerateServiceLastAccessedDetailsWithContext(arg0 context.Context, arg1 *iam.GenerateServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GenerateServiceLastAccessedDetailsOutput, error)

GenerateServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsed

func (m *MockIAMAPI) GetAccessKeyLastUsed(arg0 *iam.GetAccessKeyLastUsedInput) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsed mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedRequest

func (m *MockIAMAPI) GetAccessKeyLastUsedRequest(arg0 *iam.GetAccessKeyLastUsedInput) (*request.Request, *iam.GetAccessKeyLastUsedOutput)

GetAccessKeyLastUsedRequest mocks base method

func (*MockIAMAPI) GetAccessKeyLastUsedWithContext

func (m *MockIAMAPI) GetAccessKeyLastUsedWithContext(arg0 context.Context, arg1 *iam.GetAccessKeyLastUsedInput, arg2 ...request.Option) (*iam.GetAccessKeyLastUsedOutput, error)

GetAccessKeyLastUsedWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetails

GetAccountAuthorizationDetails mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPages

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPages(arg0 *iam.GetAccountAuthorizationDetailsInput, arg1 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool) error

GetAccountAuthorizationDetailsPages mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext

func (m *MockIAMAPI) GetAccountAuthorizationDetailsPagesWithContext(arg0 context.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 func(*iam.GetAccountAuthorizationDetailsOutput, bool) bool, arg3 ...request.Option) error

GetAccountAuthorizationDetailsPagesWithContext mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsRequest

func (m *MockIAMAPI) GetAccountAuthorizationDetailsRequest(arg0 *iam.GetAccountAuthorizationDetailsInput) (*request.Request, *iam.GetAccountAuthorizationDetailsOutput)

GetAccountAuthorizationDetailsRequest mocks base method

func (*MockIAMAPI) GetAccountAuthorizationDetailsWithContext

func (m *MockIAMAPI) GetAccountAuthorizationDetailsWithContext(arg0 context.Context, arg1 *iam.GetAccountAuthorizationDetailsInput, arg2 ...request.Option) (*iam.GetAccountAuthorizationDetailsOutput, error)

GetAccountAuthorizationDetailsWithContext mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicy

GetAccountPasswordPolicy mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyRequest

func (m *MockIAMAPI) GetAccountPasswordPolicyRequest(arg0 *iam.GetAccountPasswordPolicyInput) (*request.Request, *iam.GetAccountPasswordPolicyOutput)

GetAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) GetAccountPasswordPolicyWithContext

func (m *MockIAMAPI) GetAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.GetAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.GetAccountPasswordPolicyOutput, error)

GetAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) GetAccountSummary

func (m *MockIAMAPI) GetAccountSummary(arg0 *iam.GetAccountSummaryInput) (*iam.GetAccountSummaryOutput, error)

GetAccountSummary mocks base method

func (*MockIAMAPI) GetAccountSummaryRequest

func (m *MockIAMAPI) GetAccountSummaryRequest(arg0 *iam.GetAccountSummaryInput) (*request.Request, *iam.GetAccountSummaryOutput)

GetAccountSummaryRequest mocks base method

func (*MockIAMAPI) GetAccountSummaryWithContext

func (m *MockIAMAPI) GetAccountSummaryWithContext(arg0 context.Context, arg1 *iam.GetAccountSummaryInput, arg2 ...request.Option) (*iam.GetAccountSummaryOutput, error)

GetAccountSummaryWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicy

func (m *MockIAMAPI) GetContextKeysForCustomPolicy(arg0 *iam.GetContextKeysForCustomPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyRequest

func (m *MockIAMAPI) GetContextKeysForCustomPolicyRequest(arg0 *iam.GetContextKeysForCustomPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForCustomPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForCustomPolicyWithContext

func (m *MockIAMAPI) GetContextKeysForCustomPolicyWithContext(arg0 context.Context, arg1 *iam.GetContextKeysForCustomPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForCustomPolicyWithContext mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicy

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicy(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicy mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyRequest

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyRequest(arg0 *iam.GetContextKeysForPrincipalPolicyInput) (*request.Request, *iam.GetContextKeysForPolicyResponse)

GetContextKeysForPrincipalPolicyRequest mocks base method

func (*MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext

func (m *MockIAMAPI) GetContextKeysForPrincipalPolicyWithContext(arg0 context.Context, arg1 *iam.GetContextKeysForPrincipalPolicyInput, arg2 ...request.Option) (*iam.GetContextKeysForPolicyResponse, error)

GetContextKeysForPrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) GetCredentialReport

func (m *MockIAMAPI) GetCredentialReport(arg0 *iam.GetCredentialReportInput) (*iam.GetCredentialReportOutput, error)

GetCredentialReport mocks base method

func (*MockIAMAPI) GetCredentialReportRequest

func (m *MockIAMAPI) GetCredentialReportRequest(arg0 *iam.GetCredentialReportInput) (*request.Request, *iam.GetCredentialReportOutput)

GetCredentialReportRequest mocks base method

func (*MockIAMAPI) GetCredentialReportWithContext

func (m *MockIAMAPI) GetCredentialReportWithContext(arg0 context.Context, arg1 *iam.GetCredentialReportInput, arg2 ...request.Option) (*iam.GetCredentialReportOutput, error)

GetCredentialReportWithContext mocks base method

func (*MockIAMAPI) GetGroup

func (m *MockIAMAPI) GetGroup(arg0 *iam.GetGroupInput) (*iam.GetGroupOutput, error)

GetGroup mocks base method

func (*MockIAMAPI) GetGroupPages

func (m *MockIAMAPI) GetGroupPages(arg0 *iam.GetGroupInput, arg1 func(*iam.GetGroupOutput, bool) bool) error

GetGroupPages mocks base method

func (*MockIAMAPI) GetGroupPagesWithContext

func (m *MockIAMAPI) GetGroupPagesWithContext(arg0 context.Context, arg1 *iam.GetGroupInput, arg2 func(*iam.GetGroupOutput, bool) bool, arg3 ...request.Option) error

GetGroupPagesWithContext mocks base method

func (*MockIAMAPI) GetGroupPolicy

func (m *MockIAMAPI) GetGroupPolicy(arg0 *iam.GetGroupPolicyInput) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicy mocks base method

func (*MockIAMAPI) GetGroupPolicyRequest

func (m *MockIAMAPI) GetGroupPolicyRequest(arg0 *iam.GetGroupPolicyInput) (*request.Request, *iam.GetGroupPolicyOutput)

GetGroupPolicyRequest mocks base method

func (*MockIAMAPI) GetGroupPolicyWithContext

func (m *MockIAMAPI) GetGroupPolicyWithContext(arg0 context.Context, arg1 *iam.GetGroupPolicyInput, arg2 ...request.Option) (*iam.GetGroupPolicyOutput, error)

GetGroupPolicyWithContext mocks base method

func (*MockIAMAPI) GetGroupRequest

func (m *MockIAMAPI) GetGroupRequest(arg0 *iam.GetGroupInput) (*request.Request, *iam.GetGroupOutput)

GetGroupRequest mocks base method

func (*MockIAMAPI) GetGroupWithContext

func (m *MockIAMAPI) GetGroupWithContext(arg0 context.Context, arg1 *iam.GetGroupInput, arg2 ...request.Option) (*iam.GetGroupOutput, error)

GetGroupWithContext mocks base method

func (*MockIAMAPI) GetInstanceProfile

func (m *MockIAMAPI) GetInstanceProfile(arg0 *iam.GetInstanceProfileInput) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfile mocks base method

func (*MockIAMAPI) GetInstanceProfileRequest

func (m *MockIAMAPI) GetInstanceProfileRequest(arg0 *iam.GetInstanceProfileInput) (*request.Request, *iam.GetInstanceProfileOutput)

GetInstanceProfileRequest mocks base method

func (*MockIAMAPI) GetInstanceProfileWithContext

func (m *MockIAMAPI) GetInstanceProfileWithContext(arg0 context.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.Option) (*iam.GetInstanceProfileOutput, error)

GetInstanceProfileWithContext mocks base method

func (*MockIAMAPI) GetLoginProfile

func (m *MockIAMAPI) GetLoginProfile(arg0 *iam.GetLoginProfileInput) (*iam.GetLoginProfileOutput, error)

GetLoginProfile mocks base method

func (*MockIAMAPI) GetLoginProfileRequest

func (m *MockIAMAPI) GetLoginProfileRequest(arg0 *iam.GetLoginProfileInput) (*request.Request, *iam.GetLoginProfileOutput)

GetLoginProfileRequest mocks base method

func (*MockIAMAPI) GetLoginProfileWithContext

func (m *MockIAMAPI) GetLoginProfileWithContext(arg0 context.Context, arg1 *iam.GetLoginProfileInput, arg2 ...request.Option) (*iam.GetLoginProfileOutput, error)

GetLoginProfileWithContext mocks base method

func (*MockIAMAPI) GetOpenIDConnectProvider

GetOpenIDConnectProvider mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderRequest

func (m *MockIAMAPI) GetOpenIDConnectProviderRequest(arg0 *iam.GetOpenIDConnectProviderInput) (*request.Request, *iam.GetOpenIDConnectProviderOutput)

GetOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) GetOpenIDConnectProviderWithContext

func (m *MockIAMAPI) GetOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.GetOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.GetOpenIDConnectProviderOutput, error)

GetOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReport

GetOrganizationsAccessReport mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportRequest

func (m *MockIAMAPI) GetOrganizationsAccessReportRequest(arg0 *iam.GetOrganizationsAccessReportInput) (*request.Request, *iam.GetOrganizationsAccessReportOutput)

GetOrganizationsAccessReportRequest mocks base method

func (*MockIAMAPI) GetOrganizationsAccessReportWithContext

func (m *MockIAMAPI) GetOrganizationsAccessReportWithContext(arg0 context.Context, arg1 *iam.GetOrganizationsAccessReportInput, arg2 ...request.Option) (*iam.GetOrganizationsAccessReportOutput, error)

GetOrganizationsAccessReportWithContext mocks base method

func (*MockIAMAPI) GetPolicy

func (m *MockIAMAPI) GetPolicy(arg0 *iam.GetPolicyInput) (*iam.GetPolicyOutput, error)

GetPolicy mocks base method

func (*MockIAMAPI) GetPolicyRequest

func (m *MockIAMAPI) GetPolicyRequest(arg0 *iam.GetPolicyInput) (*request.Request, *iam.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockIAMAPI) GetPolicyVersion

func (m *MockIAMAPI) GetPolicyVersion(arg0 *iam.GetPolicyVersionInput) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersion mocks base method

func (*MockIAMAPI) GetPolicyVersionRequest

func (m *MockIAMAPI) GetPolicyVersionRequest(arg0 *iam.GetPolicyVersionInput) (*request.Request, *iam.GetPolicyVersionOutput)

GetPolicyVersionRequest mocks base method

func (*MockIAMAPI) GetPolicyVersionWithContext

func (m *MockIAMAPI) GetPolicyVersionWithContext(arg0 context.Context, arg1 *iam.GetPolicyVersionInput, arg2 ...request.Option) (*iam.GetPolicyVersionOutput, error)

GetPolicyVersionWithContext mocks base method

func (*MockIAMAPI) GetPolicyWithContext

func (m *MockIAMAPI) GetPolicyWithContext(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...request.Option) (*iam.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockIAMAPI) GetRole

func (m *MockIAMAPI) GetRole(arg0 *iam.GetRoleInput) (*iam.GetRoleOutput, error)

GetRole mocks base method

func (*MockIAMAPI) GetRolePolicy

func (m *MockIAMAPI) GetRolePolicy(arg0 *iam.GetRolePolicyInput) (*iam.GetRolePolicyOutput, error)

GetRolePolicy mocks base method

func (*MockIAMAPI) GetRolePolicyRequest

func (m *MockIAMAPI) GetRolePolicyRequest(arg0 *iam.GetRolePolicyInput) (*request.Request, *iam.GetRolePolicyOutput)

GetRolePolicyRequest mocks base method

func (*MockIAMAPI) GetRolePolicyWithContext

func (m *MockIAMAPI) GetRolePolicyWithContext(arg0 context.Context, arg1 *iam.GetRolePolicyInput, arg2 ...request.Option) (*iam.GetRolePolicyOutput, error)

GetRolePolicyWithContext mocks base method

func (*MockIAMAPI) GetRoleRequest

func (m *MockIAMAPI) GetRoleRequest(arg0 *iam.GetRoleInput) (*request.Request, *iam.GetRoleOutput)

GetRoleRequest mocks base method

func (*MockIAMAPI) GetRoleWithContext

func (m *MockIAMAPI) GetRoleWithContext(arg0 context.Context, arg1 *iam.GetRoleInput, arg2 ...request.Option) (*iam.GetRoleOutput, error)

GetRoleWithContext mocks base method

func (*MockIAMAPI) GetSAMLProvider

func (m *MockIAMAPI) GetSAMLProvider(arg0 *iam.GetSAMLProviderInput) (*iam.GetSAMLProviderOutput, error)

GetSAMLProvider mocks base method

func (*MockIAMAPI) GetSAMLProviderRequest

func (m *MockIAMAPI) GetSAMLProviderRequest(arg0 *iam.GetSAMLProviderInput) (*request.Request, *iam.GetSAMLProviderOutput)

GetSAMLProviderRequest mocks base method

func (*MockIAMAPI) GetSAMLProviderWithContext

func (m *MockIAMAPI) GetSAMLProviderWithContext(arg0 context.Context, arg1 *iam.GetSAMLProviderInput, arg2 ...request.Option) (*iam.GetSAMLProviderOutput, error)

GetSAMLProviderWithContext mocks base method

func (*MockIAMAPI) GetSSHPublicKey

func (m *MockIAMAPI) GetSSHPublicKey(arg0 *iam.GetSSHPublicKeyInput) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKey mocks base method

func (*MockIAMAPI) GetSSHPublicKeyRequest

func (m *MockIAMAPI) GetSSHPublicKeyRequest(arg0 *iam.GetSSHPublicKeyInput) (*request.Request, *iam.GetSSHPublicKeyOutput)

GetSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) GetSSHPublicKeyWithContext

func (m *MockIAMAPI) GetSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.GetSSHPublicKeyInput, arg2 ...request.Option) (*iam.GetSSHPublicKeyOutput, error)

GetSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) GetServerCertificate

func (m *MockIAMAPI) GetServerCertificate(arg0 *iam.GetServerCertificateInput) (*iam.GetServerCertificateOutput, error)

GetServerCertificate mocks base method

func (*MockIAMAPI) GetServerCertificateRequest

func (m *MockIAMAPI) GetServerCertificateRequest(arg0 *iam.GetServerCertificateInput) (*request.Request, *iam.GetServerCertificateOutput)

GetServerCertificateRequest mocks base method

func (*MockIAMAPI) GetServerCertificateWithContext

func (m *MockIAMAPI) GetServerCertificateWithContext(arg0 context.Context, arg1 *iam.GetServerCertificateInput, arg2 ...request.Option) (*iam.GetServerCertificateOutput, error)

GetServerCertificateWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetails

GetServiceLastAccessedDetails mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsRequest

func (m *MockIAMAPI) GetServiceLastAccessedDetailsRequest(arg0 *iam.GetServiceLastAccessedDetailsInput) (*request.Request, *iam.GetServiceLastAccessedDetailsOutput)

GetServiceLastAccessedDetailsRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithContext

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithContext(arg0 context.Context, arg1 *iam.GetServiceLastAccessedDetailsInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsOutput, error)

GetServiceLastAccessedDetailsWithContext mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntities

GetServiceLastAccessedDetailsWithEntities mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesRequest

GetServiceLastAccessedDetailsWithEntitiesRequest mocks base method

func (*MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (m *MockIAMAPI) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0 context.Context, arg1 *iam.GetServiceLastAccessedDetailsWithEntitiesInput, arg2 ...request.Option) (*iam.GetServiceLastAccessedDetailsWithEntitiesOutput, error)

GetServiceLastAccessedDetailsWithEntitiesWithContext mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatus

GetServiceLinkedRoleDeletionStatus mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusRequest

GetServiceLinkedRoleDeletionStatusRequest mocks base method

func (*MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext

func (m *MockIAMAPI) GetServiceLinkedRoleDeletionStatusWithContext(arg0 context.Context, arg1 *iam.GetServiceLinkedRoleDeletionStatusInput, arg2 ...request.Option) (*iam.GetServiceLinkedRoleDeletionStatusOutput, error)

GetServiceLinkedRoleDeletionStatusWithContext mocks base method

func (*MockIAMAPI) GetUser

func (m *MockIAMAPI) GetUser(arg0 *iam.GetUserInput) (*iam.GetUserOutput, error)

GetUser mocks base method

func (*MockIAMAPI) GetUserPolicy

func (m *MockIAMAPI) GetUserPolicy(arg0 *iam.GetUserPolicyInput) (*iam.GetUserPolicyOutput, error)

GetUserPolicy mocks base method

func (*MockIAMAPI) GetUserPolicyRequest

func (m *MockIAMAPI) GetUserPolicyRequest(arg0 *iam.GetUserPolicyInput) (*request.Request, *iam.GetUserPolicyOutput)

GetUserPolicyRequest mocks base method

func (*MockIAMAPI) GetUserPolicyWithContext

func (m *MockIAMAPI) GetUserPolicyWithContext(arg0 context.Context, arg1 *iam.GetUserPolicyInput, arg2 ...request.Option) (*iam.GetUserPolicyOutput, error)

GetUserPolicyWithContext mocks base method

func (*MockIAMAPI) GetUserRequest

func (m *MockIAMAPI) GetUserRequest(arg0 *iam.GetUserInput) (*request.Request, *iam.GetUserOutput)

GetUserRequest mocks base method

func (*MockIAMAPI) GetUserWithContext

func (m *MockIAMAPI) GetUserWithContext(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...request.Option) (*iam.GetUserOutput, error)

GetUserWithContext mocks base method

func (*MockIAMAPI) ListAccessKeys

func (m *MockIAMAPI) ListAccessKeys(arg0 *iam.ListAccessKeysInput) (*iam.ListAccessKeysOutput, error)

ListAccessKeys mocks base method

func (*MockIAMAPI) ListAccessKeysPages

func (m *MockIAMAPI) ListAccessKeysPages(arg0 *iam.ListAccessKeysInput, arg1 func(*iam.ListAccessKeysOutput, bool) bool) error

ListAccessKeysPages mocks base method

func (*MockIAMAPI) ListAccessKeysPagesWithContext

func (m *MockIAMAPI) ListAccessKeysPagesWithContext(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 func(*iam.ListAccessKeysOutput, bool) bool, arg3 ...request.Option) error

ListAccessKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListAccessKeysRequest

func (m *MockIAMAPI) ListAccessKeysRequest(arg0 *iam.ListAccessKeysInput) (*request.Request, *iam.ListAccessKeysOutput)

ListAccessKeysRequest mocks base method

func (*MockIAMAPI) ListAccessKeysWithContext

func (m *MockIAMAPI) ListAccessKeysWithContext(arg0 context.Context, arg1 *iam.ListAccessKeysInput, arg2 ...request.Option) (*iam.ListAccessKeysOutput, error)

ListAccessKeysWithContext mocks base method

func (*MockIAMAPI) ListAccountAliases

func (m *MockIAMAPI) ListAccountAliases(arg0 *iam.ListAccountAliasesInput) (*iam.ListAccountAliasesOutput, error)

ListAccountAliases mocks base method

func (*MockIAMAPI) ListAccountAliasesPages

func (m *MockIAMAPI) ListAccountAliasesPages(arg0 *iam.ListAccountAliasesInput, arg1 func(*iam.ListAccountAliasesOutput, bool) bool) error

ListAccountAliasesPages mocks base method

func (*MockIAMAPI) ListAccountAliasesPagesWithContext

func (m *MockIAMAPI) ListAccountAliasesPagesWithContext(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 func(*iam.ListAccountAliasesOutput, bool) bool, arg3 ...request.Option) error

ListAccountAliasesPagesWithContext mocks base method

func (*MockIAMAPI) ListAccountAliasesRequest

func (m *MockIAMAPI) ListAccountAliasesRequest(arg0 *iam.ListAccountAliasesInput) (*request.Request, *iam.ListAccountAliasesOutput)

ListAccountAliasesRequest mocks base method

func (*MockIAMAPI) ListAccountAliasesWithContext

func (m *MockIAMAPI) ListAccountAliasesWithContext(arg0 context.Context, arg1 *iam.ListAccountAliasesInput, arg2 ...request.Option) (*iam.ListAccountAliasesOutput, error)

ListAccountAliasesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPolicies

ListAttachedGroupPolicies mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPages

func (m *MockIAMAPI) ListAttachedGroupPoliciesPages(arg0 *iam.ListAttachedGroupPoliciesInput, arg1 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool) error

ListAttachedGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedGroupPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 func(*iam.ListAttachedGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesRequest

func (m *MockIAMAPI) ListAttachedGroupPoliciesRequest(arg0 *iam.ListAttachedGroupPoliciesInput) (*request.Request, *iam.ListAttachedGroupPoliciesOutput)

ListAttachedGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedGroupPoliciesWithContext

func (m *MockIAMAPI) ListAttachedGroupPoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedGroupPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedGroupPoliciesOutput, error)

ListAttachedGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePolicies

ListAttachedRolePolicies mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPages

func (m *MockIAMAPI) ListAttachedRolePoliciesPages(arg0 *iam.ListAttachedRolePoliciesInput, arg1 func(*iam.ListAttachedRolePoliciesOutput, bool) bool) error

ListAttachedRolePoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedRolePoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 func(*iam.ListAttachedRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesRequest

func (m *MockIAMAPI) ListAttachedRolePoliciesRequest(arg0 *iam.ListAttachedRolePoliciesInput) (*request.Request, *iam.ListAttachedRolePoliciesOutput)

ListAttachedRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedRolePoliciesWithContext

func (m *MockIAMAPI) ListAttachedRolePoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedRolePoliciesInput, arg2 ...request.Option) (*iam.ListAttachedRolePoliciesOutput, error)

ListAttachedRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPolicies

ListAttachedUserPolicies mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPages

func (m *MockIAMAPI) ListAttachedUserPoliciesPages(arg0 *iam.ListAttachedUserPoliciesInput, arg1 func(*iam.ListAttachedUserPoliciesOutput, bool) bool) error

ListAttachedUserPoliciesPages mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesPagesWithContext

func (m *MockIAMAPI) ListAttachedUserPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 func(*iam.ListAttachedUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListAttachedUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesRequest

func (m *MockIAMAPI) ListAttachedUserPoliciesRequest(arg0 *iam.ListAttachedUserPoliciesInput) (*request.Request, *iam.ListAttachedUserPoliciesOutput)

ListAttachedUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListAttachedUserPoliciesWithContext

func (m *MockIAMAPI) ListAttachedUserPoliciesWithContext(arg0 context.Context, arg1 *iam.ListAttachedUserPoliciesInput, arg2 ...request.Option) (*iam.ListAttachedUserPoliciesOutput, error)

ListAttachedUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicy

func (m *MockIAMAPI) ListEntitiesForPolicy(arg0 *iam.ListEntitiesForPolicyInput) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicy mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPages

func (m *MockIAMAPI) ListEntitiesForPolicyPages(arg0 *iam.ListEntitiesForPolicyInput, arg1 func(*iam.ListEntitiesForPolicyOutput, bool) bool) error

ListEntitiesForPolicyPages mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyPagesWithContext

func (m *MockIAMAPI) ListEntitiesForPolicyPagesWithContext(arg0 context.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 func(*iam.ListEntitiesForPolicyOutput, bool) bool, arg3 ...request.Option) error

ListEntitiesForPolicyPagesWithContext mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyRequest

func (m *MockIAMAPI) ListEntitiesForPolicyRequest(arg0 *iam.ListEntitiesForPolicyInput) (*request.Request, *iam.ListEntitiesForPolicyOutput)

ListEntitiesForPolicyRequest mocks base method

func (*MockIAMAPI) ListEntitiesForPolicyWithContext

func (m *MockIAMAPI) ListEntitiesForPolicyWithContext(arg0 context.Context, arg1 *iam.ListEntitiesForPolicyInput, arg2 ...request.Option) (*iam.ListEntitiesForPolicyOutput, error)

ListEntitiesForPolicyWithContext mocks base method

func (*MockIAMAPI) ListGroupPolicies

func (m *MockIAMAPI) ListGroupPolicies(arg0 *iam.ListGroupPoliciesInput) (*iam.ListGroupPoliciesOutput, error)

ListGroupPolicies mocks base method

func (*MockIAMAPI) ListGroupPoliciesPages

func (m *MockIAMAPI) ListGroupPoliciesPages(arg0 *iam.ListGroupPoliciesInput, arg1 func(*iam.ListGroupPoliciesOutput, bool) bool) error

ListGroupPoliciesPages mocks base method

func (*MockIAMAPI) ListGroupPoliciesPagesWithContext

func (m *MockIAMAPI) ListGroupPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupPoliciesInput, arg2 func(*iam.ListGroupPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListGroupPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupPoliciesRequest

func (m *MockIAMAPI) ListGroupPoliciesRequest(arg0 *iam.ListGroupPoliciesInput) (*request.Request, *iam.ListGroupPoliciesOutput)

ListGroupPoliciesRequest mocks base method

func (*MockIAMAPI) ListGroupPoliciesWithContext

func (m *MockIAMAPI) ListGroupPoliciesWithContext(arg0 context.Context, arg1 *iam.ListGroupPoliciesInput, arg2 ...request.Option) (*iam.ListGroupPoliciesOutput, error)

ListGroupPoliciesWithContext mocks base method

func (*MockIAMAPI) ListGroups

func (m *MockIAMAPI) ListGroups(arg0 *iam.ListGroupsInput) (*iam.ListGroupsOutput, error)

ListGroups mocks base method

func (*MockIAMAPI) ListGroupsForUser

func (m *MockIAMAPI) ListGroupsForUser(arg0 *iam.ListGroupsForUserInput) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUser mocks base method

func (*MockIAMAPI) ListGroupsForUserPages

func (m *MockIAMAPI) ListGroupsForUserPages(arg0 *iam.ListGroupsForUserInput, arg1 func(*iam.ListGroupsForUserOutput, bool) bool) error

ListGroupsForUserPages mocks base method

func (*MockIAMAPI) ListGroupsForUserPagesWithContext

func (m *MockIAMAPI) ListGroupsForUserPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupsForUserInput, arg2 func(*iam.ListGroupsForUserOutput, bool) bool, arg3 ...request.Option) error

ListGroupsForUserPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsForUserRequest

func (m *MockIAMAPI) ListGroupsForUserRequest(arg0 *iam.ListGroupsForUserInput) (*request.Request, *iam.ListGroupsForUserOutput)

ListGroupsForUserRequest mocks base method

func (*MockIAMAPI) ListGroupsForUserWithContext

func (m *MockIAMAPI) ListGroupsForUserWithContext(arg0 context.Context, arg1 *iam.ListGroupsForUserInput, arg2 ...request.Option) (*iam.ListGroupsForUserOutput, error)

ListGroupsForUserWithContext mocks base method

func (*MockIAMAPI) ListGroupsPages

func (m *MockIAMAPI) ListGroupsPages(arg0 *iam.ListGroupsInput, arg1 func(*iam.ListGroupsOutput, bool) bool) error

ListGroupsPages mocks base method

func (*MockIAMAPI) ListGroupsPagesWithContext

func (m *MockIAMAPI) ListGroupsPagesWithContext(arg0 context.Context, arg1 *iam.ListGroupsInput, arg2 func(*iam.ListGroupsOutput, bool) bool, arg3 ...request.Option) error

ListGroupsPagesWithContext mocks base method

func (*MockIAMAPI) ListGroupsRequest

func (m *MockIAMAPI) ListGroupsRequest(arg0 *iam.ListGroupsInput) (*request.Request, *iam.ListGroupsOutput)

ListGroupsRequest mocks base method

func (*MockIAMAPI) ListGroupsWithContext

func (m *MockIAMAPI) ListGroupsWithContext(arg0 context.Context, arg1 *iam.ListGroupsInput, arg2 ...request.Option) (*iam.ListGroupsOutput, error)

ListGroupsWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfiles

func (m *MockIAMAPI) ListInstanceProfiles(arg0 *iam.ListInstanceProfilesInput) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfiles mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRole

ListInstanceProfilesForRole mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePages

func (m *MockIAMAPI) ListInstanceProfilesForRolePages(arg0 *iam.ListInstanceProfilesForRoleInput, arg1 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool) error

ListInstanceProfilesForRolePages mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRolePagesWithContext

func (m *MockIAMAPI) ListInstanceProfilesForRolePagesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 func(*iam.ListInstanceProfilesForRoleOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesForRolePagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleRequest

func (m *MockIAMAPI) ListInstanceProfilesForRoleRequest(arg0 *iam.ListInstanceProfilesForRoleInput) (*request.Request, *iam.ListInstanceProfilesForRoleOutput)

ListInstanceProfilesForRoleRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesForRoleWithContext

func (m *MockIAMAPI) ListInstanceProfilesForRoleWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesForRoleInput, arg2 ...request.Option) (*iam.ListInstanceProfilesForRoleOutput, error)

ListInstanceProfilesForRoleWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesPages

func (m *MockIAMAPI) ListInstanceProfilesPages(arg0 *iam.ListInstanceProfilesInput, arg1 func(*iam.ListInstanceProfilesOutput, bool) bool) error

ListInstanceProfilesPages mocks base method

func (*MockIAMAPI) ListInstanceProfilesPagesWithContext

func (m *MockIAMAPI) ListInstanceProfilesPagesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesInput, arg2 func(*iam.ListInstanceProfilesOutput, bool) bool, arg3 ...request.Option) error

ListInstanceProfilesPagesWithContext mocks base method

func (*MockIAMAPI) ListInstanceProfilesRequest

func (m *MockIAMAPI) ListInstanceProfilesRequest(arg0 *iam.ListInstanceProfilesInput) (*request.Request, *iam.ListInstanceProfilesOutput)

ListInstanceProfilesRequest mocks base method

func (*MockIAMAPI) ListInstanceProfilesWithContext

func (m *MockIAMAPI) ListInstanceProfilesWithContext(arg0 context.Context, arg1 *iam.ListInstanceProfilesInput, arg2 ...request.Option) (*iam.ListInstanceProfilesOutput, error)

ListInstanceProfilesWithContext mocks base method

func (*MockIAMAPI) ListMFADevices

func (m *MockIAMAPI) ListMFADevices(arg0 *iam.ListMFADevicesInput) (*iam.ListMFADevicesOutput, error)

ListMFADevices mocks base method

func (*MockIAMAPI) ListMFADevicesPages

func (m *MockIAMAPI) ListMFADevicesPages(arg0 *iam.ListMFADevicesInput, arg1 func(*iam.ListMFADevicesOutput, bool) bool) error

ListMFADevicesPages mocks base method

func (*MockIAMAPI) ListMFADevicesPagesWithContext

func (m *MockIAMAPI) ListMFADevicesPagesWithContext(arg0 context.Context, arg1 *iam.ListMFADevicesInput, arg2 func(*iam.ListMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListMFADevicesRequest

func (m *MockIAMAPI) ListMFADevicesRequest(arg0 *iam.ListMFADevicesInput) (*request.Request, *iam.ListMFADevicesOutput)

ListMFADevicesRequest mocks base method

func (*MockIAMAPI) ListMFADevicesWithContext

func (m *MockIAMAPI) ListMFADevicesWithContext(arg0 context.Context, arg1 *iam.ListMFADevicesInput, arg2 ...request.Option) (*iam.ListMFADevicesOutput, error)

ListMFADevicesWithContext mocks base method

func (*MockIAMAPI) ListOpenIDConnectProviders

ListOpenIDConnectProviders mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersRequest

func (m *MockIAMAPI) ListOpenIDConnectProvidersRequest(arg0 *iam.ListOpenIDConnectProvidersInput) (*request.Request, *iam.ListOpenIDConnectProvidersOutput)

ListOpenIDConnectProvidersRequest mocks base method

func (*MockIAMAPI) ListOpenIDConnectProvidersWithContext

func (m *MockIAMAPI) ListOpenIDConnectProvidersWithContext(arg0 context.Context, arg1 *iam.ListOpenIDConnectProvidersInput, arg2 ...request.Option) (*iam.ListOpenIDConnectProvidersOutput, error)

ListOpenIDConnectProvidersWithContext mocks base method

func (*MockIAMAPI) ListPolicies

func (m *MockIAMAPI) ListPolicies(arg0 *iam.ListPoliciesInput) (*iam.ListPoliciesOutput, error)

ListPolicies mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccess

ListPoliciesGrantingServiceAccess mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessRequest

ListPoliciesGrantingServiceAccessRequest mocks base method

func (*MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext

func (m *MockIAMAPI) ListPoliciesGrantingServiceAccessWithContext(arg0 context.Context, arg1 *iam.ListPoliciesGrantingServiceAccessInput, arg2 ...request.Option) (*iam.ListPoliciesGrantingServiceAccessOutput, error)

ListPoliciesGrantingServiceAccessWithContext mocks base method

func (*MockIAMAPI) ListPoliciesPages

func (m *MockIAMAPI) ListPoliciesPages(arg0 *iam.ListPoliciesInput, arg1 func(*iam.ListPoliciesOutput, bool) bool) error

ListPoliciesPages mocks base method

func (*MockIAMAPI) ListPoliciesPagesWithContext

func (m *MockIAMAPI) ListPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListPoliciesInput, arg2 func(*iam.ListPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListPoliciesRequest

func (m *MockIAMAPI) ListPoliciesRequest(arg0 *iam.ListPoliciesInput) (*request.Request, *iam.ListPoliciesOutput)

ListPoliciesRequest mocks base method

func (*MockIAMAPI) ListPoliciesWithContext

func (m *MockIAMAPI) ListPoliciesWithContext(arg0 context.Context, arg1 *iam.ListPoliciesInput, arg2 ...request.Option) (*iam.ListPoliciesOutput, error)

ListPoliciesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersions

func (m *MockIAMAPI) ListPolicyVersions(arg0 *iam.ListPolicyVersionsInput) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersions mocks base method

func (*MockIAMAPI) ListPolicyVersionsPages

func (m *MockIAMAPI) ListPolicyVersionsPages(arg0 *iam.ListPolicyVersionsInput, arg1 func(*iam.ListPolicyVersionsOutput, bool) bool) error

ListPolicyVersionsPages mocks base method

func (*MockIAMAPI) ListPolicyVersionsPagesWithContext

func (m *MockIAMAPI) ListPolicyVersionsPagesWithContext(arg0 context.Context, arg1 *iam.ListPolicyVersionsInput, arg2 func(*iam.ListPolicyVersionsOutput, bool) bool, arg3 ...request.Option) error

ListPolicyVersionsPagesWithContext mocks base method

func (*MockIAMAPI) ListPolicyVersionsRequest

func (m *MockIAMAPI) ListPolicyVersionsRequest(arg0 *iam.ListPolicyVersionsInput) (*request.Request, *iam.ListPolicyVersionsOutput)

ListPolicyVersionsRequest mocks base method

func (*MockIAMAPI) ListPolicyVersionsWithContext

func (m *MockIAMAPI) ListPolicyVersionsWithContext(arg0 context.Context, arg1 *iam.ListPolicyVersionsInput, arg2 ...request.Option) (*iam.ListPolicyVersionsOutput, error)

ListPolicyVersionsWithContext mocks base method

func (*MockIAMAPI) ListRolePolicies

func (m *MockIAMAPI) ListRolePolicies(arg0 *iam.ListRolePoliciesInput) (*iam.ListRolePoliciesOutput, error)

ListRolePolicies mocks base method

func (*MockIAMAPI) ListRolePoliciesPages

func (m *MockIAMAPI) ListRolePoliciesPages(arg0 *iam.ListRolePoliciesInput, arg1 func(*iam.ListRolePoliciesOutput, bool) bool) error

ListRolePoliciesPages mocks base method

func (*MockIAMAPI) ListRolePoliciesPagesWithContext

func (m *MockIAMAPI) ListRolePoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListRolePoliciesInput, arg2 func(*iam.ListRolePoliciesOutput, bool) bool, arg3 ...request.Option) error

ListRolePoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolePoliciesRequest

func (m *MockIAMAPI) ListRolePoliciesRequest(arg0 *iam.ListRolePoliciesInput) (*request.Request, *iam.ListRolePoliciesOutput)

ListRolePoliciesRequest mocks base method

func (*MockIAMAPI) ListRolePoliciesWithContext

func (m *MockIAMAPI) ListRolePoliciesWithContext(arg0 context.Context, arg1 *iam.ListRolePoliciesInput, arg2 ...request.Option) (*iam.ListRolePoliciesOutput, error)

ListRolePoliciesWithContext mocks base method

func (*MockIAMAPI) ListRoleTags

func (m *MockIAMAPI) ListRoleTags(arg0 *iam.ListRoleTagsInput) (*iam.ListRoleTagsOutput, error)

ListRoleTags mocks base method

func (*MockIAMAPI) ListRoleTagsRequest

func (m *MockIAMAPI) ListRoleTagsRequest(arg0 *iam.ListRoleTagsInput) (*request.Request, *iam.ListRoleTagsOutput)

ListRoleTagsRequest mocks base method

func (*MockIAMAPI) ListRoleTagsWithContext

func (m *MockIAMAPI) ListRoleTagsWithContext(arg0 context.Context, arg1 *iam.ListRoleTagsInput, arg2 ...request.Option) (*iam.ListRoleTagsOutput, error)

ListRoleTagsWithContext mocks base method

func (*MockIAMAPI) ListRoles

func (m *MockIAMAPI) ListRoles(arg0 *iam.ListRolesInput) (*iam.ListRolesOutput, error)

ListRoles mocks base method

func (*MockIAMAPI) ListRolesPages

func (m *MockIAMAPI) ListRolesPages(arg0 *iam.ListRolesInput, arg1 func(*iam.ListRolesOutput, bool) bool) error

ListRolesPages mocks base method

func (*MockIAMAPI) ListRolesPagesWithContext

func (m *MockIAMAPI) ListRolesPagesWithContext(arg0 context.Context, arg1 *iam.ListRolesInput, arg2 func(*iam.ListRolesOutput, bool) bool, arg3 ...request.Option) error

ListRolesPagesWithContext mocks base method

func (*MockIAMAPI) ListRolesRequest

func (m *MockIAMAPI) ListRolesRequest(arg0 *iam.ListRolesInput) (*request.Request, *iam.ListRolesOutput)

ListRolesRequest mocks base method

func (*MockIAMAPI) ListRolesWithContext

func (m *MockIAMAPI) ListRolesWithContext(arg0 context.Context, arg1 *iam.ListRolesInput, arg2 ...request.Option) (*iam.ListRolesOutput, error)

ListRolesWithContext mocks base method

func (*MockIAMAPI) ListSAMLProviders

func (m *MockIAMAPI) ListSAMLProviders(arg0 *iam.ListSAMLProvidersInput) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProviders mocks base method

func (*MockIAMAPI) ListSAMLProvidersRequest

func (m *MockIAMAPI) ListSAMLProvidersRequest(arg0 *iam.ListSAMLProvidersInput) (*request.Request, *iam.ListSAMLProvidersOutput)

ListSAMLProvidersRequest mocks base method

func (*MockIAMAPI) ListSAMLProvidersWithContext

func (m *MockIAMAPI) ListSAMLProvidersWithContext(arg0 context.Context, arg1 *iam.ListSAMLProvidersInput, arg2 ...request.Option) (*iam.ListSAMLProvidersOutput, error)

ListSAMLProvidersWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeys

func (m *MockIAMAPI) ListSSHPublicKeys(arg0 *iam.ListSSHPublicKeysInput) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeys mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPages

func (m *MockIAMAPI) ListSSHPublicKeysPages(arg0 *iam.ListSSHPublicKeysInput, arg1 func(*iam.ListSSHPublicKeysOutput, bool) bool) error

ListSSHPublicKeysPages mocks base method

func (*MockIAMAPI) ListSSHPublicKeysPagesWithContext

func (m *MockIAMAPI) ListSSHPublicKeysPagesWithContext(arg0 context.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 func(*iam.ListSSHPublicKeysOutput, bool) bool, arg3 ...request.Option) error

ListSSHPublicKeysPagesWithContext mocks base method

func (*MockIAMAPI) ListSSHPublicKeysRequest

func (m *MockIAMAPI) ListSSHPublicKeysRequest(arg0 *iam.ListSSHPublicKeysInput) (*request.Request, *iam.ListSSHPublicKeysOutput)

ListSSHPublicKeysRequest mocks base method

func (*MockIAMAPI) ListSSHPublicKeysWithContext

func (m *MockIAMAPI) ListSSHPublicKeysWithContext(arg0 context.Context, arg1 *iam.ListSSHPublicKeysInput, arg2 ...request.Option) (*iam.ListSSHPublicKeysOutput, error)

ListSSHPublicKeysWithContext mocks base method

func (*MockIAMAPI) ListServerCertificates

func (m *MockIAMAPI) ListServerCertificates(arg0 *iam.ListServerCertificatesInput) (*iam.ListServerCertificatesOutput, error)

ListServerCertificates mocks base method

func (*MockIAMAPI) ListServerCertificatesPages

func (m *MockIAMAPI) ListServerCertificatesPages(arg0 *iam.ListServerCertificatesInput, arg1 func(*iam.ListServerCertificatesOutput, bool) bool) error

ListServerCertificatesPages mocks base method

func (*MockIAMAPI) ListServerCertificatesPagesWithContext

func (m *MockIAMAPI) ListServerCertificatesPagesWithContext(arg0 context.Context, arg1 *iam.ListServerCertificatesInput, arg2 func(*iam.ListServerCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListServerCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListServerCertificatesRequest

func (m *MockIAMAPI) ListServerCertificatesRequest(arg0 *iam.ListServerCertificatesInput) (*request.Request, *iam.ListServerCertificatesOutput)

ListServerCertificatesRequest mocks base method

func (*MockIAMAPI) ListServerCertificatesWithContext

func (m *MockIAMAPI) ListServerCertificatesWithContext(arg0 context.Context, arg1 *iam.ListServerCertificatesInput, arg2 ...request.Option) (*iam.ListServerCertificatesOutput, error)

ListServerCertificatesWithContext mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentials

ListServiceSpecificCredentials mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsRequest

func (m *MockIAMAPI) ListServiceSpecificCredentialsRequest(arg0 *iam.ListServiceSpecificCredentialsInput) (*request.Request, *iam.ListServiceSpecificCredentialsOutput)

ListServiceSpecificCredentialsRequest mocks base method

func (*MockIAMAPI) ListServiceSpecificCredentialsWithContext

func (m *MockIAMAPI) ListServiceSpecificCredentialsWithContext(arg0 context.Context, arg1 *iam.ListServiceSpecificCredentialsInput, arg2 ...request.Option) (*iam.ListServiceSpecificCredentialsOutput, error)

ListServiceSpecificCredentialsWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificates

func (m *MockIAMAPI) ListSigningCertificates(arg0 *iam.ListSigningCertificatesInput) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificates mocks base method

func (*MockIAMAPI) ListSigningCertificatesPages

func (m *MockIAMAPI) ListSigningCertificatesPages(arg0 *iam.ListSigningCertificatesInput, arg1 func(*iam.ListSigningCertificatesOutput, bool) bool) error

ListSigningCertificatesPages mocks base method

func (*MockIAMAPI) ListSigningCertificatesPagesWithContext

func (m *MockIAMAPI) ListSigningCertificatesPagesWithContext(arg0 context.Context, arg1 *iam.ListSigningCertificatesInput, arg2 func(*iam.ListSigningCertificatesOutput, bool) bool, arg3 ...request.Option) error

ListSigningCertificatesPagesWithContext mocks base method

func (*MockIAMAPI) ListSigningCertificatesRequest

func (m *MockIAMAPI) ListSigningCertificatesRequest(arg0 *iam.ListSigningCertificatesInput) (*request.Request, *iam.ListSigningCertificatesOutput)

ListSigningCertificatesRequest mocks base method

func (*MockIAMAPI) ListSigningCertificatesWithContext

func (m *MockIAMAPI) ListSigningCertificatesWithContext(arg0 context.Context, arg1 *iam.ListSigningCertificatesInput, arg2 ...request.Option) (*iam.ListSigningCertificatesOutput, error)

ListSigningCertificatesWithContext mocks base method

func (*MockIAMAPI) ListUserPolicies

func (m *MockIAMAPI) ListUserPolicies(arg0 *iam.ListUserPoliciesInput) (*iam.ListUserPoliciesOutput, error)

ListUserPolicies mocks base method

func (*MockIAMAPI) ListUserPoliciesPages

func (m *MockIAMAPI) ListUserPoliciesPages(arg0 *iam.ListUserPoliciesInput, arg1 func(*iam.ListUserPoliciesOutput, bool) bool) error

ListUserPoliciesPages mocks base method

func (*MockIAMAPI) ListUserPoliciesPagesWithContext

func (m *MockIAMAPI) ListUserPoliciesPagesWithContext(arg0 context.Context, arg1 *iam.ListUserPoliciesInput, arg2 func(*iam.ListUserPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListUserPoliciesPagesWithContext mocks base method

func (*MockIAMAPI) ListUserPoliciesRequest

func (m *MockIAMAPI) ListUserPoliciesRequest(arg0 *iam.ListUserPoliciesInput) (*request.Request, *iam.ListUserPoliciesOutput)

ListUserPoliciesRequest mocks base method

func (*MockIAMAPI) ListUserPoliciesWithContext

func (m *MockIAMAPI) ListUserPoliciesWithContext(arg0 context.Context, arg1 *iam.ListUserPoliciesInput, arg2 ...request.Option) (*iam.ListUserPoliciesOutput, error)

ListUserPoliciesWithContext mocks base method

func (*MockIAMAPI) ListUserTags

func (m *MockIAMAPI) ListUserTags(arg0 *iam.ListUserTagsInput) (*iam.ListUserTagsOutput, error)

ListUserTags mocks base method

func (*MockIAMAPI) ListUserTagsRequest

func (m *MockIAMAPI) ListUserTagsRequest(arg0 *iam.ListUserTagsInput) (*request.Request, *iam.ListUserTagsOutput)

ListUserTagsRequest mocks base method

func (*MockIAMAPI) ListUserTagsWithContext

func (m *MockIAMAPI) ListUserTagsWithContext(arg0 context.Context, arg1 *iam.ListUserTagsInput, arg2 ...request.Option) (*iam.ListUserTagsOutput, error)

ListUserTagsWithContext mocks base method

func (*MockIAMAPI) ListUsers

func (m *MockIAMAPI) ListUsers(arg0 *iam.ListUsersInput) (*iam.ListUsersOutput, error)

ListUsers mocks base method

func (*MockIAMAPI) ListUsersPages

func (m *MockIAMAPI) ListUsersPages(arg0 *iam.ListUsersInput, arg1 func(*iam.ListUsersOutput, bool) bool) error

ListUsersPages mocks base method

func (*MockIAMAPI) ListUsersPagesWithContext

func (m *MockIAMAPI) ListUsersPagesWithContext(arg0 context.Context, arg1 *iam.ListUsersInput, arg2 func(*iam.ListUsersOutput, bool) bool, arg3 ...request.Option) error

ListUsersPagesWithContext mocks base method

func (*MockIAMAPI) ListUsersRequest

func (m *MockIAMAPI) ListUsersRequest(arg0 *iam.ListUsersInput) (*request.Request, *iam.ListUsersOutput)

ListUsersRequest mocks base method

func (*MockIAMAPI) ListUsersWithContext

func (m *MockIAMAPI) ListUsersWithContext(arg0 context.Context, arg1 *iam.ListUsersInput, arg2 ...request.Option) (*iam.ListUsersOutput, error)

ListUsersWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevices

func (m *MockIAMAPI) ListVirtualMFADevices(arg0 *iam.ListVirtualMFADevicesInput) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevices mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPages

func (m *MockIAMAPI) ListVirtualMFADevicesPages(arg0 *iam.ListVirtualMFADevicesInput, arg1 func(*iam.ListVirtualMFADevicesOutput, bool) bool) error

ListVirtualMFADevicesPages mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesPagesWithContext

func (m *MockIAMAPI) ListVirtualMFADevicesPagesWithContext(arg0 context.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 func(*iam.ListVirtualMFADevicesOutput, bool) bool, arg3 ...request.Option) error

ListVirtualMFADevicesPagesWithContext mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesRequest

func (m *MockIAMAPI) ListVirtualMFADevicesRequest(arg0 *iam.ListVirtualMFADevicesInput) (*request.Request, *iam.ListVirtualMFADevicesOutput)

ListVirtualMFADevicesRequest mocks base method

func (*MockIAMAPI) ListVirtualMFADevicesWithContext

func (m *MockIAMAPI) ListVirtualMFADevicesWithContext(arg0 context.Context, arg1 *iam.ListVirtualMFADevicesInput, arg2 ...request.Option) (*iam.ListVirtualMFADevicesOutput, error)

ListVirtualMFADevicesWithContext mocks base method

func (*MockIAMAPI) PutGroupPolicy

func (m *MockIAMAPI) PutGroupPolicy(arg0 *iam.PutGroupPolicyInput) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicy mocks base method

func (*MockIAMAPI) PutGroupPolicyRequest

func (m *MockIAMAPI) PutGroupPolicyRequest(arg0 *iam.PutGroupPolicyInput) (*request.Request, *iam.PutGroupPolicyOutput)

PutGroupPolicyRequest mocks base method

func (*MockIAMAPI) PutGroupPolicyWithContext

func (m *MockIAMAPI) PutGroupPolicyWithContext(arg0 context.Context, arg1 *iam.PutGroupPolicyInput, arg2 ...request.Option) (*iam.PutGroupPolicyOutput, error)

PutGroupPolicyWithContext mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundary

PutRolePermissionsBoundary mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryRequest

func (m *MockIAMAPI) PutRolePermissionsBoundaryRequest(arg0 *iam.PutRolePermissionsBoundaryInput) (*request.Request, *iam.PutRolePermissionsBoundaryOutput)

PutRolePermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutRolePermissionsBoundaryWithContext

func (m *MockIAMAPI) PutRolePermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.PutRolePermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutRolePermissionsBoundaryOutput, error)

PutRolePermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutRolePolicy

func (m *MockIAMAPI) PutRolePolicy(arg0 *iam.PutRolePolicyInput) (*iam.PutRolePolicyOutput, error)

PutRolePolicy mocks base method

func (*MockIAMAPI) PutRolePolicyRequest

func (m *MockIAMAPI) PutRolePolicyRequest(arg0 *iam.PutRolePolicyInput) (*request.Request, *iam.PutRolePolicyOutput)

PutRolePolicyRequest mocks base method

func (*MockIAMAPI) PutRolePolicyWithContext

func (m *MockIAMAPI) PutRolePolicyWithContext(arg0 context.Context, arg1 *iam.PutRolePolicyInput, arg2 ...request.Option) (*iam.PutRolePolicyOutput, error)

PutRolePolicyWithContext mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundary

PutUserPermissionsBoundary mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryRequest

func (m *MockIAMAPI) PutUserPermissionsBoundaryRequest(arg0 *iam.PutUserPermissionsBoundaryInput) (*request.Request, *iam.PutUserPermissionsBoundaryOutput)

PutUserPermissionsBoundaryRequest mocks base method

func (*MockIAMAPI) PutUserPermissionsBoundaryWithContext

func (m *MockIAMAPI) PutUserPermissionsBoundaryWithContext(arg0 context.Context, arg1 *iam.PutUserPermissionsBoundaryInput, arg2 ...request.Option) (*iam.PutUserPermissionsBoundaryOutput, error)

PutUserPermissionsBoundaryWithContext mocks base method

func (*MockIAMAPI) PutUserPolicy

func (m *MockIAMAPI) PutUserPolicy(arg0 *iam.PutUserPolicyInput) (*iam.PutUserPolicyOutput, error)

PutUserPolicy mocks base method

func (*MockIAMAPI) PutUserPolicyRequest

func (m *MockIAMAPI) PutUserPolicyRequest(arg0 *iam.PutUserPolicyInput) (*request.Request, *iam.PutUserPolicyOutput)

PutUserPolicyRequest mocks base method

func (*MockIAMAPI) PutUserPolicyWithContext

func (m *MockIAMAPI) PutUserPolicyWithContext(arg0 context.Context, arg1 *iam.PutUserPolicyInput, arg2 ...request.Option) (*iam.PutUserPolicyOutput, error)

PutUserPolicyWithContext mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProvider

RemoveClientIDFromOpenIDConnectProvider mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderRequest

RemoveClientIDFromOpenIDConnectProviderRequest mocks base method

func (*MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext

func (m *MockIAMAPI) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0 context.Context, arg1 *iam.RemoveClientIDFromOpenIDConnectProviderInput, arg2 ...request.Option) (*iam.RemoveClientIDFromOpenIDConnectProviderOutput, error)

RemoveClientIDFromOpenIDConnectProviderWithContext mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfile

RemoveRoleFromInstanceProfile mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileRequest

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileRequest(arg0 *iam.RemoveRoleFromInstanceProfileInput) (*request.Request, *iam.RemoveRoleFromInstanceProfileOutput)

RemoveRoleFromInstanceProfileRequest mocks base method

func (*MockIAMAPI) RemoveRoleFromInstanceProfileWithContext

func (m *MockIAMAPI) RemoveRoleFromInstanceProfileWithContext(arg0 context.Context, arg1 *iam.RemoveRoleFromInstanceProfileInput, arg2 ...request.Option) (*iam.RemoveRoleFromInstanceProfileOutput, error)

RemoveRoleFromInstanceProfileWithContext mocks base method

func (*MockIAMAPI) RemoveUserFromGroup

func (m *MockIAMAPI) RemoveUserFromGroup(arg0 *iam.RemoveUserFromGroupInput) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroup mocks base method

func (*MockIAMAPI) RemoveUserFromGroupRequest

func (m *MockIAMAPI) RemoveUserFromGroupRequest(arg0 *iam.RemoveUserFromGroupInput) (*request.Request, *iam.RemoveUserFromGroupOutput)

RemoveUserFromGroupRequest mocks base method

func (*MockIAMAPI) RemoveUserFromGroupWithContext

func (m *MockIAMAPI) RemoveUserFromGroupWithContext(arg0 context.Context, arg1 *iam.RemoveUserFromGroupInput, arg2 ...request.Option) (*iam.RemoveUserFromGroupOutput, error)

RemoveUserFromGroupWithContext mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredential

ResetServiceSpecificCredential mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialRequest

func (m *MockIAMAPI) ResetServiceSpecificCredentialRequest(arg0 *iam.ResetServiceSpecificCredentialInput) (*request.Request, *iam.ResetServiceSpecificCredentialOutput)

ResetServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) ResetServiceSpecificCredentialWithContext

func (m *MockIAMAPI) ResetServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.ResetServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.ResetServiceSpecificCredentialOutput, error)

ResetServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) ResyncMFADevice

func (m *MockIAMAPI) ResyncMFADevice(arg0 *iam.ResyncMFADeviceInput) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADevice mocks base method

func (*MockIAMAPI) ResyncMFADeviceRequest

func (m *MockIAMAPI) ResyncMFADeviceRequest(arg0 *iam.ResyncMFADeviceInput) (*request.Request, *iam.ResyncMFADeviceOutput)

ResyncMFADeviceRequest mocks base method

func (*MockIAMAPI) ResyncMFADeviceWithContext

func (m *MockIAMAPI) ResyncMFADeviceWithContext(arg0 context.Context, arg1 *iam.ResyncMFADeviceInput, arg2 ...request.Option) (*iam.ResyncMFADeviceOutput, error)

ResyncMFADeviceWithContext mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersion

func (m *MockIAMAPI) SetDefaultPolicyVersion(arg0 *iam.SetDefaultPolicyVersionInput) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersion mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionRequest

func (m *MockIAMAPI) SetDefaultPolicyVersionRequest(arg0 *iam.SetDefaultPolicyVersionInput) (*request.Request, *iam.SetDefaultPolicyVersionOutput)

SetDefaultPolicyVersionRequest mocks base method

func (*MockIAMAPI) SetDefaultPolicyVersionWithContext

func (m *MockIAMAPI) SetDefaultPolicyVersionWithContext(arg0 context.Context, arg1 *iam.SetDefaultPolicyVersionInput, arg2 ...request.Option) (*iam.SetDefaultPolicyVersionOutput, error)

SetDefaultPolicyVersionWithContext mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferences

SetSecurityTokenServicePreferences mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesRequest

SetSecurityTokenServicePreferencesRequest mocks base method

func (*MockIAMAPI) SetSecurityTokenServicePreferencesWithContext

func (m *MockIAMAPI) SetSecurityTokenServicePreferencesWithContext(arg0 context.Context, arg1 *iam.SetSecurityTokenServicePreferencesInput, arg2 ...request.Option) (*iam.SetSecurityTokenServicePreferencesOutput, error)

SetSecurityTokenServicePreferencesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicy

func (m *MockIAMAPI) SimulateCustomPolicy(arg0 *iam.SimulateCustomPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicy mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPages

func (m *MockIAMAPI) SimulateCustomPolicyPages(arg0 *iam.SimulateCustomPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulateCustomPolicyPages mocks base method

func (*MockIAMAPI) SimulateCustomPolicyPagesWithContext

func (m *MockIAMAPI) SimulateCustomPolicyPagesWithContext(arg0 context.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulateCustomPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulateCustomPolicyRequest

func (m *MockIAMAPI) SimulateCustomPolicyRequest(arg0 *iam.SimulateCustomPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulateCustomPolicyRequest mocks base method

func (*MockIAMAPI) SimulateCustomPolicyWithContext

func (m *MockIAMAPI) SimulateCustomPolicyWithContext(arg0 context.Context, arg1 *iam.SimulateCustomPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulateCustomPolicyWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicy

func (m *MockIAMAPI) SimulatePrincipalPolicy(arg0 *iam.SimulatePrincipalPolicyInput) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicy mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPages

func (m *MockIAMAPI) SimulatePrincipalPolicyPages(arg0 *iam.SimulatePrincipalPolicyInput, arg1 func(*iam.SimulatePolicyResponse, bool) bool) error

SimulatePrincipalPolicyPages mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyPagesWithContext

func (m *MockIAMAPI) SimulatePrincipalPolicyPagesWithContext(arg0 context.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 func(*iam.SimulatePolicyResponse, bool) bool, arg3 ...request.Option) error

SimulatePrincipalPolicyPagesWithContext mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyRequest

func (m *MockIAMAPI) SimulatePrincipalPolicyRequest(arg0 *iam.SimulatePrincipalPolicyInput) (*request.Request, *iam.SimulatePolicyResponse)

SimulatePrincipalPolicyRequest mocks base method

func (*MockIAMAPI) SimulatePrincipalPolicyWithContext

func (m *MockIAMAPI) SimulatePrincipalPolicyWithContext(arg0 context.Context, arg1 *iam.SimulatePrincipalPolicyInput, arg2 ...request.Option) (*iam.SimulatePolicyResponse, error)

SimulatePrincipalPolicyWithContext mocks base method

func (*MockIAMAPI) TagRole

func (m *MockIAMAPI) TagRole(arg0 *iam.TagRoleInput) (*iam.TagRoleOutput, error)

TagRole mocks base method

func (*MockIAMAPI) TagRoleRequest

func (m *MockIAMAPI) TagRoleRequest(arg0 *iam.TagRoleInput) (*request.Request, *iam.TagRoleOutput)

TagRoleRequest mocks base method

func (*MockIAMAPI) TagRoleWithContext

func (m *MockIAMAPI) TagRoleWithContext(arg0 context.Context, arg1 *iam.TagRoleInput, arg2 ...request.Option) (*iam.TagRoleOutput, error)

TagRoleWithContext mocks base method

func (*MockIAMAPI) TagUser

func (m *MockIAMAPI) TagUser(arg0 *iam.TagUserInput) (*iam.TagUserOutput, error)

TagUser mocks base method

func (*MockIAMAPI) TagUserRequest

func (m *MockIAMAPI) TagUserRequest(arg0 *iam.TagUserInput) (*request.Request, *iam.TagUserOutput)

TagUserRequest mocks base method

func (*MockIAMAPI) TagUserWithContext

func (m *MockIAMAPI) TagUserWithContext(arg0 context.Context, arg1 *iam.TagUserInput, arg2 ...request.Option) (*iam.TagUserOutput, error)

TagUserWithContext mocks base method

func (*MockIAMAPI) UntagRole

func (m *MockIAMAPI) UntagRole(arg0 *iam.UntagRoleInput) (*iam.UntagRoleOutput, error)

UntagRole mocks base method

func (*MockIAMAPI) UntagRoleRequest

func (m *MockIAMAPI) UntagRoleRequest(arg0 *iam.UntagRoleInput) (*request.Request, *iam.UntagRoleOutput)

UntagRoleRequest mocks base method

func (*MockIAMAPI) UntagRoleWithContext

func (m *MockIAMAPI) UntagRoleWithContext(arg0 context.Context, arg1 *iam.UntagRoleInput, arg2 ...request.Option) (*iam.UntagRoleOutput, error)

UntagRoleWithContext mocks base method

func (*MockIAMAPI) UntagUser

func (m *MockIAMAPI) UntagUser(arg0 *iam.UntagUserInput) (*iam.UntagUserOutput, error)

UntagUser mocks base method

func (*MockIAMAPI) UntagUserRequest

func (m *MockIAMAPI) UntagUserRequest(arg0 *iam.UntagUserInput) (*request.Request, *iam.UntagUserOutput)

UntagUserRequest mocks base method

func (*MockIAMAPI) UntagUserWithContext

func (m *MockIAMAPI) UntagUserWithContext(arg0 context.Context, arg1 *iam.UntagUserInput, arg2 ...request.Option) (*iam.UntagUserOutput, error)

UntagUserWithContext mocks base method

func (*MockIAMAPI) UpdateAccessKey

func (m *MockIAMAPI) UpdateAccessKey(arg0 *iam.UpdateAccessKeyInput) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKey mocks base method

func (*MockIAMAPI) UpdateAccessKeyRequest

func (m *MockIAMAPI) UpdateAccessKeyRequest(arg0 *iam.UpdateAccessKeyInput) (*request.Request, *iam.UpdateAccessKeyOutput)

UpdateAccessKeyRequest mocks base method

func (*MockIAMAPI) UpdateAccessKeyWithContext

func (m *MockIAMAPI) UpdateAccessKeyWithContext(arg0 context.Context, arg1 *iam.UpdateAccessKeyInput, arg2 ...request.Option) (*iam.UpdateAccessKeyOutput, error)

UpdateAccessKeyWithContext mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicy

UpdateAccountPasswordPolicy mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyRequest

func (m *MockIAMAPI) UpdateAccountPasswordPolicyRequest(arg0 *iam.UpdateAccountPasswordPolicyInput) (*request.Request, *iam.UpdateAccountPasswordPolicyOutput)

UpdateAccountPasswordPolicyRequest mocks base method

func (*MockIAMAPI) UpdateAccountPasswordPolicyWithContext

func (m *MockIAMAPI) UpdateAccountPasswordPolicyWithContext(arg0 context.Context, arg1 *iam.UpdateAccountPasswordPolicyInput, arg2 ...request.Option) (*iam.UpdateAccountPasswordPolicyOutput, error)

UpdateAccountPasswordPolicyWithContext mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicy

func (m *MockIAMAPI) UpdateAssumeRolePolicy(arg0 *iam.UpdateAssumeRolePolicyInput) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicy mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyRequest

func (m *MockIAMAPI) UpdateAssumeRolePolicyRequest(arg0 *iam.UpdateAssumeRolePolicyInput) (*request.Request, *iam.UpdateAssumeRolePolicyOutput)

UpdateAssumeRolePolicyRequest mocks base method

func (*MockIAMAPI) UpdateAssumeRolePolicyWithContext

func (m *MockIAMAPI) UpdateAssumeRolePolicyWithContext(arg0 context.Context, arg1 *iam.UpdateAssumeRolePolicyInput, arg2 ...request.Option) (*iam.UpdateAssumeRolePolicyOutput, error)

UpdateAssumeRolePolicyWithContext mocks base method

func (*MockIAMAPI) UpdateGroup

func (m *MockIAMAPI) UpdateGroup(arg0 *iam.UpdateGroupInput) (*iam.UpdateGroupOutput, error)

UpdateGroup mocks base method

func (*MockIAMAPI) UpdateGroupRequest

func (m *MockIAMAPI) UpdateGroupRequest(arg0 *iam.UpdateGroupInput) (*request.Request, *iam.UpdateGroupOutput)

UpdateGroupRequest mocks base method

func (*MockIAMAPI) UpdateGroupWithContext

func (m *MockIAMAPI) UpdateGroupWithContext(arg0 context.Context, arg1 *iam.UpdateGroupInput, arg2 ...request.Option) (*iam.UpdateGroupOutput, error)

UpdateGroupWithContext mocks base method

func (*MockIAMAPI) UpdateLoginProfile

func (m *MockIAMAPI) UpdateLoginProfile(arg0 *iam.UpdateLoginProfileInput) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfile mocks base method

func (*MockIAMAPI) UpdateLoginProfileRequest

func (m *MockIAMAPI) UpdateLoginProfileRequest(arg0 *iam.UpdateLoginProfileInput) (*request.Request, *iam.UpdateLoginProfileOutput)

UpdateLoginProfileRequest mocks base method

func (*MockIAMAPI) UpdateLoginProfileWithContext

func (m *MockIAMAPI) UpdateLoginProfileWithContext(arg0 context.Context, arg1 *iam.UpdateLoginProfileInput, arg2 ...request.Option) (*iam.UpdateLoginProfileOutput, error)

UpdateLoginProfileWithContext mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprint

UpdateOpenIDConnectProviderThumbprint mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintRequest

UpdateOpenIDConnectProviderThumbprintRequest mocks base method

func (*MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext

func (m *MockIAMAPI) UpdateOpenIDConnectProviderThumbprintWithContext(arg0 context.Context, arg1 *iam.UpdateOpenIDConnectProviderThumbprintInput, arg2 ...request.Option) (*iam.UpdateOpenIDConnectProviderThumbprintOutput, error)

UpdateOpenIDConnectProviderThumbprintWithContext mocks base method

func (*MockIAMAPI) UpdateRole

func (m *MockIAMAPI) UpdateRole(arg0 *iam.UpdateRoleInput) (*iam.UpdateRoleOutput, error)

UpdateRole mocks base method

func (*MockIAMAPI) UpdateRoleDescription

func (m *MockIAMAPI) UpdateRoleDescription(arg0 *iam.UpdateRoleDescriptionInput) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescription mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionRequest

func (m *MockIAMAPI) UpdateRoleDescriptionRequest(arg0 *iam.UpdateRoleDescriptionInput) (*request.Request, *iam.UpdateRoleDescriptionOutput)

UpdateRoleDescriptionRequest mocks base method

func (*MockIAMAPI) UpdateRoleDescriptionWithContext

func (m *MockIAMAPI) UpdateRoleDescriptionWithContext(arg0 context.Context, arg1 *iam.UpdateRoleDescriptionInput, arg2 ...request.Option) (*iam.UpdateRoleDescriptionOutput, error)

UpdateRoleDescriptionWithContext mocks base method

func (*MockIAMAPI) UpdateRoleRequest

func (m *MockIAMAPI) UpdateRoleRequest(arg0 *iam.UpdateRoleInput) (*request.Request, *iam.UpdateRoleOutput)

UpdateRoleRequest mocks base method

func (*MockIAMAPI) UpdateRoleWithContext

func (m *MockIAMAPI) UpdateRoleWithContext(arg0 context.Context, arg1 *iam.UpdateRoleInput, arg2 ...request.Option) (*iam.UpdateRoleOutput, error)

UpdateRoleWithContext mocks base method

func (*MockIAMAPI) UpdateSAMLProvider

func (m *MockIAMAPI) UpdateSAMLProvider(arg0 *iam.UpdateSAMLProviderInput) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProvider mocks base method

func (*MockIAMAPI) UpdateSAMLProviderRequest

func (m *MockIAMAPI) UpdateSAMLProviderRequest(arg0 *iam.UpdateSAMLProviderInput) (*request.Request, *iam.UpdateSAMLProviderOutput)

UpdateSAMLProviderRequest mocks base method

func (*MockIAMAPI) UpdateSAMLProviderWithContext

func (m *MockIAMAPI) UpdateSAMLProviderWithContext(arg0 context.Context, arg1 *iam.UpdateSAMLProviderInput, arg2 ...request.Option) (*iam.UpdateSAMLProviderOutput, error)

UpdateSAMLProviderWithContext mocks base method

func (*MockIAMAPI) UpdateSSHPublicKey

func (m *MockIAMAPI) UpdateSSHPublicKey(arg0 *iam.UpdateSSHPublicKeyInput) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKey mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyRequest

func (m *MockIAMAPI) UpdateSSHPublicKeyRequest(arg0 *iam.UpdateSSHPublicKeyInput) (*request.Request, *iam.UpdateSSHPublicKeyOutput)

UpdateSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UpdateSSHPublicKeyWithContext

func (m *MockIAMAPI) UpdateSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.UpdateSSHPublicKeyInput, arg2 ...request.Option) (*iam.UpdateSSHPublicKeyOutput, error)

UpdateSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UpdateServerCertificate

func (m *MockIAMAPI) UpdateServerCertificate(arg0 *iam.UpdateServerCertificateInput) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificate mocks base method

func (*MockIAMAPI) UpdateServerCertificateRequest

func (m *MockIAMAPI) UpdateServerCertificateRequest(arg0 *iam.UpdateServerCertificateInput) (*request.Request, *iam.UpdateServerCertificateOutput)

UpdateServerCertificateRequest mocks base method

func (*MockIAMAPI) UpdateServerCertificateWithContext

func (m *MockIAMAPI) UpdateServerCertificateWithContext(arg0 context.Context, arg1 *iam.UpdateServerCertificateInput, arg2 ...request.Option) (*iam.UpdateServerCertificateOutput, error)

UpdateServerCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredential

UpdateServiceSpecificCredential mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialRequest

func (m *MockIAMAPI) UpdateServiceSpecificCredentialRequest(arg0 *iam.UpdateServiceSpecificCredentialInput) (*request.Request, *iam.UpdateServiceSpecificCredentialOutput)

UpdateServiceSpecificCredentialRequest mocks base method

func (*MockIAMAPI) UpdateServiceSpecificCredentialWithContext

func (m *MockIAMAPI) UpdateServiceSpecificCredentialWithContext(arg0 context.Context, arg1 *iam.UpdateServiceSpecificCredentialInput, arg2 ...request.Option) (*iam.UpdateServiceSpecificCredentialOutput, error)

UpdateServiceSpecificCredentialWithContext mocks base method

func (*MockIAMAPI) UpdateSigningCertificate

UpdateSigningCertificate mocks base method

func (*MockIAMAPI) UpdateSigningCertificateRequest

func (m *MockIAMAPI) UpdateSigningCertificateRequest(arg0 *iam.UpdateSigningCertificateInput) (*request.Request, *iam.UpdateSigningCertificateOutput)

UpdateSigningCertificateRequest mocks base method

func (*MockIAMAPI) UpdateSigningCertificateWithContext

func (m *MockIAMAPI) UpdateSigningCertificateWithContext(arg0 context.Context, arg1 *iam.UpdateSigningCertificateInput, arg2 ...request.Option) (*iam.UpdateSigningCertificateOutput, error)

UpdateSigningCertificateWithContext mocks base method

func (*MockIAMAPI) UpdateUser

func (m *MockIAMAPI) UpdateUser(arg0 *iam.UpdateUserInput) (*iam.UpdateUserOutput, error)

UpdateUser mocks base method

func (*MockIAMAPI) UpdateUserRequest

func (m *MockIAMAPI) UpdateUserRequest(arg0 *iam.UpdateUserInput) (*request.Request, *iam.UpdateUserOutput)

UpdateUserRequest mocks base method

func (*MockIAMAPI) UpdateUserWithContext

func (m *MockIAMAPI) UpdateUserWithContext(arg0 context.Context, arg1 *iam.UpdateUserInput, arg2 ...request.Option) (*iam.UpdateUserOutput, error)

UpdateUserWithContext mocks base method

func (*MockIAMAPI) UploadSSHPublicKey

func (m *MockIAMAPI) UploadSSHPublicKey(arg0 *iam.UploadSSHPublicKeyInput) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKey mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyRequest

func (m *MockIAMAPI) UploadSSHPublicKeyRequest(arg0 *iam.UploadSSHPublicKeyInput) (*request.Request, *iam.UploadSSHPublicKeyOutput)

UploadSSHPublicKeyRequest mocks base method

func (*MockIAMAPI) UploadSSHPublicKeyWithContext

func (m *MockIAMAPI) UploadSSHPublicKeyWithContext(arg0 context.Context, arg1 *iam.UploadSSHPublicKeyInput, arg2 ...request.Option) (*iam.UploadSSHPublicKeyOutput, error)

UploadSSHPublicKeyWithContext mocks base method

func (*MockIAMAPI) UploadServerCertificate

func (m *MockIAMAPI) UploadServerCertificate(arg0 *iam.UploadServerCertificateInput) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificate mocks base method

func (*MockIAMAPI) UploadServerCertificateRequest

func (m *MockIAMAPI) UploadServerCertificateRequest(arg0 *iam.UploadServerCertificateInput) (*request.Request, *iam.UploadServerCertificateOutput)

UploadServerCertificateRequest mocks base method

func (*MockIAMAPI) UploadServerCertificateWithContext

func (m *MockIAMAPI) UploadServerCertificateWithContext(arg0 context.Context, arg1 *iam.UploadServerCertificateInput, arg2 ...request.Option) (*iam.UploadServerCertificateOutput, error)

UploadServerCertificateWithContext mocks base method

func (*MockIAMAPI) UploadSigningCertificate

UploadSigningCertificate mocks base method

func (*MockIAMAPI) UploadSigningCertificateRequest

func (m *MockIAMAPI) UploadSigningCertificateRequest(arg0 *iam.UploadSigningCertificateInput) (*request.Request, *iam.UploadSigningCertificateOutput)

UploadSigningCertificateRequest mocks base method

func (*MockIAMAPI) UploadSigningCertificateWithContext

func (m *MockIAMAPI) UploadSigningCertificateWithContext(arg0 context.Context, arg1 *iam.UploadSigningCertificateInput, arg2 ...request.Option) (*iam.UploadSigningCertificateOutput, error)

UploadSigningCertificateWithContext mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExists

func (m *MockIAMAPI) WaitUntilInstanceProfileExists(arg0 *iam.GetInstanceProfileInput) error

WaitUntilInstanceProfileExists mocks base method

func (*MockIAMAPI) WaitUntilInstanceProfileExistsWithContext

func (m *MockIAMAPI) WaitUntilInstanceProfileExistsWithContext(arg0 context.Context, arg1 *iam.GetInstanceProfileInput, arg2 ...request.WaiterOption) error

WaitUntilInstanceProfileExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilPolicyExists

func (m *MockIAMAPI) WaitUntilPolicyExists(arg0 *iam.GetPolicyInput) error

WaitUntilPolicyExists mocks base method

func (*MockIAMAPI) WaitUntilPolicyExistsWithContext

func (m *MockIAMAPI) WaitUntilPolicyExistsWithContext(arg0 context.Context, arg1 *iam.GetPolicyInput, arg2 ...request.WaiterOption) error

WaitUntilPolicyExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilRoleExists

func (m *MockIAMAPI) WaitUntilRoleExists(arg0 *iam.GetRoleInput) error

WaitUntilRoleExists mocks base method

func (*MockIAMAPI) WaitUntilRoleExistsWithContext

func (m *MockIAMAPI) WaitUntilRoleExistsWithContext(arg0 context.Context, arg1 *iam.GetRoleInput, arg2 ...request.WaiterOption) error

WaitUntilRoleExistsWithContext mocks base method

func (*MockIAMAPI) WaitUntilUserExists

func (m *MockIAMAPI) WaitUntilUserExists(arg0 *iam.GetUserInput) error

WaitUntilUserExists mocks base method

func (*MockIAMAPI) WaitUntilUserExistsWithContext

func (m *MockIAMAPI) WaitUntilUserExistsWithContext(arg0 context.Context, arg1 *iam.GetUserInput, arg2 ...request.WaiterOption) error

WaitUntilUserExistsWithContext mocks base method

type MockIAMAPIMockRecorder

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

MockIAMAPIMockRecorder is the mock recorder for MockIAMAPI

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProvider(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProvider indicates an expected call of AddClientIDToOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderRequest indicates an expected call of AddClientIDToOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) AddClientIDToOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddClientIDToOpenIDConnectProviderWithContext indicates an expected call of AddClientIDToOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfile

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfile(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfile indicates an expected call of AddRoleToInstanceProfile

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileRequest(arg0 interface{}) *gomock.Call

AddRoleToInstanceProfileRequest indicates an expected call of AddRoleToInstanceProfileRequest

func (*MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) AddRoleToInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddRoleToInstanceProfileWithContext indicates an expected call of AddRoleToInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) AddUserToGroup

func (mr *MockIAMAPIMockRecorder) AddUserToGroup(arg0 interface{}) *gomock.Call

AddUserToGroup indicates an expected call of AddUserToGroup

func (*MockIAMAPIMockRecorder) AddUserToGroupRequest

func (mr *MockIAMAPIMockRecorder) AddUserToGroupRequest(arg0 interface{}) *gomock.Call

AddUserToGroupRequest indicates an expected call of AddUserToGroupRequest

func (*MockIAMAPIMockRecorder) AddUserToGroupWithContext

func (mr *MockIAMAPIMockRecorder) AddUserToGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddUserToGroupWithContext indicates an expected call of AddUserToGroupWithContext

func (*MockIAMAPIMockRecorder) AttachGroupPolicy

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicy(arg0 interface{}) *gomock.Call

AttachGroupPolicy indicates an expected call of AttachGroupPolicy

func (*MockIAMAPIMockRecorder) AttachGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyRequest(arg0 interface{}) *gomock.Call

AttachGroupPolicyRequest indicates an expected call of AttachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) AttachGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachGroupPolicyWithContext indicates an expected call of AttachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) AttachRolePolicy

func (mr *MockIAMAPIMockRecorder) AttachRolePolicy(arg0 interface{}) *gomock.Call

AttachRolePolicy indicates an expected call of AttachRolePolicy

func (*MockIAMAPIMockRecorder) AttachRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyRequest(arg0 interface{}) *gomock.Call

AttachRolePolicyRequest indicates an expected call of AttachRolePolicyRequest

func (*MockIAMAPIMockRecorder) AttachRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachRolePolicyWithContext indicates an expected call of AttachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) AttachUserPolicy

func (mr *MockIAMAPIMockRecorder) AttachUserPolicy(arg0 interface{}) *gomock.Call

AttachUserPolicy indicates an expected call of AttachUserPolicy

func (*MockIAMAPIMockRecorder) AttachUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyRequest(arg0 interface{}) *gomock.Call

AttachUserPolicyRequest indicates an expected call of AttachUserPolicyRequest

func (*MockIAMAPIMockRecorder) AttachUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) AttachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AttachUserPolicyWithContext indicates an expected call of AttachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) ChangePassword

func (mr *MockIAMAPIMockRecorder) ChangePassword(arg0 interface{}) *gomock.Call

ChangePassword indicates an expected call of ChangePassword

func (*MockIAMAPIMockRecorder) ChangePasswordRequest

func (mr *MockIAMAPIMockRecorder) ChangePasswordRequest(arg0 interface{}) *gomock.Call

ChangePasswordRequest indicates an expected call of ChangePasswordRequest

func (*MockIAMAPIMockRecorder) ChangePasswordWithContext

func (mr *MockIAMAPIMockRecorder) ChangePasswordWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ChangePasswordWithContext indicates an expected call of ChangePasswordWithContext

func (*MockIAMAPIMockRecorder) CreateAccessKey

func (mr *MockIAMAPIMockRecorder) CreateAccessKey(arg0 interface{}) *gomock.Call

CreateAccessKey indicates an expected call of CreateAccessKey

func (*MockIAMAPIMockRecorder) CreateAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyRequest(arg0 interface{}) *gomock.Call

CreateAccessKeyRequest indicates an expected call of CreateAccessKeyRequest

func (*MockIAMAPIMockRecorder) CreateAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) CreateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessKeyWithContext indicates an expected call of CreateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) CreateAccountAlias

func (mr *MockIAMAPIMockRecorder) CreateAccountAlias(arg0 interface{}) *gomock.Call

CreateAccountAlias indicates an expected call of CreateAccountAlias

func (*MockIAMAPIMockRecorder) CreateAccountAliasRequest

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasRequest(arg0 interface{}) *gomock.Call

CreateAccountAliasRequest indicates an expected call of CreateAccountAliasRequest

func (*MockIAMAPIMockRecorder) CreateAccountAliasWithContext

func (mr *MockIAMAPIMockRecorder) CreateAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccountAliasWithContext indicates an expected call of CreateAccountAliasWithContext

func (*MockIAMAPIMockRecorder) CreateGroup

func (mr *MockIAMAPIMockRecorder) CreateGroup(arg0 interface{}) *gomock.Call

CreateGroup indicates an expected call of CreateGroup

func (*MockIAMAPIMockRecorder) CreateGroupRequest

func (mr *MockIAMAPIMockRecorder) CreateGroupRequest(arg0 interface{}) *gomock.Call

CreateGroupRequest indicates an expected call of CreateGroupRequest

func (*MockIAMAPIMockRecorder) CreateGroupWithContext

func (mr *MockIAMAPIMockRecorder) CreateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGroupWithContext indicates an expected call of CreateGroupWithContext

func (*MockIAMAPIMockRecorder) CreateInstanceProfile

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfile(arg0 interface{}) *gomock.Call

CreateInstanceProfile indicates an expected call of CreateInstanceProfile

func (*MockIAMAPIMockRecorder) CreateInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileRequest(arg0 interface{}) *gomock.Call

CreateInstanceProfileRequest indicates an expected call of CreateInstanceProfileRequest

func (*MockIAMAPIMockRecorder) CreateInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) CreateInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateInstanceProfileWithContext indicates an expected call of CreateInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) CreateLoginProfile

func (mr *MockIAMAPIMockRecorder) CreateLoginProfile(arg0 interface{}) *gomock.Call

CreateLoginProfile indicates an expected call of CreateLoginProfile

func (*MockIAMAPIMockRecorder) CreateLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileRequest(arg0 interface{}) *gomock.Call

CreateLoginProfileRequest indicates an expected call of CreateLoginProfileRequest

func (*MockIAMAPIMockRecorder) CreateLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) CreateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateLoginProfileWithContext indicates an expected call of CreateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProvider(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProvider indicates an expected call of CreateOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

CreateOpenIDConnectProviderRequest indicates an expected call of CreateOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) CreateOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOpenIDConnectProviderWithContext indicates an expected call of CreateOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) CreatePolicy

func (mr *MockIAMAPIMockRecorder) CreatePolicy(arg0 interface{}) *gomock.Call

CreatePolicy indicates an expected call of CreatePolicy

func (*MockIAMAPIMockRecorder) CreatePolicyRequest

func (mr *MockIAMAPIMockRecorder) CreatePolicyRequest(arg0 interface{}) *gomock.Call

CreatePolicyRequest indicates an expected call of CreatePolicyRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersion

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersion(arg0 interface{}) *gomock.Call

CreatePolicyVersion indicates an expected call of CreatePolicyVersion

func (*MockIAMAPIMockRecorder) CreatePolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionRequest(arg0 interface{}) *gomock.Call

CreatePolicyVersionRequest indicates an expected call of CreatePolicyVersionRequest

func (*MockIAMAPIMockRecorder) CreatePolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) CreatePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyVersionWithContext indicates an expected call of CreatePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) CreatePolicyWithContext

func (mr *MockIAMAPIMockRecorder) CreatePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreatePolicyWithContext indicates an expected call of CreatePolicyWithContext

func (*MockIAMAPIMockRecorder) CreateRole

func (mr *MockIAMAPIMockRecorder) CreateRole(arg0 interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole

func (*MockIAMAPIMockRecorder) CreateRoleRequest

func (mr *MockIAMAPIMockRecorder) CreateRoleRequest(arg0 interface{}) *gomock.Call

CreateRoleRequest indicates an expected call of CreateRoleRequest

func (*MockIAMAPIMockRecorder) CreateRoleWithContext

func (mr *MockIAMAPIMockRecorder) CreateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRoleWithContext indicates an expected call of CreateRoleWithContext

func (*MockIAMAPIMockRecorder) CreateSAMLProvider

func (mr *MockIAMAPIMockRecorder) CreateSAMLProvider(arg0 interface{}) *gomock.Call

CreateSAMLProvider indicates an expected call of CreateSAMLProvider

func (*MockIAMAPIMockRecorder) CreateSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderRequest(arg0 interface{}) *gomock.Call

CreateSAMLProviderRequest indicates an expected call of CreateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) CreateSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) CreateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSAMLProviderWithContext indicates an expected call of CreateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRole

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRole(arg0 interface{}) *gomock.Call

CreateServiceLinkedRole indicates an expected call of CreateServiceLinkedRole

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

CreateServiceLinkedRoleRequest indicates an expected call of CreateServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext

func (mr *MockIAMAPIMockRecorder) CreateServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceLinkedRoleWithContext indicates an expected call of CreateServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredential(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredential indicates an expected call of CreateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

CreateServiceSpecificCredentialRequest indicates an expected call of CreateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) CreateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateServiceSpecificCredentialWithContext indicates an expected call of CreateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) CreateUser

func (mr *MockIAMAPIMockRecorder) CreateUser(arg0 interface{}) *gomock.Call

CreateUser indicates an expected call of CreateUser

func (*MockIAMAPIMockRecorder) CreateUserRequest

func (mr *MockIAMAPIMockRecorder) CreateUserRequest(arg0 interface{}) *gomock.Call

CreateUserRequest indicates an expected call of CreateUserRequest

func (*MockIAMAPIMockRecorder) CreateUserWithContext

func (mr *MockIAMAPIMockRecorder) CreateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateUserWithContext indicates an expected call of CreateUserWithContext

func (*MockIAMAPIMockRecorder) CreateVirtualMFADevice

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADevice(arg0 interface{}) *gomock.Call

CreateVirtualMFADevice indicates an expected call of CreateVirtualMFADevice

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

CreateVirtualMFADeviceRequest indicates an expected call of CreateVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) CreateVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateVirtualMFADeviceWithContext indicates an expected call of CreateVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeactivateMFADevice

func (mr *MockIAMAPIMockRecorder) DeactivateMFADevice(arg0 interface{}) *gomock.Call

DeactivateMFADevice indicates an expected call of DeactivateMFADevice

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceRequest(arg0 interface{}) *gomock.Call

DeactivateMFADeviceRequest indicates an expected call of DeactivateMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) DeactivateMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeactivateMFADeviceWithContext indicates an expected call of DeactivateMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DeleteAccessKey

func (mr *MockIAMAPIMockRecorder) DeleteAccessKey(arg0 interface{}) *gomock.Call

DeleteAccessKey indicates an expected call of DeleteAccessKey

func (*MockIAMAPIMockRecorder) DeleteAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyRequest(arg0 interface{}) *gomock.Call

DeleteAccessKeyRequest indicates an expected call of DeleteAccessKeyRequest

func (*MockIAMAPIMockRecorder) DeleteAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessKeyWithContext indicates an expected call of DeleteAccessKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountAlias

func (mr *MockIAMAPIMockRecorder) DeleteAccountAlias(arg0 interface{}) *gomock.Call

DeleteAccountAlias indicates an expected call of DeleteAccountAlias

func (*MockIAMAPIMockRecorder) DeleteAccountAliasRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasRequest(arg0 interface{}) *gomock.Call

DeleteAccountAliasRequest indicates an expected call of DeleteAccountAliasRequest

func (*MockIAMAPIMockRecorder) DeleteAccountAliasWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccountAliasWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountAliasWithContext indicates an expected call of DeleteAccountAliasWithContext

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicy(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicy indicates an expected call of DeleteAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

DeleteAccountPasswordPolicyRequest indicates an expected call of DeleteAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccountPasswordPolicyWithContext indicates an expected call of DeleteAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroup

func (mr *MockIAMAPIMockRecorder) DeleteGroup(arg0 interface{}) *gomock.Call

DeleteGroup indicates an expected call of DeleteGroup

func (*MockIAMAPIMockRecorder) DeleteGroupPolicy

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicy(arg0 interface{}) *gomock.Call

DeleteGroupPolicy indicates an expected call of DeleteGroupPolicy

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyRequest(arg0 interface{}) *gomock.Call

DeleteGroupPolicyRequest indicates an expected call of DeleteGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupPolicyWithContext indicates an expected call of DeleteGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteGroupRequest

func (mr *MockIAMAPIMockRecorder) DeleteGroupRequest(arg0 interface{}) *gomock.Call

DeleteGroupRequest indicates an expected call of DeleteGroupRequest

func (*MockIAMAPIMockRecorder) DeleteGroupWithContext

func (mr *MockIAMAPIMockRecorder) DeleteGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGroupWithContext indicates an expected call of DeleteGroupWithContext

func (*MockIAMAPIMockRecorder) DeleteInstanceProfile

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfile(arg0 interface{}) *gomock.Call

DeleteInstanceProfile indicates an expected call of DeleteInstanceProfile

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileRequest(arg0 interface{}) *gomock.Call

DeleteInstanceProfileRequest indicates an expected call of DeleteInstanceProfileRequest

func (*MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) DeleteInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteInstanceProfileWithContext indicates an expected call of DeleteInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteLoginProfile

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfile(arg0 interface{}) *gomock.Call

DeleteLoginProfile indicates an expected call of DeleteLoginProfile

func (*MockIAMAPIMockRecorder) DeleteLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileRequest(arg0 interface{}) *gomock.Call

DeleteLoginProfileRequest indicates an expected call of DeleteLoginProfileRequest

func (*MockIAMAPIMockRecorder) DeleteLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) DeleteLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoginProfileWithContext indicates an expected call of DeleteLoginProfileWithContext

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProvider(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProvider indicates an expected call of DeleteOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

DeleteOpenIDConnectProviderRequest indicates an expected call of DeleteOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) DeleteOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOpenIDConnectProviderWithContext indicates an expected call of DeleteOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) DeletePolicy

func (mr *MockIAMAPIMockRecorder) DeletePolicy(arg0 interface{}) *gomock.Call

DeletePolicy indicates an expected call of DeletePolicy

func (*MockIAMAPIMockRecorder) DeletePolicyRequest

func (mr *MockIAMAPIMockRecorder) DeletePolicyRequest(arg0 interface{}) *gomock.Call

DeletePolicyRequest indicates an expected call of DeletePolicyRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersion

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersion(arg0 interface{}) *gomock.Call

DeletePolicyVersion indicates an expected call of DeletePolicyVersion

func (*MockIAMAPIMockRecorder) DeletePolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionRequest(arg0 interface{}) *gomock.Call

DeletePolicyVersionRequest indicates an expected call of DeletePolicyVersionRequest

func (*MockIAMAPIMockRecorder) DeletePolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) DeletePolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyVersionWithContext indicates an expected call of DeletePolicyVersionWithContext

func (*MockIAMAPIMockRecorder) DeletePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeletePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyWithContext indicates an expected call of DeletePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRole

func (mr *MockIAMAPIMockRecorder) DeleteRole(arg0 interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundary indicates an expected call of DeleteRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteRolePermissionsBoundaryRequest indicates an expected call of DeleteRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePermissionsBoundaryWithContext indicates an expected call of DeleteRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteRolePolicy

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicy(arg0 interface{}) *gomock.Call

DeleteRolePolicy indicates an expected call of DeleteRolePolicy

func (*MockIAMAPIMockRecorder) DeleteRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyRequest(arg0 interface{}) *gomock.Call

DeleteRolePolicyRequest indicates an expected call of DeleteRolePolicyRequest

func (*MockIAMAPIMockRecorder) DeleteRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRolePolicyWithContext indicates an expected call of DeleteRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteRoleRequest

func (mr *MockIAMAPIMockRecorder) DeleteRoleRequest(arg0 interface{}) *gomock.Call

DeleteRoleRequest indicates an expected call of DeleteRoleRequest

func (*MockIAMAPIMockRecorder) DeleteRoleWithContext

func (mr *MockIAMAPIMockRecorder) DeleteRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRoleWithContext indicates an expected call of DeleteRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteSAMLProvider

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProvider(arg0 interface{}) *gomock.Call

DeleteSAMLProvider indicates an expected call of DeleteSAMLProvider

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderRequest(arg0 interface{}) *gomock.Call

DeleteSAMLProviderRequest indicates an expected call of DeleteSAMLProviderRequest

func (*MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSAMLProviderWithContext indicates an expected call of DeleteSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKey

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKey(arg0 interface{}) *gomock.Call

DeleteSSHPublicKey indicates an expected call of DeleteSSHPublicKey

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

DeleteSSHPublicKeyRequest indicates an expected call of DeleteSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSSHPublicKeyWithContext indicates an expected call of DeleteSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) DeleteServerCertificate

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificate(arg0 interface{}) *gomock.Call

DeleteServerCertificate indicates an expected call of DeleteServerCertificate

func (*MockIAMAPIMockRecorder) DeleteServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateRequest(arg0 interface{}) *gomock.Call

DeleteServerCertificateRequest indicates an expected call of DeleteServerCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServerCertificateWithContext indicates an expected call of DeleteServerCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRole

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRole(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRole indicates an expected call of DeleteServiceLinkedRole

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleRequest(arg0 interface{}) *gomock.Call

DeleteServiceLinkedRoleRequest indicates an expected call of DeleteServiceLinkedRoleRequest

func (*MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServiceLinkedRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceLinkedRoleWithContext indicates an expected call of DeleteServiceLinkedRoleWithContext

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredential(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredential indicates an expected call of DeleteServiceSpecificCredential

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

DeleteServiceSpecificCredentialRequest indicates an expected call of DeleteServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) DeleteServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteServiceSpecificCredentialWithContext indicates an expected call of DeleteServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) DeleteSigningCertificate

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificate(arg0 interface{}) *gomock.Call

DeleteSigningCertificate indicates an expected call of DeleteSigningCertificate

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateRequest(arg0 interface{}) *gomock.Call

DeleteSigningCertificateRequest indicates an expected call of DeleteSigningCertificateRequest

func (*MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) DeleteSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSigningCertificateWithContext indicates an expected call of DeleteSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) DeleteUser

func (mr *MockIAMAPIMockRecorder) DeleteUser(arg0 interface{}) *gomock.Call

DeleteUser indicates an expected call of DeleteUser

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundary(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundary indicates an expected call of DeleteUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

DeleteUserPermissionsBoundaryRequest indicates an expected call of DeleteUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPermissionsBoundaryWithContext indicates an expected call of DeleteUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) DeleteUserPolicy

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicy(arg0 interface{}) *gomock.Call

DeleteUserPolicy indicates an expected call of DeleteUserPolicy

func (*MockIAMAPIMockRecorder) DeleteUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyRequest(arg0 interface{}) *gomock.Call

DeleteUserPolicyRequest indicates an expected call of DeleteUserPolicyRequest

func (*MockIAMAPIMockRecorder) DeleteUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserPolicyWithContext indicates an expected call of DeleteUserPolicyWithContext

func (*MockIAMAPIMockRecorder) DeleteUserRequest

func (mr *MockIAMAPIMockRecorder) DeleteUserRequest(arg0 interface{}) *gomock.Call

DeleteUserRequest indicates an expected call of DeleteUserRequest

func (*MockIAMAPIMockRecorder) DeleteUserWithContext

func (mr *MockIAMAPIMockRecorder) DeleteUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteUserWithContext indicates an expected call of DeleteUserWithContext

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADevice

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADevice(arg0 interface{}) *gomock.Call

DeleteVirtualMFADevice indicates an expected call of DeleteVirtualMFADevice

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceRequest(arg0 interface{}) *gomock.Call

DeleteVirtualMFADeviceRequest indicates an expected call of DeleteVirtualMFADeviceRequest

func (*MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) DeleteVirtualMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteVirtualMFADeviceWithContext indicates an expected call of DeleteVirtualMFADeviceWithContext

func (*MockIAMAPIMockRecorder) DetachGroupPolicy

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicy(arg0 interface{}) *gomock.Call

DetachGroupPolicy indicates an expected call of DetachGroupPolicy

func (*MockIAMAPIMockRecorder) DetachGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyRequest(arg0 interface{}) *gomock.Call

DetachGroupPolicyRequest indicates an expected call of DetachGroupPolicyRequest

func (*MockIAMAPIMockRecorder) DetachGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachGroupPolicyWithContext indicates an expected call of DetachGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) DetachRolePolicy

func (mr *MockIAMAPIMockRecorder) DetachRolePolicy(arg0 interface{}) *gomock.Call

DetachRolePolicy indicates an expected call of DetachRolePolicy

func (*MockIAMAPIMockRecorder) DetachRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyRequest(arg0 interface{}) *gomock.Call

DetachRolePolicyRequest indicates an expected call of DetachRolePolicyRequest

func (*MockIAMAPIMockRecorder) DetachRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachRolePolicyWithContext indicates an expected call of DetachRolePolicyWithContext

func (*MockIAMAPIMockRecorder) DetachUserPolicy

func (mr *MockIAMAPIMockRecorder) DetachUserPolicy(arg0 interface{}) *gomock.Call

DetachUserPolicy indicates an expected call of DetachUserPolicy

func (*MockIAMAPIMockRecorder) DetachUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyRequest(arg0 interface{}) *gomock.Call

DetachUserPolicyRequest indicates an expected call of DetachUserPolicyRequest

func (*MockIAMAPIMockRecorder) DetachUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) DetachUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DetachUserPolicyWithContext indicates an expected call of DetachUserPolicyWithContext

func (*MockIAMAPIMockRecorder) EnableMFADevice

func (mr *MockIAMAPIMockRecorder) EnableMFADevice(arg0 interface{}) *gomock.Call

EnableMFADevice indicates an expected call of EnableMFADevice

func (*MockIAMAPIMockRecorder) EnableMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceRequest(arg0 interface{}) *gomock.Call

EnableMFADeviceRequest indicates an expected call of EnableMFADeviceRequest

func (*MockIAMAPIMockRecorder) EnableMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) EnableMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableMFADeviceWithContext indicates an expected call of EnableMFADeviceWithContext

func (*MockIAMAPIMockRecorder) GenerateCredentialReport

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReport(arg0 interface{}) *gomock.Call

GenerateCredentialReport indicates an expected call of GenerateCredentialReport

func (*MockIAMAPIMockRecorder) GenerateCredentialReportRequest

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportRequest(arg0 interface{}) *gomock.Call

GenerateCredentialReportRequest indicates an expected call of GenerateCredentialReportRequest

func (*MockIAMAPIMockRecorder) GenerateCredentialReportWithContext

func (mr *MockIAMAPIMockRecorder) GenerateCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateCredentialReportWithContext indicates an expected call of GenerateCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReport indicates an expected call of GenerateOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GenerateOrganizationsAccessReportRequest indicates an expected call of GenerateOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext

func (mr *MockIAMAPIMockRecorder) GenerateOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateOrganizationsAccessReportWithContext indicates an expected call of GenerateOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetails indicates an expected call of GenerateServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsRequest indicates an expected call of GenerateServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GenerateServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateServiceLastAccessedDetailsWithContext indicates an expected call of GenerateServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsed

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsed(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsed indicates an expected call of GetAccessKeyLastUsed

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedRequest(arg0 interface{}) *gomock.Call

GetAccessKeyLastUsedRequest indicates an expected call of GetAccessKeyLastUsedRequest

func (*MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext

func (mr *MockIAMAPIMockRecorder) GetAccessKeyLastUsedWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyLastUsedWithContext indicates an expected call of GetAccessKeyLastUsedWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetails

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetails(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetails indicates an expected call of GetAccountAuthorizationDetails

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPages(arg0, arg1 interface{}) *gomock.Call

GetAccountAuthorizationDetailsPages indicates an expected call of GetAccountAuthorizationDetailsPages

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsPagesWithContext indicates an expected call of GetAccountAuthorizationDetailsPagesWithContext

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsRequest(arg0 interface{}) *gomock.Call

GetAccountAuthorizationDetailsRequest indicates an expected call of GetAccountAuthorizationDetailsRequest

func (*MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountAuthorizationDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountAuthorizationDetailsWithContext indicates an expected call of GetAccountAuthorizationDetailsWithContext

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicy(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicy indicates an expected call of GetAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

GetAccountPasswordPolicyRequest indicates an expected call of GetAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountPasswordPolicyWithContext indicates an expected call of GetAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) GetAccountSummary

func (mr *MockIAMAPIMockRecorder) GetAccountSummary(arg0 interface{}) *gomock.Call

GetAccountSummary indicates an expected call of GetAccountSummary

func (*MockIAMAPIMockRecorder) GetAccountSummaryRequest

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryRequest(arg0 interface{}) *gomock.Call

GetAccountSummaryRequest indicates an expected call of GetAccountSummaryRequest

func (*MockIAMAPIMockRecorder) GetAccountSummaryWithContext

func (mr *MockIAMAPIMockRecorder) GetAccountSummaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccountSummaryWithContext indicates an expected call of GetAccountSummaryWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicy indicates an expected call of GetContextKeysForCustomPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForCustomPolicyRequest indicates an expected call of GetContextKeysForCustomPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetContextKeysForCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForCustomPolicyWithContext indicates an expected call of GetContextKeysForCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicy(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicy indicates an expected call of GetContextKeysForPrincipalPolicy

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyRequest(arg0 interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyRequest indicates an expected call of GetContextKeysForPrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetContextKeysForPrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetContextKeysForPrincipalPolicyWithContext indicates an expected call of GetContextKeysForPrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) GetCredentialReport

func (mr *MockIAMAPIMockRecorder) GetCredentialReport(arg0 interface{}) *gomock.Call

GetCredentialReport indicates an expected call of GetCredentialReport

func (*MockIAMAPIMockRecorder) GetCredentialReportRequest

func (mr *MockIAMAPIMockRecorder) GetCredentialReportRequest(arg0 interface{}) *gomock.Call

GetCredentialReportRequest indicates an expected call of GetCredentialReportRequest

func (*MockIAMAPIMockRecorder) GetCredentialReportWithContext

func (mr *MockIAMAPIMockRecorder) GetCredentialReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCredentialReportWithContext indicates an expected call of GetCredentialReportWithContext

func (*MockIAMAPIMockRecorder) GetGroup

func (mr *MockIAMAPIMockRecorder) GetGroup(arg0 interface{}) *gomock.Call

GetGroup indicates an expected call of GetGroup

func (*MockIAMAPIMockRecorder) GetGroupPages

func (mr *MockIAMAPIMockRecorder) GetGroupPages(arg0, arg1 interface{}) *gomock.Call

GetGroupPages indicates an expected call of GetGroupPages

func (*MockIAMAPIMockRecorder) GetGroupPagesWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetGroupPagesWithContext indicates an expected call of GetGroupPagesWithContext

func (*MockIAMAPIMockRecorder) GetGroupPolicy

func (mr *MockIAMAPIMockRecorder) GetGroupPolicy(arg0 interface{}) *gomock.Call

GetGroupPolicy indicates an expected call of GetGroupPolicy

func (*MockIAMAPIMockRecorder) GetGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyRequest(arg0 interface{}) *gomock.Call

GetGroupPolicyRequest indicates an expected call of GetGroupPolicyRequest

func (*MockIAMAPIMockRecorder) GetGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupPolicyWithContext indicates an expected call of GetGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) GetGroupRequest

func (mr *MockIAMAPIMockRecorder) GetGroupRequest(arg0 interface{}) *gomock.Call

GetGroupRequest indicates an expected call of GetGroupRequest

func (*MockIAMAPIMockRecorder) GetGroupWithContext

func (mr *MockIAMAPIMockRecorder) GetGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGroupWithContext indicates an expected call of GetGroupWithContext

func (*MockIAMAPIMockRecorder) GetInstanceProfile

func (mr *MockIAMAPIMockRecorder) GetInstanceProfile(arg0 interface{}) *gomock.Call

GetInstanceProfile indicates an expected call of GetInstanceProfile

func (*MockIAMAPIMockRecorder) GetInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileRequest(arg0 interface{}) *gomock.Call

GetInstanceProfileRequest indicates an expected call of GetInstanceProfileRequest

func (*MockIAMAPIMockRecorder) GetInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) GetInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetInstanceProfileWithContext indicates an expected call of GetInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) GetLoginProfile

func (mr *MockIAMAPIMockRecorder) GetLoginProfile(arg0 interface{}) *gomock.Call

GetLoginProfile indicates an expected call of GetLoginProfile

func (*MockIAMAPIMockRecorder) GetLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) GetLoginProfileRequest(arg0 interface{}) *gomock.Call

GetLoginProfileRequest indicates an expected call of GetLoginProfileRequest

func (*MockIAMAPIMockRecorder) GetLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) GetLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoginProfileWithContext indicates an expected call of GetLoginProfileWithContext

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProvider(arg0 interface{}) *gomock.Call

GetOpenIDConnectProvider indicates an expected call of GetOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

GetOpenIDConnectProviderRequest indicates an expected call of GetOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) GetOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOpenIDConnectProviderWithContext indicates an expected call of GetOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReport

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReport(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReport indicates an expected call of GetOrganizationsAccessReport

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportRequest(arg0 interface{}) *gomock.Call

GetOrganizationsAccessReportRequest indicates an expected call of GetOrganizationsAccessReportRequest

func (*MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext

func (mr *MockIAMAPIMockRecorder) GetOrganizationsAccessReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrganizationsAccessReportWithContext indicates an expected call of GetOrganizationsAccessReportWithContext

func (*MockIAMAPIMockRecorder) GetPolicy

func (mr *MockIAMAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockIAMAPIMockRecorder) GetPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersion

func (mr *MockIAMAPIMockRecorder) GetPolicyVersion(arg0 interface{}) *gomock.Call

GetPolicyVersion indicates an expected call of GetPolicyVersion

func (*MockIAMAPIMockRecorder) GetPolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionRequest(arg0 interface{}) *gomock.Call

GetPolicyVersionRequest indicates an expected call of GetPolicyVersionRequest

func (*MockIAMAPIMockRecorder) GetPolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) GetPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyVersionWithContext indicates an expected call of GetPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) GetPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockIAMAPIMockRecorder) GetRole

func (mr *MockIAMAPIMockRecorder) GetRole(arg0 interface{}) *gomock.Call

GetRole indicates an expected call of GetRole

func (*MockIAMAPIMockRecorder) GetRolePolicy

func (mr *MockIAMAPIMockRecorder) GetRolePolicy(arg0 interface{}) *gomock.Call

GetRolePolicy indicates an expected call of GetRolePolicy

func (*MockIAMAPIMockRecorder) GetRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) GetRolePolicyRequest(arg0 interface{}) *gomock.Call

GetRolePolicyRequest indicates an expected call of GetRolePolicyRequest

func (*MockIAMAPIMockRecorder) GetRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRolePolicyWithContext indicates an expected call of GetRolePolicyWithContext

func (*MockIAMAPIMockRecorder) GetRoleRequest

func (mr *MockIAMAPIMockRecorder) GetRoleRequest(arg0 interface{}) *gomock.Call

GetRoleRequest indicates an expected call of GetRoleRequest

func (*MockIAMAPIMockRecorder) GetRoleWithContext

func (mr *MockIAMAPIMockRecorder) GetRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRoleWithContext indicates an expected call of GetRoleWithContext

func (*MockIAMAPIMockRecorder) GetSAMLProvider

func (mr *MockIAMAPIMockRecorder) GetSAMLProvider(arg0 interface{}) *gomock.Call

GetSAMLProvider indicates an expected call of GetSAMLProvider

func (*MockIAMAPIMockRecorder) GetSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderRequest(arg0 interface{}) *gomock.Call

GetSAMLProviderRequest indicates an expected call of GetSAMLProviderRequest

func (*MockIAMAPIMockRecorder) GetSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) GetSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSAMLProviderWithContext indicates an expected call of GetSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) GetSSHPublicKey

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKey(arg0 interface{}) *gomock.Call

GetSSHPublicKey indicates an expected call of GetSSHPublicKey

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

GetSSHPublicKeyRequest indicates an expected call of GetSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) GetSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSSHPublicKeyWithContext indicates an expected call of GetSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) GetServerCertificate

func (mr *MockIAMAPIMockRecorder) GetServerCertificate(arg0 interface{}) *gomock.Call

GetServerCertificate indicates an expected call of GetServerCertificate

func (*MockIAMAPIMockRecorder) GetServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) GetServerCertificateRequest(arg0 interface{}) *gomock.Call

GetServerCertificateRequest indicates an expected call of GetServerCertificateRequest

func (*MockIAMAPIMockRecorder) GetServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) GetServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServerCertificateWithContext indicates an expected call of GetServerCertificateWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetails

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetails(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetails indicates an expected call of GetServiceLastAccessedDetails

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsRequest indicates an expected call of GetServiceLastAccessedDetailsRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithContext indicates an expected call of GetServiceLastAccessedDetailsWithContext

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntities(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntities indicates an expected call of GetServiceLastAccessedDetailsWithEntities

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesRequest(arg0 interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesRequest indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesRequest

func (*MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLastAccessedDetailsWithEntitiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLastAccessedDetailsWithEntitiesWithContext indicates an expected call of GetServiceLastAccessedDetailsWithEntitiesWithContext

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatus(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatus indicates an expected call of GetServiceLinkedRoleDeletionStatus

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusRequest(arg0 interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusRequest indicates an expected call of GetServiceLinkedRoleDeletionStatusRequest

func (*MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext

func (mr *MockIAMAPIMockRecorder) GetServiceLinkedRoleDeletionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetServiceLinkedRoleDeletionStatusWithContext indicates an expected call of GetServiceLinkedRoleDeletionStatusWithContext

func (*MockIAMAPIMockRecorder) GetUser

func (mr *MockIAMAPIMockRecorder) GetUser(arg0 interface{}) *gomock.Call

GetUser indicates an expected call of GetUser

func (*MockIAMAPIMockRecorder) GetUserPolicy

func (mr *MockIAMAPIMockRecorder) GetUserPolicy(arg0 interface{}) *gomock.Call

GetUserPolicy indicates an expected call of GetUserPolicy

func (*MockIAMAPIMockRecorder) GetUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) GetUserPolicyRequest(arg0 interface{}) *gomock.Call

GetUserPolicyRequest indicates an expected call of GetUserPolicyRequest

func (*MockIAMAPIMockRecorder) GetUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) GetUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserPolicyWithContext indicates an expected call of GetUserPolicyWithContext

func (*MockIAMAPIMockRecorder) GetUserRequest

func (mr *MockIAMAPIMockRecorder) GetUserRequest(arg0 interface{}) *gomock.Call

GetUserRequest indicates an expected call of GetUserRequest

func (*MockIAMAPIMockRecorder) GetUserWithContext

func (mr *MockIAMAPIMockRecorder) GetUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetUserWithContext indicates an expected call of GetUserWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeys

func (mr *MockIAMAPIMockRecorder) ListAccessKeys(arg0 interface{}) *gomock.Call

ListAccessKeys indicates an expected call of ListAccessKeys

func (*MockIAMAPIMockRecorder) ListAccessKeysPages

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPages(arg0, arg1 interface{}) *gomock.Call

ListAccessKeysPages indicates an expected call of ListAccessKeysPages

func (*MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccessKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAccessKeysPagesWithContext indicates an expected call of ListAccessKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccessKeysRequest

func (mr *MockIAMAPIMockRecorder) ListAccessKeysRequest(arg0 interface{}) *gomock.Call

ListAccessKeysRequest indicates an expected call of ListAccessKeysRequest

func (*MockIAMAPIMockRecorder) ListAccessKeysWithContext

func (mr *MockIAMAPIMockRecorder) ListAccessKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccessKeysWithContext indicates an expected call of ListAccessKeysWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliases

func (mr *MockIAMAPIMockRecorder) ListAccountAliases(arg0 interface{}) *gomock.Call

ListAccountAliases indicates an expected call of ListAccountAliases

func (*MockIAMAPIMockRecorder) ListAccountAliasesPages

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPages(arg0, arg1 interface{}) *gomock.Call

ListAccountAliasesPages indicates an expected call of ListAccountAliasesPages

func (*MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAccountAliasesPagesWithContext indicates an expected call of ListAccountAliasesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAccountAliasesRequest

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesRequest(arg0 interface{}) *gomock.Call

ListAccountAliasesRequest indicates an expected call of ListAccountAliasesRequest

func (*MockIAMAPIMockRecorder) ListAccountAliasesWithContext

func (mr *MockIAMAPIMockRecorder) ListAccountAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAccountAliasesWithContext indicates an expected call of ListAccountAliasesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPolicies(arg0 interface{}) *gomock.Call

ListAttachedGroupPolicies indicates an expected call of ListAttachedGroupPolicies

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedGroupPoliciesPages indicates an expected call of ListAttachedGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesPagesWithContext indicates an expected call of ListAttachedGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedGroupPoliciesRequest indicates an expected call of ListAttachedGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedGroupPoliciesWithContext indicates an expected call of ListAttachedGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePolicies(arg0 interface{}) *gomock.Call

ListAttachedRolePolicies indicates an expected call of ListAttachedRolePolicies

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedRolePoliciesPages indicates an expected call of ListAttachedRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedRolePoliciesPagesWithContext indicates an expected call of ListAttachedRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedRolePoliciesRequest indicates an expected call of ListAttachedRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedRolePoliciesWithContext indicates an expected call of ListAttachedRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPolicies

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPolicies(arg0 interface{}) *gomock.Call

ListAttachedUserPolicies indicates an expected call of ListAttachedUserPolicies

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListAttachedUserPoliciesPages indicates an expected call of ListAttachedUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAttachedUserPoliciesPagesWithContext indicates an expected call of ListAttachedUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListAttachedUserPoliciesRequest indicates an expected call of ListAttachedUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListAttachedUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAttachedUserPoliciesWithContext indicates an expected call of ListAttachedUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicy

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicy(arg0 interface{}) *gomock.Call

ListEntitiesForPolicy indicates an expected call of ListEntitiesForPolicy

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPages

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPages(arg0, arg1 interface{}) *gomock.Call

ListEntitiesForPolicyPages indicates an expected call of ListEntitiesForPolicyPages

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListEntitiesForPolicyPagesWithContext indicates an expected call of ListEntitiesForPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyRequest(arg0 interface{}) *gomock.Call

ListEntitiesForPolicyRequest indicates an expected call of ListEntitiesForPolicyRequest

func (*MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext

func (mr *MockIAMAPIMockRecorder) ListEntitiesForPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEntitiesForPolicyWithContext indicates an expected call of ListEntitiesForPolicyWithContext

func (*MockIAMAPIMockRecorder) ListGroupPolicies

func (mr *MockIAMAPIMockRecorder) ListGroupPolicies(arg0 interface{}) *gomock.Call

ListGroupPolicies indicates an expected call of ListGroupPolicies

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListGroupPoliciesPages indicates an expected call of ListGroupPoliciesPages

func (*MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupPoliciesPagesWithContext indicates an expected call of ListGroupPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesRequest(arg0 interface{}) *gomock.Call

ListGroupPoliciesRequest indicates an expected call of ListGroupPoliciesRequest

func (*MockIAMAPIMockRecorder) ListGroupPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupPoliciesWithContext indicates an expected call of ListGroupPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListGroups

func (mr *MockIAMAPIMockRecorder) ListGroups(arg0 interface{}) *gomock.Call

ListGroups indicates an expected call of ListGroups

func (*MockIAMAPIMockRecorder) ListGroupsForUser

func (mr *MockIAMAPIMockRecorder) ListGroupsForUser(arg0 interface{}) *gomock.Call

ListGroupsForUser indicates an expected call of ListGroupsForUser

func (*MockIAMAPIMockRecorder) ListGroupsForUserPages

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsForUserPages indicates an expected call of ListGroupsForUserPages

func (*MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupsForUserPagesWithContext indicates an expected call of ListGroupsForUserPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsForUserRequest

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserRequest(arg0 interface{}) *gomock.Call

ListGroupsForUserRequest indicates an expected call of ListGroupsForUserRequest

func (*MockIAMAPIMockRecorder) ListGroupsForUserWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsForUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsForUserWithContext indicates an expected call of ListGroupsForUserWithContext

func (*MockIAMAPIMockRecorder) ListGroupsPages

func (mr *MockIAMAPIMockRecorder) ListGroupsPages(arg0, arg1 interface{}) *gomock.Call

ListGroupsPages indicates an expected call of ListGroupsPages

func (*MockIAMAPIMockRecorder) ListGroupsPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListGroupsPagesWithContext indicates an expected call of ListGroupsPagesWithContext

func (*MockIAMAPIMockRecorder) ListGroupsRequest

func (mr *MockIAMAPIMockRecorder) ListGroupsRequest(arg0 interface{}) *gomock.Call

ListGroupsRequest indicates an expected call of ListGroupsRequest

func (*MockIAMAPIMockRecorder) ListGroupsWithContext

func (mr *MockIAMAPIMockRecorder) ListGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGroupsWithContext indicates an expected call of ListGroupsWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfiles

func (mr *MockIAMAPIMockRecorder) ListInstanceProfiles(arg0 interface{}) *gomock.Call

ListInstanceProfiles indicates an expected call of ListInstanceProfiles

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRole

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRole(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRole indicates an expected call of ListInstanceProfilesForRole

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesForRolePages indicates an expected call of ListInstanceProfilesForRolePages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRolePagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListInstanceProfilesForRolePagesWithContext indicates an expected call of ListInstanceProfilesForRolePagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesForRoleRequest indicates an expected call of ListInstanceProfilesForRoleRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesForRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesForRoleWithContext indicates an expected call of ListInstanceProfilesForRoleWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPages

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPages(arg0, arg1 interface{}) *gomock.Call

ListInstanceProfilesPages indicates an expected call of ListInstanceProfilesPages

func (*MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListInstanceProfilesPagesWithContext indicates an expected call of ListInstanceProfilesPagesWithContext

func (*MockIAMAPIMockRecorder) ListInstanceProfilesRequest

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesRequest(arg0 interface{}) *gomock.Call

ListInstanceProfilesRequest indicates an expected call of ListInstanceProfilesRequest

func (*MockIAMAPIMockRecorder) ListInstanceProfilesWithContext

func (mr *MockIAMAPIMockRecorder) ListInstanceProfilesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInstanceProfilesWithContext indicates an expected call of ListInstanceProfilesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevices

func (mr *MockIAMAPIMockRecorder) ListMFADevices(arg0 interface{}) *gomock.Call

ListMFADevices indicates an expected call of ListMFADevices

func (*MockIAMAPIMockRecorder) ListMFADevicesPages

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListMFADevicesPages indicates an expected call of ListMFADevicesPages

func (*MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListMFADevicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListMFADevicesPagesWithContext indicates an expected call of ListMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListMFADevicesRequest

func (mr *MockIAMAPIMockRecorder) ListMFADevicesRequest(arg0 interface{}) *gomock.Call

ListMFADevicesRequest indicates an expected call of ListMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListMFADevicesWithContext

func (mr *MockIAMAPIMockRecorder) ListMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMFADevicesWithContext indicates an expected call of ListMFADevicesWithContext

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProviders

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProviders(arg0 interface{}) *gomock.Call

ListOpenIDConnectProviders indicates an expected call of ListOpenIDConnectProviders

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersRequest(arg0 interface{}) *gomock.Call

ListOpenIDConnectProvidersRequest indicates an expected call of ListOpenIDConnectProvidersRequest

func (*MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext

func (mr *MockIAMAPIMockRecorder) ListOpenIDConnectProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOpenIDConnectProvidersWithContext indicates an expected call of ListOpenIDConnectProvidersWithContext

func (*MockIAMAPIMockRecorder) ListPolicies

func (mr *MockIAMAPIMockRecorder) ListPolicies(arg0 interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccess(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccess indicates an expected call of ListPoliciesGrantingServiceAccess

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessRequest(arg0 interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessRequest indicates an expected call of ListPoliciesGrantingServiceAccessRequest

func (*MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesGrantingServiceAccessWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesGrantingServiceAccessWithContext indicates an expected call of ListPoliciesGrantingServiceAccessWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListPoliciesPages indicates an expected call of ListPoliciesPages

func (*MockIAMAPIMockRecorder) ListPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPoliciesPagesWithContext indicates an expected call of ListPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListPoliciesRequest(arg0 interface{}) *gomock.Call

ListPoliciesRequest indicates an expected call of ListPoliciesRequest

func (*MockIAMAPIMockRecorder) ListPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesWithContext indicates an expected call of ListPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersions

func (mr *MockIAMAPIMockRecorder) ListPolicyVersions(arg0 interface{}) *gomock.Call

ListPolicyVersions indicates an expected call of ListPolicyVersions

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPages

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPages(arg0, arg1 interface{}) *gomock.Call

ListPolicyVersionsPages indicates an expected call of ListPolicyVersionsPages

func (*MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListPolicyVersionsPagesWithContext indicates an expected call of ListPolicyVersionsPagesWithContext

func (*MockIAMAPIMockRecorder) ListPolicyVersionsRequest

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsRequest(arg0 interface{}) *gomock.Call

ListPolicyVersionsRequest indicates an expected call of ListPolicyVersionsRequest

func (*MockIAMAPIMockRecorder) ListPolicyVersionsWithContext

func (mr *MockIAMAPIMockRecorder) ListPolicyVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPolicyVersionsWithContext indicates an expected call of ListPolicyVersionsWithContext

func (*MockIAMAPIMockRecorder) ListRolePolicies

func (mr *MockIAMAPIMockRecorder) ListRolePolicies(arg0 interface{}) *gomock.Call

ListRolePolicies indicates an expected call of ListRolePolicies

func (*MockIAMAPIMockRecorder) ListRolePoliciesPages

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListRolePoliciesPages indicates an expected call of ListRolePoliciesPages

func (*MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRolePoliciesPagesWithContext indicates an expected call of ListRolePoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolePoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesRequest(arg0 interface{}) *gomock.Call

ListRolePoliciesRequest indicates an expected call of ListRolePoliciesRequest

func (*MockIAMAPIMockRecorder) ListRolePoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolePoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolePoliciesWithContext indicates an expected call of ListRolePoliciesWithContext

func (*MockIAMAPIMockRecorder) ListRoleTags

func (mr *MockIAMAPIMockRecorder) ListRoleTags(arg0 interface{}) *gomock.Call

ListRoleTags indicates an expected call of ListRoleTags

func (*MockIAMAPIMockRecorder) ListRoleTagsRequest

func (mr *MockIAMAPIMockRecorder) ListRoleTagsRequest(arg0 interface{}) *gomock.Call

ListRoleTagsRequest indicates an expected call of ListRoleTagsRequest

func (*MockIAMAPIMockRecorder) ListRoleTagsWithContext

func (mr *MockIAMAPIMockRecorder) ListRoleTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRoleTagsWithContext indicates an expected call of ListRoleTagsWithContext

func (*MockIAMAPIMockRecorder) ListRoles

func (mr *MockIAMAPIMockRecorder) ListRoles(arg0 interface{}) *gomock.Call

ListRoles indicates an expected call of ListRoles

func (*MockIAMAPIMockRecorder) ListRolesPages

func (mr *MockIAMAPIMockRecorder) ListRolesPages(arg0, arg1 interface{}) *gomock.Call

ListRolesPages indicates an expected call of ListRolesPages

func (*MockIAMAPIMockRecorder) ListRolesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRolesPagesWithContext indicates an expected call of ListRolesPagesWithContext

func (*MockIAMAPIMockRecorder) ListRolesRequest

func (mr *MockIAMAPIMockRecorder) ListRolesRequest(arg0 interface{}) *gomock.Call

ListRolesRequest indicates an expected call of ListRolesRequest

func (*MockIAMAPIMockRecorder) ListRolesWithContext

func (mr *MockIAMAPIMockRecorder) ListRolesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRolesWithContext indicates an expected call of ListRolesWithContext

func (*MockIAMAPIMockRecorder) ListSAMLProviders

func (mr *MockIAMAPIMockRecorder) ListSAMLProviders(arg0 interface{}) *gomock.Call

ListSAMLProviders indicates an expected call of ListSAMLProviders

func (*MockIAMAPIMockRecorder) ListSAMLProvidersRequest

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersRequest(arg0 interface{}) *gomock.Call

ListSAMLProvidersRequest indicates an expected call of ListSAMLProvidersRequest

func (*MockIAMAPIMockRecorder) ListSAMLProvidersWithContext

func (mr *MockIAMAPIMockRecorder) ListSAMLProvidersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSAMLProvidersWithContext indicates an expected call of ListSAMLProvidersWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeys

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeys(arg0 interface{}) *gomock.Call

ListSSHPublicKeys indicates an expected call of ListSSHPublicKeys

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPages

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPages(arg0, arg1 interface{}) *gomock.Call

ListSSHPublicKeysPages indicates an expected call of ListSSHPublicKeysPages

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSSHPublicKeysPagesWithContext indicates an expected call of ListSSHPublicKeysPagesWithContext

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysRequest

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysRequest(arg0 interface{}) *gomock.Call

ListSSHPublicKeysRequest indicates an expected call of ListSSHPublicKeysRequest

func (*MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext

func (mr *MockIAMAPIMockRecorder) ListSSHPublicKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSSHPublicKeysWithContext indicates an expected call of ListSSHPublicKeysWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificates

func (mr *MockIAMAPIMockRecorder) ListServerCertificates(arg0 interface{}) *gomock.Call

ListServerCertificates indicates an expected call of ListServerCertificates

func (*MockIAMAPIMockRecorder) ListServerCertificatesPages

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListServerCertificatesPages indicates an expected call of ListServerCertificatesPages

func (*MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListServerCertificatesPagesWithContext indicates an expected call of ListServerCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListServerCertificatesRequest

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesRequest(arg0 interface{}) *gomock.Call

ListServerCertificatesRequest indicates an expected call of ListServerCertificatesRequest

func (*MockIAMAPIMockRecorder) ListServerCertificatesWithContext

func (mr *MockIAMAPIMockRecorder) ListServerCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServerCertificatesWithContext indicates an expected call of ListServerCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentials

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentials(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentials indicates an expected call of ListServiceSpecificCredentials

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsRequest(arg0 interface{}) *gomock.Call

ListServiceSpecificCredentialsRequest indicates an expected call of ListServiceSpecificCredentialsRequest

func (*MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext

func (mr *MockIAMAPIMockRecorder) ListServiceSpecificCredentialsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListServiceSpecificCredentialsWithContext indicates an expected call of ListServiceSpecificCredentialsWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificates

func (mr *MockIAMAPIMockRecorder) ListSigningCertificates(arg0 interface{}) *gomock.Call

ListSigningCertificates indicates an expected call of ListSigningCertificates

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPages

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPages(arg0, arg1 interface{}) *gomock.Call

ListSigningCertificatesPages indicates an expected call of ListSigningCertificatesPages

func (*MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListSigningCertificatesPagesWithContext indicates an expected call of ListSigningCertificatesPagesWithContext

func (*MockIAMAPIMockRecorder) ListSigningCertificatesRequest

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesRequest(arg0 interface{}) *gomock.Call

ListSigningCertificatesRequest indicates an expected call of ListSigningCertificatesRequest

func (*MockIAMAPIMockRecorder) ListSigningCertificatesWithContext

func (mr *MockIAMAPIMockRecorder) ListSigningCertificatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSigningCertificatesWithContext indicates an expected call of ListSigningCertificatesWithContext

func (*MockIAMAPIMockRecorder) ListUserPolicies

func (mr *MockIAMAPIMockRecorder) ListUserPolicies(arg0 interface{}) *gomock.Call

ListUserPolicies indicates an expected call of ListUserPolicies

func (*MockIAMAPIMockRecorder) ListUserPoliciesPages

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListUserPoliciesPages indicates an expected call of ListUserPoliciesPages

func (*MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUserPoliciesPagesWithContext indicates an expected call of ListUserPoliciesPagesWithContext

func (*MockIAMAPIMockRecorder) ListUserPoliciesRequest

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesRequest(arg0 interface{}) *gomock.Call

ListUserPoliciesRequest indicates an expected call of ListUserPoliciesRequest

func (*MockIAMAPIMockRecorder) ListUserPoliciesWithContext

func (mr *MockIAMAPIMockRecorder) ListUserPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserPoliciesWithContext indicates an expected call of ListUserPoliciesWithContext

func (*MockIAMAPIMockRecorder) ListUserTags

func (mr *MockIAMAPIMockRecorder) ListUserTags(arg0 interface{}) *gomock.Call

ListUserTags indicates an expected call of ListUserTags

func (*MockIAMAPIMockRecorder) ListUserTagsRequest

func (mr *MockIAMAPIMockRecorder) ListUserTagsRequest(arg0 interface{}) *gomock.Call

ListUserTagsRequest indicates an expected call of ListUserTagsRequest

func (*MockIAMAPIMockRecorder) ListUserTagsWithContext

func (mr *MockIAMAPIMockRecorder) ListUserTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUserTagsWithContext indicates an expected call of ListUserTagsWithContext

func (*MockIAMAPIMockRecorder) ListUsers

func (mr *MockIAMAPIMockRecorder) ListUsers(arg0 interface{}) *gomock.Call

ListUsers indicates an expected call of ListUsers

func (*MockIAMAPIMockRecorder) ListUsersPages

func (mr *MockIAMAPIMockRecorder) ListUsersPages(arg0, arg1 interface{}) *gomock.Call

ListUsersPages indicates an expected call of ListUsersPages

func (*MockIAMAPIMockRecorder) ListUsersPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListUsersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListUsersPagesWithContext indicates an expected call of ListUsersPagesWithContext

func (*MockIAMAPIMockRecorder) ListUsersRequest

func (mr *MockIAMAPIMockRecorder) ListUsersRequest(arg0 interface{}) *gomock.Call

ListUsersRequest indicates an expected call of ListUsersRequest

func (*MockIAMAPIMockRecorder) ListUsersWithContext

func (mr *MockIAMAPIMockRecorder) ListUsersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListUsersWithContext indicates an expected call of ListUsersWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevices

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevices(arg0 interface{}) *gomock.Call

ListVirtualMFADevices indicates an expected call of ListVirtualMFADevices

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPages

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPages(arg0, arg1 interface{}) *gomock.Call

ListVirtualMFADevicesPages indicates an expected call of ListVirtualMFADevicesPages

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListVirtualMFADevicesPagesWithContext indicates an expected call of ListVirtualMFADevicesPagesWithContext

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesRequest(arg0 interface{}) *gomock.Call

ListVirtualMFADevicesRequest indicates an expected call of ListVirtualMFADevicesRequest

func (*MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext

func (mr *MockIAMAPIMockRecorder) ListVirtualMFADevicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListVirtualMFADevicesWithContext indicates an expected call of ListVirtualMFADevicesWithContext

func (*MockIAMAPIMockRecorder) PutGroupPolicy

func (mr *MockIAMAPIMockRecorder) PutGroupPolicy(arg0 interface{}) *gomock.Call

PutGroupPolicy indicates an expected call of PutGroupPolicy

func (*MockIAMAPIMockRecorder) PutGroupPolicyRequest

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyRequest(arg0 interface{}) *gomock.Call

PutGroupPolicyRequest indicates an expected call of PutGroupPolicyRequest

func (*MockIAMAPIMockRecorder) PutGroupPolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutGroupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutGroupPolicyWithContext indicates an expected call of PutGroupPolicyWithContext

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundary

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundary(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundary indicates an expected call of PutRolePermissionsBoundary

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutRolePermissionsBoundaryRequest indicates an expected call of PutRolePermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) PutRolePermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePermissionsBoundaryWithContext indicates an expected call of PutRolePermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutRolePolicy

func (mr *MockIAMAPIMockRecorder) PutRolePolicy(arg0 interface{}) *gomock.Call

PutRolePolicy indicates an expected call of PutRolePolicy

func (*MockIAMAPIMockRecorder) PutRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) PutRolePolicyRequest(arg0 interface{}) *gomock.Call

PutRolePolicyRequest indicates an expected call of PutRolePolicyRequest

func (*MockIAMAPIMockRecorder) PutRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutRolePolicyWithContext indicates an expected call of PutRolePolicyWithContext

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundary

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundary(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundary indicates an expected call of PutUserPermissionsBoundary

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryRequest(arg0 interface{}) *gomock.Call

PutUserPermissionsBoundaryRequest indicates an expected call of PutUserPermissionsBoundaryRequest

func (*MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext

func (mr *MockIAMAPIMockRecorder) PutUserPermissionsBoundaryWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPermissionsBoundaryWithContext indicates an expected call of PutUserPermissionsBoundaryWithContext

func (*MockIAMAPIMockRecorder) PutUserPolicy

func (mr *MockIAMAPIMockRecorder) PutUserPolicy(arg0 interface{}) *gomock.Call

PutUserPolicy indicates an expected call of PutUserPolicy

func (*MockIAMAPIMockRecorder) PutUserPolicyRequest

func (mr *MockIAMAPIMockRecorder) PutUserPolicyRequest(arg0 interface{}) *gomock.Call

PutUserPolicyRequest indicates an expected call of PutUserPolicyRequest

func (*MockIAMAPIMockRecorder) PutUserPolicyWithContext

func (mr *MockIAMAPIMockRecorder) PutUserPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutUserPolicyWithContext indicates an expected call of PutUserPolicyWithContext

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProvider(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProvider indicates an expected call of RemoveClientIDFromOpenIDConnectProvider

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderRequest(arg0 interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderRequest indicates an expected call of RemoveClientIDFromOpenIDConnectProviderRequest

func (*MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext

func (mr *MockIAMAPIMockRecorder) RemoveClientIDFromOpenIDConnectProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveClientIDFromOpenIDConnectProviderWithContext indicates an expected call of RemoveClientIDFromOpenIDConnectProviderWithContext

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfile(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfile indicates an expected call of RemoveRoleFromInstanceProfile

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileRequest(arg0 interface{}) *gomock.Call

RemoveRoleFromInstanceProfileRequest indicates an expected call of RemoveRoleFromInstanceProfileRequest

func (*MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext

func (mr *MockIAMAPIMockRecorder) RemoveRoleFromInstanceProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveRoleFromInstanceProfileWithContext indicates an expected call of RemoveRoleFromInstanceProfileWithContext

func (*MockIAMAPIMockRecorder) RemoveUserFromGroup

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroup(arg0 interface{}) *gomock.Call

RemoveUserFromGroup indicates an expected call of RemoveUserFromGroup

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupRequest

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupRequest(arg0 interface{}) *gomock.Call

RemoveUserFromGroupRequest indicates an expected call of RemoveUserFromGroupRequest

func (*MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext

func (mr *MockIAMAPIMockRecorder) RemoveUserFromGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveUserFromGroupWithContext indicates an expected call of RemoveUserFromGroupWithContext

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredential(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredential indicates an expected call of ResetServiceSpecificCredential

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

ResetServiceSpecificCredentialRequest indicates an expected call of ResetServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) ResetServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResetServiceSpecificCredentialWithContext indicates an expected call of ResetServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) ResyncMFADevice

func (mr *MockIAMAPIMockRecorder) ResyncMFADevice(arg0 interface{}) *gomock.Call

ResyncMFADevice indicates an expected call of ResyncMFADevice

func (*MockIAMAPIMockRecorder) ResyncMFADeviceRequest

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceRequest(arg0 interface{}) *gomock.Call

ResyncMFADeviceRequest indicates an expected call of ResyncMFADeviceRequest

func (*MockIAMAPIMockRecorder) ResyncMFADeviceWithContext

func (mr *MockIAMAPIMockRecorder) ResyncMFADeviceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResyncMFADeviceWithContext indicates an expected call of ResyncMFADeviceWithContext

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersion

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersion(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersion indicates an expected call of SetDefaultPolicyVersion

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionRequest(arg0 interface{}) *gomock.Call

SetDefaultPolicyVersionRequest indicates an expected call of SetDefaultPolicyVersionRequest

func (*MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext

func (mr *MockIAMAPIMockRecorder) SetDefaultPolicyVersionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetDefaultPolicyVersionWithContext indicates an expected call of SetDefaultPolicyVersionWithContext

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferences(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferences indicates an expected call of SetSecurityTokenServicePreferences

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesRequest(arg0 interface{}) *gomock.Call

SetSecurityTokenServicePreferencesRequest indicates an expected call of SetSecurityTokenServicePreferencesRequest

func (*MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext

func (mr *MockIAMAPIMockRecorder) SetSecurityTokenServicePreferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetSecurityTokenServicePreferencesWithContext indicates an expected call of SetSecurityTokenServicePreferencesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicy

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicy(arg0 interface{}) *gomock.Call

SimulateCustomPolicy indicates an expected call of SimulateCustomPolicy

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPages

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulateCustomPolicyPages indicates an expected call of SimulateCustomPolicyPages

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SimulateCustomPolicyPagesWithContext indicates an expected call of SimulateCustomPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyRequest

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyRequest(arg0 interface{}) *gomock.Call

SimulateCustomPolicyRequest indicates an expected call of SimulateCustomPolicyRequest

func (*MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext

func (mr *MockIAMAPIMockRecorder) SimulateCustomPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulateCustomPolicyWithContext indicates an expected call of SimulateCustomPolicyWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicy

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicy(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicy indicates an expected call of SimulatePrincipalPolicy

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPages(arg0, arg1 interface{}) *gomock.Call

SimulatePrincipalPolicyPages indicates an expected call of SimulatePrincipalPolicyPages

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

SimulatePrincipalPolicyPagesWithContext indicates an expected call of SimulatePrincipalPolicyPagesWithContext

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyRequest(arg0 interface{}) *gomock.Call

SimulatePrincipalPolicyRequest indicates an expected call of SimulatePrincipalPolicyRequest

func (*MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext

func (mr *MockIAMAPIMockRecorder) SimulatePrincipalPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SimulatePrincipalPolicyWithContext indicates an expected call of SimulatePrincipalPolicyWithContext

func (*MockIAMAPIMockRecorder) TagRole

func (mr *MockIAMAPIMockRecorder) TagRole(arg0 interface{}) *gomock.Call

TagRole indicates an expected call of TagRole

func (*MockIAMAPIMockRecorder) TagRoleRequest

func (mr *MockIAMAPIMockRecorder) TagRoleRequest(arg0 interface{}) *gomock.Call

TagRoleRequest indicates an expected call of TagRoleRequest

func (*MockIAMAPIMockRecorder) TagRoleWithContext

func (mr *MockIAMAPIMockRecorder) TagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagRoleWithContext indicates an expected call of TagRoleWithContext

func (*MockIAMAPIMockRecorder) TagUser

func (mr *MockIAMAPIMockRecorder) TagUser(arg0 interface{}) *gomock.Call

TagUser indicates an expected call of TagUser

func (*MockIAMAPIMockRecorder) TagUserRequest

func (mr *MockIAMAPIMockRecorder) TagUserRequest(arg0 interface{}) *gomock.Call

TagUserRequest indicates an expected call of TagUserRequest

func (*MockIAMAPIMockRecorder) TagUserWithContext

func (mr *MockIAMAPIMockRecorder) TagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagUserWithContext indicates an expected call of TagUserWithContext

func (*MockIAMAPIMockRecorder) UntagRole

func (mr *MockIAMAPIMockRecorder) UntagRole(arg0 interface{}) *gomock.Call

UntagRole indicates an expected call of UntagRole

func (*MockIAMAPIMockRecorder) UntagRoleRequest

func (mr *MockIAMAPIMockRecorder) UntagRoleRequest(arg0 interface{}) *gomock.Call

UntagRoleRequest indicates an expected call of UntagRoleRequest

func (*MockIAMAPIMockRecorder) UntagRoleWithContext

func (mr *MockIAMAPIMockRecorder) UntagRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagRoleWithContext indicates an expected call of UntagRoleWithContext

func (*MockIAMAPIMockRecorder) UntagUser

func (mr *MockIAMAPIMockRecorder) UntagUser(arg0 interface{}) *gomock.Call

UntagUser indicates an expected call of UntagUser

func (*MockIAMAPIMockRecorder) UntagUserRequest

func (mr *MockIAMAPIMockRecorder) UntagUserRequest(arg0 interface{}) *gomock.Call

UntagUserRequest indicates an expected call of UntagUserRequest

func (*MockIAMAPIMockRecorder) UntagUserWithContext

func (mr *MockIAMAPIMockRecorder) UntagUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagUserWithContext indicates an expected call of UntagUserWithContext

func (*MockIAMAPIMockRecorder) UpdateAccessKey

func (mr *MockIAMAPIMockRecorder) UpdateAccessKey(arg0 interface{}) *gomock.Call

UpdateAccessKey indicates an expected call of UpdateAccessKey

func (*MockIAMAPIMockRecorder) UpdateAccessKeyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyRequest(arg0 interface{}) *gomock.Call

UpdateAccessKeyRequest indicates an expected call of UpdateAccessKeyRequest

func (*MockIAMAPIMockRecorder) UpdateAccessKeyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAccessKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccessKeyWithContext indicates an expected call of UpdateAccessKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicy(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicy indicates an expected call of UpdateAccountPasswordPolicy

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyRequest(arg0 interface{}) *gomock.Call

UpdateAccountPasswordPolicyRequest indicates an expected call of UpdateAccountPasswordPolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAccountPasswordPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAccountPasswordPolicyWithContext indicates an expected call of UpdateAccountPasswordPolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicy

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicy(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicy indicates an expected call of UpdateAssumeRolePolicy

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyRequest(arg0 interface{}) *gomock.Call

UpdateAssumeRolePolicyRequest indicates an expected call of UpdateAssumeRolePolicyRequest

func (*MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateAssumeRolePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAssumeRolePolicyWithContext indicates an expected call of UpdateAssumeRolePolicyWithContext

func (*MockIAMAPIMockRecorder) UpdateGroup

func (mr *MockIAMAPIMockRecorder) UpdateGroup(arg0 interface{}) *gomock.Call

UpdateGroup indicates an expected call of UpdateGroup

func (*MockIAMAPIMockRecorder) UpdateGroupRequest

func (mr *MockIAMAPIMockRecorder) UpdateGroupRequest(arg0 interface{}) *gomock.Call

UpdateGroupRequest indicates an expected call of UpdateGroupRequest

func (*MockIAMAPIMockRecorder) UpdateGroupWithContext

func (mr *MockIAMAPIMockRecorder) UpdateGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGroupWithContext indicates an expected call of UpdateGroupWithContext

func (*MockIAMAPIMockRecorder) UpdateLoginProfile

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfile(arg0 interface{}) *gomock.Call

UpdateLoginProfile indicates an expected call of UpdateLoginProfile

func (*MockIAMAPIMockRecorder) UpdateLoginProfileRequest

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileRequest(arg0 interface{}) *gomock.Call

UpdateLoginProfileRequest indicates an expected call of UpdateLoginProfileRequest

func (*MockIAMAPIMockRecorder) UpdateLoginProfileWithContext

func (mr *MockIAMAPIMockRecorder) UpdateLoginProfileWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateLoginProfileWithContext indicates an expected call of UpdateLoginProfileWithContext

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprint(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprint indicates an expected call of UpdateOpenIDConnectProviderThumbprint

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintRequest(arg0 interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintRequest indicates an expected call of UpdateOpenIDConnectProviderThumbprintRequest

func (*MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext

func (mr *MockIAMAPIMockRecorder) UpdateOpenIDConnectProviderThumbprintWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOpenIDConnectProviderThumbprintWithContext indicates an expected call of UpdateOpenIDConnectProviderThumbprintWithContext

func (*MockIAMAPIMockRecorder) UpdateRole

func (mr *MockIAMAPIMockRecorder) UpdateRole(arg0 interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole

func (*MockIAMAPIMockRecorder) UpdateRoleDescription

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescription(arg0 interface{}) *gomock.Call

UpdateRoleDescription indicates an expected call of UpdateRoleDescription

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionRequest(arg0 interface{}) *gomock.Call

UpdateRoleDescriptionRequest indicates an expected call of UpdateRoleDescriptionRequest

func (*MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext

func (mr *MockIAMAPIMockRecorder) UpdateRoleDescriptionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleDescriptionWithContext indicates an expected call of UpdateRoleDescriptionWithContext

func (*MockIAMAPIMockRecorder) UpdateRoleRequest

func (mr *MockIAMAPIMockRecorder) UpdateRoleRequest(arg0 interface{}) *gomock.Call

UpdateRoleRequest indicates an expected call of UpdateRoleRequest

func (*MockIAMAPIMockRecorder) UpdateRoleWithContext

func (mr *MockIAMAPIMockRecorder) UpdateRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRoleWithContext indicates an expected call of UpdateRoleWithContext

func (*MockIAMAPIMockRecorder) UpdateSAMLProvider

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProvider(arg0 interface{}) *gomock.Call

UpdateSAMLProvider indicates an expected call of UpdateSAMLProvider

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderRequest

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderRequest(arg0 interface{}) *gomock.Call

UpdateSAMLProviderRequest indicates an expected call of UpdateSAMLProviderRequest

func (*MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSAMLProviderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSAMLProviderWithContext indicates an expected call of UpdateSAMLProviderWithContext

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKey

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKey(arg0 interface{}) *gomock.Call

UpdateSSHPublicKey indicates an expected call of UpdateSSHPublicKey

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UpdateSSHPublicKeyRequest indicates an expected call of UpdateSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSSHPublicKeyWithContext indicates an expected call of UpdateSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UpdateServerCertificate

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificate(arg0 interface{}) *gomock.Call

UpdateServerCertificate indicates an expected call of UpdateServerCertificate

func (*MockIAMAPIMockRecorder) UpdateServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateRequest(arg0 interface{}) *gomock.Call

UpdateServerCertificateRequest indicates an expected call of UpdateServerCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UpdateServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServerCertificateWithContext indicates an expected call of UpdateServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredential

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredential(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredential indicates an expected call of UpdateServiceSpecificCredential

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialRequest(arg0 interface{}) *gomock.Call

UpdateServiceSpecificCredentialRequest indicates an expected call of UpdateServiceSpecificCredentialRequest

func (*MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext

func (mr *MockIAMAPIMockRecorder) UpdateServiceSpecificCredentialWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateServiceSpecificCredentialWithContext indicates an expected call of UpdateServiceSpecificCredentialWithContext

func (*MockIAMAPIMockRecorder) UpdateSigningCertificate

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificate(arg0 interface{}) *gomock.Call

UpdateSigningCertificate indicates an expected call of UpdateSigningCertificate

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateRequest(arg0 interface{}) *gomock.Call

UpdateSigningCertificateRequest indicates an expected call of UpdateSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UpdateSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSigningCertificateWithContext indicates an expected call of UpdateSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) UpdateUser

func (mr *MockIAMAPIMockRecorder) UpdateUser(arg0 interface{}) *gomock.Call

UpdateUser indicates an expected call of UpdateUser

func (*MockIAMAPIMockRecorder) UpdateUserRequest

func (mr *MockIAMAPIMockRecorder) UpdateUserRequest(arg0 interface{}) *gomock.Call

UpdateUserRequest indicates an expected call of UpdateUserRequest

func (*MockIAMAPIMockRecorder) UpdateUserWithContext

func (mr *MockIAMAPIMockRecorder) UpdateUserWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateUserWithContext indicates an expected call of UpdateUserWithContext

func (*MockIAMAPIMockRecorder) UploadSSHPublicKey

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKey(arg0 interface{}) *gomock.Call

UploadSSHPublicKey indicates an expected call of UploadSSHPublicKey

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyRequest(arg0 interface{}) *gomock.Call

UploadSSHPublicKeyRequest indicates an expected call of UploadSSHPublicKeyRequest

func (*MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext

func (mr *MockIAMAPIMockRecorder) UploadSSHPublicKeyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSSHPublicKeyWithContext indicates an expected call of UploadSSHPublicKeyWithContext

func (*MockIAMAPIMockRecorder) UploadServerCertificate

func (mr *MockIAMAPIMockRecorder) UploadServerCertificate(arg0 interface{}) *gomock.Call

UploadServerCertificate indicates an expected call of UploadServerCertificate

func (*MockIAMAPIMockRecorder) UploadServerCertificateRequest

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateRequest(arg0 interface{}) *gomock.Call

UploadServerCertificateRequest indicates an expected call of UploadServerCertificateRequest

func (*MockIAMAPIMockRecorder) UploadServerCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UploadServerCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadServerCertificateWithContext indicates an expected call of UploadServerCertificateWithContext

func (*MockIAMAPIMockRecorder) UploadSigningCertificate

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificate(arg0 interface{}) *gomock.Call

UploadSigningCertificate indicates an expected call of UploadSigningCertificate

func (*MockIAMAPIMockRecorder) UploadSigningCertificateRequest

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateRequest(arg0 interface{}) *gomock.Call

UploadSigningCertificateRequest indicates an expected call of UploadSigningCertificateRequest

func (*MockIAMAPIMockRecorder) UploadSigningCertificateWithContext

func (mr *MockIAMAPIMockRecorder) UploadSigningCertificateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UploadSigningCertificateWithContext indicates an expected call of UploadSigningCertificateWithContext

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExists(arg0 interface{}) *gomock.Call

WaitUntilInstanceProfileExists indicates an expected call of WaitUntilInstanceProfileExists

func (*MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilInstanceProfileExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilInstanceProfileExistsWithContext indicates an expected call of WaitUntilInstanceProfileExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExists

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExists(arg0 interface{}) *gomock.Call

WaitUntilPolicyExists indicates an expected call of WaitUntilPolicyExists

func (*MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilPolicyExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilPolicyExistsWithContext indicates an expected call of WaitUntilPolicyExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilRoleExists

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExists(arg0 interface{}) *gomock.Call

WaitUntilRoleExists indicates an expected call of WaitUntilRoleExists

func (*MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilRoleExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilRoleExistsWithContext indicates an expected call of WaitUntilRoleExistsWithContext

func (*MockIAMAPIMockRecorder) WaitUntilUserExists

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExists(arg0 interface{}) *gomock.Call

WaitUntilUserExists indicates an expected call of WaitUntilUserExists

func (*MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext

func (mr *MockIAMAPIMockRecorder) WaitUntilUserExistsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

WaitUntilUserExistsWithContext indicates an expected call of WaitUntilUserExistsWithContext

type MockInspectorAPI

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

MockInspectorAPI is a mock of InspectorAPI interface

func NewMockInspectorAPI

func NewMockInspectorAPI(ctrl *gomock.Controller) *MockInspectorAPI

NewMockInspectorAPI creates a new mock instance

func (*MockInspectorAPI) AddAttributesToFindings

AddAttributesToFindings mocks base method

func (*MockInspectorAPI) AddAttributesToFindingsRequest

AddAttributesToFindingsRequest mocks base method

func (*MockInspectorAPI) AddAttributesToFindingsWithContext

func (m *MockInspectorAPI) AddAttributesToFindingsWithContext(arg0 context.Context, arg1 *inspector.AddAttributesToFindingsInput, arg2 ...request.Option) (*inspector.AddAttributesToFindingsOutput, error)

AddAttributesToFindingsWithContext mocks base method

func (*MockInspectorAPI) CreateAssessmentTarget

CreateAssessmentTarget mocks base method

func (*MockInspectorAPI) CreateAssessmentTargetRequest

CreateAssessmentTargetRequest mocks base method

func (*MockInspectorAPI) CreateAssessmentTargetWithContext

func (m *MockInspectorAPI) CreateAssessmentTargetWithContext(arg0 context.Context, arg1 *inspector.CreateAssessmentTargetInput, arg2 ...request.Option) (*inspector.CreateAssessmentTargetOutput, error)

CreateAssessmentTargetWithContext mocks base method

func (*MockInspectorAPI) CreateAssessmentTemplate

CreateAssessmentTemplate mocks base method

func (*MockInspectorAPI) CreateAssessmentTemplateRequest

CreateAssessmentTemplateRequest mocks base method

func (*MockInspectorAPI) CreateAssessmentTemplateWithContext

CreateAssessmentTemplateWithContext mocks base method

func (*MockInspectorAPI) CreateExclusionsPreview

CreateExclusionsPreview mocks base method

func (*MockInspectorAPI) CreateExclusionsPreviewRequest

CreateExclusionsPreviewRequest mocks base method

func (*MockInspectorAPI) CreateExclusionsPreviewWithContext

func (m *MockInspectorAPI) CreateExclusionsPreviewWithContext(arg0 context.Context, arg1 *inspector.CreateExclusionsPreviewInput, arg2 ...request.Option) (*inspector.CreateExclusionsPreviewOutput, error)

CreateExclusionsPreviewWithContext mocks base method

func (*MockInspectorAPI) CreateResourceGroup

CreateResourceGroup mocks base method

func (*MockInspectorAPI) CreateResourceGroupRequest

CreateResourceGroupRequest mocks base method

func (*MockInspectorAPI) CreateResourceGroupWithContext

func (m *MockInspectorAPI) CreateResourceGroupWithContext(arg0 context.Context, arg1 *inspector.CreateResourceGroupInput, arg2 ...request.Option) (*inspector.CreateResourceGroupOutput, error)

CreateResourceGroupWithContext mocks base method

func (*MockInspectorAPI) DeleteAssessmentRun

DeleteAssessmentRun mocks base method

func (*MockInspectorAPI) DeleteAssessmentRunRequest

DeleteAssessmentRunRequest mocks base method

func (*MockInspectorAPI) DeleteAssessmentRunWithContext

func (m *MockInspectorAPI) DeleteAssessmentRunWithContext(arg0 context.Context, arg1 *inspector.DeleteAssessmentRunInput, arg2 ...request.Option) (*inspector.DeleteAssessmentRunOutput, error)

DeleteAssessmentRunWithContext mocks base method

func (*MockInspectorAPI) DeleteAssessmentTarget

DeleteAssessmentTarget mocks base method

func (*MockInspectorAPI) DeleteAssessmentTargetRequest

DeleteAssessmentTargetRequest mocks base method

func (*MockInspectorAPI) DeleteAssessmentTargetWithContext

func (m *MockInspectorAPI) DeleteAssessmentTargetWithContext(arg0 context.Context, arg1 *inspector.DeleteAssessmentTargetInput, arg2 ...request.Option) (*inspector.DeleteAssessmentTargetOutput, error)

DeleteAssessmentTargetWithContext mocks base method

func (*MockInspectorAPI) DeleteAssessmentTemplate

DeleteAssessmentTemplate mocks base method

func (*MockInspectorAPI) DeleteAssessmentTemplateRequest

DeleteAssessmentTemplateRequest mocks base method

func (*MockInspectorAPI) DeleteAssessmentTemplateWithContext

DeleteAssessmentTemplateWithContext mocks base method

func (*MockInspectorAPI) DescribeAssessmentRuns

DescribeAssessmentRuns mocks base method

func (*MockInspectorAPI) DescribeAssessmentRunsRequest

DescribeAssessmentRunsRequest mocks base method

func (*MockInspectorAPI) DescribeAssessmentRunsWithContext

func (m *MockInspectorAPI) DescribeAssessmentRunsWithContext(arg0 context.Context, arg1 *inspector.DescribeAssessmentRunsInput, arg2 ...request.Option) (*inspector.DescribeAssessmentRunsOutput, error)

DescribeAssessmentRunsWithContext mocks base method

func (*MockInspectorAPI) DescribeAssessmentTargets

DescribeAssessmentTargets mocks base method

func (*MockInspectorAPI) DescribeAssessmentTargetsRequest

DescribeAssessmentTargetsRequest mocks base method

func (*MockInspectorAPI) DescribeAssessmentTargetsWithContext

DescribeAssessmentTargetsWithContext mocks base method

func (*MockInspectorAPI) DescribeAssessmentTemplates

DescribeAssessmentTemplates mocks base method

func (*MockInspectorAPI) DescribeAssessmentTemplatesRequest

DescribeAssessmentTemplatesRequest mocks base method

func (*MockInspectorAPI) DescribeAssessmentTemplatesWithContext

DescribeAssessmentTemplatesWithContext mocks base method

func (*MockInspectorAPI) DescribeCrossAccountAccessRole

DescribeCrossAccountAccessRole mocks base method

func (*MockInspectorAPI) DescribeCrossAccountAccessRoleRequest

DescribeCrossAccountAccessRoleRequest mocks base method

func (*MockInspectorAPI) DescribeCrossAccountAccessRoleWithContext

DescribeCrossAccountAccessRoleWithContext mocks base method

func (*MockInspectorAPI) DescribeExclusions

DescribeExclusions mocks base method

func (*MockInspectorAPI) DescribeExclusionsRequest

DescribeExclusionsRequest mocks base method

func (*MockInspectorAPI) DescribeExclusionsWithContext

func (m *MockInspectorAPI) DescribeExclusionsWithContext(arg0 context.Context, arg1 *inspector.DescribeExclusionsInput, arg2 ...request.Option) (*inspector.DescribeExclusionsOutput, error)

DescribeExclusionsWithContext mocks base method

func (*MockInspectorAPI) DescribeFindings

DescribeFindings mocks base method

func (*MockInspectorAPI) DescribeFindingsRequest

DescribeFindingsRequest mocks base method

func (*MockInspectorAPI) DescribeFindingsWithContext

func (m *MockInspectorAPI) DescribeFindingsWithContext(arg0 context.Context, arg1 *inspector.DescribeFindingsInput, arg2 ...request.Option) (*inspector.DescribeFindingsOutput, error)

DescribeFindingsWithContext mocks base method

func (*MockInspectorAPI) DescribeResourceGroups

DescribeResourceGroups mocks base method

func (*MockInspectorAPI) DescribeResourceGroupsRequest

DescribeResourceGroupsRequest mocks base method

func (*MockInspectorAPI) DescribeResourceGroupsWithContext

func (m *MockInspectorAPI) DescribeResourceGroupsWithContext(arg0 context.Context, arg1 *inspector.DescribeResourceGroupsInput, arg2 ...request.Option) (*inspector.DescribeResourceGroupsOutput, error)

DescribeResourceGroupsWithContext mocks base method

func (*MockInspectorAPI) DescribeRulesPackages

DescribeRulesPackages mocks base method

func (*MockInspectorAPI) DescribeRulesPackagesRequest

DescribeRulesPackagesRequest mocks base method

func (*MockInspectorAPI) DescribeRulesPackagesWithContext

func (m *MockInspectorAPI) DescribeRulesPackagesWithContext(arg0 context.Context, arg1 *inspector.DescribeRulesPackagesInput, arg2 ...request.Option) (*inspector.DescribeRulesPackagesOutput, error)

DescribeRulesPackagesWithContext mocks base method

func (*MockInspectorAPI) EXPECT

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

func (*MockInspectorAPI) GetAssessmentReport

GetAssessmentReport mocks base method

func (*MockInspectorAPI) GetAssessmentReportRequest

GetAssessmentReportRequest mocks base method

func (*MockInspectorAPI) GetAssessmentReportWithContext

func (m *MockInspectorAPI) GetAssessmentReportWithContext(arg0 context.Context, arg1 *inspector.GetAssessmentReportInput, arg2 ...request.Option) (*inspector.GetAssessmentReportOutput, error)

GetAssessmentReportWithContext mocks base method

func (*MockInspectorAPI) GetExclusionsPreview

GetExclusionsPreview mocks base method

func (*MockInspectorAPI) GetExclusionsPreviewPages

func (m *MockInspectorAPI) GetExclusionsPreviewPages(arg0 *inspector.GetExclusionsPreviewInput, arg1 func(*inspector.GetExclusionsPreviewOutput, bool) bool) error

GetExclusionsPreviewPages mocks base method

func (*MockInspectorAPI) GetExclusionsPreviewPagesWithContext

func (m *MockInspectorAPI) GetExclusionsPreviewPagesWithContext(arg0 context.Context, arg1 *inspector.GetExclusionsPreviewInput, arg2 func(*inspector.GetExclusionsPreviewOutput, bool) bool, arg3 ...request.Option) error

GetExclusionsPreviewPagesWithContext mocks base method

func (*MockInspectorAPI) GetExclusionsPreviewRequest

GetExclusionsPreviewRequest mocks base method

func (*MockInspectorAPI) GetExclusionsPreviewWithContext

func (m *MockInspectorAPI) GetExclusionsPreviewWithContext(arg0 context.Context, arg1 *inspector.GetExclusionsPreviewInput, arg2 ...request.Option) (*inspector.GetExclusionsPreviewOutput, error)

GetExclusionsPreviewWithContext mocks base method

func (*MockInspectorAPI) GetTelemetryMetadata

GetTelemetryMetadata mocks base method

func (*MockInspectorAPI) GetTelemetryMetadataRequest

GetTelemetryMetadataRequest mocks base method

func (*MockInspectorAPI) GetTelemetryMetadataWithContext

func (m *MockInspectorAPI) GetTelemetryMetadataWithContext(arg0 context.Context, arg1 *inspector.GetTelemetryMetadataInput, arg2 ...request.Option) (*inspector.GetTelemetryMetadataOutput, error)

GetTelemetryMetadataWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentRunAgents

ListAssessmentRunAgents mocks base method

func (*MockInspectorAPI) ListAssessmentRunAgentsPages

ListAssessmentRunAgentsPages mocks base method

func (*MockInspectorAPI) ListAssessmentRunAgentsPagesWithContext

func (m *MockInspectorAPI) ListAssessmentRunAgentsPagesWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentRunAgentsInput, arg2 func(*inspector.ListAssessmentRunAgentsOutput, bool) bool, arg3 ...request.Option) error

ListAssessmentRunAgentsPagesWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentRunAgentsRequest

ListAssessmentRunAgentsRequest mocks base method

func (*MockInspectorAPI) ListAssessmentRunAgentsWithContext

func (m *MockInspectorAPI) ListAssessmentRunAgentsWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentRunAgentsInput, arg2 ...request.Option) (*inspector.ListAssessmentRunAgentsOutput, error)

ListAssessmentRunAgentsWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentRuns

ListAssessmentRuns mocks base method

func (*MockInspectorAPI) ListAssessmentRunsPages

func (m *MockInspectorAPI) ListAssessmentRunsPages(arg0 *inspector.ListAssessmentRunsInput, arg1 func(*inspector.ListAssessmentRunsOutput, bool) bool) error

ListAssessmentRunsPages mocks base method

func (*MockInspectorAPI) ListAssessmentRunsPagesWithContext

func (m *MockInspectorAPI) ListAssessmentRunsPagesWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentRunsInput, arg2 func(*inspector.ListAssessmentRunsOutput, bool) bool, arg3 ...request.Option) error

ListAssessmentRunsPagesWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentRunsRequest

ListAssessmentRunsRequest mocks base method

func (*MockInspectorAPI) ListAssessmentRunsWithContext

func (m *MockInspectorAPI) ListAssessmentRunsWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentRunsInput, arg2 ...request.Option) (*inspector.ListAssessmentRunsOutput, error)

ListAssessmentRunsWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentTargets

ListAssessmentTargets mocks base method

func (*MockInspectorAPI) ListAssessmentTargetsPages

func (m *MockInspectorAPI) ListAssessmentTargetsPages(arg0 *inspector.ListAssessmentTargetsInput, arg1 func(*inspector.ListAssessmentTargetsOutput, bool) bool) error

ListAssessmentTargetsPages mocks base method

func (*MockInspectorAPI) ListAssessmentTargetsPagesWithContext

func (m *MockInspectorAPI) ListAssessmentTargetsPagesWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentTargetsInput, arg2 func(*inspector.ListAssessmentTargetsOutput, bool) bool, arg3 ...request.Option) error

ListAssessmentTargetsPagesWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentTargetsRequest

ListAssessmentTargetsRequest mocks base method

func (*MockInspectorAPI) ListAssessmentTargetsWithContext

func (m *MockInspectorAPI) ListAssessmentTargetsWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentTargetsInput, arg2 ...request.Option) (*inspector.ListAssessmentTargetsOutput, error)

ListAssessmentTargetsWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentTemplates

ListAssessmentTemplates mocks base method

func (*MockInspectorAPI) ListAssessmentTemplatesPages

ListAssessmentTemplatesPages mocks base method

func (*MockInspectorAPI) ListAssessmentTemplatesPagesWithContext

func (m *MockInspectorAPI) ListAssessmentTemplatesPagesWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentTemplatesInput, arg2 func(*inspector.ListAssessmentTemplatesOutput, bool) bool, arg3 ...request.Option) error

ListAssessmentTemplatesPagesWithContext mocks base method

func (*MockInspectorAPI) ListAssessmentTemplatesRequest

ListAssessmentTemplatesRequest mocks base method

func (*MockInspectorAPI) ListAssessmentTemplatesWithContext

func (m *MockInspectorAPI) ListAssessmentTemplatesWithContext(arg0 context.Context, arg1 *inspector.ListAssessmentTemplatesInput, arg2 ...request.Option) (*inspector.ListAssessmentTemplatesOutput, error)

ListAssessmentTemplatesWithContext mocks base method

func (*MockInspectorAPI) ListEventSubscriptions

ListEventSubscriptions mocks base method

func (*MockInspectorAPI) ListEventSubscriptionsPages

func (m *MockInspectorAPI) ListEventSubscriptionsPages(arg0 *inspector.ListEventSubscriptionsInput, arg1 func(*inspector.ListEventSubscriptionsOutput, bool) bool) error

ListEventSubscriptionsPages mocks base method

func (*MockInspectorAPI) ListEventSubscriptionsPagesWithContext

func (m *MockInspectorAPI) ListEventSubscriptionsPagesWithContext(arg0 context.Context, arg1 *inspector.ListEventSubscriptionsInput, arg2 func(*inspector.ListEventSubscriptionsOutput, bool) bool, arg3 ...request.Option) error

ListEventSubscriptionsPagesWithContext mocks base method

func (*MockInspectorAPI) ListEventSubscriptionsRequest

ListEventSubscriptionsRequest mocks base method

func (*MockInspectorAPI) ListEventSubscriptionsWithContext

func (m *MockInspectorAPI) ListEventSubscriptionsWithContext(arg0 context.Context, arg1 *inspector.ListEventSubscriptionsInput, arg2 ...request.Option) (*inspector.ListEventSubscriptionsOutput, error)

ListEventSubscriptionsWithContext mocks base method

func (*MockInspectorAPI) ListExclusions

ListExclusions mocks base method

func (*MockInspectorAPI) ListExclusionsPages

func (m *MockInspectorAPI) ListExclusionsPages(arg0 *inspector.ListExclusionsInput, arg1 func(*inspector.ListExclusionsOutput, bool) bool) error

ListExclusionsPages mocks base method

func (*MockInspectorAPI) ListExclusionsPagesWithContext

func (m *MockInspectorAPI) ListExclusionsPagesWithContext(arg0 context.Context, arg1 *inspector.ListExclusionsInput, arg2 func(*inspector.ListExclusionsOutput, bool) bool, arg3 ...request.Option) error

ListExclusionsPagesWithContext mocks base method

func (*MockInspectorAPI) ListExclusionsRequest

ListExclusionsRequest mocks base method

func (*MockInspectorAPI) ListExclusionsWithContext

func (m *MockInspectorAPI) ListExclusionsWithContext(arg0 context.Context, arg1 *inspector.ListExclusionsInput, arg2 ...request.Option) (*inspector.ListExclusionsOutput, error)

ListExclusionsWithContext mocks base method

func (*MockInspectorAPI) ListFindings

ListFindings mocks base method

func (*MockInspectorAPI) ListFindingsPages

func (m *MockInspectorAPI) ListFindingsPages(arg0 *inspector.ListFindingsInput, arg1 func(*inspector.ListFindingsOutput, bool) bool) error

ListFindingsPages mocks base method

func (*MockInspectorAPI) ListFindingsPagesWithContext

func (m *MockInspectorAPI) ListFindingsPagesWithContext(arg0 context.Context, arg1 *inspector.ListFindingsInput, arg2 func(*inspector.ListFindingsOutput, bool) bool, arg3 ...request.Option) error

ListFindingsPagesWithContext mocks base method

func (*MockInspectorAPI) ListFindingsRequest

ListFindingsRequest mocks base method

func (*MockInspectorAPI) ListFindingsWithContext

func (m *MockInspectorAPI) ListFindingsWithContext(arg0 context.Context, arg1 *inspector.ListFindingsInput, arg2 ...request.Option) (*inspector.ListFindingsOutput, error)

ListFindingsWithContext mocks base method

func (*MockInspectorAPI) ListRulesPackages

ListRulesPackages mocks base method

func (*MockInspectorAPI) ListRulesPackagesPages

func (m *MockInspectorAPI) ListRulesPackagesPages(arg0 *inspector.ListRulesPackagesInput, arg1 func(*inspector.ListRulesPackagesOutput, bool) bool) error

ListRulesPackagesPages mocks base method

func (*MockInspectorAPI) ListRulesPackagesPagesWithContext

func (m *MockInspectorAPI) ListRulesPackagesPagesWithContext(arg0 context.Context, arg1 *inspector.ListRulesPackagesInput, arg2 func(*inspector.ListRulesPackagesOutput, bool) bool, arg3 ...request.Option) error

ListRulesPackagesPagesWithContext mocks base method

func (*MockInspectorAPI) ListRulesPackagesRequest

ListRulesPackagesRequest mocks base method

func (*MockInspectorAPI) ListRulesPackagesWithContext

func (m *MockInspectorAPI) ListRulesPackagesWithContext(arg0 context.Context, arg1 *inspector.ListRulesPackagesInput, arg2 ...request.Option) (*inspector.ListRulesPackagesOutput, error)

ListRulesPackagesWithContext mocks base method

func (*MockInspectorAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockInspectorAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockInspectorAPI) ListTagsForResourceWithContext

func (m *MockInspectorAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *inspector.ListTagsForResourceInput, arg2 ...request.Option) (*inspector.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method

func (*MockInspectorAPI) PreviewAgents

PreviewAgents mocks base method

func (*MockInspectorAPI) PreviewAgentsPages

func (m *MockInspectorAPI) PreviewAgentsPages(arg0 *inspector.PreviewAgentsInput, arg1 func(*inspector.PreviewAgentsOutput, bool) bool) error

PreviewAgentsPages mocks base method

func (*MockInspectorAPI) PreviewAgentsPagesWithContext

func (m *MockInspectorAPI) PreviewAgentsPagesWithContext(arg0 context.Context, arg1 *inspector.PreviewAgentsInput, arg2 func(*inspector.PreviewAgentsOutput, bool) bool, arg3 ...request.Option) error

PreviewAgentsPagesWithContext mocks base method

func (*MockInspectorAPI) PreviewAgentsRequest

PreviewAgentsRequest mocks base method

func (*MockInspectorAPI) PreviewAgentsWithContext

func (m *MockInspectorAPI) PreviewAgentsWithContext(arg0 context.Context, arg1 *inspector.PreviewAgentsInput, arg2 ...request.Option) (*inspector.PreviewAgentsOutput, error)

PreviewAgentsWithContext mocks base method

func (*MockInspectorAPI) RegisterCrossAccountAccessRole

RegisterCrossAccountAccessRole mocks base method

func (*MockInspectorAPI) RegisterCrossAccountAccessRoleRequest

RegisterCrossAccountAccessRoleRequest mocks base method

func (*MockInspectorAPI) RegisterCrossAccountAccessRoleWithContext

RegisterCrossAccountAccessRoleWithContext mocks base method

func (*MockInspectorAPI) RemoveAttributesFromFindings

RemoveAttributesFromFindings mocks base method

func (*MockInspectorAPI) RemoveAttributesFromFindingsRequest

RemoveAttributesFromFindingsRequest mocks base method

func (*MockInspectorAPI) RemoveAttributesFromFindingsWithContext

RemoveAttributesFromFindingsWithContext mocks base method

func (*MockInspectorAPI) SetTagsForResource

SetTagsForResource mocks base method

func (*MockInspectorAPI) SetTagsForResourceRequest

SetTagsForResourceRequest mocks base method

func (*MockInspectorAPI) SetTagsForResourceWithContext

func (m *MockInspectorAPI) SetTagsForResourceWithContext(arg0 context.Context, arg1 *inspector.SetTagsForResourceInput, arg2 ...request.Option) (*inspector.SetTagsForResourceOutput, error)

SetTagsForResourceWithContext mocks base method

func (*MockInspectorAPI) StartAssessmentRun

StartAssessmentRun mocks base method

func (*MockInspectorAPI) StartAssessmentRunRequest

StartAssessmentRunRequest mocks base method

func (*MockInspectorAPI) StartAssessmentRunWithContext

func (m *MockInspectorAPI) StartAssessmentRunWithContext(arg0 context.Context, arg1 *inspector.StartAssessmentRunInput, arg2 ...request.Option) (*inspector.StartAssessmentRunOutput, error)

StartAssessmentRunWithContext mocks base method

func (*MockInspectorAPI) StopAssessmentRun

StopAssessmentRun mocks base method

func (*MockInspectorAPI) StopAssessmentRunRequest

StopAssessmentRunRequest mocks base method

func (*MockInspectorAPI) StopAssessmentRunWithContext

func (m *MockInspectorAPI) StopAssessmentRunWithContext(arg0 context.Context, arg1 *inspector.StopAssessmentRunInput, arg2 ...request.Option) (*inspector.StopAssessmentRunOutput, error)

StopAssessmentRunWithContext mocks base method

func (*MockInspectorAPI) SubscribeToEvent

SubscribeToEvent mocks base method

func (*MockInspectorAPI) SubscribeToEventRequest

SubscribeToEventRequest mocks base method

func (*MockInspectorAPI) SubscribeToEventWithContext

func (m *MockInspectorAPI) SubscribeToEventWithContext(arg0 context.Context, arg1 *inspector.SubscribeToEventInput, arg2 ...request.Option) (*inspector.SubscribeToEventOutput, error)

SubscribeToEventWithContext mocks base method

func (*MockInspectorAPI) UnsubscribeFromEvent

UnsubscribeFromEvent mocks base method

func (*MockInspectorAPI) UnsubscribeFromEventRequest

UnsubscribeFromEventRequest mocks base method

func (*MockInspectorAPI) UnsubscribeFromEventWithContext

func (m *MockInspectorAPI) UnsubscribeFromEventWithContext(arg0 context.Context, arg1 *inspector.UnsubscribeFromEventInput, arg2 ...request.Option) (*inspector.UnsubscribeFromEventOutput, error)

UnsubscribeFromEventWithContext mocks base method

func (*MockInspectorAPI) UpdateAssessmentTarget

UpdateAssessmentTarget mocks base method

func (*MockInspectorAPI) UpdateAssessmentTargetRequest

UpdateAssessmentTargetRequest mocks base method

func (*MockInspectorAPI) UpdateAssessmentTargetWithContext

func (m *MockInspectorAPI) UpdateAssessmentTargetWithContext(arg0 context.Context, arg1 *inspector.UpdateAssessmentTargetInput, arg2 ...request.Option) (*inspector.UpdateAssessmentTargetOutput, error)

UpdateAssessmentTargetWithContext mocks base method

type MockInspectorAPIMockRecorder

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

MockInspectorAPIMockRecorder is the mock recorder for MockInspectorAPI

func (*MockInspectorAPIMockRecorder) AddAttributesToFindings

func (mr *MockInspectorAPIMockRecorder) AddAttributesToFindings(arg0 interface{}) *gomock.Call

AddAttributesToFindings indicates an expected call of AddAttributesToFindings

func (*MockInspectorAPIMockRecorder) AddAttributesToFindingsRequest

func (mr *MockInspectorAPIMockRecorder) AddAttributesToFindingsRequest(arg0 interface{}) *gomock.Call

AddAttributesToFindingsRequest indicates an expected call of AddAttributesToFindingsRequest

func (*MockInspectorAPIMockRecorder) AddAttributesToFindingsWithContext

func (mr *MockInspectorAPIMockRecorder) AddAttributesToFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddAttributesToFindingsWithContext indicates an expected call of AddAttributesToFindingsWithContext

func (*MockInspectorAPIMockRecorder) CreateAssessmentTarget

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTarget(arg0 interface{}) *gomock.Call

CreateAssessmentTarget indicates an expected call of CreateAssessmentTarget

func (*MockInspectorAPIMockRecorder) CreateAssessmentTargetRequest

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTargetRequest(arg0 interface{}) *gomock.Call

CreateAssessmentTargetRequest indicates an expected call of CreateAssessmentTargetRequest

func (*MockInspectorAPIMockRecorder) CreateAssessmentTargetWithContext

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAssessmentTargetWithContext indicates an expected call of CreateAssessmentTargetWithContext

func (*MockInspectorAPIMockRecorder) CreateAssessmentTemplate

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTemplate(arg0 interface{}) *gomock.Call

CreateAssessmentTemplate indicates an expected call of CreateAssessmentTemplate

func (*MockInspectorAPIMockRecorder) CreateAssessmentTemplateRequest

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTemplateRequest(arg0 interface{}) *gomock.Call

CreateAssessmentTemplateRequest indicates an expected call of CreateAssessmentTemplateRequest

func (*MockInspectorAPIMockRecorder) CreateAssessmentTemplateWithContext

func (mr *MockInspectorAPIMockRecorder) CreateAssessmentTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAssessmentTemplateWithContext indicates an expected call of CreateAssessmentTemplateWithContext

func (*MockInspectorAPIMockRecorder) CreateExclusionsPreview

func (mr *MockInspectorAPIMockRecorder) CreateExclusionsPreview(arg0 interface{}) *gomock.Call

CreateExclusionsPreview indicates an expected call of CreateExclusionsPreview

func (*MockInspectorAPIMockRecorder) CreateExclusionsPreviewRequest

func (mr *MockInspectorAPIMockRecorder) CreateExclusionsPreviewRequest(arg0 interface{}) *gomock.Call

CreateExclusionsPreviewRequest indicates an expected call of CreateExclusionsPreviewRequest

func (*MockInspectorAPIMockRecorder) CreateExclusionsPreviewWithContext

func (mr *MockInspectorAPIMockRecorder) CreateExclusionsPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateExclusionsPreviewWithContext indicates an expected call of CreateExclusionsPreviewWithContext

func (*MockInspectorAPIMockRecorder) CreateResourceGroup

func (mr *MockInspectorAPIMockRecorder) CreateResourceGroup(arg0 interface{}) *gomock.Call

CreateResourceGroup indicates an expected call of CreateResourceGroup

func (*MockInspectorAPIMockRecorder) CreateResourceGroupRequest

func (mr *MockInspectorAPIMockRecorder) CreateResourceGroupRequest(arg0 interface{}) *gomock.Call

CreateResourceGroupRequest indicates an expected call of CreateResourceGroupRequest

func (*MockInspectorAPIMockRecorder) CreateResourceGroupWithContext

func (mr *MockInspectorAPIMockRecorder) CreateResourceGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateResourceGroupWithContext indicates an expected call of CreateResourceGroupWithContext

func (*MockInspectorAPIMockRecorder) DeleteAssessmentRun

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentRun(arg0 interface{}) *gomock.Call

DeleteAssessmentRun indicates an expected call of DeleteAssessmentRun

func (*MockInspectorAPIMockRecorder) DeleteAssessmentRunRequest

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentRunRequest(arg0 interface{}) *gomock.Call

DeleteAssessmentRunRequest indicates an expected call of DeleteAssessmentRunRequest

func (*MockInspectorAPIMockRecorder) DeleteAssessmentRunWithContext

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAssessmentRunWithContext indicates an expected call of DeleteAssessmentRunWithContext

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTarget

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTarget(arg0 interface{}) *gomock.Call

DeleteAssessmentTarget indicates an expected call of DeleteAssessmentTarget

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTargetRequest

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTargetRequest(arg0 interface{}) *gomock.Call

DeleteAssessmentTargetRequest indicates an expected call of DeleteAssessmentTargetRequest

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTargetWithContext

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAssessmentTargetWithContext indicates an expected call of DeleteAssessmentTargetWithContext

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTemplate

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTemplate(arg0 interface{}) *gomock.Call

DeleteAssessmentTemplate indicates an expected call of DeleteAssessmentTemplate

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTemplateRequest

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTemplateRequest(arg0 interface{}) *gomock.Call

DeleteAssessmentTemplateRequest indicates an expected call of DeleteAssessmentTemplateRequest

func (*MockInspectorAPIMockRecorder) DeleteAssessmentTemplateWithContext

func (mr *MockInspectorAPIMockRecorder) DeleteAssessmentTemplateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAssessmentTemplateWithContext indicates an expected call of DeleteAssessmentTemplateWithContext

func (*MockInspectorAPIMockRecorder) DescribeAssessmentRuns

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentRuns(arg0 interface{}) *gomock.Call

DescribeAssessmentRuns indicates an expected call of DescribeAssessmentRuns

func (*MockInspectorAPIMockRecorder) DescribeAssessmentRunsRequest

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentRunsRequest(arg0 interface{}) *gomock.Call

DescribeAssessmentRunsRequest indicates an expected call of DescribeAssessmentRunsRequest

func (*MockInspectorAPIMockRecorder) DescribeAssessmentRunsWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentRunsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAssessmentRunsWithContext indicates an expected call of DescribeAssessmentRunsWithContext

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTargets

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTargets(arg0 interface{}) *gomock.Call

DescribeAssessmentTargets indicates an expected call of DescribeAssessmentTargets

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTargetsRequest

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTargetsRequest(arg0 interface{}) *gomock.Call

DescribeAssessmentTargetsRequest indicates an expected call of DescribeAssessmentTargetsRequest

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTargetsWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAssessmentTargetsWithContext indicates an expected call of DescribeAssessmentTargetsWithContext

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTemplates

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTemplates(arg0 interface{}) *gomock.Call

DescribeAssessmentTemplates indicates an expected call of DescribeAssessmentTemplates

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTemplatesRequest

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTemplatesRequest(arg0 interface{}) *gomock.Call

DescribeAssessmentTemplatesRequest indicates an expected call of DescribeAssessmentTemplatesRequest

func (*MockInspectorAPIMockRecorder) DescribeAssessmentTemplatesWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeAssessmentTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAssessmentTemplatesWithContext indicates an expected call of DescribeAssessmentTemplatesWithContext

func (*MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRole

func (mr *MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRole(arg0 interface{}) *gomock.Call

DescribeCrossAccountAccessRole indicates an expected call of DescribeCrossAccountAccessRole

func (*MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRoleRequest

func (mr *MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRoleRequest(arg0 interface{}) *gomock.Call

DescribeCrossAccountAccessRoleRequest indicates an expected call of DescribeCrossAccountAccessRoleRequest

func (*MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRoleWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeCrossAccountAccessRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCrossAccountAccessRoleWithContext indicates an expected call of DescribeCrossAccountAccessRoleWithContext

func (*MockInspectorAPIMockRecorder) DescribeExclusions

func (mr *MockInspectorAPIMockRecorder) DescribeExclusions(arg0 interface{}) *gomock.Call

DescribeExclusions indicates an expected call of DescribeExclusions

func (*MockInspectorAPIMockRecorder) DescribeExclusionsRequest

func (mr *MockInspectorAPIMockRecorder) DescribeExclusionsRequest(arg0 interface{}) *gomock.Call

DescribeExclusionsRequest indicates an expected call of DescribeExclusionsRequest

func (*MockInspectorAPIMockRecorder) DescribeExclusionsWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeExclusionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeExclusionsWithContext indicates an expected call of DescribeExclusionsWithContext

func (*MockInspectorAPIMockRecorder) DescribeFindings

func (mr *MockInspectorAPIMockRecorder) DescribeFindings(arg0 interface{}) *gomock.Call

DescribeFindings indicates an expected call of DescribeFindings

func (*MockInspectorAPIMockRecorder) DescribeFindingsRequest

func (mr *MockInspectorAPIMockRecorder) DescribeFindingsRequest(arg0 interface{}) *gomock.Call

DescribeFindingsRequest indicates an expected call of DescribeFindingsRequest

func (*MockInspectorAPIMockRecorder) DescribeFindingsWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFindingsWithContext indicates an expected call of DescribeFindingsWithContext

func (*MockInspectorAPIMockRecorder) DescribeResourceGroups

func (mr *MockInspectorAPIMockRecorder) DescribeResourceGroups(arg0 interface{}) *gomock.Call

DescribeResourceGroups indicates an expected call of DescribeResourceGroups

func (*MockInspectorAPIMockRecorder) DescribeResourceGroupsRequest

func (mr *MockInspectorAPIMockRecorder) DescribeResourceGroupsRequest(arg0 interface{}) *gomock.Call

DescribeResourceGroupsRequest indicates an expected call of DescribeResourceGroupsRequest

func (*MockInspectorAPIMockRecorder) DescribeResourceGroupsWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeResourceGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeResourceGroupsWithContext indicates an expected call of DescribeResourceGroupsWithContext

func (*MockInspectorAPIMockRecorder) DescribeRulesPackages

func (mr *MockInspectorAPIMockRecorder) DescribeRulesPackages(arg0 interface{}) *gomock.Call

DescribeRulesPackages indicates an expected call of DescribeRulesPackages

func (*MockInspectorAPIMockRecorder) DescribeRulesPackagesRequest

func (mr *MockInspectorAPIMockRecorder) DescribeRulesPackagesRequest(arg0 interface{}) *gomock.Call

DescribeRulesPackagesRequest indicates an expected call of DescribeRulesPackagesRequest

func (*MockInspectorAPIMockRecorder) DescribeRulesPackagesWithContext

func (mr *MockInspectorAPIMockRecorder) DescribeRulesPackagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeRulesPackagesWithContext indicates an expected call of DescribeRulesPackagesWithContext

func (*MockInspectorAPIMockRecorder) GetAssessmentReport

func (mr *MockInspectorAPIMockRecorder) GetAssessmentReport(arg0 interface{}) *gomock.Call

GetAssessmentReport indicates an expected call of GetAssessmentReport

func (*MockInspectorAPIMockRecorder) GetAssessmentReportRequest

func (mr *MockInspectorAPIMockRecorder) GetAssessmentReportRequest(arg0 interface{}) *gomock.Call

GetAssessmentReportRequest indicates an expected call of GetAssessmentReportRequest

func (*MockInspectorAPIMockRecorder) GetAssessmentReportWithContext

func (mr *MockInspectorAPIMockRecorder) GetAssessmentReportWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAssessmentReportWithContext indicates an expected call of GetAssessmentReportWithContext

func (*MockInspectorAPIMockRecorder) GetExclusionsPreview

func (mr *MockInspectorAPIMockRecorder) GetExclusionsPreview(arg0 interface{}) *gomock.Call

GetExclusionsPreview indicates an expected call of GetExclusionsPreview

func (*MockInspectorAPIMockRecorder) GetExclusionsPreviewPages

func (mr *MockInspectorAPIMockRecorder) GetExclusionsPreviewPages(arg0, arg1 interface{}) *gomock.Call

GetExclusionsPreviewPages indicates an expected call of GetExclusionsPreviewPages

func (*MockInspectorAPIMockRecorder) GetExclusionsPreviewPagesWithContext

func (mr *MockInspectorAPIMockRecorder) GetExclusionsPreviewPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

GetExclusionsPreviewPagesWithContext indicates an expected call of GetExclusionsPreviewPagesWithContext

func (*MockInspectorAPIMockRecorder) GetExclusionsPreviewRequest

func (mr *MockInspectorAPIMockRecorder) GetExclusionsPreviewRequest(arg0 interface{}) *gomock.Call

GetExclusionsPreviewRequest indicates an expected call of GetExclusionsPreviewRequest

func (*MockInspectorAPIMockRecorder) GetExclusionsPreviewWithContext

func (mr *MockInspectorAPIMockRecorder) GetExclusionsPreviewWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetExclusionsPreviewWithContext indicates an expected call of GetExclusionsPreviewWithContext

func (*MockInspectorAPIMockRecorder) GetTelemetryMetadata

func (mr *MockInspectorAPIMockRecorder) GetTelemetryMetadata(arg0 interface{}) *gomock.Call

GetTelemetryMetadata indicates an expected call of GetTelemetryMetadata

func (*MockInspectorAPIMockRecorder) GetTelemetryMetadataRequest

func (mr *MockInspectorAPIMockRecorder) GetTelemetryMetadataRequest(arg0 interface{}) *gomock.Call

GetTelemetryMetadataRequest indicates an expected call of GetTelemetryMetadataRequest

func (*MockInspectorAPIMockRecorder) GetTelemetryMetadataWithContext

func (mr *MockInspectorAPIMockRecorder) GetTelemetryMetadataWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetTelemetryMetadataWithContext indicates an expected call of GetTelemetryMetadataWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentRunAgents

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunAgents(arg0 interface{}) *gomock.Call

ListAssessmentRunAgents indicates an expected call of ListAssessmentRunAgents

func (*MockInspectorAPIMockRecorder) ListAssessmentRunAgentsPages

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunAgentsPages(arg0, arg1 interface{}) *gomock.Call

ListAssessmentRunAgentsPages indicates an expected call of ListAssessmentRunAgentsPages

func (*MockInspectorAPIMockRecorder) ListAssessmentRunAgentsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunAgentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAssessmentRunAgentsPagesWithContext indicates an expected call of ListAssessmentRunAgentsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentRunAgentsRequest

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunAgentsRequest(arg0 interface{}) *gomock.Call

ListAssessmentRunAgentsRequest indicates an expected call of ListAssessmentRunAgentsRequest

func (*MockInspectorAPIMockRecorder) ListAssessmentRunAgentsWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunAgentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssessmentRunAgentsWithContext indicates an expected call of ListAssessmentRunAgentsWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentRuns

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRuns(arg0 interface{}) *gomock.Call

ListAssessmentRuns indicates an expected call of ListAssessmentRuns

func (*MockInspectorAPIMockRecorder) ListAssessmentRunsPages

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunsPages(arg0, arg1 interface{}) *gomock.Call

ListAssessmentRunsPages indicates an expected call of ListAssessmentRunsPages

func (*MockInspectorAPIMockRecorder) ListAssessmentRunsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAssessmentRunsPagesWithContext indicates an expected call of ListAssessmentRunsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentRunsRequest

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunsRequest(arg0 interface{}) *gomock.Call

ListAssessmentRunsRequest indicates an expected call of ListAssessmentRunsRequest

func (*MockInspectorAPIMockRecorder) ListAssessmentRunsWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentRunsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssessmentRunsWithContext indicates an expected call of ListAssessmentRunsWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentTargets

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTargets(arg0 interface{}) *gomock.Call

ListAssessmentTargets indicates an expected call of ListAssessmentTargets

func (*MockInspectorAPIMockRecorder) ListAssessmentTargetsPages

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTargetsPages(arg0, arg1 interface{}) *gomock.Call

ListAssessmentTargetsPages indicates an expected call of ListAssessmentTargetsPages

func (*MockInspectorAPIMockRecorder) ListAssessmentTargetsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTargetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAssessmentTargetsPagesWithContext indicates an expected call of ListAssessmentTargetsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentTargetsRequest

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTargetsRequest(arg0 interface{}) *gomock.Call

ListAssessmentTargetsRequest indicates an expected call of ListAssessmentTargetsRequest

func (*MockInspectorAPIMockRecorder) ListAssessmentTargetsWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssessmentTargetsWithContext indicates an expected call of ListAssessmentTargetsWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentTemplates

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTemplates(arg0 interface{}) *gomock.Call

ListAssessmentTemplates indicates an expected call of ListAssessmentTemplates

func (*MockInspectorAPIMockRecorder) ListAssessmentTemplatesPages

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTemplatesPages(arg0, arg1 interface{}) *gomock.Call

ListAssessmentTemplatesPages indicates an expected call of ListAssessmentTemplatesPages

func (*MockInspectorAPIMockRecorder) ListAssessmentTemplatesPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTemplatesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListAssessmentTemplatesPagesWithContext indicates an expected call of ListAssessmentTemplatesPagesWithContext

func (*MockInspectorAPIMockRecorder) ListAssessmentTemplatesRequest

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTemplatesRequest(arg0 interface{}) *gomock.Call

ListAssessmentTemplatesRequest indicates an expected call of ListAssessmentTemplatesRequest

func (*MockInspectorAPIMockRecorder) ListAssessmentTemplatesWithContext

func (mr *MockInspectorAPIMockRecorder) ListAssessmentTemplatesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssessmentTemplatesWithContext indicates an expected call of ListAssessmentTemplatesWithContext

func (*MockInspectorAPIMockRecorder) ListEventSubscriptions

func (mr *MockInspectorAPIMockRecorder) ListEventSubscriptions(arg0 interface{}) *gomock.Call

ListEventSubscriptions indicates an expected call of ListEventSubscriptions

func (*MockInspectorAPIMockRecorder) ListEventSubscriptionsPages

func (mr *MockInspectorAPIMockRecorder) ListEventSubscriptionsPages(arg0, arg1 interface{}) *gomock.Call

ListEventSubscriptionsPages indicates an expected call of ListEventSubscriptionsPages

func (*MockInspectorAPIMockRecorder) ListEventSubscriptionsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListEventSubscriptionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListEventSubscriptionsPagesWithContext indicates an expected call of ListEventSubscriptionsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListEventSubscriptionsRequest

func (mr *MockInspectorAPIMockRecorder) ListEventSubscriptionsRequest(arg0 interface{}) *gomock.Call

ListEventSubscriptionsRequest indicates an expected call of ListEventSubscriptionsRequest

func (*MockInspectorAPIMockRecorder) ListEventSubscriptionsWithContext

func (mr *MockInspectorAPIMockRecorder) ListEventSubscriptionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListEventSubscriptionsWithContext indicates an expected call of ListEventSubscriptionsWithContext

func (*MockInspectorAPIMockRecorder) ListExclusions

func (mr *MockInspectorAPIMockRecorder) ListExclusions(arg0 interface{}) *gomock.Call

ListExclusions indicates an expected call of ListExclusions

func (*MockInspectorAPIMockRecorder) ListExclusionsPages

func (mr *MockInspectorAPIMockRecorder) ListExclusionsPages(arg0, arg1 interface{}) *gomock.Call

ListExclusionsPages indicates an expected call of ListExclusionsPages

func (*MockInspectorAPIMockRecorder) ListExclusionsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListExclusionsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListExclusionsPagesWithContext indicates an expected call of ListExclusionsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListExclusionsRequest

func (mr *MockInspectorAPIMockRecorder) ListExclusionsRequest(arg0 interface{}) *gomock.Call

ListExclusionsRequest indicates an expected call of ListExclusionsRequest

func (*MockInspectorAPIMockRecorder) ListExclusionsWithContext

func (mr *MockInspectorAPIMockRecorder) ListExclusionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListExclusionsWithContext indicates an expected call of ListExclusionsWithContext

func (*MockInspectorAPIMockRecorder) ListFindings

func (mr *MockInspectorAPIMockRecorder) ListFindings(arg0 interface{}) *gomock.Call

ListFindings indicates an expected call of ListFindings

func (*MockInspectorAPIMockRecorder) ListFindingsPages

func (mr *MockInspectorAPIMockRecorder) ListFindingsPages(arg0, arg1 interface{}) *gomock.Call

ListFindingsPages indicates an expected call of ListFindingsPages

func (*MockInspectorAPIMockRecorder) ListFindingsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListFindingsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListFindingsPagesWithContext indicates an expected call of ListFindingsPagesWithContext

func (*MockInspectorAPIMockRecorder) ListFindingsRequest

func (mr *MockInspectorAPIMockRecorder) ListFindingsRequest(arg0 interface{}) *gomock.Call

ListFindingsRequest indicates an expected call of ListFindingsRequest

func (*MockInspectorAPIMockRecorder) ListFindingsWithContext

func (mr *MockInspectorAPIMockRecorder) ListFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListFindingsWithContext indicates an expected call of ListFindingsWithContext

func (*MockInspectorAPIMockRecorder) ListRulesPackages

func (mr *MockInspectorAPIMockRecorder) ListRulesPackages(arg0 interface{}) *gomock.Call

ListRulesPackages indicates an expected call of ListRulesPackages

func (*MockInspectorAPIMockRecorder) ListRulesPackagesPages

func (mr *MockInspectorAPIMockRecorder) ListRulesPackagesPages(arg0, arg1 interface{}) *gomock.Call

ListRulesPackagesPages indicates an expected call of ListRulesPackagesPages

func (*MockInspectorAPIMockRecorder) ListRulesPackagesPagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListRulesPackagesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

ListRulesPackagesPagesWithContext indicates an expected call of ListRulesPackagesPagesWithContext

func (*MockInspectorAPIMockRecorder) ListRulesPackagesRequest

func (mr *MockInspectorAPIMockRecorder) ListRulesPackagesRequest(arg0 interface{}) *gomock.Call

ListRulesPackagesRequest indicates an expected call of ListRulesPackagesRequest

func (*MockInspectorAPIMockRecorder) ListRulesPackagesWithContext

func (mr *MockInspectorAPIMockRecorder) ListRulesPackagesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRulesPackagesWithContext indicates an expected call of ListRulesPackagesWithContext

func (*MockInspectorAPIMockRecorder) ListTagsForResource

func (mr *MockInspectorAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockInspectorAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockInspectorAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockInspectorAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockInspectorAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockInspectorAPIMockRecorder) PreviewAgents

func (mr *MockInspectorAPIMockRecorder) PreviewAgents(arg0 interface{}) *gomock.Call

PreviewAgents indicates an expected call of PreviewAgents

func (*MockInspectorAPIMockRecorder) PreviewAgentsPages

func (mr *MockInspectorAPIMockRecorder) PreviewAgentsPages(arg0, arg1 interface{}) *gomock.Call

PreviewAgentsPages indicates an expected call of PreviewAgentsPages

func (*MockInspectorAPIMockRecorder) PreviewAgentsPagesWithContext

func (mr *MockInspectorAPIMockRecorder) PreviewAgentsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

PreviewAgentsPagesWithContext indicates an expected call of PreviewAgentsPagesWithContext

func (*MockInspectorAPIMockRecorder) PreviewAgentsRequest

func (mr *MockInspectorAPIMockRecorder) PreviewAgentsRequest(arg0 interface{}) *gomock.Call

PreviewAgentsRequest indicates an expected call of PreviewAgentsRequest

func (*MockInspectorAPIMockRecorder) PreviewAgentsWithContext

func (mr *MockInspectorAPIMockRecorder) PreviewAgentsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PreviewAgentsWithContext indicates an expected call of PreviewAgentsWithContext

func (*MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRole

func (mr *MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRole(arg0 interface{}) *gomock.Call

RegisterCrossAccountAccessRole indicates an expected call of RegisterCrossAccountAccessRole

func (*MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRoleRequest

func (mr *MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRoleRequest(arg0 interface{}) *gomock.Call

RegisterCrossAccountAccessRoleRequest indicates an expected call of RegisterCrossAccountAccessRoleRequest

func (*MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRoleWithContext

func (mr *MockInspectorAPIMockRecorder) RegisterCrossAccountAccessRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RegisterCrossAccountAccessRoleWithContext indicates an expected call of RegisterCrossAccountAccessRoleWithContext

func (*MockInspectorAPIMockRecorder) RemoveAttributesFromFindings

func (mr *MockInspectorAPIMockRecorder) RemoveAttributesFromFindings(arg0 interface{}) *gomock.Call

RemoveAttributesFromFindings indicates an expected call of RemoveAttributesFromFindings

func (*MockInspectorAPIMockRecorder) RemoveAttributesFromFindingsRequest

func (mr *MockInspectorAPIMockRecorder) RemoveAttributesFromFindingsRequest(arg0 interface{}) *gomock.Call

RemoveAttributesFromFindingsRequest indicates an expected call of RemoveAttributesFromFindingsRequest

func (*MockInspectorAPIMockRecorder) RemoveAttributesFromFindingsWithContext

func (mr *MockInspectorAPIMockRecorder) RemoveAttributesFromFindingsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RemoveAttributesFromFindingsWithContext indicates an expected call of RemoveAttributesFromFindingsWithContext

func (*MockInspectorAPIMockRecorder) SetTagsForResource

func (mr *MockInspectorAPIMockRecorder) SetTagsForResource(arg0 interface{}) *gomock.Call

SetTagsForResource indicates an expected call of SetTagsForResource

func (*MockInspectorAPIMockRecorder) SetTagsForResourceRequest

func (mr *MockInspectorAPIMockRecorder) SetTagsForResourceRequest(arg0 interface{}) *gomock.Call

SetTagsForResourceRequest indicates an expected call of SetTagsForResourceRequest

func (*MockInspectorAPIMockRecorder) SetTagsForResourceWithContext

func (mr *MockInspectorAPIMockRecorder) SetTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SetTagsForResourceWithContext indicates an expected call of SetTagsForResourceWithContext

func (*MockInspectorAPIMockRecorder) StartAssessmentRun

func (mr *MockInspectorAPIMockRecorder) StartAssessmentRun(arg0 interface{}) *gomock.Call

StartAssessmentRun indicates an expected call of StartAssessmentRun

func (*MockInspectorAPIMockRecorder) StartAssessmentRunRequest

func (mr *MockInspectorAPIMockRecorder) StartAssessmentRunRequest(arg0 interface{}) *gomock.Call

StartAssessmentRunRequest indicates an expected call of StartAssessmentRunRequest

func (*MockInspectorAPIMockRecorder) StartAssessmentRunWithContext

func (mr *MockInspectorAPIMockRecorder) StartAssessmentRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartAssessmentRunWithContext indicates an expected call of StartAssessmentRunWithContext

func (*MockInspectorAPIMockRecorder) StopAssessmentRun

func (mr *MockInspectorAPIMockRecorder) StopAssessmentRun(arg0 interface{}) *gomock.Call

StopAssessmentRun indicates an expected call of StopAssessmentRun

func (*MockInspectorAPIMockRecorder) StopAssessmentRunRequest

func (mr *MockInspectorAPIMockRecorder) StopAssessmentRunRequest(arg0 interface{}) *gomock.Call

StopAssessmentRunRequest indicates an expected call of StopAssessmentRunRequest

func (*MockInspectorAPIMockRecorder) StopAssessmentRunWithContext

func (mr *MockInspectorAPIMockRecorder) StopAssessmentRunWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StopAssessmentRunWithContext indicates an expected call of StopAssessmentRunWithContext

func (*MockInspectorAPIMockRecorder) SubscribeToEvent

func (mr *MockInspectorAPIMockRecorder) SubscribeToEvent(arg0 interface{}) *gomock.Call

SubscribeToEvent indicates an expected call of SubscribeToEvent

func (*MockInspectorAPIMockRecorder) SubscribeToEventRequest

func (mr *MockInspectorAPIMockRecorder) SubscribeToEventRequest(arg0 interface{}) *gomock.Call

SubscribeToEventRequest indicates an expected call of SubscribeToEventRequest

func (*MockInspectorAPIMockRecorder) SubscribeToEventWithContext

func (mr *MockInspectorAPIMockRecorder) SubscribeToEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

SubscribeToEventWithContext indicates an expected call of SubscribeToEventWithContext

func (*MockInspectorAPIMockRecorder) UnsubscribeFromEvent

func (mr *MockInspectorAPIMockRecorder) UnsubscribeFromEvent(arg0 interface{}) *gomock.Call

UnsubscribeFromEvent indicates an expected call of UnsubscribeFromEvent

func (*MockInspectorAPIMockRecorder) UnsubscribeFromEventRequest

func (mr *MockInspectorAPIMockRecorder) UnsubscribeFromEventRequest(arg0 interface{}) *gomock.Call

UnsubscribeFromEventRequest indicates an expected call of UnsubscribeFromEventRequest

func (*MockInspectorAPIMockRecorder) UnsubscribeFromEventWithContext

func (mr *MockInspectorAPIMockRecorder) UnsubscribeFromEventWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UnsubscribeFromEventWithContext indicates an expected call of UnsubscribeFromEventWithContext

func (*MockInspectorAPIMockRecorder) UpdateAssessmentTarget

func (mr *MockInspectorAPIMockRecorder) UpdateAssessmentTarget(arg0 interface{}) *gomock.Call

UpdateAssessmentTarget indicates an expected call of UpdateAssessmentTarget

func (*MockInspectorAPIMockRecorder) UpdateAssessmentTargetRequest

func (mr *MockInspectorAPIMockRecorder) UpdateAssessmentTargetRequest(arg0 interface{}) *gomock.Call

UpdateAssessmentTargetRequest indicates an expected call of UpdateAssessmentTargetRequest

func (*MockInspectorAPIMockRecorder) UpdateAssessmentTargetWithContext

func (mr *MockInspectorAPIMockRecorder) UpdateAssessmentTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateAssessmentTargetWithContext indicates an expected call of UpdateAssessmentTargetWithContext

type MockSTSAPI

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

MockSTSAPI is a mock of STSAPI interface

func NewMockSTSAPI

func NewMockSTSAPI(ctrl *gomock.Controller) *MockSTSAPI

NewMockSTSAPI creates a new mock instance

func (*MockSTSAPI) AssumeRole

func (m *MockSTSAPI) AssumeRole(arg0 *sts.AssumeRoleInput) (*sts.AssumeRoleOutput, error)

AssumeRole mocks base method

func (*MockSTSAPI) AssumeRoleRequest

func (m *MockSTSAPI) AssumeRoleRequest(arg0 *sts.AssumeRoleInput) (*request.Request, *sts.AssumeRoleOutput)

AssumeRoleRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithContext

func (m *MockSTSAPI) AssumeRoleWithContext(arg0 context.Context, arg1 *sts.AssumeRoleInput, arg2 ...request.Option) (*sts.AssumeRoleOutput, error)

AssumeRoleWithContext mocks base method

func (*MockSTSAPI) AssumeRoleWithSAML

func (m *MockSTSAPI) AssumeRoleWithSAML(arg0 *sts.AssumeRoleWithSAMLInput) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAML mocks base method

func (*MockSTSAPI) AssumeRoleWithSAMLRequest

func (m *MockSTSAPI) AssumeRoleWithSAMLRequest(arg0 *sts.AssumeRoleWithSAMLInput) (*request.Request, *sts.AssumeRoleWithSAMLOutput)

AssumeRoleWithSAMLRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithSAMLWithContext

func (m *MockSTSAPI) AssumeRoleWithSAMLWithContext(arg0 context.Context, arg1 *sts.AssumeRoleWithSAMLInput, arg2 ...request.Option) (*sts.AssumeRoleWithSAMLOutput, error)

AssumeRoleWithSAMLWithContext mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentity

AssumeRoleWithWebIdentity mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentityRequest

func (m *MockSTSAPI) AssumeRoleWithWebIdentityRequest(arg0 *sts.AssumeRoleWithWebIdentityInput) (*request.Request, *sts.AssumeRoleWithWebIdentityOutput)

AssumeRoleWithWebIdentityRequest mocks base method

func (*MockSTSAPI) AssumeRoleWithWebIdentityWithContext

func (m *MockSTSAPI) AssumeRoleWithWebIdentityWithContext(arg0 context.Context, arg1 *sts.AssumeRoleWithWebIdentityInput, arg2 ...request.Option) (*sts.AssumeRoleWithWebIdentityOutput, error)

AssumeRoleWithWebIdentityWithContext mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessage

DecodeAuthorizationMessage mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessageRequest

func (m *MockSTSAPI) DecodeAuthorizationMessageRequest(arg0 *sts.DecodeAuthorizationMessageInput) (*request.Request, *sts.DecodeAuthorizationMessageOutput)

DecodeAuthorizationMessageRequest mocks base method

func (*MockSTSAPI) DecodeAuthorizationMessageWithContext

func (m *MockSTSAPI) DecodeAuthorizationMessageWithContext(arg0 context.Context, arg1 *sts.DecodeAuthorizationMessageInput, arg2 ...request.Option) (*sts.DecodeAuthorizationMessageOutput, error)

DecodeAuthorizationMessageWithContext mocks base method

func (*MockSTSAPI) EXPECT

func (m *MockSTSAPI) EXPECT() *MockSTSAPIMockRecorder

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

func (*MockSTSAPI) GetAccessKeyInfo

func (m *MockSTSAPI) GetAccessKeyInfo(arg0 *sts.GetAccessKeyInfoInput) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfo mocks base method

func (*MockSTSAPI) GetAccessKeyInfoRequest

func (m *MockSTSAPI) GetAccessKeyInfoRequest(arg0 *sts.GetAccessKeyInfoInput) (*request.Request, *sts.GetAccessKeyInfoOutput)

GetAccessKeyInfoRequest mocks base method

func (*MockSTSAPI) GetAccessKeyInfoWithContext

func (m *MockSTSAPI) GetAccessKeyInfoWithContext(arg0 context.Context, arg1 *sts.GetAccessKeyInfoInput, arg2 ...request.Option) (*sts.GetAccessKeyInfoOutput, error)

GetAccessKeyInfoWithContext mocks base method

func (*MockSTSAPI) GetCallerIdentity

func (m *MockSTSAPI) GetCallerIdentity(arg0 *sts.GetCallerIdentityInput) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentity mocks base method

func (*MockSTSAPI) GetCallerIdentityRequest

func (m *MockSTSAPI) GetCallerIdentityRequest(arg0 *sts.GetCallerIdentityInput) (*request.Request, *sts.GetCallerIdentityOutput)

GetCallerIdentityRequest mocks base method

func (*MockSTSAPI) GetCallerIdentityWithContext

func (m *MockSTSAPI) GetCallerIdentityWithContext(arg0 context.Context, arg1 *sts.GetCallerIdentityInput, arg2 ...request.Option) (*sts.GetCallerIdentityOutput, error)

GetCallerIdentityWithContext mocks base method

func (*MockSTSAPI) GetFederationToken

func (m *MockSTSAPI) GetFederationToken(arg0 *sts.GetFederationTokenInput) (*sts.GetFederationTokenOutput, error)

GetFederationToken mocks base method

func (*MockSTSAPI) GetFederationTokenRequest

func (m *MockSTSAPI) GetFederationTokenRequest(arg0 *sts.GetFederationTokenInput) (*request.Request, *sts.GetFederationTokenOutput)

GetFederationTokenRequest mocks base method

func (*MockSTSAPI) GetFederationTokenWithContext

func (m *MockSTSAPI) GetFederationTokenWithContext(arg0 context.Context, arg1 *sts.GetFederationTokenInput, arg2 ...request.Option) (*sts.GetFederationTokenOutput, error)

GetFederationTokenWithContext mocks base method

func (*MockSTSAPI) GetSessionToken

func (m *MockSTSAPI) GetSessionToken(arg0 *sts.GetSessionTokenInput) (*sts.GetSessionTokenOutput, error)

GetSessionToken mocks base method

func (*MockSTSAPI) GetSessionTokenRequest

func (m *MockSTSAPI) GetSessionTokenRequest(arg0 *sts.GetSessionTokenInput) (*request.Request, *sts.GetSessionTokenOutput)

GetSessionTokenRequest mocks base method

func (*MockSTSAPI) GetSessionTokenWithContext

func (m *MockSTSAPI) GetSessionTokenWithContext(arg0 context.Context, arg1 *sts.GetSessionTokenInput, arg2 ...request.Option) (*sts.GetSessionTokenOutput, error)

GetSessionTokenWithContext mocks base method

type MockSTSAPIMockRecorder

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

MockSTSAPIMockRecorder is the mock recorder for MockSTSAPI

func (*MockSTSAPIMockRecorder) AssumeRole

func (mr *MockSTSAPIMockRecorder) AssumeRole(arg0 interface{}) *gomock.Call

AssumeRole indicates an expected call of AssumeRole

func (*MockSTSAPIMockRecorder) AssumeRoleRequest

func (mr *MockSTSAPIMockRecorder) AssumeRoleRequest(arg0 interface{}) *gomock.Call

AssumeRoleRequest indicates an expected call of AssumeRoleRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithContext

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithContext indicates an expected call of AssumeRoleWithContext

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAML

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAML(arg0 interface{}) *gomock.Call

AssumeRoleWithSAML indicates an expected call of AssumeRoleWithSAML

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAMLRequest

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAMLRequest(arg0 interface{}) *gomock.Call

AssumeRoleWithSAMLRequest indicates an expected call of AssumeRoleWithSAMLRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithSAMLWithContext

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithSAMLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithSAMLWithContext indicates an expected call of AssumeRoleWithSAMLWithContext

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentity

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentity(arg0 interface{}) *gomock.Call

AssumeRoleWithWebIdentity indicates an expected call of AssumeRoleWithWebIdentity

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityRequest

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityRequest(arg0 interface{}) *gomock.Call

AssumeRoleWithWebIdentityRequest indicates an expected call of AssumeRoleWithWebIdentityRequest

func (*MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityWithContext

func (mr *MockSTSAPIMockRecorder) AssumeRoleWithWebIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssumeRoleWithWebIdentityWithContext indicates an expected call of AssumeRoleWithWebIdentityWithContext

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessage

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessage(arg0 interface{}) *gomock.Call

DecodeAuthorizationMessage indicates an expected call of DecodeAuthorizationMessage

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessageRequest

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessageRequest(arg0 interface{}) *gomock.Call

DecodeAuthorizationMessageRequest indicates an expected call of DecodeAuthorizationMessageRequest

func (*MockSTSAPIMockRecorder) DecodeAuthorizationMessageWithContext

func (mr *MockSTSAPIMockRecorder) DecodeAuthorizationMessageWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DecodeAuthorizationMessageWithContext indicates an expected call of DecodeAuthorizationMessageWithContext

func (*MockSTSAPIMockRecorder) GetAccessKeyInfo

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfo(arg0 interface{}) *gomock.Call

GetAccessKeyInfo indicates an expected call of GetAccessKeyInfo

func (*MockSTSAPIMockRecorder) GetAccessKeyInfoRequest

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfoRequest(arg0 interface{}) *gomock.Call

GetAccessKeyInfoRequest indicates an expected call of GetAccessKeyInfoRequest

func (*MockSTSAPIMockRecorder) GetAccessKeyInfoWithContext

func (mr *MockSTSAPIMockRecorder) GetAccessKeyInfoWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAccessKeyInfoWithContext indicates an expected call of GetAccessKeyInfoWithContext

func (*MockSTSAPIMockRecorder) GetCallerIdentity

func (mr *MockSTSAPIMockRecorder) GetCallerIdentity(arg0 interface{}) *gomock.Call

GetCallerIdentity indicates an expected call of GetCallerIdentity

func (*MockSTSAPIMockRecorder) GetCallerIdentityRequest

func (mr *MockSTSAPIMockRecorder) GetCallerIdentityRequest(arg0 interface{}) *gomock.Call

GetCallerIdentityRequest indicates an expected call of GetCallerIdentityRequest

func (*MockSTSAPIMockRecorder) GetCallerIdentityWithContext

func (mr *MockSTSAPIMockRecorder) GetCallerIdentityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCallerIdentityWithContext indicates an expected call of GetCallerIdentityWithContext

func (*MockSTSAPIMockRecorder) GetFederationToken

func (mr *MockSTSAPIMockRecorder) GetFederationToken(arg0 interface{}) *gomock.Call

GetFederationToken indicates an expected call of GetFederationToken

func (*MockSTSAPIMockRecorder) GetFederationTokenRequest

func (mr *MockSTSAPIMockRecorder) GetFederationTokenRequest(arg0 interface{}) *gomock.Call

GetFederationTokenRequest indicates an expected call of GetFederationTokenRequest

func (*MockSTSAPIMockRecorder) GetFederationTokenWithContext

func (mr *MockSTSAPIMockRecorder) GetFederationTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetFederationTokenWithContext indicates an expected call of GetFederationTokenWithContext

func (*MockSTSAPIMockRecorder) GetSessionToken

func (mr *MockSTSAPIMockRecorder) GetSessionToken(arg0 interface{}) *gomock.Call

GetSessionToken indicates an expected call of GetSessionToken

func (*MockSTSAPIMockRecorder) GetSessionTokenRequest

func (mr *MockSTSAPIMockRecorder) GetSessionTokenRequest(arg0 interface{}) *gomock.Call

GetSessionTokenRequest indicates an expected call of GetSessionTokenRequest

func (*MockSTSAPIMockRecorder) GetSessionTokenWithContext

func (mr *MockSTSAPIMockRecorder) GetSessionTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSessionTokenWithContext indicates an expected call of GetSessionTokenWithContext

type MockSupportAPI

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

MockSupportAPI is a mock of SupportAPI interface

func NewMockSupportAPI

func NewMockSupportAPI(ctrl *gomock.Controller) *MockSupportAPI

NewMockSupportAPI creates a new mock instance

func (*MockSupportAPI) AddAttachmentsToSet

AddAttachmentsToSet mocks base method

func (*MockSupportAPI) AddAttachmentsToSetRequest

AddAttachmentsToSetRequest mocks base method

func (*MockSupportAPI) AddAttachmentsToSetWithContext

func (m *MockSupportAPI) AddAttachmentsToSetWithContext(arg0 context.Context, arg1 *support.AddAttachmentsToSetInput, arg2 ...request.Option) (*support.AddAttachmentsToSetOutput, error)

AddAttachmentsToSetWithContext mocks base method

func (*MockSupportAPI) AddCommunicationToCase

AddCommunicationToCase mocks base method

func (*MockSupportAPI) AddCommunicationToCaseRequest

AddCommunicationToCaseRequest mocks base method

func (*MockSupportAPI) AddCommunicationToCaseWithContext

func (m *MockSupportAPI) AddCommunicationToCaseWithContext(arg0 context.Context, arg1 *support.AddCommunicationToCaseInput, arg2 ...request.Option) (*support.AddCommunicationToCaseOutput, error)

AddCommunicationToCaseWithContext mocks base method

func (*MockSupportAPI) CreateCase

CreateCase mocks base method

func (*MockSupportAPI) CreateCaseRequest

CreateCaseRequest mocks base method

func (*MockSupportAPI) CreateCaseWithContext

func (m *MockSupportAPI) CreateCaseWithContext(arg0 context.Context, arg1 *support.CreateCaseInput, arg2 ...request.Option) (*support.CreateCaseOutput, error)

CreateCaseWithContext mocks base method

func (*MockSupportAPI) DescribeAttachment

DescribeAttachment mocks base method

func (*MockSupportAPI) DescribeAttachmentRequest

DescribeAttachmentRequest mocks base method

func (*MockSupportAPI) DescribeAttachmentWithContext

func (m *MockSupportAPI) DescribeAttachmentWithContext(arg0 context.Context, arg1 *support.DescribeAttachmentInput, arg2 ...request.Option) (*support.DescribeAttachmentOutput, error)

DescribeAttachmentWithContext mocks base method

func (*MockSupportAPI) DescribeCases

DescribeCases mocks base method

func (*MockSupportAPI) DescribeCasesPages

func (m *MockSupportAPI) DescribeCasesPages(arg0 *support.DescribeCasesInput, arg1 func(*support.DescribeCasesOutput, bool) bool) error

DescribeCasesPages mocks base method

func (*MockSupportAPI) DescribeCasesPagesWithContext

func (m *MockSupportAPI) DescribeCasesPagesWithContext(arg0 context.Context, arg1 *support.DescribeCasesInput, arg2 func(*support.DescribeCasesOutput, bool) bool, arg3 ...request.Option) error

DescribeCasesPagesWithContext mocks base method

func (*MockSupportAPI) DescribeCasesRequest

DescribeCasesRequest mocks base method

func (*MockSupportAPI) DescribeCasesWithContext

func (m *MockSupportAPI) DescribeCasesWithContext(arg0 context.Context, arg1 *support.DescribeCasesInput, arg2 ...request.Option) (*support.DescribeCasesOutput, error)

DescribeCasesWithContext mocks base method

func (*MockSupportAPI) DescribeCommunications

DescribeCommunications mocks base method

func (*MockSupportAPI) DescribeCommunicationsPages

func (m *MockSupportAPI) DescribeCommunicationsPages(arg0 *support.DescribeCommunicationsInput, arg1 func(*support.DescribeCommunicationsOutput, bool) bool) error

DescribeCommunicationsPages mocks base method

func (*MockSupportAPI) DescribeCommunicationsPagesWithContext

func (m *MockSupportAPI) DescribeCommunicationsPagesWithContext(arg0 context.Context, arg1 *support.DescribeCommunicationsInput, arg2 func(*support.DescribeCommunicationsOutput, bool) bool, arg3 ...request.Option) error

DescribeCommunicationsPagesWithContext mocks base method

func (*MockSupportAPI) DescribeCommunicationsRequest

DescribeCommunicationsRequest mocks base method

func (*MockSupportAPI) DescribeCommunicationsWithContext

func (m *MockSupportAPI) DescribeCommunicationsWithContext(arg0 context.Context, arg1 *support.DescribeCommunicationsInput, arg2 ...request.Option) (*support.DescribeCommunicationsOutput, error)

DescribeCommunicationsWithContext mocks base method

func (*MockSupportAPI) DescribeServices

DescribeServices mocks base method

func (*MockSupportAPI) DescribeServicesRequest

DescribeServicesRequest mocks base method

func (*MockSupportAPI) DescribeServicesWithContext

func (m *MockSupportAPI) DescribeServicesWithContext(arg0 context.Context, arg1 *support.DescribeServicesInput, arg2 ...request.Option) (*support.DescribeServicesOutput, error)

DescribeServicesWithContext mocks base method

func (*MockSupportAPI) DescribeSeverityLevels

DescribeSeverityLevels mocks base method

func (*MockSupportAPI) DescribeSeverityLevelsRequest

DescribeSeverityLevelsRequest mocks base method

func (*MockSupportAPI) DescribeSeverityLevelsWithContext

func (m *MockSupportAPI) DescribeSeverityLevelsWithContext(arg0 context.Context, arg1 *support.DescribeSeverityLevelsInput, arg2 ...request.Option) (*support.DescribeSeverityLevelsOutput, error)

DescribeSeverityLevelsWithContext mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckRefreshStatuses

DescribeTrustedAdvisorCheckRefreshStatuses mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckRefreshStatusesRequest

DescribeTrustedAdvisorCheckRefreshStatusesRequest mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckRefreshStatusesWithContext

DescribeTrustedAdvisorCheckRefreshStatusesWithContext mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckResult

DescribeTrustedAdvisorCheckResult mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckResultRequest

DescribeTrustedAdvisorCheckResultRequest mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckResultWithContext

func (m *MockSupportAPI) DescribeTrustedAdvisorCheckResultWithContext(arg0 context.Context, arg1 *support.DescribeTrustedAdvisorCheckResultInput, arg2 ...request.Option) (*support.DescribeTrustedAdvisorCheckResultOutput, error)

DescribeTrustedAdvisorCheckResultWithContext mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckSummaries

DescribeTrustedAdvisorCheckSummaries mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckSummariesRequest

DescribeTrustedAdvisorCheckSummariesRequest mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorCheckSummariesWithContext

DescribeTrustedAdvisorCheckSummariesWithContext mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorChecks

DescribeTrustedAdvisorChecks mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorChecksRequest

DescribeTrustedAdvisorChecksRequest mocks base method

func (*MockSupportAPI) DescribeTrustedAdvisorChecksWithContext

func (m *MockSupportAPI) DescribeTrustedAdvisorChecksWithContext(arg0 context.Context, arg1 *support.DescribeTrustedAdvisorChecksInput, arg2 ...request.Option) (*support.DescribeTrustedAdvisorChecksOutput, error)

DescribeTrustedAdvisorChecksWithContext mocks base method

func (*MockSupportAPI) EXPECT

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

func (*MockSupportAPI) RefreshTrustedAdvisorCheck

RefreshTrustedAdvisorCheck mocks base method

func (*MockSupportAPI) RefreshTrustedAdvisorCheckRequest

RefreshTrustedAdvisorCheckRequest mocks base method

func (*MockSupportAPI) RefreshTrustedAdvisorCheckWithContext

func (m *MockSupportAPI) RefreshTrustedAdvisorCheckWithContext(arg0 context.Context, arg1 *support.RefreshTrustedAdvisorCheckInput, arg2 ...request.Option) (*support.RefreshTrustedAdvisorCheckOutput, error)

RefreshTrustedAdvisorCheckWithContext mocks base method

func (*MockSupportAPI) ResolveCase

ResolveCase mocks base method

func (*MockSupportAPI) ResolveCaseRequest

ResolveCaseRequest mocks base method

func (*MockSupportAPI) ResolveCaseWithContext

func (m *MockSupportAPI) ResolveCaseWithContext(arg0 context.Context, arg1 *support.ResolveCaseInput, arg2 ...request.Option) (*support.ResolveCaseOutput, error)

ResolveCaseWithContext mocks base method

type MockSupportAPIMockRecorder

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

MockSupportAPIMockRecorder is the mock recorder for MockSupportAPI

func (*MockSupportAPIMockRecorder) AddAttachmentsToSet

func (mr *MockSupportAPIMockRecorder) AddAttachmentsToSet(arg0 interface{}) *gomock.Call

AddAttachmentsToSet indicates an expected call of AddAttachmentsToSet

func (*MockSupportAPIMockRecorder) AddAttachmentsToSetRequest

func (mr *MockSupportAPIMockRecorder) AddAttachmentsToSetRequest(arg0 interface{}) *gomock.Call

AddAttachmentsToSetRequest indicates an expected call of AddAttachmentsToSetRequest

func (*MockSupportAPIMockRecorder) AddAttachmentsToSetWithContext

func (mr *MockSupportAPIMockRecorder) AddAttachmentsToSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddAttachmentsToSetWithContext indicates an expected call of AddAttachmentsToSetWithContext

func (*MockSupportAPIMockRecorder) AddCommunicationToCase

func (mr *MockSupportAPIMockRecorder) AddCommunicationToCase(arg0 interface{}) *gomock.Call

AddCommunicationToCase indicates an expected call of AddCommunicationToCase

func (*MockSupportAPIMockRecorder) AddCommunicationToCaseRequest

func (mr *MockSupportAPIMockRecorder) AddCommunicationToCaseRequest(arg0 interface{}) *gomock.Call

AddCommunicationToCaseRequest indicates an expected call of AddCommunicationToCaseRequest

func (*MockSupportAPIMockRecorder) AddCommunicationToCaseWithContext

func (mr *MockSupportAPIMockRecorder) AddCommunicationToCaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AddCommunicationToCaseWithContext indicates an expected call of AddCommunicationToCaseWithContext

func (*MockSupportAPIMockRecorder) CreateCase

func (mr *MockSupportAPIMockRecorder) CreateCase(arg0 interface{}) *gomock.Call

CreateCase indicates an expected call of CreateCase

func (*MockSupportAPIMockRecorder) CreateCaseRequest

func (mr *MockSupportAPIMockRecorder) CreateCaseRequest(arg0 interface{}) *gomock.Call

CreateCaseRequest indicates an expected call of CreateCaseRequest

func (*MockSupportAPIMockRecorder) CreateCaseWithContext

func (mr *MockSupportAPIMockRecorder) CreateCaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCaseWithContext indicates an expected call of CreateCaseWithContext

func (*MockSupportAPIMockRecorder) DescribeAttachment

func (mr *MockSupportAPIMockRecorder) DescribeAttachment(arg0 interface{}) *gomock.Call

DescribeAttachment indicates an expected call of DescribeAttachment

func (*MockSupportAPIMockRecorder) DescribeAttachmentRequest

func (mr *MockSupportAPIMockRecorder) DescribeAttachmentRequest(arg0 interface{}) *gomock.Call

DescribeAttachmentRequest indicates an expected call of DescribeAttachmentRequest

func (*MockSupportAPIMockRecorder) DescribeAttachmentWithContext

func (mr *MockSupportAPIMockRecorder) DescribeAttachmentWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAttachmentWithContext indicates an expected call of DescribeAttachmentWithContext

func (*MockSupportAPIMockRecorder) DescribeCases

func (mr *MockSupportAPIMockRecorder) DescribeCases(arg0 interface{}) *gomock.Call

DescribeCases indicates an expected call of DescribeCases

func (*MockSupportAPIMockRecorder) DescribeCasesPages

func (mr *MockSupportAPIMockRecorder) DescribeCasesPages(arg0, arg1 interface{}) *gomock.Call

DescribeCasesPages indicates an expected call of DescribeCasesPages

func (*MockSupportAPIMockRecorder) DescribeCasesPagesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeCasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCasesPagesWithContext indicates an expected call of DescribeCasesPagesWithContext

func (*MockSupportAPIMockRecorder) DescribeCasesRequest

func (mr *MockSupportAPIMockRecorder) DescribeCasesRequest(arg0 interface{}) *gomock.Call

DescribeCasesRequest indicates an expected call of DescribeCasesRequest

func (*MockSupportAPIMockRecorder) DescribeCasesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeCasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCasesWithContext indicates an expected call of DescribeCasesWithContext

func (*MockSupportAPIMockRecorder) DescribeCommunications

func (mr *MockSupportAPIMockRecorder) DescribeCommunications(arg0 interface{}) *gomock.Call

DescribeCommunications indicates an expected call of DescribeCommunications

func (*MockSupportAPIMockRecorder) DescribeCommunicationsPages

func (mr *MockSupportAPIMockRecorder) DescribeCommunicationsPages(arg0, arg1 interface{}) *gomock.Call

DescribeCommunicationsPages indicates an expected call of DescribeCommunicationsPages

func (*MockSupportAPIMockRecorder) DescribeCommunicationsPagesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeCommunicationsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeCommunicationsPagesWithContext indicates an expected call of DescribeCommunicationsPagesWithContext

func (*MockSupportAPIMockRecorder) DescribeCommunicationsRequest

func (mr *MockSupportAPIMockRecorder) DescribeCommunicationsRequest(arg0 interface{}) *gomock.Call

DescribeCommunicationsRequest indicates an expected call of DescribeCommunicationsRequest

func (*MockSupportAPIMockRecorder) DescribeCommunicationsWithContext

func (mr *MockSupportAPIMockRecorder) DescribeCommunicationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCommunicationsWithContext indicates an expected call of DescribeCommunicationsWithContext

func (*MockSupportAPIMockRecorder) DescribeServices

func (mr *MockSupportAPIMockRecorder) DescribeServices(arg0 interface{}) *gomock.Call

DescribeServices indicates an expected call of DescribeServices

func (*MockSupportAPIMockRecorder) DescribeServicesRequest

func (mr *MockSupportAPIMockRecorder) DescribeServicesRequest(arg0 interface{}) *gomock.Call

DescribeServicesRequest indicates an expected call of DescribeServicesRequest

func (*MockSupportAPIMockRecorder) DescribeServicesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeServicesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeServicesWithContext indicates an expected call of DescribeServicesWithContext

func (*MockSupportAPIMockRecorder) DescribeSeverityLevels

func (mr *MockSupportAPIMockRecorder) DescribeSeverityLevels(arg0 interface{}) *gomock.Call

DescribeSeverityLevels indicates an expected call of DescribeSeverityLevels

func (*MockSupportAPIMockRecorder) DescribeSeverityLevelsRequest

func (mr *MockSupportAPIMockRecorder) DescribeSeverityLevelsRequest(arg0 interface{}) *gomock.Call

DescribeSeverityLevelsRequest indicates an expected call of DescribeSeverityLevelsRequest

func (*MockSupportAPIMockRecorder) DescribeSeverityLevelsWithContext

func (mr *MockSupportAPIMockRecorder) DescribeSeverityLevelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeSeverityLevelsWithContext indicates an expected call of DescribeSeverityLevelsWithContext

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatuses

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatuses(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckRefreshStatuses indicates an expected call of DescribeTrustedAdvisorCheckRefreshStatuses

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatusesRequest

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatusesRequest(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckRefreshStatusesRequest indicates an expected call of DescribeTrustedAdvisorCheckRefreshStatusesRequest

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatusesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckRefreshStatusesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrustedAdvisorCheckRefreshStatusesWithContext indicates an expected call of DescribeTrustedAdvisorCheckRefreshStatusesWithContext

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResult

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResult(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckResult indicates an expected call of DescribeTrustedAdvisorCheckResult

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResultRequest

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResultRequest(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckResultRequest indicates an expected call of DescribeTrustedAdvisorCheckResultRequest

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResultWithContext

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckResultWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrustedAdvisorCheckResultWithContext indicates an expected call of DescribeTrustedAdvisorCheckResultWithContext

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummaries

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummaries(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckSummaries indicates an expected call of DescribeTrustedAdvisorCheckSummaries

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummariesRequest

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummariesRequest(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorCheckSummariesRequest indicates an expected call of DescribeTrustedAdvisorCheckSummariesRequest

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummariesWithContext

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorCheckSummariesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrustedAdvisorCheckSummariesWithContext indicates an expected call of DescribeTrustedAdvisorCheckSummariesWithContext

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecks

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecks(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorChecks indicates an expected call of DescribeTrustedAdvisorChecks

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecksRequest

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecksRequest(arg0 interface{}) *gomock.Call

DescribeTrustedAdvisorChecksRequest indicates an expected call of DescribeTrustedAdvisorChecksRequest

func (*MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecksWithContext

func (mr *MockSupportAPIMockRecorder) DescribeTrustedAdvisorChecksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTrustedAdvisorChecksWithContext indicates an expected call of DescribeTrustedAdvisorChecksWithContext

func (*MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheck

func (mr *MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheck(arg0 interface{}) *gomock.Call

RefreshTrustedAdvisorCheck indicates an expected call of RefreshTrustedAdvisorCheck

func (*MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheckRequest

func (mr *MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheckRequest(arg0 interface{}) *gomock.Call

RefreshTrustedAdvisorCheckRequest indicates an expected call of RefreshTrustedAdvisorCheckRequest

func (*MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheckWithContext

func (mr *MockSupportAPIMockRecorder) RefreshTrustedAdvisorCheckWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RefreshTrustedAdvisorCheckWithContext indicates an expected call of RefreshTrustedAdvisorCheckWithContext

func (*MockSupportAPIMockRecorder) ResolveCase

func (mr *MockSupportAPIMockRecorder) ResolveCase(arg0 interface{}) *gomock.Call

ResolveCase indicates an expected call of ResolveCase

func (*MockSupportAPIMockRecorder) ResolveCaseRequest

func (mr *MockSupportAPIMockRecorder) ResolveCaseRequest(arg0 interface{}) *gomock.Call

ResolveCaseRequest indicates an expected call of ResolveCaseRequest

func (*MockSupportAPIMockRecorder) ResolveCaseWithContext

func (mr *MockSupportAPIMockRecorder) ResolveCaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ResolveCaseWithContext indicates an expected call of ResolveCaseWithContext

Jump to

Keyboard shortcuts

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