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 Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a service wrapper that delegates to the ssm sdk
type IClient ¶
type IClient interface {
RegisterManagedInstance(activationCode, activationID, publicKey, publicKeyType, fingerprint string) (string, error)
}
IClient is an interface to the Anonymous methods of the SSM service.
type ISsmSdk ¶
type ISsmSdk interface {
RegisterManagedInstance(input *ssm.RegisterManagedInstanceInput) (*ssm.RegisterManagedInstanceOutput, error)
}
ISsmSdk defines the functions needed from the AWS SSM SDK
Click to show internal directories.
Click to hide internal directories.