Documentation ¶
Overview ¶
Package iotsecuretunnelingmock is a generated GoMock package.
Index ¶
- type MockIoTSecureTunnelingAPI
- func (m *MockIoTSecureTunnelingAPI) CloseTunnel(arg0 *iotsecuretunneling.CloseTunnelInput) (*iotsecuretunneling.CloseTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) CloseTunnelRequest(arg0 *iotsecuretunneling.CloseTunnelInput) (*request.Request, *iotsecuretunneling.CloseTunnelOutput)
- func (m *MockIoTSecureTunnelingAPI) CloseTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.CloseTunnelInput, ...) (*iotsecuretunneling.CloseTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) DescribeTunnel(arg0 *iotsecuretunneling.DescribeTunnelInput) (*iotsecuretunneling.DescribeTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) DescribeTunnelRequest(arg0 *iotsecuretunneling.DescribeTunnelInput) (*request.Request, *iotsecuretunneling.DescribeTunnelOutput)
- func (m *MockIoTSecureTunnelingAPI) DescribeTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.DescribeTunnelInput, ...) (*iotsecuretunneling.DescribeTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) EXPECT() *MockIoTSecureTunnelingAPIMockRecorder
- func (m *MockIoTSecureTunnelingAPI) ListTagsForResource(arg0 *iotsecuretunneling.ListTagsForResourceInput) (*iotsecuretunneling.ListTagsForResourceOutput, error)
- func (m *MockIoTSecureTunnelingAPI) ListTagsForResourceRequest(arg0 *iotsecuretunneling.ListTagsForResourceInput) (*request.Request, *iotsecuretunneling.ListTagsForResourceOutput)
- func (m *MockIoTSecureTunnelingAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTagsForResourceInput, ...) (*iotsecuretunneling.ListTagsForResourceOutput, error)
- func (m *MockIoTSecureTunnelingAPI) ListTunnels(arg0 *iotsecuretunneling.ListTunnelsInput) (*iotsecuretunneling.ListTunnelsOutput, error)
- func (m *MockIoTSecureTunnelingAPI) ListTunnelsPages(arg0 *iotsecuretunneling.ListTunnelsInput, ...) error
- func (m *MockIoTSecureTunnelingAPI) ListTunnelsPagesWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTunnelsInput, ...) error
- func (m *MockIoTSecureTunnelingAPI) ListTunnelsRequest(arg0 *iotsecuretunneling.ListTunnelsInput) (*request.Request, *iotsecuretunneling.ListTunnelsOutput)
- func (m *MockIoTSecureTunnelingAPI) ListTunnelsWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTunnelsInput, ...) (*iotsecuretunneling.ListTunnelsOutput, error)
- func (m *MockIoTSecureTunnelingAPI) OpenTunnel(arg0 *iotsecuretunneling.OpenTunnelInput) (*iotsecuretunneling.OpenTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) OpenTunnelRequest(arg0 *iotsecuretunneling.OpenTunnelInput) (*request.Request, *iotsecuretunneling.OpenTunnelOutput)
- func (m *MockIoTSecureTunnelingAPI) OpenTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.OpenTunnelInput, ...) (*iotsecuretunneling.OpenTunnelOutput, error)
- func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessToken(arg0 *iotsecuretunneling.RotateTunnelAccessTokenInput) (*iotsecuretunneling.RotateTunnelAccessTokenOutput, error)
- func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenRequest(arg0 *iotsecuretunneling.RotateTunnelAccessTokenInput) (*request.Request, *iotsecuretunneling.RotateTunnelAccessTokenOutput)
- func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenWithContext(arg0 context.Context, arg1 *iotsecuretunneling.RotateTunnelAccessTokenInput, ...) (*iotsecuretunneling.RotateTunnelAccessTokenOutput, error)
- func (m *MockIoTSecureTunnelingAPI) TagResource(arg0 *iotsecuretunneling.TagResourceInput) (*iotsecuretunneling.TagResourceOutput, error)
- func (m *MockIoTSecureTunnelingAPI) TagResourceRequest(arg0 *iotsecuretunneling.TagResourceInput) (*request.Request, *iotsecuretunneling.TagResourceOutput)
- func (m *MockIoTSecureTunnelingAPI) TagResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.TagResourceInput, ...) (*iotsecuretunneling.TagResourceOutput, error)
- func (m *MockIoTSecureTunnelingAPI) UntagResource(arg0 *iotsecuretunneling.UntagResourceInput) (*iotsecuretunneling.UntagResourceOutput, error)
- func (m *MockIoTSecureTunnelingAPI) UntagResourceRequest(arg0 *iotsecuretunneling.UntagResourceInput) (*request.Request, *iotsecuretunneling.UntagResourceOutput)
- func (m *MockIoTSecureTunnelingAPI) UntagResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.UntagResourceInput, ...) (*iotsecuretunneling.UntagResourceOutput, error)
- type MockIoTSecureTunnelingAPIMockRecorder
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnel(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnel(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnels(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPages(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnel(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessToken(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
- func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIoTSecureTunnelingAPI ¶
type MockIoTSecureTunnelingAPI struct {
// contains filtered or unexported fields
}
MockIoTSecureTunnelingAPI is a mock of IoTSecureTunnelingAPI interface
func NewMockIoTSecureTunnelingAPI ¶
func NewMockIoTSecureTunnelingAPI(ctrl *gomock.Controller) *MockIoTSecureTunnelingAPI
NewMockIoTSecureTunnelingAPI creates a new mock instance
func (*MockIoTSecureTunnelingAPI) CloseTunnel ¶
func (m *MockIoTSecureTunnelingAPI) CloseTunnel(arg0 *iotsecuretunneling.CloseTunnelInput) (*iotsecuretunneling.CloseTunnelOutput, error)
CloseTunnel mocks base method
func (*MockIoTSecureTunnelingAPI) CloseTunnelRequest ¶
func (m *MockIoTSecureTunnelingAPI) CloseTunnelRequest(arg0 *iotsecuretunneling.CloseTunnelInput) (*request.Request, *iotsecuretunneling.CloseTunnelOutput)
CloseTunnelRequest mocks base method
func (*MockIoTSecureTunnelingAPI) CloseTunnelWithContext ¶
func (m *MockIoTSecureTunnelingAPI) CloseTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.CloseTunnelInput, arg2 ...request.Option) (*iotsecuretunneling.CloseTunnelOutput, error)
CloseTunnelWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) DescribeTunnel ¶
func (m *MockIoTSecureTunnelingAPI) DescribeTunnel(arg0 *iotsecuretunneling.DescribeTunnelInput) (*iotsecuretunneling.DescribeTunnelOutput, error)
DescribeTunnel mocks base method
func (*MockIoTSecureTunnelingAPI) DescribeTunnelRequest ¶
func (m *MockIoTSecureTunnelingAPI) DescribeTunnelRequest(arg0 *iotsecuretunneling.DescribeTunnelInput) (*request.Request, *iotsecuretunneling.DescribeTunnelOutput)
DescribeTunnelRequest mocks base method
func (*MockIoTSecureTunnelingAPI) DescribeTunnelWithContext ¶
func (m *MockIoTSecureTunnelingAPI) DescribeTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.DescribeTunnelInput, arg2 ...request.Option) (*iotsecuretunneling.DescribeTunnelOutput, error)
DescribeTunnelWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) EXPECT ¶
func (m *MockIoTSecureTunnelingAPI) EXPECT() *MockIoTSecureTunnelingAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIoTSecureTunnelingAPI) ListTagsForResource ¶
func (m *MockIoTSecureTunnelingAPI) ListTagsForResource(arg0 *iotsecuretunneling.ListTagsForResourceInput) (*iotsecuretunneling.ListTagsForResourceOutput, error)
ListTagsForResource mocks base method
func (*MockIoTSecureTunnelingAPI) ListTagsForResourceRequest ¶
func (m *MockIoTSecureTunnelingAPI) ListTagsForResourceRequest(arg0 *iotsecuretunneling.ListTagsForResourceInput) (*request.Request, *iotsecuretunneling.ListTagsForResourceOutput)
ListTagsForResourceRequest mocks base method
func (*MockIoTSecureTunnelingAPI) ListTagsForResourceWithContext ¶
func (m *MockIoTSecureTunnelingAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTagsForResourceInput, arg2 ...request.Option) (*iotsecuretunneling.ListTagsForResourceOutput, error)
ListTagsForResourceWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) ListTunnels ¶
func (m *MockIoTSecureTunnelingAPI) ListTunnels(arg0 *iotsecuretunneling.ListTunnelsInput) (*iotsecuretunneling.ListTunnelsOutput, error)
ListTunnels mocks base method
func (*MockIoTSecureTunnelingAPI) ListTunnelsPages ¶
func (m *MockIoTSecureTunnelingAPI) ListTunnelsPages(arg0 *iotsecuretunneling.ListTunnelsInput, arg1 func(*iotsecuretunneling.ListTunnelsOutput, bool) bool) error
ListTunnelsPages mocks base method
func (*MockIoTSecureTunnelingAPI) ListTunnelsPagesWithContext ¶
func (m *MockIoTSecureTunnelingAPI) ListTunnelsPagesWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTunnelsInput, arg2 func(*iotsecuretunneling.ListTunnelsOutput, bool) bool, arg3 ...request.Option) error
ListTunnelsPagesWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) ListTunnelsRequest ¶
func (m *MockIoTSecureTunnelingAPI) ListTunnelsRequest(arg0 *iotsecuretunneling.ListTunnelsInput) (*request.Request, *iotsecuretunneling.ListTunnelsOutput)
ListTunnelsRequest mocks base method
func (*MockIoTSecureTunnelingAPI) ListTunnelsWithContext ¶
func (m *MockIoTSecureTunnelingAPI) ListTunnelsWithContext(arg0 context.Context, arg1 *iotsecuretunneling.ListTunnelsInput, arg2 ...request.Option) (*iotsecuretunneling.ListTunnelsOutput, error)
ListTunnelsWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) OpenTunnel ¶
func (m *MockIoTSecureTunnelingAPI) OpenTunnel(arg0 *iotsecuretunneling.OpenTunnelInput) (*iotsecuretunneling.OpenTunnelOutput, error)
OpenTunnel mocks base method
func (*MockIoTSecureTunnelingAPI) OpenTunnelRequest ¶
func (m *MockIoTSecureTunnelingAPI) OpenTunnelRequest(arg0 *iotsecuretunneling.OpenTunnelInput) (*request.Request, *iotsecuretunneling.OpenTunnelOutput)
OpenTunnelRequest mocks base method
func (*MockIoTSecureTunnelingAPI) OpenTunnelWithContext ¶
func (m *MockIoTSecureTunnelingAPI) OpenTunnelWithContext(arg0 context.Context, arg1 *iotsecuretunneling.OpenTunnelInput, arg2 ...request.Option) (*iotsecuretunneling.OpenTunnelOutput, error)
OpenTunnelWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) RotateTunnelAccessToken ¶ added in v1.44.7
func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessToken(arg0 *iotsecuretunneling.RotateTunnelAccessTokenInput) (*iotsecuretunneling.RotateTunnelAccessTokenOutput, error)
RotateTunnelAccessToken mocks base method
func (*MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenRequest ¶ added in v1.44.7
func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenRequest(arg0 *iotsecuretunneling.RotateTunnelAccessTokenInput) (*request.Request, *iotsecuretunneling.RotateTunnelAccessTokenOutput)
RotateTunnelAccessTokenRequest mocks base method
func (*MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenWithContext ¶ added in v1.44.7
func (m *MockIoTSecureTunnelingAPI) RotateTunnelAccessTokenWithContext(arg0 context.Context, arg1 *iotsecuretunneling.RotateTunnelAccessTokenInput, arg2 ...request.Option) (*iotsecuretunneling.RotateTunnelAccessTokenOutput, error)
RotateTunnelAccessTokenWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) TagResource ¶
func (m *MockIoTSecureTunnelingAPI) TagResource(arg0 *iotsecuretunneling.TagResourceInput) (*iotsecuretunneling.TagResourceOutput, error)
TagResource mocks base method
func (*MockIoTSecureTunnelingAPI) TagResourceRequest ¶
func (m *MockIoTSecureTunnelingAPI) TagResourceRequest(arg0 *iotsecuretunneling.TagResourceInput) (*request.Request, *iotsecuretunneling.TagResourceOutput)
TagResourceRequest mocks base method
func (*MockIoTSecureTunnelingAPI) TagResourceWithContext ¶
func (m *MockIoTSecureTunnelingAPI) TagResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.TagResourceInput, arg2 ...request.Option) (*iotsecuretunneling.TagResourceOutput, error)
TagResourceWithContext mocks base method
func (*MockIoTSecureTunnelingAPI) UntagResource ¶
func (m *MockIoTSecureTunnelingAPI) UntagResource(arg0 *iotsecuretunneling.UntagResourceInput) (*iotsecuretunneling.UntagResourceOutput, error)
UntagResource mocks base method
func (*MockIoTSecureTunnelingAPI) UntagResourceRequest ¶
func (m *MockIoTSecureTunnelingAPI) UntagResourceRequest(arg0 *iotsecuretunneling.UntagResourceInput) (*request.Request, *iotsecuretunneling.UntagResourceOutput)
UntagResourceRequest mocks base method
func (*MockIoTSecureTunnelingAPI) UntagResourceWithContext ¶
func (m *MockIoTSecureTunnelingAPI) UntagResourceWithContext(arg0 context.Context, arg1 *iotsecuretunneling.UntagResourceInput, arg2 ...request.Option) (*iotsecuretunneling.UntagResourceOutput, error)
UntagResourceWithContext mocks base method
type MockIoTSecureTunnelingAPIMockRecorder ¶
type MockIoTSecureTunnelingAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockIoTSecureTunnelingAPIMockRecorder is the mock recorder for MockIoTSecureTunnelingAPI
func (*MockIoTSecureTunnelingAPIMockRecorder) CloseTunnel ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnel(arg0 interface{}) *gomock.Call
CloseTunnel indicates an expected call of CloseTunnel
func (*MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelRequest(arg0 interface{}) *gomock.Call
CloseTunnelRequest indicates an expected call of CloseTunnelRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) CloseTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
CloseTunnelWithContext indicates an expected call of CloseTunnelWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnel ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnel(arg0 interface{}) *gomock.Call
DescribeTunnel indicates an expected call of DescribeTunnel
func (*MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelRequest(arg0 interface{}) *gomock.Call
DescribeTunnelRequest indicates an expected call of DescribeTunnelRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) DescribeTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DescribeTunnelWithContext indicates an expected call of DescribeTunnelWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResource ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call
ListTagsForResource indicates an expected call of ListTagsForResource
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call
ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTunnels ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnels(arg0 interface{}) *gomock.Call
ListTunnels indicates an expected call of ListTunnels
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPages ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPages(arg0, arg1 interface{}) *gomock.Call
ListTunnelsPages indicates an expected call of ListTunnelsPages
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPagesWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
ListTunnelsPagesWithContext indicates an expected call of ListTunnelsPagesWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsRequest(arg0 interface{}) *gomock.Call
ListTunnelsRequest indicates an expected call of ListTunnelsRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) ListTunnelsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
ListTunnelsWithContext indicates an expected call of ListTunnelsWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) OpenTunnel ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnel(arg0 interface{}) *gomock.Call
OpenTunnel indicates an expected call of OpenTunnel
func (*MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelRequest(arg0 interface{}) *gomock.Call
OpenTunnelRequest indicates an expected call of OpenTunnelRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) OpenTunnelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
OpenTunnelWithContext indicates an expected call of OpenTunnelWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessToken ¶ added in v1.44.7
func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessToken(arg0 interface{}) *gomock.Call
RotateTunnelAccessToken indicates an expected call of RotateTunnelAccessToken
func (*MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenRequest ¶ added in v1.44.7
func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenRequest(arg0 interface{}) *gomock.Call
RotateTunnelAccessTokenRequest indicates an expected call of RotateTunnelAccessTokenRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenWithContext ¶ added in v1.44.7
func (mr *MockIoTSecureTunnelingAPIMockRecorder) RotateTunnelAccessTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
RotateTunnelAccessTokenWithContext indicates an expected call of RotateTunnelAccessTokenWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) TagResource ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call
TagResource indicates an expected call of TagResource
func (*MockIoTSecureTunnelingAPIMockRecorder) TagResourceRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call
TagResourceRequest indicates an expected call of TagResourceRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) TagResourceWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
TagResourceWithContext indicates an expected call of TagResourceWithContext
func (*MockIoTSecureTunnelingAPIMockRecorder) UntagResource ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call
UntagResource indicates an expected call of UntagResource
func (*MockIoTSecureTunnelingAPIMockRecorder) UntagResourceRequest ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call
UntagResourceRequest indicates an expected call of UntagResourceRequest
func (*MockIoTSecureTunnelingAPIMockRecorder) UntagResourceWithContext ¶
func (mr *MockIoTSecureTunnelingAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
UntagResourceWithContext indicates an expected call of UntagResourceWithContext