Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IClient ¶
IClient is an autogenerated mock type for the IClient type
func NewIClient ¶
NewIClient creates a new instance of IClient. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*IClient) RegisterManagedInstance ¶
func (_m *IClient) RegisterManagedInstance(activationCode string, activationID string, publicKey string, publicKeyType string, fingerprint string) (string, error)
RegisterManagedInstance provides a mock function with given fields: activationCode, activationID, publicKey, publicKeyType, fingerprint
type ISsmSdk ¶
ISsmSdk is an autogenerated mock type for the ISsmSdk type
func NewISsmSdk ¶
NewISsmSdk creates a new instance of ISsmSdk. It also registers the testing.TB interface on the mock and a cleanup function to assert the mocks expectations.
func (*ISsmSdk) RegisterManagedInstance ¶
func (_m *ISsmSdk) RegisterManagedInstance(input *ssm.RegisterManagedInstanceInput) (*ssm.RegisterManagedInstanceOutput, error)
RegisterManagedInstance provides a mock function with given fields: input