outpostsmock

package
v1.55.5 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package outpostsmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOutpostsAPI

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

MockOutpostsAPI is a mock of OutpostsAPI interface

func NewMockOutpostsAPI

func NewMockOutpostsAPI(ctrl *gomock.Controller) *MockOutpostsAPI

NewMockOutpostsAPI creates a new mock instance

func (*MockOutpostsAPI) CancelCapacityTask added in v1.54.2

CancelCapacityTask mocks base method

func (*MockOutpostsAPI) CancelCapacityTaskRequest added in v1.54.2

CancelCapacityTaskRequest mocks base method

func (*MockOutpostsAPI) CancelCapacityTaskWithContext added in v1.54.2

func (m *MockOutpostsAPI) CancelCapacityTaskWithContext(arg0 context.Context, arg1 *outposts.CancelCapacityTaskInput, arg2 ...request.Option) (*outposts.CancelCapacityTaskOutput, error)

CancelCapacityTaskWithContext mocks base method

func (*MockOutpostsAPI) CancelOrder

CancelOrder mocks base method

func (*MockOutpostsAPI) CancelOrderRequest

CancelOrderRequest mocks base method

func (*MockOutpostsAPI) CancelOrderWithContext

func (m *MockOutpostsAPI) CancelOrderWithContext(arg0 context.Context, arg1 *outposts.CancelOrderInput, arg2 ...request.Option) (*outposts.CancelOrderOutput, error)

CancelOrderWithContext mocks base method

func (*MockOutpostsAPI) CreateOrder

CreateOrder mocks base method

func (*MockOutpostsAPI) CreateOrderRequest

CreateOrderRequest mocks base method

func (*MockOutpostsAPI) CreateOrderWithContext

func (m *MockOutpostsAPI) CreateOrderWithContext(arg0 context.Context, arg1 *outposts.CreateOrderInput, arg2 ...request.Option) (*outposts.CreateOrderOutput, error)

CreateOrderWithContext mocks base method

func (*MockOutpostsAPI) CreateOutpost

CreateOutpost mocks base method

func (*MockOutpostsAPI) CreateOutpostRequest

CreateOutpostRequest mocks base method

func (*MockOutpostsAPI) CreateOutpostWithContext

func (m *MockOutpostsAPI) CreateOutpostWithContext(arg0 context.Context, arg1 *outposts.CreateOutpostInput, arg2 ...request.Option) (*outposts.CreateOutpostOutput, error)

CreateOutpostWithContext mocks base method

func (*MockOutpostsAPI) CreateSite

CreateSite mocks base method

func (*MockOutpostsAPI) CreateSiteRequest

CreateSiteRequest mocks base method

func (*MockOutpostsAPI) CreateSiteWithContext

func (m *MockOutpostsAPI) CreateSiteWithContext(arg0 context.Context, arg1 *outposts.CreateSiteInput, arg2 ...request.Option) (*outposts.CreateSiteOutput, error)

CreateSiteWithContext mocks base method

func (*MockOutpostsAPI) DeleteOutpost

DeleteOutpost mocks base method

func (*MockOutpostsAPI) DeleteOutpostRequest

DeleteOutpostRequest mocks base method

func (*MockOutpostsAPI) DeleteOutpostWithContext

func (m *MockOutpostsAPI) DeleteOutpostWithContext(arg0 context.Context, arg1 *outposts.DeleteOutpostInput, arg2 ...request.Option) (*outposts.DeleteOutpostOutput, error)

DeleteOutpostWithContext mocks base method

func (*MockOutpostsAPI) DeleteSite

DeleteSite mocks base method

func (*MockOutpostsAPI) DeleteSiteRequest

DeleteSiteRequest mocks base method

func (*MockOutpostsAPI) DeleteSiteWithContext

func (m *MockOutpostsAPI) DeleteSiteWithContext(arg0 context.Context, arg1 *outposts.DeleteSiteInput, arg2 ...request.Option) (*outposts.DeleteSiteOutput, error)

DeleteSiteWithContext mocks base method

func (*MockOutpostsAPI) EXPECT

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

func (*MockOutpostsAPI) GetCapacityTask added in v1.54.2

GetCapacityTask mocks base method

func (*MockOutpostsAPI) GetCapacityTaskRequest added in v1.54.2

GetCapacityTaskRequest mocks base method

func (*MockOutpostsAPI) GetCapacityTaskWithContext added in v1.54.2

func (m *MockOutpostsAPI) GetCapacityTaskWithContext(arg0 context.Context, arg1 *outposts.GetCapacityTaskInput, arg2 ...request.Option) (*outposts.GetCapacityTaskOutput, error)

GetCapacityTaskWithContext mocks base method

func (*MockOutpostsAPI) GetCatalogItem

GetCatalogItem mocks base method

func (*MockOutpostsAPI) GetCatalogItemRequest

GetCatalogItemRequest mocks base method

func (*MockOutpostsAPI) GetCatalogItemWithContext

func (m *MockOutpostsAPI) GetCatalogItemWithContext(arg0 context.Context, arg1 *outposts.GetCatalogItemInput, arg2 ...request.Option) (*outposts.GetCatalogItemOutput, error)

GetCatalogItemWithContext mocks base method

func (*MockOutpostsAPI) GetConnection added in v1.44.33

GetConnection mocks base method

func (*MockOutpostsAPI) GetConnectionRequest added in v1.44.33

GetConnectionRequest mocks base method

func (*MockOutpostsAPI) GetConnectionWithContext added in v1.44.33

func (m *MockOutpostsAPI) GetConnectionWithContext(arg0 context.Context, arg1 *outposts.GetConnectionInput, arg2 ...request.Option) (*outposts.GetConnectionOutput, error)

GetConnectionWithContext mocks base method

func (*MockOutpostsAPI) GetOrder

GetOrder mocks base method

func (*MockOutpostsAPI) GetOrderRequest

GetOrderRequest mocks base method

func (*MockOutpostsAPI) GetOrderWithContext

func (m *MockOutpostsAPI) GetOrderWithContext(arg0 context.Context, arg1 *outposts.GetOrderInput, arg2 ...request.Option) (*outposts.GetOrderOutput, error)

GetOrderWithContext mocks base method

func (*MockOutpostsAPI) GetOutpost

GetOutpost mocks base method

func (*MockOutpostsAPI) GetOutpostInstanceTypes

GetOutpostInstanceTypes mocks base method

func (*MockOutpostsAPI) GetOutpostInstanceTypesPages added in v1.44.5

func (m *MockOutpostsAPI) GetOutpostInstanceTypesPages(arg0 *outposts.GetOutpostInstanceTypesInput, arg1 func(*outposts.GetOutpostInstanceTypesOutput, bool) bool) error

GetOutpostInstanceTypesPages mocks base method

func (*MockOutpostsAPI) GetOutpostInstanceTypesPagesWithContext added in v1.44.5

func (m *MockOutpostsAPI) GetOutpostInstanceTypesPagesWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInstanceTypesInput, arg2 func(*outposts.GetOutpostInstanceTypesOutput, bool) bool, arg3 ...request.Option) error

GetOutpostInstanceTypesPagesWithContext mocks base method

func (*MockOutpostsAPI) GetOutpostInstanceTypesRequest

GetOutpostInstanceTypesRequest mocks base method

func (*MockOutpostsAPI) GetOutpostInstanceTypesWithContext

func (m *MockOutpostsAPI) GetOutpostInstanceTypesWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInstanceTypesInput, arg2 ...request.Option) (*outposts.GetOutpostInstanceTypesOutput, error)

GetOutpostInstanceTypesWithContext mocks base method

func (*MockOutpostsAPI) GetOutpostRequest

GetOutpostRequest mocks base method

func (*MockOutpostsAPI) GetOutpostSupportedInstanceTypes added in v1.54.2

GetOutpostSupportedInstanceTypes mocks base method

func (*MockOutpostsAPI) GetOutpostSupportedInstanceTypesPages added in v1.54.2

GetOutpostSupportedInstanceTypesPages mocks base method

func (*MockOutpostsAPI) GetOutpostSupportedInstanceTypesPagesWithContext added in v1.54.2

func (m *MockOutpostsAPI) GetOutpostSupportedInstanceTypesPagesWithContext(arg0 context.Context, arg1 *outposts.GetOutpostSupportedInstanceTypesInput, arg2 func(*outposts.GetOutpostSupportedInstanceTypesOutput, bool) bool, arg3 ...request.Option) error

GetOutpostSupportedInstanceTypesPagesWithContext mocks base method

func (*MockOutpostsAPI) GetOutpostSupportedInstanceTypesRequest added in v1.54.2

GetOutpostSupportedInstanceTypesRequest mocks base method

func (*MockOutpostsAPI) GetOutpostSupportedInstanceTypesWithContext added in v1.54.2

GetOutpostSupportedInstanceTypesWithContext mocks base method

func (*MockOutpostsAPI) GetOutpostWithContext

func (m *MockOutpostsAPI) GetOutpostWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInput, arg2 ...request.Option) (*outposts.GetOutpostOutput, error)

GetOutpostWithContext mocks base method

func (*MockOutpostsAPI) GetSite

GetSite mocks base method

func (*MockOutpostsAPI) GetSiteAddress

GetSiteAddress mocks base method

func (*MockOutpostsAPI) GetSiteAddressRequest

GetSiteAddressRequest mocks base method

func (*MockOutpostsAPI) GetSiteAddressWithContext

func (m *MockOutpostsAPI) GetSiteAddressWithContext(arg0 context.Context, arg1 *outposts.GetSiteAddressInput, arg2 ...request.Option) (*outposts.GetSiteAddressOutput, error)

GetSiteAddressWithContext mocks base method

func (*MockOutpostsAPI) GetSiteRequest

GetSiteRequest mocks base method

func (*MockOutpostsAPI) GetSiteWithContext

func (m *MockOutpostsAPI) GetSiteWithContext(arg0 context.Context, arg1 *outposts.GetSiteInput, arg2 ...request.Option) (*outposts.GetSiteOutput, error)

GetSiteWithContext mocks base method

func (*MockOutpostsAPI) ListAssets added in v1.44.5

ListAssets mocks base method

func (*MockOutpostsAPI) ListAssetsPages added in v1.44.5

func (m *MockOutpostsAPI) ListAssetsPages(arg0 *outposts.ListAssetsInput, arg1 func(*outposts.ListAssetsOutput, bool) bool) error

ListAssetsPages mocks base method

func (*MockOutpostsAPI) ListAssetsPagesWithContext added in v1.44.5

func (m *MockOutpostsAPI) ListAssetsPagesWithContext(arg0 context.Context, arg1 *outposts.ListAssetsInput, arg2 func(*outposts.ListAssetsOutput, bool) bool, arg3 ...request.Option) error

ListAssetsPagesWithContext mocks base method

func (*MockOutpostsAPI) ListAssetsRequest added in v1.44.5

ListAssetsRequest mocks base method

func (*MockOutpostsAPI) ListAssetsWithContext added in v1.44.5

func (m *MockOutpostsAPI) ListAssetsWithContext(arg0 context.Context, arg1 *outposts.ListAssetsInput, arg2 ...request.Option) (*outposts.ListAssetsOutput, error)

ListAssetsWithContext mocks base method

func (*MockOutpostsAPI) ListCapacityTasks added in v1.54.2

ListCapacityTasks mocks base method

func (*MockOutpostsAPI) ListCapacityTasksPages added in v1.54.2

func (m *MockOutpostsAPI) ListCapacityTasksPages(arg0 *outposts.ListCapacityTasksInput, arg1 func(*outposts.ListCapacityTasksOutput, bool) bool) error

ListCapacityTasksPages mocks base method

func (*MockOutpostsAPI) ListCapacityTasksPagesWithContext added in v1.54.2

func (m *MockOutpostsAPI) ListCapacityTasksPagesWithContext(arg0 context.Context, arg1 *outposts.ListCapacityTasksInput, arg2 func(*outposts.ListCapacityTasksOutput, bool) bool, arg3 ...request.Option) error

ListCapacityTasksPagesWithContext mocks base method

func (*MockOutpostsAPI) ListCapacityTasksRequest added in v1.54.2

ListCapacityTasksRequest mocks base method

func (*MockOutpostsAPI) ListCapacityTasksWithContext added in v1.54.2

func (m *MockOutpostsAPI) ListCapacityTasksWithContext(arg0 context.Context, arg1 *outposts.ListCapacityTasksInput, arg2 ...request.Option) (*outposts.ListCapacityTasksOutput, error)

ListCapacityTasksWithContext mocks base method

func (*MockOutpostsAPI) ListCatalogItems

ListCatalogItems mocks base method

func (*MockOutpostsAPI) ListCatalogItemsPages

func (m *MockOutpostsAPI) ListCatalogItemsPages(arg0 *outposts.ListCatalogItemsInput, arg1 func(*outposts.ListCatalogItemsOutput, bool) bool) error

ListCatalogItemsPages mocks base method

func (*MockOutpostsAPI) ListCatalogItemsPagesWithContext

func (m *MockOutpostsAPI) ListCatalogItemsPagesWithContext(arg0 context.Context, arg1 *outposts.ListCatalogItemsInput, arg2 func(*outposts.ListCatalogItemsOutput, bool) bool, arg3 ...request.Option) error

ListCatalogItemsPagesWithContext mocks base method

func (*MockOutpostsAPI) ListCatalogItemsRequest

ListCatalogItemsRequest mocks base method

func (*MockOutpostsAPI) ListCatalogItemsWithContext

func (m *MockOutpostsAPI) ListCatalogItemsWithContext(arg0 context.Context, arg1 *outposts.ListCatalogItemsInput, arg2 ...request.Option) (*outposts.ListCatalogItemsOutput, error)

ListCatalogItemsWithContext mocks base method

func (*MockOutpostsAPI) ListOrders

ListOrders mocks base method

func (*MockOutpostsAPI) ListOrdersPages

func (m *MockOutpostsAPI) ListOrdersPages(arg0 *outposts.ListOrdersInput, arg1 func(*outposts.ListOrdersOutput, bool) bool) error

ListOrdersPages mocks base method

func (*MockOutpostsAPI) ListOrdersPagesWithContext

func (m *MockOutpostsAPI) ListOrdersPagesWithContext(arg0 context.Context, arg1 *outposts.ListOrdersInput, arg2 func(*outposts.ListOrdersOutput, bool) bool, arg3 ...request.Option) error

ListOrdersPagesWithContext mocks base method

func (*MockOutpostsAPI) ListOrdersRequest

ListOrdersRequest mocks base method

func (*MockOutpostsAPI) ListOrdersWithContext

func (m *MockOutpostsAPI) ListOrdersWithContext(arg0 context.Context, arg1 *outposts.ListOrdersInput, arg2 ...request.Option) (*outposts.ListOrdersOutput, error)

ListOrdersWithContext mocks base method

func (*MockOutpostsAPI) ListOutposts

ListOutposts mocks base method

func (*MockOutpostsAPI) ListOutpostsPages

func (m *MockOutpostsAPI) ListOutpostsPages(arg0 *outposts.ListOutpostsInput, arg1 func(*outposts.ListOutpostsOutput, bool) bool) error

ListOutpostsPages mocks base method

func (*MockOutpostsAPI) ListOutpostsPagesWithContext

func (m *MockOutpostsAPI) ListOutpostsPagesWithContext(arg0 context.Context, arg1 *outposts.ListOutpostsInput, arg2 func(*outposts.ListOutpostsOutput, bool) bool, arg3 ...request.Option) error

ListOutpostsPagesWithContext mocks base method

func (*MockOutpostsAPI) ListOutpostsRequest

ListOutpostsRequest mocks base method

func (*MockOutpostsAPI) ListOutpostsWithContext

func (m *MockOutpostsAPI) ListOutpostsWithContext(arg0 context.Context, arg1 *outposts.ListOutpostsInput, arg2 ...request.Option) (*outposts.ListOutpostsOutput, error)

ListOutpostsWithContext mocks base method

func (*MockOutpostsAPI) ListSites

ListSites mocks base method

func (*MockOutpostsAPI) ListSitesPages

func (m *MockOutpostsAPI) ListSitesPages(arg0 *outposts.ListSitesInput, arg1 func(*outposts.ListSitesOutput, bool) bool) error

ListSitesPages mocks base method

func (*MockOutpostsAPI) ListSitesPagesWithContext

func (m *MockOutpostsAPI) ListSitesPagesWithContext(arg0 context.Context, arg1 *outposts.ListSitesInput, arg2 func(*outposts.ListSitesOutput, bool) bool, arg3 ...request.Option) error

ListSitesPagesWithContext mocks base method

func (*MockOutpostsAPI) ListSitesRequest

ListSitesRequest mocks base method

func (*MockOutpostsAPI) ListSitesWithContext

func (m *MockOutpostsAPI) ListSitesWithContext(arg0 context.Context, arg1 *outposts.ListSitesInput, arg2 ...request.Option) (*outposts.ListSitesOutput, error)

ListSitesWithContext mocks base method

func (*MockOutpostsAPI) ListTagsForResource

ListTagsForResource mocks base method

func (*MockOutpostsAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method

func (*MockOutpostsAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method

func (*MockOutpostsAPI) StartCapacityTask added in v1.54.2

StartCapacityTask mocks base method

func (*MockOutpostsAPI) StartCapacityTaskRequest added in v1.54.2

StartCapacityTaskRequest mocks base method

func (*MockOutpostsAPI) StartCapacityTaskWithContext added in v1.54.2

func (m *MockOutpostsAPI) StartCapacityTaskWithContext(arg0 context.Context, arg1 *outposts.StartCapacityTaskInput, arg2 ...request.Option) (*outposts.StartCapacityTaskOutput, error)

StartCapacityTaskWithContext mocks base method

func (*MockOutpostsAPI) StartConnection added in v1.44.33

StartConnection mocks base method

func (*MockOutpostsAPI) StartConnectionRequest added in v1.44.33

StartConnectionRequest mocks base method

func (*MockOutpostsAPI) StartConnectionWithContext added in v1.44.33

func (m *MockOutpostsAPI) StartConnectionWithContext(arg0 context.Context, arg1 *outposts.StartConnectionInput, arg2 ...request.Option) (*outposts.StartConnectionOutput, error)

StartConnectionWithContext mocks base method

func (*MockOutpostsAPI) TagResource

TagResource mocks base method

func (*MockOutpostsAPI) TagResourceRequest

TagResourceRequest mocks base method

func (*MockOutpostsAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockOutpostsAPI) UntagResource

UntagResource mocks base method

func (*MockOutpostsAPI) UntagResourceRequest

UntagResourceRequest mocks base method

func (*MockOutpostsAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

func (*MockOutpostsAPI) UpdateOutpost

UpdateOutpost mocks base method

func (*MockOutpostsAPI) UpdateOutpostRequest

UpdateOutpostRequest mocks base method

func (*MockOutpostsAPI) UpdateOutpostWithContext

func (m *MockOutpostsAPI) UpdateOutpostWithContext(arg0 context.Context, arg1 *outposts.UpdateOutpostInput, arg2 ...request.Option) (*outposts.UpdateOutpostOutput, error)

UpdateOutpostWithContext mocks base method

func (*MockOutpostsAPI) UpdateSite

UpdateSite mocks base method

func (*MockOutpostsAPI) UpdateSiteAddress

UpdateSiteAddress mocks base method

func (*MockOutpostsAPI) UpdateSiteAddressRequest

UpdateSiteAddressRequest mocks base method

func (*MockOutpostsAPI) UpdateSiteAddressWithContext

func (m *MockOutpostsAPI) UpdateSiteAddressWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteAddressInput, arg2 ...request.Option) (*outposts.UpdateSiteAddressOutput, error)

UpdateSiteAddressWithContext mocks base method

func (*MockOutpostsAPI) UpdateSiteRackPhysicalProperties

UpdateSiteRackPhysicalProperties mocks base method

func (*MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesRequest

UpdateSiteRackPhysicalPropertiesRequest mocks base method

func (*MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesWithContext

UpdateSiteRackPhysicalPropertiesWithContext mocks base method

func (*MockOutpostsAPI) UpdateSiteRequest

UpdateSiteRequest mocks base method

func (*MockOutpostsAPI) UpdateSiteWithContext

func (m *MockOutpostsAPI) UpdateSiteWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteInput, arg2 ...request.Option) (*outposts.UpdateSiteOutput, error)

UpdateSiteWithContext mocks base method

type MockOutpostsAPIMockRecorder

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

MockOutpostsAPIMockRecorder is the mock recorder for MockOutpostsAPI

func (*MockOutpostsAPIMockRecorder) CancelCapacityTask added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) CancelCapacityTask(arg0 interface{}) *gomock.Call

CancelCapacityTask indicates an expected call of CancelCapacityTask

func (*MockOutpostsAPIMockRecorder) CancelCapacityTaskRequest added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) CancelCapacityTaskRequest(arg0 interface{}) *gomock.Call

CancelCapacityTaskRequest indicates an expected call of CancelCapacityTaskRequest

func (*MockOutpostsAPIMockRecorder) CancelCapacityTaskWithContext added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) CancelCapacityTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelCapacityTaskWithContext indicates an expected call of CancelCapacityTaskWithContext

func (*MockOutpostsAPIMockRecorder) CancelOrder

func (mr *MockOutpostsAPIMockRecorder) CancelOrder(arg0 interface{}) *gomock.Call

CancelOrder indicates an expected call of CancelOrder

func (*MockOutpostsAPIMockRecorder) CancelOrderRequest

func (mr *MockOutpostsAPIMockRecorder) CancelOrderRequest(arg0 interface{}) *gomock.Call

CancelOrderRequest indicates an expected call of CancelOrderRequest

func (*MockOutpostsAPIMockRecorder) CancelOrderWithContext

func (mr *MockOutpostsAPIMockRecorder) CancelOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelOrderWithContext indicates an expected call of CancelOrderWithContext

func (*MockOutpostsAPIMockRecorder) CreateOrder

func (mr *MockOutpostsAPIMockRecorder) CreateOrder(arg0 interface{}) *gomock.Call

CreateOrder indicates an expected call of CreateOrder

func (*MockOutpostsAPIMockRecorder) CreateOrderRequest

func (mr *MockOutpostsAPIMockRecorder) CreateOrderRequest(arg0 interface{}) *gomock.Call

CreateOrderRequest indicates an expected call of CreateOrderRequest

func (*MockOutpostsAPIMockRecorder) CreateOrderWithContext

func (mr *MockOutpostsAPIMockRecorder) CreateOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOrderWithContext indicates an expected call of CreateOrderWithContext

func (*MockOutpostsAPIMockRecorder) CreateOutpost

func (mr *MockOutpostsAPIMockRecorder) CreateOutpost(arg0 interface{}) *gomock.Call

CreateOutpost indicates an expected call of CreateOutpost

func (*MockOutpostsAPIMockRecorder) CreateOutpostRequest

func (mr *MockOutpostsAPIMockRecorder) CreateOutpostRequest(arg0 interface{}) *gomock.Call

CreateOutpostRequest indicates an expected call of CreateOutpostRequest

func (*MockOutpostsAPIMockRecorder) CreateOutpostWithContext

func (mr *MockOutpostsAPIMockRecorder) CreateOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateOutpostWithContext indicates an expected call of CreateOutpostWithContext

func (*MockOutpostsAPIMockRecorder) CreateSite

func (mr *MockOutpostsAPIMockRecorder) CreateSite(arg0 interface{}) *gomock.Call

CreateSite indicates an expected call of CreateSite

func (*MockOutpostsAPIMockRecorder) CreateSiteRequest

func (mr *MockOutpostsAPIMockRecorder) CreateSiteRequest(arg0 interface{}) *gomock.Call

CreateSiteRequest indicates an expected call of CreateSiteRequest

func (*MockOutpostsAPIMockRecorder) CreateSiteWithContext

func (mr *MockOutpostsAPIMockRecorder) CreateSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSiteWithContext indicates an expected call of CreateSiteWithContext

func (*MockOutpostsAPIMockRecorder) DeleteOutpost

func (mr *MockOutpostsAPIMockRecorder) DeleteOutpost(arg0 interface{}) *gomock.Call

DeleteOutpost indicates an expected call of DeleteOutpost

func (*MockOutpostsAPIMockRecorder) DeleteOutpostRequest

func (mr *MockOutpostsAPIMockRecorder) DeleteOutpostRequest(arg0 interface{}) *gomock.Call

DeleteOutpostRequest indicates an expected call of DeleteOutpostRequest

func (*MockOutpostsAPIMockRecorder) DeleteOutpostWithContext

func (mr *MockOutpostsAPIMockRecorder) DeleteOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteOutpostWithContext indicates an expected call of DeleteOutpostWithContext

func (*MockOutpostsAPIMockRecorder) DeleteSite

func (mr *MockOutpostsAPIMockRecorder) DeleteSite(arg0 interface{}) *gomock.Call

DeleteSite indicates an expected call of DeleteSite

func (*MockOutpostsAPIMockRecorder) DeleteSiteRequest

func (mr *MockOutpostsAPIMockRecorder) DeleteSiteRequest(arg0 interface{}) *gomock.Call

DeleteSiteRequest indicates an expected call of DeleteSiteRequest

func (*MockOutpostsAPIMockRecorder) DeleteSiteWithContext

func (mr *MockOutpostsAPIMockRecorder) DeleteSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSiteWithContext indicates an expected call of DeleteSiteWithContext

func (*MockOutpostsAPIMockRecorder) GetCapacityTask added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetCapacityTask(arg0 interface{}) *gomock.Call

GetCapacityTask indicates an expected call of GetCapacityTask

func (*MockOutpostsAPIMockRecorder) GetCapacityTaskRequest added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetCapacityTaskRequest(arg0 interface{}) *gomock.Call

GetCapacityTaskRequest indicates an expected call of GetCapacityTaskRequest

func (*MockOutpostsAPIMockRecorder) GetCapacityTaskWithContext added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetCapacityTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCapacityTaskWithContext indicates an expected call of GetCapacityTaskWithContext

func (*MockOutpostsAPIMockRecorder) GetCatalogItem

func (mr *MockOutpostsAPIMockRecorder) GetCatalogItem(arg0 interface{}) *gomock.Call

GetCatalogItem indicates an expected call of GetCatalogItem

func (*MockOutpostsAPIMockRecorder) GetCatalogItemRequest

func (mr *MockOutpostsAPIMockRecorder) GetCatalogItemRequest(arg0 interface{}) *gomock.Call

GetCatalogItemRequest indicates an expected call of GetCatalogItemRequest

func (*MockOutpostsAPIMockRecorder) GetCatalogItemWithContext

func (mr *MockOutpostsAPIMockRecorder) GetCatalogItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetCatalogItemWithContext indicates an expected call of GetCatalogItemWithContext

func (*MockOutpostsAPIMockRecorder) GetConnection added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call

GetConnection indicates an expected call of GetConnection

func (*MockOutpostsAPIMockRecorder) GetConnectionRequest added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call

GetConnectionRequest indicates an expected call of GetConnectionRequest

func (*MockOutpostsAPIMockRecorder) GetConnectionWithContext added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetConnectionWithContext indicates an expected call of GetConnectionWithContext

func (*MockOutpostsAPIMockRecorder) GetOrder

func (mr *MockOutpostsAPIMockRecorder) GetOrder(arg0 interface{}) *gomock.Call

GetOrder indicates an expected call of GetOrder

func (*MockOutpostsAPIMockRecorder) GetOrderRequest

func (mr *MockOutpostsAPIMockRecorder) GetOrderRequest(arg0 interface{}) *gomock.Call

GetOrderRequest indicates an expected call of GetOrderRequest

func (*MockOutpostsAPIMockRecorder) GetOrderWithContext

func (mr *MockOutpostsAPIMockRecorder) GetOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOrderWithContext indicates an expected call of GetOrderWithContext

func (*MockOutpostsAPIMockRecorder) GetOutpost

func (mr *MockOutpostsAPIMockRecorder) GetOutpost(arg0 interface{}) *gomock.Call

GetOutpost indicates an expected call of GetOutpost

func (*MockOutpostsAPIMockRecorder) GetOutpostInstanceTypes

func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypes(arg0 interface{}) *gomock.Call

GetOutpostInstanceTypes indicates an expected call of GetOutpostInstanceTypes

func (*MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesPages added in v1.44.5

func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesPages(arg0, arg1 interface{}) *gomock.Call

GetOutpostInstanceTypesPages indicates an expected call of GetOutpostInstanceTypesPages

func (*MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesPagesWithContext added in v1.44.5

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

GetOutpostInstanceTypesPagesWithContext indicates an expected call of GetOutpostInstanceTypesPagesWithContext

func (*MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesRequest

func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesRequest(arg0 interface{}) *gomock.Call

GetOutpostInstanceTypesRequest indicates an expected call of GetOutpostInstanceTypesRequest

func (*MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesWithContext

func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOutpostInstanceTypesWithContext indicates an expected call of GetOutpostInstanceTypesWithContext

func (*MockOutpostsAPIMockRecorder) GetOutpostRequest

func (mr *MockOutpostsAPIMockRecorder) GetOutpostRequest(arg0 interface{}) *gomock.Call

GetOutpostRequest indicates an expected call of GetOutpostRequest

func (*MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypes added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypes(arg0 interface{}) *gomock.Call

GetOutpostSupportedInstanceTypes indicates an expected call of GetOutpostSupportedInstanceTypes

func (*MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesPages added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesPages(arg0, arg1 interface{}) *gomock.Call

GetOutpostSupportedInstanceTypesPages indicates an expected call of GetOutpostSupportedInstanceTypesPages

func (*MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesPagesWithContext added in v1.54.2

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

GetOutpostSupportedInstanceTypesPagesWithContext indicates an expected call of GetOutpostSupportedInstanceTypesPagesWithContext

func (*MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesRequest added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesRequest(arg0 interface{}) *gomock.Call

GetOutpostSupportedInstanceTypesRequest indicates an expected call of GetOutpostSupportedInstanceTypesRequest

func (*MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesWithContext added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) GetOutpostSupportedInstanceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOutpostSupportedInstanceTypesWithContext indicates an expected call of GetOutpostSupportedInstanceTypesWithContext

func (*MockOutpostsAPIMockRecorder) GetOutpostWithContext

func (mr *MockOutpostsAPIMockRecorder) GetOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetOutpostWithContext indicates an expected call of GetOutpostWithContext

func (*MockOutpostsAPIMockRecorder) GetSite

func (mr *MockOutpostsAPIMockRecorder) GetSite(arg0 interface{}) *gomock.Call

GetSite indicates an expected call of GetSite

func (*MockOutpostsAPIMockRecorder) GetSiteAddress

func (mr *MockOutpostsAPIMockRecorder) GetSiteAddress(arg0 interface{}) *gomock.Call

GetSiteAddress indicates an expected call of GetSiteAddress

func (*MockOutpostsAPIMockRecorder) GetSiteAddressRequest

func (mr *MockOutpostsAPIMockRecorder) GetSiteAddressRequest(arg0 interface{}) *gomock.Call

GetSiteAddressRequest indicates an expected call of GetSiteAddressRequest

func (*MockOutpostsAPIMockRecorder) GetSiteAddressWithContext

func (mr *MockOutpostsAPIMockRecorder) GetSiteAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSiteAddressWithContext indicates an expected call of GetSiteAddressWithContext

func (*MockOutpostsAPIMockRecorder) GetSiteRequest

func (mr *MockOutpostsAPIMockRecorder) GetSiteRequest(arg0 interface{}) *gomock.Call

GetSiteRequest indicates an expected call of GetSiteRequest

func (*MockOutpostsAPIMockRecorder) GetSiteWithContext

func (mr *MockOutpostsAPIMockRecorder) GetSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSiteWithContext indicates an expected call of GetSiteWithContext

func (*MockOutpostsAPIMockRecorder) ListAssets added in v1.44.5

func (mr *MockOutpostsAPIMockRecorder) ListAssets(arg0 interface{}) *gomock.Call

ListAssets indicates an expected call of ListAssets

func (*MockOutpostsAPIMockRecorder) ListAssetsPages added in v1.44.5

func (mr *MockOutpostsAPIMockRecorder) ListAssetsPages(arg0, arg1 interface{}) *gomock.Call

ListAssetsPages indicates an expected call of ListAssetsPages

func (*MockOutpostsAPIMockRecorder) ListAssetsPagesWithContext added in v1.44.5

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

ListAssetsPagesWithContext indicates an expected call of ListAssetsPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListAssetsRequest added in v1.44.5

func (mr *MockOutpostsAPIMockRecorder) ListAssetsRequest(arg0 interface{}) *gomock.Call

ListAssetsRequest indicates an expected call of ListAssetsRequest

func (*MockOutpostsAPIMockRecorder) ListAssetsWithContext added in v1.44.5

func (mr *MockOutpostsAPIMockRecorder) ListAssetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAssetsWithContext indicates an expected call of ListAssetsWithContext

func (*MockOutpostsAPIMockRecorder) ListCapacityTasks added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) ListCapacityTasks(arg0 interface{}) *gomock.Call

ListCapacityTasks indicates an expected call of ListCapacityTasks

func (*MockOutpostsAPIMockRecorder) ListCapacityTasksPages added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) ListCapacityTasksPages(arg0, arg1 interface{}) *gomock.Call

ListCapacityTasksPages indicates an expected call of ListCapacityTasksPages

func (*MockOutpostsAPIMockRecorder) ListCapacityTasksPagesWithContext added in v1.54.2

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

ListCapacityTasksPagesWithContext indicates an expected call of ListCapacityTasksPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListCapacityTasksRequest added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) ListCapacityTasksRequest(arg0 interface{}) *gomock.Call

ListCapacityTasksRequest indicates an expected call of ListCapacityTasksRequest

func (*MockOutpostsAPIMockRecorder) ListCapacityTasksWithContext added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) ListCapacityTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCapacityTasksWithContext indicates an expected call of ListCapacityTasksWithContext

func (*MockOutpostsAPIMockRecorder) ListCatalogItems

func (mr *MockOutpostsAPIMockRecorder) ListCatalogItems(arg0 interface{}) *gomock.Call

ListCatalogItems indicates an expected call of ListCatalogItems

func (*MockOutpostsAPIMockRecorder) ListCatalogItemsPages

func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsPages(arg0, arg1 interface{}) *gomock.Call

ListCatalogItemsPages indicates an expected call of ListCatalogItemsPages

func (*MockOutpostsAPIMockRecorder) ListCatalogItemsPagesWithContext

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

ListCatalogItemsPagesWithContext indicates an expected call of ListCatalogItemsPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListCatalogItemsRequest

func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsRequest(arg0 interface{}) *gomock.Call

ListCatalogItemsRequest indicates an expected call of ListCatalogItemsRequest

func (*MockOutpostsAPIMockRecorder) ListCatalogItemsWithContext

func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCatalogItemsWithContext indicates an expected call of ListCatalogItemsWithContext

func (*MockOutpostsAPIMockRecorder) ListOrders

func (mr *MockOutpostsAPIMockRecorder) ListOrders(arg0 interface{}) *gomock.Call

ListOrders indicates an expected call of ListOrders

func (*MockOutpostsAPIMockRecorder) ListOrdersPages

func (mr *MockOutpostsAPIMockRecorder) ListOrdersPages(arg0, arg1 interface{}) *gomock.Call

ListOrdersPages indicates an expected call of ListOrdersPages

func (*MockOutpostsAPIMockRecorder) ListOrdersPagesWithContext

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

ListOrdersPagesWithContext indicates an expected call of ListOrdersPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListOrdersRequest

func (mr *MockOutpostsAPIMockRecorder) ListOrdersRequest(arg0 interface{}) *gomock.Call

ListOrdersRequest indicates an expected call of ListOrdersRequest

func (*MockOutpostsAPIMockRecorder) ListOrdersWithContext

func (mr *MockOutpostsAPIMockRecorder) ListOrdersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrdersWithContext indicates an expected call of ListOrdersWithContext

func (*MockOutpostsAPIMockRecorder) ListOutposts

func (mr *MockOutpostsAPIMockRecorder) ListOutposts(arg0 interface{}) *gomock.Call

ListOutposts indicates an expected call of ListOutposts

func (*MockOutpostsAPIMockRecorder) ListOutpostsPages

func (mr *MockOutpostsAPIMockRecorder) ListOutpostsPages(arg0, arg1 interface{}) *gomock.Call

ListOutpostsPages indicates an expected call of ListOutpostsPages

func (*MockOutpostsAPIMockRecorder) ListOutpostsPagesWithContext

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

ListOutpostsPagesWithContext indicates an expected call of ListOutpostsPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListOutpostsRequest

func (mr *MockOutpostsAPIMockRecorder) ListOutpostsRequest(arg0 interface{}) *gomock.Call

ListOutpostsRequest indicates an expected call of ListOutpostsRequest

func (*MockOutpostsAPIMockRecorder) ListOutpostsWithContext

func (mr *MockOutpostsAPIMockRecorder) ListOutpostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOutpostsWithContext indicates an expected call of ListOutpostsWithContext

func (*MockOutpostsAPIMockRecorder) ListSites

func (mr *MockOutpostsAPIMockRecorder) ListSites(arg0 interface{}) *gomock.Call

ListSites indicates an expected call of ListSites

func (*MockOutpostsAPIMockRecorder) ListSitesPages

func (mr *MockOutpostsAPIMockRecorder) ListSitesPages(arg0, arg1 interface{}) *gomock.Call

ListSitesPages indicates an expected call of ListSitesPages

func (*MockOutpostsAPIMockRecorder) ListSitesPagesWithContext

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

ListSitesPagesWithContext indicates an expected call of ListSitesPagesWithContext

func (*MockOutpostsAPIMockRecorder) ListSitesRequest

func (mr *MockOutpostsAPIMockRecorder) ListSitesRequest(arg0 interface{}) *gomock.Call

ListSitesRequest indicates an expected call of ListSitesRequest

func (*MockOutpostsAPIMockRecorder) ListSitesWithContext

func (mr *MockOutpostsAPIMockRecorder) ListSitesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSitesWithContext indicates an expected call of ListSitesWithContext

func (*MockOutpostsAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockOutpostsAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockOutpostsAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockOutpostsAPIMockRecorder) StartCapacityTask added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) StartCapacityTask(arg0 interface{}) *gomock.Call

StartCapacityTask indicates an expected call of StartCapacityTask

func (*MockOutpostsAPIMockRecorder) StartCapacityTaskRequest added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) StartCapacityTaskRequest(arg0 interface{}) *gomock.Call

StartCapacityTaskRequest indicates an expected call of StartCapacityTaskRequest

func (*MockOutpostsAPIMockRecorder) StartCapacityTaskWithContext added in v1.54.2

func (mr *MockOutpostsAPIMockRecorder) StartCapacityTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartCapacityTaskWithContext indicates an expected call of StartCapacityTaskWithContext

func (*MockOutpostsAPIMockRecorder) StartConnection added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) StartConnection(arg0 interface{}) *gomock.Call

StartConnection indicates an expected call of StartConnection

func (*MockOutpostsAPIMockRecorder) StartConnectionRequest added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) StartConnectionRequest(arg0 interface{}) *gomock.Call

StartConnectionRequest indicates an expected call of StartConnectionRequest

func (*MockOutpostsAPIMockRecorder) StartConnectionWithContext added in v1.44.33

func (mr *MockOutpostsAPIMockRecorder) StartConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartConnectionWithContext indicates an expected call of StartConnectionWithContext

func (*MockOutpostsAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockOutpostsAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockOutpostsAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockOutpostsAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockOutpostsAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockOutpostsAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

func (*MockOutpostsAPIMockRecorder) UpdateOutpost

func (mr *MockOutpostsAPIMockRecorder) UpdateOutpost(arg0 interface{}) *gomock.Call

UpdateOutpost indicates an expected call of UpdateOutpost

func (*MockOutpostsAPIMockRecorder) UpdateOutpostRequest

func (mr *MockOutpostsAPIMockRecorder) UpdateOutpostRequest(arg0 interface{}) *gomock.Call

UpdateOutpostRequest indicates an expected call of UpdateOutpostRequest

func (*MockOutpostsAPIMockRecorder) UpdateOutpostWithContext

func (mr *MockOutpostsAPIMockRecorder) UpdateOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOutpostWithContext indicates an expected call of UpdateOutpostWithContext

func (*MockOutpostsAPIMockRecorder) UpdateSite

func (mr *MockOutpostsAPIMockRecorder) UpdateSite(arg0 interface{}) *gomock.Call

UpdateSite indicates an expected call of UpdateSite

func (*MockOutpostsAPIMockRecorder) UpdateSiteAddress

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddress(arg0 interface{}) *gomock.Call

UpdateSiteAddress indicates an expected call of UpdateSiteAddress

func (*MockOutpostsAPIMockRecorder) UpdateSiteAddressRequest

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddressRequest(arg0 interface{}) *gomock.Call

UpdateSiteAddressRequest indicates an expected call of UpdateSiteAddressRequest

func (*MockOutpostsAPIMockRecorder) UpdateSiteAddressWithContext

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSiteAddressWithContext indicates an expected call of UpdateSiteAddressWithContext

func (*MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalProperties

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalProperties(arg0 interface{}) *gomock.Call

UpdateSiteRackPhysicalProperties indicates an expected call of UpdateSiteRackPhysicalProperties

func (*MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesRequest

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesRequest(arg0 interface{}) *gomock.Call

UpdateSiteRackPhysicalPropertiesRequest indicates an expected call of UpdateSiteRackPhysicalPropertiesRequest

func (*MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesWithContext

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSiteRackPhysicalPropertiesWithContext indicates an expected call of UpdateSiteRackPhysicalPropertiesWithContext

func (*MockOutpostsAPIMockRecorder) UpdateSiteRequest

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRequest(arg0 interface{}) *gomock.Call

UpdateSiteRequest indicates an expected call of UpdateSiteRequest

func (*MockOutpostsAPIMockRecorder) UpdateSiteWithContext

func (mr *MockOutpostsAPIMockRecorder) UpdateSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSiteWithContext indicates an expected call of UpdateSiteWithContext

Jump to

Keyboard shortcuts

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