Documentation ¶
Overview ¶
Package anonauth is an interface to the anonymous methods of the SSM service.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnonymousService ¶
type AnonymousService interface {
RegisterManagedInstance(activationCode, activationID, publicKey, publicKeyType, fingerprint string) (string, error)
}
AnonymousService is an interface to the Anonymous methods of the SSM service.
func NewAnonymousService ¶
func NewAnonymousService(region string) AnonymousService
NewAnonymousService creates a new SSM service instance.
Click to show internal directories.
Click to hide internal directories.