Documentation ¶
Overview ¶
Package outpostsmock is a generated GoMock package.
Index ¶
- type MockOutpostsAPI
- func (m *MockOutpostsAPI) CancelOrder(arg0 *outposts.CancelOrderInput) (*outposts.CancelOrderOutput, error)
- func (m *MockOutpostsAPI) CancelOrderRequest(arg0 *outposts.CancelOrderInput) (*request.Request, *outposts.CancelOrderOutput)
- func (m *MockOutpostsAPI) CancelOrderWithContext(arg0 context.Context, arg1 *outposts.CancelOrderInput, arg2 ...request.Option) (*outposts.CancelOrderOutput, error)
- func (m *MockOutpostsAPI) CreateOrder(arg0 *outposts.CreateOrderInput) (*outposts.CreateOrderOutput, error)
- func (m *MockOutpostsAPI) CreateOrderRequest(arg0 *outposts.CreateOrderInput) (*request.Request, *outposts.CreateOrderOutput)
- func (m *MockOutpostsAPI) CreateOrderWithContext(arg0 context.Context, arg1 *outposts.CreateOrderInput, arg2 ...request.Option) (*outposts.CreateOrderOutput, error)
- func (m *MockOutpostsAPI) CreateOutpost(arg0 *outposts.CreateOutpostInput) (*outposts.CreateOutpostOutput, error)
- func (m *MockOutpostsAPI) CreateOutpostRequest(arg0 *outposts.CreateOutpostInput) (*request.Request, *outposts.CreateOutpostOutput)
- func (m *MockOutpostsAPI) CreateOutpostWithContext(arg0 context.Context, arg1 *outposts.CreateOutpostInput, ...) (*outposts.CreateOutpostOutput, error)
- func (m *MockOutpostsAPI) CreateSite(arg0 *outposts.CreateSiteInput) (*outposts.CreateSiteOutput, error)
- func (m *MockOutpostsAPI) CreateSiteRequest(arg0 *outposts.CreateSiteInput) (*request.Request, *outposts.CreateSiteOutput)
- func (m *MockOutpostsAPI) CreateSiteWithContext(arg0 context.Context, arg1 *outposts.CreateSiteInput, arg2 ...request.Option) (*outposts.CreateSiteOutput, error)
- func (m *MockOutpostsAPI) DeleteOutpost(arg0 *outposts.DeleteOutpostInput) (*outposts.DeleteOutpostOutput, error)
- func (m *MockOutpostsAPI) DeleteOutpostRequest(arg0 *outposts.DeleteOutpostInput) (*request.Request, *outposts.DeleteOutpostOutput)
- func (m *MockOutpostsAPI) DeleteOutpostWithContext(arg0 context.Context, arg1 *outposts.DeleteOutpostInput, ...) (*outposts.DeleteOutpostOutput, error)
- func (m *MockOutpostsAPI) DeleteSite(arg0 *outposts.DeleteSiteInput) (*outposts.DeleteSiteOutput, error)
- func (m *MockOutpostsAPI) DeleteSiteRequest(arg0 *outposts.DeleteSiteInput) (*request.Request, *outposts.DeleteSiteOutput)
- func (m *MockOutpostsAPI) DeleteSiteWithContext(arg0 context.Context, arg1 *outposts.DeleteSiteInput, arg2 ...request.Option) (*outposts.DeleteSiteOutput, error)
- func (m *MockOutpostsAPI) EXPECT() *MockOutpostsAPIMockRecorder
- func (m *MockOutpostsAPI) GetCatalogItem(arg0 *outposts.GetCatalogItemInput) (*outposts.GetCatalogItemOutput, error)
- func (m *MockOutpostsAPI) GetCatalogItemRequest(arg0 *outposts.GetCatalogItemInput) (*request.Request, *outposts.GetCatalogItemOutput)
- func (m *MockOutpostsAPI) GetCatalogItemWithContext(arg0 context.Context, arg1 *outposts.GetCatalogItemInput, ...) (*outposts.GetCatalogItemOutput, error)
- func (m *MockOutpostsAPI) GetConnection(arg0 *outposts.GetConnectionInput) (*outposts.GetConnectionOutput, error)
- func (m *MockOutpostsAPI) GetConnectionRequest(arg0 *outposts.GetConnectionInput) (*request.Request, *outposts.GetConnectionOutput)
- func (m *MockOutpostsAPI) GetConnectionWithContext(arg0 context.Context, arg1 *outposts.GetConnectionInput, ...) (*outposts.GetConnectionOutput, error)
- func (m *MockOutpostsAPI) GetOrder(arg0 *outposts.GetOrderInput) (*outposts.GetOrderOutput, error)
- func (m *MockOutpostsAPI) GetOrderRequest(arg0 *outposts.GetOrderInput) (*request.Request, *outposts.GetOrderOutput)
- func (m *MockOutpostsAPI) GetOrderWithContext(arg0 context.Context, arg1 *outposts.GetOrderInput, arg2 ...request.Option) (*outposts.GetOrderOutput, error)
- func (m *MockOutpostsAPI) GetOutpost(arg0 *outposts.GetOutpostInput) (*outposts.GetOutpostOutput, error)
- func (m *MockOutpostsAPI) GetOutpostInstanceTypes(arg0 *outposts.GetOutpostInstanceTypesInput) (*outposts.GetOutpostInstanceTypesOutput, error)
- func (m *MockOutpostsAPI) GetOutpostInstanceTypesPages(arg0 *outposts.GetOutpostInstanceTypesInput, ...) error
- func (m *MockOutpostsAPI) GetOutpostInstanceTypesPagesWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInstanceTypesInput, ...) error
- func (m *MockOutpostsAPI) GetOutpostInstanceTypesRequest(arg0 *outposts.GetOutpostInstanceTypesInput) (*request.Request, *outposts.GetOutpostInstanceTypesOutput)
- func (m *MockOutpostsAPI) GetOutpostInstanceTypesWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInstanceTypesInput, ...) (*outposts.GetOutpostInstanceTypesOutput, error)
- func (m *MockOutpostsAPI) GetOutpostRequest(arg0 *outposts.GetOutpostInput) (*request.Request, *outposts.GetOutpostOutput)
- func (m *MockOutpostsAPI) GetOutpostWithContext(arg0 context.Context, arg1 *outposts.GetOutpostInput, arg2 ...request.Option) (*outposts.GetOutpostOutput, error)
- func (m *MockOutpostsAPI) GetSite(arg0 *outposts.GetSiteInput) (*outposts.GetSiteOutput, error)
- func (m *MockOutpostsAPI) GetSiteAddress(arg0 *outposts.GetSiteAddressInput) (*outposts.GetSiteAddressOutput, error)
- func (m *MockOutpostsAPI) GetSiteAddressRequest(arg0 *outposts.GetSiteAddressInput) (*request.Request, *outposts.GetSiteAddressOutput)
- func (m *MockOutpostsAPI) GetSiteAddressWithContext(arg0 context.Context, arg1 *outposts.GetSiteAddressInput, ...) (*outposts.GetSiteAddressOutput, error)
- func (m *MockOutpostsAPI) GetSiteRequest(arg0 *outposts.GetSiteInput) (*request.Request, *outposts.GetSiteOutput)
- func (m *MockOutpostsAPI) GetSiteWithContext(arg0 context.Context, arg1 *outposts.GetSiteInput, arg2 ...request.Option) (*outposts.GetSiteOutput, error)
- func (m *MockOutpostsAPI) ListAssets(arg0 *outposts.ListAssetsInput) (*outposts.ListAssetsOutput, error)
- func (m *MockOutpostsAPI) ListAssetsPages(arg0 *outposts.ListAssetsInput, ...) error
- func (m *MockOutpostsAPI) ListAssetsPagesWithContext(arg0 context.Context, arg1 *outposts.ListAssetsInput, ...) error
- func (m *MockOutpostsAPI) ListAssetsRequest(arg0 *outposts.ListAssetsInput) (*request.Request, *outposts.ListAssetsOutput)
- func (m *MockOutpostsAPI) ListAssetsWithContext(arg0 context.Context, arg1 *outposts.ListAssetsInput, arg2 ...request.Option) (*outposts.ListAssetsOutput, error)
- func (m *MockOutpostsAPI) ListCatalogItems(arg0 *outposts.ListCatalogItemsInput) (*outposts.ListCatalogItemsOutput, error)
- func (m *MockOutpostsAPI) ListCatalogItemsPages(arg0 *outposts.ListCatalogItemsInput, ...) error
- func (m *MockOutpostsAPI) ListCatalogItemsPagesWithContext(arg0 context.Context, arg1 *outposts.ListCatalogItemsInput, ...) error
- func (m *MockOutpostsAPI) ListCatalogItemsRequest(arg0 *outposts.ListCatalogItemsInput) (*request.Request, *outposts.ListCatalogItemsOutput)
- func (m *MockOutpostsAPI) ListCatalogItemsWithContext(arg0 context.Context, arg1 *outposts.ListCatalogItemsInput, ...) (*outposts.ListCatalogItemsOutput, error)
- func (m *MockOutpostsAPI) ListOrders(arg0 *outposts.ListOrdersInput) (*outposts.ListOrdersOutput, error)
- func (m *MockOutpostsAPI) ListOrdersPages(arg0 *outposts.ListOrdersInput, ...) error
- func (m *MockOutpostsAPI) ListOrdersPagesWithContext(arg0 context.Context, arg1 *outposts.ListOrdersInput, ...) error
- func (m *MockOutpostsAPI) ListOrdersRequest(arg0 *outposts.ListOrdersInput) (*request.Request, *outposts.ListOrdersOutput)
- func (m *MockOutpostsAPI) ListOrdersWithContext(arg0 context.Context, arg1 *outposts.ListOrdersInput, arg2 ...request.Option) (*outposts.ListOrdersOutput, error)
- func (m *MockOutpostsAPI) ListOutposts(arg0 *outposts.ListOutpostsInput) (*outposts.ListOutpostsOutput, error)
- func (m *MockOutpostsAPI) ListOutpostsPages(arg0 *outposts.ListOutpostsInput, ...) error
- func (m *MockOutpostsAPI) ListOutpostsPagesWithContext(arg0 context.Context, arg1 *outposts.ListOutpostsInput, ...) error
- func (m *MockOutpostsAPI) ListOutpostsRequest(arg0 *outposts.ListOutpostsInput) (*request.Request, *outposts.ListOutpostsOutput)
- func (m *MockOutpostsAPI) ListOutpostsWithContext(arg0 context.Context, arg1 *outposts.ListOutpostsInput, arg2 ...request.Option) (*outposts.ListOutpostsOutput, error)
- func (m *MockOutpostsAPI) ListSites(arg0 *outposts.ListSitesInput) (*outposts.ListSitesOutput, error)
- func (m *MockOutpostsAPI) ListSitesPages(arg0 *outposts.ListSitesInput, arg1 func(*outposts.ListSitesOutput, bool) bool) error
- func (m *MockOutpostsAPI) ListSitesPagesWithContext(arg0 context.Context, arg1 *outposts.ListSitesInput, ...) error
- func (m *MockOutpostsAPI) ListSitesRequest(arg0 *outposts.ListSitesInput) (*request.Request, *outposts.ListSitesOutput)
- func (m *MockOutpostsAPI) ListSitesWithContext(arg0 context.Context, arg1 *outposts.ListSitesInput, arg2 ...request.Option) (*outposts.ListSitesOutput, error)
- func (m *MockOutpostsAPI) ListTagsForResource(arg0 *outposts.ListTagsForResourceInput) (*outposts.ListTagsForResourceOutput, error)
- func (m *MockOutpostsAPI) ListTagsForResourceRequest(arg0 *outposts.ListTagsForResourceInput) (*request.Request, *outposts.ListTagsForResourceOutput)
- func (m *MockOutpostsAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *outposts.ListTagsForResourceInput, ...) (*outposts.ListTagsForResourceOutput, error)
- func (m *MockOutpostsAPI) StartConnection(arg0 *outposts.StartConnectionInput) (*outposts.StartConnectionOutput, error)
- func (m *MockOutpostsAPI) StartConnectionRequest(arg0 *outposts.StartConnectionInput) (*request.Request, *outposts.StartConnectionOutput)
- func (m *MockOutpostsAPI) StartConnectionWithContext(arg0 context.Context, arg1 *outposts.StartConnectionInput, ...) (*outposts.StartConnectionOutput, error)
- func (m *MockOutpostsAPI) TagResource(arg0 *outposts.TagResourceInput) (*outposts.TagResourceOutput, error)
- func (m *MockOutpostsAPI) TagResourceRequest(arg0 *outposts.TagResourceInput) (*request.Request, *outposts.TagResourceOutput)
- func (m *MockOutpostsAPI) TagResourceWithContext(arg0 context.Context, arg1 *outposts.TagResourceInput, arg2 ...request.Option) (*outposts.TagResourceOutput, error)
- func (m *MockOutpostsAPI) UntagResource(arg0 *outposts.UntagResourceInput) (*outposts.UntagResourceOutput, error)
- func (m *MockOutpostsAPI) UntagResourceRequest(arg0 *outposts.UntagResourceInput) (*request.Request, *outposts.UntagResourceOutput)
- func (m *MockOutpostsAPI) UntagResourceWithContext(arg0 context.Context, arg1 *outposts.UntagResourceInput, ...) (*outposts.UntagResourceOutput, error)
- func (m *MockOutpostsAPI) UpdateOutpost(arg0 *outposts.UpdateOutpostInput) (*outposts.UpdateOutpostOutput, error)
- func (m *MockOutpostsAPI) UpdateOutpostRequest(arg0 *outposts.UpdateOutpostInput) (*request.Request, *outposts.UpdateOutpostOutput)
- func (m *MockOutpostsAPI) UpdateOutpostWithContext(arg0 context.Context, arg1 *outposts.UpdateOutpostInput, ...) (*outposts.UpdateOutpostOutput, error)
- func (m *MockOutpostsAPI) UpdateSite(arg0 *outposts.UpdateSiteInput) (*outposts.UpdateSiteOutput, error)
- func (m *MockOutpostsAPI) UpdateSiteAddress(arg0 *outposts.UpdateSiteAddressInput) (*outposts.UpdateSiteAddressOutput, error)
- func (m *MockOutpostsAPI) UpdateSiteAddressRequest(arg0 *outposts.UpdateSiteAddressInput) (*request.Request, *outposts.UpdateSiteAddressOutput)
- func (m *MockOutpostsAPI) UpdateSiteAddressWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteAddressInput, ...) (*outposts.UpdateSiteAddressOutput, error)
- func (m *MockOutpostsAPI) UpdateSiteRackPhysicalProperties(arg0 *outposts.UpdateSiteRackPhysicalPropertiesInput) (*outposts.UpdateSiteRackPhysicalPropertiesOutput, error)
- func (m *MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesRequest(arg0 *outposts.UpdateSiteRackPhysicalPropertiesInput) (*request.Request, *outposts.UpdateSiteRackPhysicalPropertiesOutput)
- func (m *MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteRackPhysicalPropertiesInput, ...) (*outposts.UpdateSiteRackPhysicalPropertiesOutput, error)
- func (m *MockOutpostsAPI) UpdateSiteRequest(arg0 *outposts.UpdateSiteInput) (*request.Request, *outposts.UpdateSiteOutput)
- func (m *MockOutpostsAPI) UpdateSiteWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteInput, arg2 ...request.Option) (*outposts.UpdateSiteOutput, error)
- type MockOutpostsAPIMockRecorder
- func (mr *MockOutpostsAPIMockRecorder) CancelOrder(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CancelOrderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CancelOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOrder(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOrderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOutpost(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOutpostRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateSite(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateSiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) CreateSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteOutpost(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteOutpostRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteSite(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteSiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) DeleteSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetCatalogItem(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetCatalogItemRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetCatalogItemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetConnection(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOrder(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOrderRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOrderWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpost(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypes(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostInstanceTypesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSite(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSiteAddress(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSiteAddressRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSiteAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) GetSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListAssets(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListAssetsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListAssetsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListAssetsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListAssetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListCatalogItems(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListCatalogItemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOrders(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOrdersPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOrdersPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOrdersRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOrdersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOutposts(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOutpostsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOutpostsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOutpostsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListOutpostsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListSites(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListSitesPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListSitesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListSitesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListSitesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) StartConnection(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) StartConnectionRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) StartConnectionWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateOutpost(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateOutpostRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateOutpostWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSite(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddress(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddressRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteAddressWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalProperties(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRackPhysicalPropertiesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteRequest(arg0 interface{}) *gomock.Call
- func (mr *MockOutpostsAPIMockRecorder) UpdateSiteWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
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) CancelOrder ¶
func (m *MockOutpostsAPI) CancelOrder(arg0 *outposts.CancelOrderInput) (*outposts.CancelOrderOutput, error)
CancelOrder mocks base method
func (*MockOutpostsAPI) CancelOrderRequest ¶
func (m *MockOutpostsAPI) CancelOrderRequest(arg0 *outposts.CancelOrderInput) (*request.Request, *outposts.CancelOrderOutput)
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 ¶
func (m *MockOutpostsAPI) CreateOrder(arg0 *outposts.CreateOrderInput) (*outposts.CreateOrderOutput, error)
CreateOrder mocks base method
func (*MockOutpostsAPI) CreateOrderRequest ¶
func (m *MockOutpostsAPI) CreateOrderRequest(arg0 *outposts.CreateOrderInput) (*request.Request, *outposts.CreateOrderOutput)
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 ¶
func (m *MockOutpostsAPI) CreateOutpost(arg0 *outposts.CreateOutpostInput) (*outposts.CreateOutpostOutput, error)
CreateOutpost mocks base method
func (*MockOutpostsAPI) CreateOutpostRequest ¶
func (m *MockOutpostsAPI) CreateOutpostRequest(arg0 *outposts.CreateOutpostInput) (*request.Request, *outposts.CreateOutpostOutput)
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 ¶
func (m *MockOutpostsAPI) CreateSite(arg0 *outposts.CreateSiteInput) (*outposts.CreateSiteOutput, error)
CreateSite mocks base method
func (*MockOutpostsAPI) CreateSiteRequest ¶
func (m *MockOutpostsAPI) CreateSiteRequest(arg0 *outposts.CreateSiteInput) (*request.Request, *outposts.CreateSiteOutput)
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 ¶
func (m *MockOutpostsAPI) DeleteOutpost(arg0 *outposts.DeleteOutpostInput) (*outposts.DeleteOutpostOutput, error)
DeleteOutpost mocks base method
func (*MockOutpostsAPI) DeleteOutpostRequest ¶
func (m *MockOutpostsAPI) DeleteOutpostRequest(arg0 *outposts.DeleteOutpostInput) (*request.Request, *outposts.DeleteOutpostOutput)
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 ¶
func (m *MockOutpostsAPI) DeleteSite(arg0 *outposts.DeleteSiteInput) (*outposts.DeleteSiteOutput, error)
DeleteSite mocks base method
func (*MockOutpostsAPI) DeleteSiteRequest ¶
func (m *MockOutpostsAPI) DeleteSiteRequest(arg0 *outposts.DeleteSiteInput) (*request.Request, *outposts.DeleteSiteOutput)
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 ¶
func (m *MockOutpostsAPI) EXPECT() *MockOutpostsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockOutpostsAPI) GetCatalogItem ¶
func (m *MockOutpostsAPI) GetCatalogItem(arg0 *outposts.GetCatalogItemInput) (*outposts.GetCatalogItemOutput, error)
GetCatalogItem mocks base method
func (*MockOutpostsAPI) GetCatalogItemRequest ¶
func (m *MockOutpostsAPI) GetCatalogItemRequest(arg0 *outposts.GetCatalogItemInput) (*request.Request, *outposts.GetCatalogItemOutput)
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
func (m *MockOutpostsAPI) GetConnection(arg0 *outposts.GetConnectionInput) (*outposts.GetConnectionOutput, error)
GetConnection mocks base method
func (*MockOutpostsAPI) GetConnectionRequest ¶ added in v1.44.33
func (m *MockOutpostsAPI) GetConnectionRequest(arg0 *outposts.GetConnectionInput) (*request.Request, *outposts.GetConnectionOutput)
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 ¶
func (m *MockOutpostsAPI) GetOrder(arg0 *outposts.GetOrderInput) (*outposts.GetOrderOutput, error)
GetOrder mocks base method
func (*MockOutpostsAPI) GetOrderRequest ¶
func (m *MockOutpostsAPI) GetOrderRequest(arg0 *outposts.GetOrderInput) (*request.Request, *outposts.GetOrderOutput)
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 ¶
func (m *MockOutpostsAPI) GetOutpost(arg0 *outposts.GetOutpostInput) (*outposts.GetOutpostOutput, error)
GetOutpost mocks base method
func (*MockOutpostsAPI) GetOutpostInstanceTypes ¶
func (m *MockOutpostsAPI) GetOutpostInstanceTypes(arg0 *outposts.GetOutpostInstanceTypesInput) (*outposts.GetOutpostInstanceTypesOutput, error)
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 ¶
func (m *MockOutpostsAPI) GetOutpostInstanceTypesRequest(arg0 *outposts.GetOutpostInstanceTypesInput) (*request.Request, *outposts.GetOutpostInstanceTypesOutput)
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 ¶
func (m *MockOutpostsAPI) GetOutpostRequest(arg0 *outposts.GetOutpostInput) (*request.Request, *outposts.GetOutpostOutput)
GetOutpostRequest 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 ¶
func (m *MockOutpostsAPI) GetSite(arg0 *outposts.GetSiteInput) (*outposts.GetSiteOutput, error)
GetSite mocks base method
func (*MockOutpostsAPI) GetSiteAddress ¶
func (m *MockOutpostsAPI) GetSiteAddress(arg0 *outposts.GetSiteAddressInput) (*outposts.GetSiteAddressOutput, error)
GetSiteAddress mocks base method
func (*MockOutpostsAPI) GetSiteAddressRequest ¶
func (m *MockOutpostsAPI) GetSiteAddressRequest(arg0 *outposts.GetSiteAddressInput) (*request.Request, *outposts.GetSiteAddressOutput)
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 ¶
func (m *MockOutpostsAPI) GetSiteRequest(arg0 *outposts.GetSiteInput) (*request.Request, *outposts.GetSiteOutput)
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
func (m *MockOutpostsAPI) ListAssets(arg0 *outposts.ListAssetsInput) (*outposts.ListAssetsOutput, error)
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
func (m *MockOutpostsAPI) ListAssetsRequest(arg0 *outposts.ListAssetsInput) (*request.Request, *outposts.ListAssetsOutput)
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) ListCatalogItems ¶
func (m *MockOutpostsAPI) ListCatalogItems(arg0 *outposts.ListCatalogItemsInput) (*outposts.ListCatalogItemsOutput, error)
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 ¶
func (m *MockOutpostsAPI) ListCatalogItemsRequest(arg0 *outposts.ListCatalogItemsInput) (*request.Request, *outposts.ListCatalogItemsOutput)
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 ¶
func (m *MockOutpostsAPI) ListOrders(arg0 *outposts.ListOrdersInput) (*outposts.ListOrdersOutput, error)
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 ¶
func (m *MockOutpostsAPI) ListOrdersRequest(arg0 *outposts.ListOrdersInput) (*request.Request, *outposts.ListOrdersOutput)
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 ¶
func (m *MockOutpostsAPI) ListOutposts(arg0 *outposts.ListOutpostsInput) (*outposts.ListOutpostsOutput, error)
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 ¶
func (m *MockOutpostsAPI) ListOutpostsRequest(arg0 *outposts.ListOutpostsInput) (*request.Request, *outposts.ListOutpostsOutput)
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 ¶
func (m *MockOutpostsAPI) ListSites(arg0 *outposts.ListSitesInput) (*outposts.ListSitesOutput, error)
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 ¶
func (m *MockOutpostsAPI) ListSitesRequest(arg0 *outposts.ListSitesInput) (*request.Request, *outposts.ListSitesOutput)
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 ¶
func (m *MockOutpostsAPI) ListTagsForResource(arg0 *outposts.ListTagsForResourceInput) (*outposts.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockOutpostsAPI) ListTagsForResourceRequest ¶
func (m *MockOutpostsAPI) ListTagsForResourceRequest(arg0 *outposts.ListTagsForResourceInput) (*request.Request, *outposts.ListTagsForResourceOutput)
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) StartConnection ¶ added in v1.44.33
func (m *MockOutpostsAPI) StartConnection(arg0 *outposts.StartConnectionInput) (*outposts.StartConnectionOutput, error)
StartConnection mocks base method
func (*MockOutpostsAPI) StartConnectionRequest ¶ added in v1.44.33
func (m *MockOutpostsAPI) StartConnectionRequest(arg0 *outposts.StartConnectionInput) (*request.Request, *outposts.StartConnectionOutput)
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 ¶
func (m *MockOutpostsAPI) TagResource(arg0 *outposts.TagResourceInput) (*outposts.TagResourceOutput, error)
TagResource mocks base method
func (*MockOutpostsAPI) TagResourceRequest ¶
func (m *MockOutpostsAPI) TagResourceRequest(arg0 *outposts.TagResourceInput) (*request.Request, *outposts.TagResourceOutput)
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 ¶
func (m *MockOutpostsAPI) UntagResource(arg0 *outposts.UntagResourceInput) (*outposts.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockOutpostsAPI) UntagResourceRequest ¶
func (m *MockOutpostsAPI) UntagResourceRequest(arg0 *outposts.UntagResourceInput) (*request.Request, *outposts.UntagResourceOutput)
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 ¶
func (m *MockOutpostsAPI) UpdateOutpost(arg0 *outposts.UpdateOutpostInput) (*outposts.UpdateOutpostOutput, error)
UpdateOutpost mocks base method
func (*MockOutpostsAPI) UpdateOutpostRequest ¶
func (m *MockOutpostsAPI) UpdateOutpostRequest(arg0 *outposts.UpdateOutpostInput) (*request.Request, *outposts.UpdateOutpostOutput)
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 ¶
func (m *MockOutpostsAPI) UpdateSite(arg0 *outposts.UpdateSiteInput) (*outposts.UpdateSiteOutput, error)
UpdateSite mocks base method
func (*MockOutpostsAPI) UpdateSiteAddress ¶
func (m *MockOutpostsAPI) UpdateSiteAddress(arg0 *outposts.UpdateSiteAddressInput) (*outposts.UpdateSiteAddressOutput, error)
UpdateSiteAddress mocks base method
func (*MockOutpostsAPI) UpdateSiteAddressRequest ¶
func (m *MockOutpostsAPI) UpdateSiteAddressRequest(arg0 *outposts.UpdateSiteAddressInput) (*request.Request, *outposts.UpdateSiteAddressOutput)
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 ¶
func (m *MockOutpostsAPI) UpdateSiteRackPhysicalProperties(arg0 *outposts.UpdateSiteRackPhysicalPropertiesInput) (*outposts.UpdateSiteRackPhysicalPropertiesOutput, error)
UpdateSiteRackPhysicalProperties mocks base method
func (*MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesRequest ¶
func (m *MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesRequest(arg0 *outposts.UpdateSiteRackPhysicalPropertiesInput) (*request.Request, *outposts.UpdateSiteRackPhysicalPropertiesOutput)
UpdateSiteRackPhysicalPropertiesRequest mocks base method
func (*MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesWithContext ¶
func (m *MockOutpostsAPI) UpdateSiteRackPhysicalPropertiesWithContext(arg0 context.Context, arg1 *outposts.UpdateSiteRackPhysicalPropertiesInput, arg2 ...request.Option) (*outposts.UpdateSiteRackPhysicalPropertiesOutput, error)
UpdateSiteRackPhysicalPropertiesWithContext mocks base method
func (*MockOutpostsAPI) UpdateSiteRequest ¶
func (m *MockOutpostsAPI) UpdateSiteRequest(arg0 *outposts.UpdateSiteInput) (*request.Request, *outposts.UpdateSiteOutput)
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) 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) 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) 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) 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) 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