Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateAddressOptions ¶ added in v1.2.3
type DisassociateAddressOptions ¶ added in v1.2.3
type DisassociateAddressOptions struct {
PodKey string
}
type EC2Client ¶
type EC2Client struct {
// contains filtered or unexported fields
}
func NewEC2Client ¶
func (EC2Client) AssociateAddress ¶
func (c EC2Client) AssociateAddress(options AssociateAddressOptions) (string, error)
func (EC2Client) DisassociateAddress ¶
func (c EC2Client) DisassociateAddress(options DisassociateAddressOptions) error
type KeyLock ¶ added in v1.2.3
type KeyLock struct {
// contains filtered or unexported fields
}
func NewKeyLock ¶ added in v1.2.3
func NewKeyLock() *KeyLock
Click to show internal directories.
Click to hide internal directories.