Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { SendSSHPublicKey(ctx workflow.Context, input *ec2instanceconnect.SendSSHPublicKeyInput) (*ec2instanceconnect.SendSSHPublicKeyOutput, error) SendSSHPublicKeyAsync(ctx workflow.Context, input *ec2instanceconnect.SendSSHPublicKeyInput) *SendSSHPublicKeyFuture }
type SendSSHPublicKeyFuture ¶
type SendSSHPublicKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*SendSSHPublicKeyFuture) Get ¶
func (r *SendSSHPublicKeyFuture) Get(ctx workflow.Context) (*ec2instanceconnect.SendSSHPublicKeyOutput, error)
Click to show internal directories.
Click to hide internal directories.