Documentation ¶
Overview ¶
Package s3outpostsmock is a generated GoMock package.
Index ¶
- type MockS3OutpostsAPI
- func (m *MockS3OutpostsAPI) CreateEndpoint(arg0 *s3outposts.CreateEndpointInput) (*s3outposts.CreateEndpointOutput, error)
- func (m *MockS3OutpostsAPI) CreateEndpointRequest(arg0 *s3outposts.CreateEndpointInput) (*request.Request, *s3outposts.CreateEndpointOutput)
- func (m *MockS3OutpostsAPI) CreateEndpointWithContext(arg0 context.Context, arg1 *s3outposts.CreateEndpointInput, ...) (*s3outposts.CreateEndpointOutput, error)
- func (m *MockS3OutpostsAPI) DeleteEndpoint(arg0 *s3outposts.DeleteEndpointInput) (*s3outposts.DeleteEndpointOutput, error)
- func (m *MockS3OutpostsAPI) DeleteEndpointRequest(arg0 *s3outposts.DeleteEndpointInput) (*request.Request, *s3outposts.DeleteEndpointOutput)
- func (m *MockS3OutpostsAPI) DeleteEndpointWithContext(arg0 context.Context, arg1 *s3outposts.DeleteEndpointInput, ...) (*s3outposts.DeleteEndpointOutput, error)
- func (m *MockS3OutpostsAPI) EXPECT() *MockS3OutpostsAPIMockRecorder
- func (m *MockS3OutpostsAPI) ListEndpoints(arg0 *s3outposts.ListEndpointsInput) (*s3outposts.ListEndpointsOutput, error)
- func (m *MockS3OutpostsAPI) ListEndpointsPages(arg0 *s3outposts.ListEndpointsInput, ...) error
- func (m *MockS3OutpostsAPI) ListEndpointsPagesWithContext(arg0 context.Context, arg1 *s3outposts.ListEndpointsInput, ...) error
- func (m *MockS3OutpostsAPI) ListEndpointsRequest(arg0 *s3outposts.ListEndpointsInput) (*request.Request, *s3outposts.ListEndpointsOutput)
- func (m *MockS3OutpostsAPI) ListEndpointsWithContext(arg0 context.Context, arg1 *s3outposts.ListEndpointsInput, ...) (*s3outposts.ListEndpointsOutput, error)
- func (m *MockS3OutpostsAPI) ListSharedEndpoints(arg0 *s3outposts.ListSharedEndpointsInput) (*s3outposts.ListSharedEndpointsOutput, error)
- func (m *MockS3OutpostsAPI) ListSharedEndpointsPages(arg0 *s3outposts.ListSharedEndpointsInput, ...) error
- func (m *MockS3OutpostsAPI) ListSharedEndpointsPagesWithContext(arg0 context.Context, arg1 *s3outposts.ListSharedEndpointsInput, ...) error
- func (m *MockS3OutpostsAPI) ListSharedEndpointsRequest(arg0 *s3outposts.ListSharedEndpointsInput) (*request.Request, *s3outposts.ListSharedEndpointsOutput)
- func (m *MockS3OutpostsAPI) ListSharedEndpointsWithContext(arg0 context.Context, arg1 *s3outposts.ListSharedEndpointsInput, ...) (*s3outposts.ListSharedEndpointsOutput, error)
- type MockS3OutpostsAPIMockRecorder
- func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpoint(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpointRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpoints(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockS3OutpostsAPI ¶
type MockS3OutpostsAPI struct {
// contains filtered or unexported fields
}
MockS3OutpostsAPI is a mock of S3OutpostsAPI interface
func NewMockS3OutpostsAPI ¶
func NewMockS3OutpostsAPI(ctrl *gomock.Controller) *MockS3OutpostsAPI
NewMockS3OutpostsAPI creates a new mock instance
func (*MockS3OutpostsAPI) CreateEndpoint ¶
func (m *MockS3OutpostsAPI) CreateEndpoint(arg0 *s3outposts.CreateEndpointInput) (*s3outposts.CreateEndpointOutput, error)
CreateEndpoint mocks base method
func (*MockS3OutpostsAPI) CreateEndpointRequest ¶
func (m *MockS3OutpostsAPI) CreateEndpointRequest(arg0 *s3outposts.CreateEndpointInput) (*request.Request, *s3outposts.CreateEndpointOutput)
CreateEndpointRequest mocks base method
func (*MockS3OutpostsAPI) CreateEndpointWithContext ¶
func (m *MockS3OutpostsAPI) CreateEndpointWithContext(arg0 context.Context, arg1 *s3outposts.CreateEndpointInput, arg2 ...request.Option) (*s3outposts.CreateEndpointOutput, error)
CreateEndpointWithContext mocks base method
func (*MockS3OutpostsAPI) DeleteEndpoint ¶
func (m *MockS3OutpostsAPI) DeleteEndpoint(arg0 *s3outposts.DeleteEndpointInput) (*s3outposts.DeleteEndpointOutput, error)
DeleteEndpoint mocks base method
func (*MockS3OutpostsAPI) DeleteEndpointRequest ¶
func (m *MockS3OutpostsAPI) DeleteEndpointRequest(arg0 *s3outposts.DeleteEndpointInput) (*request.Request, *s3outposts.DeleteEndpointOutput)
DeleteEndpointRequest mocks base method
func (*MockS3OutpostsAPI) DeleteEndpointWithContext ¶
func (m *MockS3OutpostsAPI) DeleteEndpointWithContext(arg0 context.Context, arg1 *s3outposts.DeleteEndpointInput, arg2 ...request.Option) (*s3outposts.DeleteEndpointOutput, error)
DeleteEndpointWithContext mocks base method
func (*MockS3OutpostsAPI) EXPECT ¶
func (m *MockS3OutpostsAPI) EXPECT() *MockS3OutpostsAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockS3OutpostsAPI) ListEndpoints ¶
func (m *MockS3OutpostsAPI) ListEndpoints(arg0 *s3outposts.ListEndpointsInput) (*s3outposts.ListEndpointsOutput, error)
ListEndpoints mocks base method
func (*MockS3OutpostsAPI) ListEndpointsPages ¶
func (m *MockS3OutpostsAPI) ListEndpointsPages(arg0 *s3outposts.ListEndpointsInput, arg1 func(*s3outposts.ListEndpointsOutput, bool) bool) error
ListEndpointsPages mocks base method
func (*MockS3OutpostsAPI) ListEndpointsPagesWithContext ¶
func (m *MockS3OutpostsAPI) ListEndpointsPagesWithContext(arg0 context.Context, arg1 *s3outposts.ListEndpointsInput, arg2 func(*s3outposts.ListEndpointsOutput, bool) bool, arg3 ...request.Option) error
ListEndpointsPagesWithContext mocks base method
func (*MockS3OutpostsAPI) ListEndpointsRequest ¶
func (m *MockS3OutpostsAPI) ListEndpointsRequest(arg0 *s3outposts.ListEndpointsInput) (*request.Request, *s3outposts.ListEndpointsOutput)
ListEndpointsRequest mocks base method
func (*MockS3OutpostsAPI) ListEndpointsWithContext ¶
func (m *MockS3OutpostsAPI) ListEndpointsWithContext(arg0 context.Context, arg1 *s3outposts.ListEndpointsInput, arg2 ...request.Option) (*s3outposts.ListEndpointsOutput, error)
ListEndpointsWithContext mocks base method
func (*MockS3OutpostsAPI) ListSharedEndpoints ¶
func (m *MockS3OutpostsAPI) ListSharedEndpoints(arg0 *s3outposts.ListSharedEndpointsInput) (*s3outposts.ListSharedEndpointsOutput, error)
ListSharedEndpoints mocks base method
func (*MockS3OutpostsAPI) ListSharedEndpointsPages ¶
func (m *MockS3OutpostsAPI) ListSharedEndpointsPages(arg0 *s3outposts.ListSharedEndpointsInput, arg1 func(*s3outposts.ListSharedEndpointsOutput, bool) bool) error
ListSharedEndpointsPages mocks base method
func (*MockS3OutpostsAPI) ListSharedEndpointsPagesWithContext ¶
func (m *MockS3OutpostsAPI) ListSharedEndpointsPagesWithContext(arg0 context.Context, arg1 *s3outposts.ListSharedEndpointsInput, arg2 func(*s3outposts.ListSharedEndpointsOutput, bool) bool, arg3 ...request.Option) error
ListSharedEndpointsPagesWithContext mocks base method
func (*MockS3OutpostsAPI) ListSharedEndpointsRequest ¶
func (m *MockS3OutpostsAPI) ListSharedEndpointsRequest(arg0 *s3outposts.ListSharedEndpointsInput) (*request.Request, *s3outposts.ListSharedEndpointsOutput)
ListSharedEndpointsRequest mocks base method
func (*MockS3OutpostsAPI) ListSharedEndpointsWithContext ¶
func (m *MockS3OutpostsAPI) ListSharedEndpointsWithContext(arg0 context.Context, arg1 *s3outposts.ListSharedEndpointsInput, arg2 ...request.Option) (*s3outposts.ListSharedEndpointsOutput, error)
ListSharedEndpointsWithContext mocks base method
type MockS3OutpostsAPIMockRecorder ¶
type MockS3OutpostsAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockS3OutpostsAPIMockRecorder is the mock recorder for MockS3OutpostsAPI
func (*MockS3OutpostsAPIMockRecorder) CreateEndpoint ¶
func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpoint(arg0 interface{}) *gomock.Call
CreateEndpoint indicates an expected call of CreateEndpoint
func (*MockS3OutpostsAPIMockRecorder) CreateEndpointRequest ¶
func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpointRequest(arg0 interface{}) *gomock.Call
CreateEndpointRequest indicates an expected call of CreateEndpointRequest
func (*MockS3OutpostsAPIMockRecorder) CreateEndpointWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) CreateEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CreateEndpointWithContext indicates an expected call of CreateEndpointWithContext
func (*MockS3OutpostsAPIMockRecorder) DeleteEndpoint ¶
func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpoint(arg0 interface{}) *gomock.Call
DeleteEndpoint indicates an expected call of DeleteEndpoint
func (*MockS3OutpostsAPIMockRecorder) DeleteEndpointRequest ¶
func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpointRequest(arg0 interface{}) *gomock.Call
DeleteEndpointRequest indicates an expected call of DeleteEndpointRequest
func (*MockS3OutpostsAPIMockRecorder) DeleteEndpointWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) DeleteEndpointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteEndpointWithContext indicates an expected call of DeleteEndpointWithContext
func (*MockS3OutpostsAPIMockRecorder) ListEndpoints ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListEndpoints(arg0 interface{}) *gomock.Call
ListEndpoints indicates an expected call of ListEndpoints
func (*MockS3OutpostsAPIMockRecorder) ListEndpointsPages ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsPages(arg0, arg1 interface{}) *gomock.Call
ListEndpointsPages indicates an expected call of ListEndpointsPages
func (*MockS3OutpostsAPIMockRecorder) ListEndpointsPagesWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListEndpointsPagesWithContext indicates an expected call of ListEndpointsPagesWithContext
func (*MockS3OutpostsAPIMockRecorder) ListEndpointsRequest ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsRequest(arg0 interface{}) *gomock.Call
ListEndpointsRequest indicates an expected call of ListEndpointsRequest
func (*MockS3OutpostsAPIMockRecorder) ListEndpointsWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListEndpointsWithContext indicates an expected call of ListEndpointsWithContext
func (*MockS3OutpostsAPIMockRecorder) ListSharedEndpoints ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpoints(arg0 interface{}) *gomock.Call
ListSharedEndpoints indicates an expected call of ListSharedEndpoints
func (*MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPages ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPages(arg0, arg1 interface{}) *gomock.Call
ListSharedEndpointsPages indicates an expected call of ListSharedEndpointsPages
func (*MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPagesWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListSharedEndpointsPagesWithContext indicates an expected call of ListSharedEndpointsPagesWithContext
func (*MockS3OutpostsAPIMockRecorder) ListSharedEndpointsRequest ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsRequest(arg0 interface{}) *gomock.Call
ListSharedEndpointsRequest indicates an expected call of ListSharedEndpointsRequest
func (*MockS3OutpostsAPIMockRecorder) ListSharedEndpointsWithContext ¶
func (mr *MockS3OutpostsAPIMockRecorder) ListSharedEndpointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListSharedEndpointsWithContext indicates an expected call of ListSharedEndpointsWithContext