Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetDeviceRegistration(ctx workflow.Context, input *sagemakeredgemanager.GetDeviceRegistrationInput) (*sagemakeredgemanager.GetDeviceRegistrationOutput, error) GetDeviceRegistrationAsync(ctx workflow.Context, input *sagemakeredgemanager.GetDeviceRegistrationInput) *GetDeviceRegistrationFuture SendHeartbeat(ctx workflow.Context, input *sagemakeredgemanager.SendHeartbeatInput) (*sagemakeredgemanager.SendHeartbeatOutput, error) SendHeartbeatAsync(ctx workflow.Context, input *sagemakeredgemanager.SendHeartbeatInput) *SendHeartbeatFuture }
type GetDeviceRegistrationFuture ¶
type GetDeviceRegistrationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDeviceRegistrationFuture) Get ¶
func (r *GetDeviceRegistrationFuture) Get(ctx workflow.Context) (*sagemakeredgemanager.GetDeviceRegistrationOutput, error)
type SendHeartbeatFuture ¶
func (*SendHeartbeatFuture) Get ¶
func (r *SendHeartbeatFuture) Get(ctx workflow.Context) (*sagemakeredgemanager.SendHeartbeatOutput, error)
Click to show internal directories.
Click to hide internal directories.